| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/ |
| H A D | type.hpp | 18 std::string getName() const { return "null"; } in getName() function 24 std::string getName() const { return "number"; } in getName() function 30 std::string getName() const { return "boolean"; } in getName() function 36 std::string getName() const { return "string"; } in getName() function 42 std::string getName() const { return "color"; } in getName() function 48 std::string getName() const { return "object"; } in getName() function 54 std::string getName() const { return "error"; } in getName() function 60 std::string getName() const { return "value"; } in getName() function 66 std::string getName() const { return "collator"; } in getName() function 98 std::string getName() const { in getName() function [all …]
|
| H A D | compound_expression.hpp | 73 std::string getName() const { return name; } in getName() function in mbgl::style::expression::CompoundExpressionBase 116 return getName() == rhs->getName() && Expression::childrenEqual(args, rhs->args); in operator ==()
|
| H A D | is_constant.hpp | 15 if (e->getName() == property) { in isGlobalPropertyConstant()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/openbox/files/ |
| H A D | 0001-openbox-xdg-autostart-convert-to-python3.patch | 61 - print "[*] " + self.de.getName() 62 + print("[*] " + self.de.getName()) 64 - print "[ ] " + self.de.getName() 65 + print("[ ] " + self.de.getName())
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | find_zoom_curve.cpp | 38 if (z && z->getName() == "zoom") { in findZoomCurve() 48 if (z && z->getName() == "zoom") { in findZoomCurve()
|
| H A D | is_constant.cpp | 14 const std::string name = e->getName(); in isFeatureConstant()
|
| H A D | parsing_context.cpp | 42 if (compound->getName() == "error") { in isConstant()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/ |
| H A D | vector_tile_data.cpp | 59 std::string VectorTileLayer::getName() const { in getName() function in mbgl::VectorTileLayer 60 return layer.getName(); in getName()
|
| H A D | vector_tile_data.hpp | 32 std::string getName() const override;
|
| H A D | geojson_tile_data.hpp | 62 std::string getName() const override { in getName() function in mbgl::GeoJSONTileLayer
|
| H A D | geometry_tile_data.hpp | 59 virtual std::string getName() const = 0;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | style.cpp | 33 std::string Style::getName() const { in getName() function in mbgl::style::Style 34 return impl->getName(); in getName()
|
| H A D | style_impl.hpp | 73 std::string getName() const;
|
| H A D | style_impl.cpp | 231 std::string Style::Impl::getName() const { in getName() function in mbgl::style::Style::Impl
|
| /OK3568_Linux_fs/external/rockit/tgi/sdk/include/ |
| H A D | RTObject.h | 29 virtual const char* getName() = 0;
|
| H A D | rt_thread.h | 81 const char* getName();
|
| H A D | RTMediaBuffer.h | 67 const char* getName() {return "mediabuffer";} in getName() function
|
| H A D | RTTaskGraph.h | 73 std::string getName();
|
| /OK3568_Linux_fs/kernel/tools/perf/util/c++/ |
| H A D | clang-test.cpp | 46 if (F.getName() == "bpf_func__SyS_epoll_pwait") in test__clang_to_IR()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/ |
| H A D | annotation_tile.hpp | 45 std::string getName() const override;
|
| H A D | annotation_tile.cpp | 86 std::string AnnotationTileLayer::getName() const { in getName() function in mbgl::AnnotationTileLayer
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/ |
| H A D | style.hpp | 35 std::string getName() const;
|
| /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 | 69 std::string const& getName() const; 451 inline std::string const& layer::getName() const { in getName() function in mapbox::vector_tile::layer
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | event.py | 379 def getName(e): function 457 def getName(self): member in BuildBase 470 name = property(getName, setName, None, "name property")
|
| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| H A D | boot_merger.c | 556 static inline void getName(char *path, uint16_t *dst) in getName() function 676 getName(fixName ? fixName : path, entry.name); in saveEntry()
|