Home
last modified time | relevance | path

Searched refs:getName (Results 1 – 25 of 31) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dtype.hpp18 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 Dcompound_expression.hpp73 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 Dis_constant.hpp15 if (e->getName() == property) { in isGlobalPropertyConstant()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/openbox/files/
H A D0001-openbox-xdg-autostart-convert-to-python3.patch61 - 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 Dfind_zoom_curve.cpp38 if (z && z->getName() == "zoom") { in findZoomCurve()
48 if (z && z->getName() == "zoom") { in findZoomCurve()
H A Dis_constant.cpp14 const std::string name = e->getName(); in isFeatureConstant()
H A Dparsing_context.cpp42 if (compound->getName() == "error") { in isConstant()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dvector_tile_data.cpp59 std::string VectorTileLayer::getName() const { in getName() function in mbgl::VectorTileLayer
60 return layer.getName(); in getName()
H A Dvector_tile_data.hpp32 std::string getName() const override;
H A Dgeojson_tile_data.hpp62 std::string getName() const override { in getName() function in mbgl::GeoJSONTileLayer
H A Dgeometry_tile_data.hpp59 virtual std::string getName() const = 0;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dstyle.cpp33 std::string Style::getName() const { in getName() function in mbgl::style::Style
34 return impl->getName(); in getName()
H A Dstyle_impl.hpp73 std::string getName() const;
H A Dstyle_impl.cpp231 std::string Style::Impl::getName() const { in getName() function in mbgl::style::Style::Impl
/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A DRTObject.h29 virtual const char* getName() = 0;
H A Drt_thread.h81 const char* getName();
H A DRTMediaBuffer.h67 const char* getName() {return "mediabuffer";} in getName() function
H A DRTTaskGraph.h73 std::string getName();
/OK3568_Linux_fs/kernel/tools/perf/util/c++/
H A Dclang-test.cpp46 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 Dannotation_tile.hpp45 std::string getName() const override;
H A Dannotation_tile.cpp86 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 Dstyle.hpp35 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 Dvector_tile.hpp69 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 Devent.py379 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 Dboot_merger.c556 static inline void getName(char *path, uint16_t *dst) in getName() function
676 getName(fixName ? fixName : path, entry.name); in saveEntry()

12