| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/screen/ |
| H A D | ibacklight.h | 16 virtual int getValue(); 32 virtual int getValue();
|
| H A D | ibacklight.cpp | 61 int Backlight::getValue() in getValue() function in Backlight 85 int T507::getValue() in getValue() function in T507
|
| H A D | backlightwidget.cpp | 132 int value = m_currentBacklight->getValue(); in initUi()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/ |
| H A D | symbol_feature.hpp | 19 …optional<Value> getValue(const std::string& key) const override { return feature->getValue(key); }; in getValue() function in mbgl::SymbolFeature
|
| /OK3568_Linux_fs/app/qsetting/ |
| H A D | mainwindow.cpp | 118 int MainWindow::getValue(QTextStream *in, QString text) in getValue() function in MainWindow 151 volume = getValue(&in, "volume = "); in getConfig() 152 isWifiOn = getValue(&in, "isWifiOn = "); in getConfig() 153 isBtOn = getValue(&in, "isBtOn = "); in getConfig()
|
| H A D | mainwindow.h | 37 int getValue(QTextStream *in, QString text);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/ |
| H A D | vector_tile_data.cpp | 24 optional<Value> VectorTileFeature::getValue(const std::string& key) const { in getValue() function in mbgl::VectorTileFeature 25 return feature.getValue(key); in getValue()
|
| H A D | vector_tile_data.hpp | 17 optional<Value> getValue(const std::string& key) const override;
|
| H A D | geojson_tile_data.hpp | 39 optional<Value> getValue(const std::string& key) const override { in getValue() function in mbgl::GeoJSONTileFeature
|
| H A D | geometry_tile_data.hpp | 44 virtual optional<Value> getValue(const std::string& key) const = 0;
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/keyboard/ |
| H A D | keybutton.h | 11 QString getValue();
|
| H A D | keybutton.cpp | 23 QString KeyButton::getValue() in getValue() function in KeyButton
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | expression.cpp | 21 optional<mbgl::Value> getValue(const std::string& key) const override { in getValue() function in mbgl::style::expression::GeoJSONFeature
|
| H A D | compound_expression.cpp | 232 auto property = params.feature->getValue(key); in featurePropertyAsExpressionValue() 253 auto property = params.feature->getValue(key); in featurePropertyAsDouble() 265 auto property = params.feature->getValue(key); in featurePropertyAsString() 357 return params.feature->getValue(key) ? true : false; in initializeDefinitions() 370 auto propertyValue = params.feature->getValue(key); in initializeDefinitions() 621 return bool(params.feature->getValue(key)); in initializeDefinitions()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/ |
| H A D | literal.hpp | 45 Value getValue() const { in getValue() function in mbgl::style::expression::Literal
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/conversion/ |
| H A D | property_value.hpp | 59 static_cast<const Literal&>((*expression).getExpression()).getValue()); in operator ()()
|
| H A D | data_driven_property_value.hpp | 52 static_cast<const Literal&>((*expression).getExpression()).getValue()); in operator ()()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/ |
| H A D | annotation_tile.hpp | 29 optional<Value> getValue(const std::string&) const override;
|
| H A D | annotation_tile.cpp | 50 optional<Value> AnnotationTileFeature::getValue(const std::string& key) const { in getValue() function in mbgl::AnnotationTileFeature
|
| /OK3568_Linux_fs/external/rockit/tgi/sdk/include/ |
| H A D | rt_mutex.h | 110 INT32 getValue(int *val);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/vector-tile/1.0.2/include/mapbox/ |
| H A D | vector_tile.hpp | 47 optional<mapbox::geometry::value> getValue(std::string const&) const; 160 inline optional<mapbox::geometry::value> feature::getValue(const std::string& key) const { in getValue() function in mapbox::vector_tile::feature
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | properties.hpp | 74 const Value& getValue() const { in getValue() function in mbgl::style::Transitioning
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/ |
| H A D | render_heatmap_layer.cpp | 183 auto colorValue = unevaluated.get<HeatmapColor>().getValue(); in updateColorRamp()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/prserv/ |
| H A D | db.py | 153 def getValue(self, version, pkgarch, checksum): member in PRTable
|
| H A D | serv.py | 53 value = self.table.getValue(version, pkgarch, checksum)
|