Home
last modified time | relevance | path

Searched defs:string (Results 26 – 50 of 381) sorted by relevance

12345678910>>...16

/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dacpi_pcihp.c41 struct acpi_buffer string = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_run_oshp() local
74 struct acpi_buffer string = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_get_hp_hw_control_from_firmware() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dannotation_tile.cpp27 std::unordered_map<std::string, std::string>&& properties_) in AnnotationTileFeatureData()
93 std::unordered_map<std::string, std::string> properties) { in addFeature()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dvalue.cpp13 [&](const std::string&) -> type::Type { return type::String; }, in typeOf()
17 [&](const std::unordered_map<std::string, Value>&) -> type::Type { return type::Object; }, in typeOf()
59 [&] (const std::unordered_map<std::string, Value>& obj) { in writeJSON()
138 [&](const std::unordered_map<std::string, Value>& values)->mbgl::Value { in fromExpressionValue()
/OK3568_Linux_fs/kernel/scripts/
H A Dcheckkconfigsymbols.py210 def yel(string): argument
217 def red(string): argument
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/
H A Drkaiq_switchs.go7 func rkaiq_macro_switch(soc string) map[string]bool {
H A Drkaiq_getSrcsFiles.go7 func rkaiq_getSrcsFiles(soc string, macros_map map[string]bool) []string {
H A Drkaiq_getStaticLibSrcs.go7 func rkaiq_getStaticLibSrcs(name string, macros_map map[string]bool) []string {
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dos_factory.cc30 OsLayer *OsLayerFactory(const std::map<std::string, std::string> &options) { in OsLayerFactory()
/OK3568_Linux_fs/external/xserver/include/
H A Dprobes.h35 typedef const char *string; typedef
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dutil.c119 static char string[16][10]; /* FIXME: not thread-safe */ in lsx_sigfigs3() local
138 static char string[16][10]; in lsx_sigfigs3p() local
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Dutdebug.c329 const char *module_name, u32 component_id, const char *string) in acpi_ut_trace_str()
563 const char *module_name, u32 component_id, const char *string) in acpi_ut_str_exit()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DGCOps.c266 char *string) in xnestPolyText8()
280 unsigned short *string) in xnestPolyText16()
294 char *string) in xnestImageText8()
302 unsigned short *string) in xnestImageText16()
/OK3568_Linux_fs/kernel/drivers/phy/
H A Dphy-core.c664 struct phy *phy_get(struct device *dev, const char *string) in phy_get()
709 struct phy *phy_optional_get(struct device *dev, const char *string) in phy_optional_get()
730 struct phy *devm_phy_get(struct device *dev, const char *string) in devm_phy_get()
763 struct phy *devm_phy_optional_get(struct device *dev, const char *string) in devm_phy_optional_get()
/OK3568_Linux_fs/external/xserver/dix/
H A DXserver.d27 #define string char * macro
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dthread.cpp12 void setCurrentThreadName(const std::string&) { in setCurrentThreadName()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Draster_dem_source.cpp12 RasterDEMSource::RasterDEMSource(std::string id, variant<std::string, Tileset> urlOrTileset_, uint1… in RasterDEMSource()
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_macro_gram.y158 mmerror(const char *string) in mmerror()
/OK3568_Linux_fs/kernel/tools/lib/traceevent/
H A Devent-utils.h29 static inline char *strim(char *string) in strim()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dimage.cpp14 PremultipliedImage decodeImage(const std::string& string) { in decodeImage()
H A Dlocal_glyph_rasterizer.cpp8 LocalGlyphRasterizer::LocalGlyphRasterizer(const optional<std::string>) in LocalGlyphRasterizer()
/OK3568_Linux_fs/kernel/arch/arm/common/
H A Dmcpm_head.S22 .macro pr_dbg string argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Dfeature_index.cpp41 std::unordered_map<std::string, std::vector<Feature>>& result, in query()
121 std::unordered_map<std::string, std::vector<Feature>>& result, in addFeature()
/OK3568_Linux_fs/kernel/include/net/
H A Dbond_options.h77 char *string; member
119 char *string, u64 value) in __bond_opt_init()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline_download.cpp81 …auto handleTiledSource = [&] (const variant<std::string, Tileset>& urlOrTileset, const uint16_t ti… in getStatus()
168 …auto handleTiledSource = [&] (const variant<std::string, Tileset>& urlOrTileset, const uint16_t ti… in activateDownload()
/OK3568_Linux_fs/kernel/security/tomoyo/
H A Dutil.c114 bool tomoyo_permstr(const char *string, const char *keyword) in tomoyo_permstr()
435 static bool tomoyo_correct_word2(const char *string, size_t len) in tomoyo_correct_word2()
513 bool tomoyo_correct_word(const char *string) in tomoyo_correct_word()

12345678910>>...16