/third_party/skia/third_party/externals/expat/expat/tests/ |
H A D | structdata.h | 43 const XML_Char *str; member
|
/third_party/rust/crates/syn/examples/heapsize/example/src/ |
H A D | main.rs | 7 c: &'a str, 15 c: "&'static str", in main()
|
/third_party/rust/crates/proc-macro2/build/ |
H A D | probe.rs | 21 const _: Option<&str> = option_env!("RUSTC_BOOTSTRAP");
|
/third_party/rust/crates/rust-openssl/openssl-sys/build/ |
H A D | find_vendored.rs | 4 pub fn get_openssl(_target: &str) -> (Vec<PathBuf>, PathBuf) { in get_openssl()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | srtp.rs | 5 use std::str; 27 pub fn name(&self) -> &'static str { in name()
|
/third_party/spirv-tools/source/ |
H A D | text.h | 45 std::string str; // Special field for literal string. member
|
/third_party/spirv-tools/test/ |
H A D | binary_destroy_test.cpp | 37 ASSERT_EQ(SPV_SUCCESS, spvTextToBinary(ScopedContext().context, text.str, in TEST_F()
|
/third_party/vk-gl-cts/framework/delibs/depool/ |
H A D | dePoolStringBuilder.h | 33 deBool dePoolStringBuilder_appendString (dePoolStringBuilder* builder, const char* str);
|
/third_party/vk-gl-cts/framework/xexml/ |
H A D | xeDefs.cpp | 38 return msg.str(); in formatError()
|
/vendor/hisilicon/hispark_pegasus/demo/environment_test_demo/ |
H A D | oled_ssd1306.h | 47 void OledShowString(uint8_t x, uint8_t y, const char* str, Font font);
|
/vendor/hisilicon/hispark_pegasus/demo/hello_world_demo/ |
H A D | oled_ssd1306.h | 44 void OledShowString(uint8_t x, uint8_t y, const char* str, Font font);
|
/vendor/hisilicon/hispark_pegasus/demo/samart_environmental_monitoring_system_demo/environment/ |
H A D | oled_ssd1306.h | 46 void OledShowString(uint8_t x, uint8_t y, const char* str, Font font);
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | UnicodeSet.java | 1412 String str = s.toString(); in add() 1413 if (!strings.contains(str)) { in add() 1414 addString(str); in add() 1653 String str = s.toString(); in remove() 1654 if (strings.contains(str)) { in remove() 1655 strings.remove(str); in remove() 3917 // use str as a temporary string to avoid constructing one 4005 String str = UCharacter.foldCase(s, 0); in closeOver() 4006 if(!csp.addStringCaseClosure(str, foldSet)) { in closeOver() 4007 foldSet.add(str); // doe in closeOver() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | UnicodeSet.java | 1343 String str = s.toString(); in add() 1344 if (!strings.contains(str)) { in add() 1345 addString(str); in add() 1572 String str = s.toString(); in remove() 1573 if (strings.contains(str)) { in remove() 1574 strings.remove(str); in remove() 3792 // use str as a temporary string to avoid constructing one 3879 String str = UCharacter.foldCase(s, 0); in closeOver() 3880 if(!csp.addStringCaseClosure(str, foldSet)) { in closeOver() 3881 foldSet.add(str); // doe in closeOver() [all...] |
/third_party/python/Lib/ |
H A D | datetime.py | 493 if name is not None and not isinstance(name, str): 931 isinstance(year, (bytes, str)) and len(year) == 4 and 934 if isinstance(year, str): 982 if not isinstance(date_string, str): 983 raise TypeError('fromisoformat: argument must be str') 1041 if not isinstance(fmt, str): 1042 raise TypeError("must be str, not %s" % type(fmt).__name__) 1045 return str(self) 1350 if (isinstance(hour, (bytes, str)) and len(hour) == 6 and 1353 if isinstance(hour, str) [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassFragmentDensityMapTests.cpp | 2926 std::stringstream str; in createChildren() local 2927 str << "_" << area.x() << "_" << area.y(); in createChildren() 2951 sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("static_subsampled") + str.str(), params)); in createChildren() 2953 sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("deferred_subsampled") + str.str(), params)); in createChildren() 2956 sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("dynamic_subsampled") + str.str(), params)); in createChildren() 2963 sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("static_nonsubsampled") + str.str(), param in createChildren() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/ |
H A D | vktUniformBlockCase.cpp | 269 std::ostream& operator<< (std::ostream& str, const PrecisionFlagsFmt& fmt) in operator <<() argument 273 str << (fmt.flags & PRECISION_LOW ? "lowp" : in operator <<() 276 return str; in operator <<() 286 std::ostream& operator<< (std::ostream& str, const LayoutFlagsFmt& fmt) in operator <<() argument 308 str << ", "; in operator <<() 309 str << bitDesc[descNdx].token; in operator <<() 311 str << " = " << fmt.offset; in operator <<() 316 return str; in operator <<() 920 void generateCompareFuncs (std::ostream& str, const ShaderInterface& interface) in generateCompareFuncs() argument 937 str << getCompareFuncForTyp in generateCompareFuncs() 947 operator <<(std::ostream& str, const Indent& indent) operator <<() argument [all...] |
/third_party/python/Lib/test/ |
H A D | test_traceback.py | 201 str_value = '<exception str() failed>' 223 output_encoding = str(stdout, 'ascii').splitlines()[0] 361 str(inspect.signature(traceback.print_exception)), 366 str(inspect.signature(traceback.format_exception)), 371 str(inspect.signature(traceback.format_exception_only)), 1485 return 'bad str' 1505 bad_note = 'bad str' 1510 err_msg = '<note str() failed>' 1581 str_value = '<exception str() failed>' 2379 self.assertEqual(str(exc_inf [all...] |
/third_party/selinux/libsepol/src/ |
H A D | kernel_to_conf.c | 35 char *str = NULL; in cond_expr_to_str() local 103 str = new_val; in cond_expr_to_str() 106 return str; in cond_expr_to_str() 125 char *str = NULL; in constraint_expr_to_str() local 253 str = new_val; in constraint_expr_to_str() 257 return str; in constraint_expr_to_str() 1515 char *str = NULL; in attr_strs_to_str() local 1527 str = malloc(len); in attr_strs_to_str() 1528 if (!str) { in attr_strs_to_str() 1533 p = str; in attr_strs_to_str() 1559 char *str = NULL; attrmap_to_str() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/ |
H A D | vktUniformBlockCase.cpp | 269 std::ostream& operator<< (std::ostream& str, const PrecisionFlagsFmt& fmt) in operator <<() argument 273 str << (fmt.flags & PRECISION_LOW ? "lowp" : in operator <<() 276 return str; in operator <<() 286 std::ostream& operator<< (std::ostream& str, const LayoutFlagsFmt& fmt) in operator <<() argument 308 str << ", "; in operator <<() 309 str << bitDesc[descNdx].token; in operator <<() 311 str << " = " << fmt.offset; in operator <<() 316 return str; in operator <<() 920 void generateCompareFuncs (std::ostream& str, const ShaderInterface& interface) in generateCompareFuncs() argument 937 str << getCompareFuncForTyp in generateCompareFuncs() 947 operator <<(std::ostream& str, const Indent& indent) operator <<() argument [all...] |
/device/soc/rockchip/rk2206/sdk_liteos/platform/system/ |
H A D | printf.c | 175 static inline unsigned int _strnlen_s(const char* str, size_t maxsize) in _strnlen_s() argument 179 for (s = str; *s && str_maxsize--; ++s) { in _strnlen_s() 181 return (unsigned int)(s - str); in _strnlen_s() 194 static unsigned int _atoi(const char** str) in _atoi() argument 197 while (_is_digit(**str)) { in _atoi() 198 i = i * 10U + (unsigned int)(*((*str)++) - '0'); in _atoi()
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/ |
H A D | rga_drv.c | 362 sscanf(rga->rga_scheduler[i]->version.str, "%x.%x.%*x", in rga_ioctl() 379 if (copy_to_user((void *)arg, rga->rga_scheduler[i]->version.str, in rga_ioctl() 380 sizeof(rga->rga_scheduler[i]->version.str))) in rga_ioctl() 422 strncpy((char *)driver_version.str, DRIVER_VERSION, sizeof(driver_version.str)); in rga_ioctl() 842 rga_scheduler->version.str); in rga_drv_probe()
|
/third_party/ffmpeg/libavcodec/ |
H A D | ass_split.c | 154 char *str = av_malloc(len + 1); in convert_str() local 155 if (str) { in convert_str() 156 memcpy(str, buf, len); in convert_str() 157 str[len] = 0; in convert_str() 160 *(char **)dest = str; in convert_str() 162 return !str; in convert_str()
|
/third_party/ffmpeg/libavfilter/ |
H A D | avf_showfreqs.c | 82 { "size", "set video size", OFFSET(w), AV_OPT_TYPE_IMAGE_SIZE, {.str = "1024x512"}, 0, 0, FLAGS }, 83 { "s", "set video size", OFFSET(w), AV_OPT_TYPE_IMAGE_SIZE, {.str = "1024x512"}, 0, 0, FLAGS }, 84 { "rate", "set video rate", OFFSET(frame_rate), AV_OPT_TYPE_VIDEO_RATE, {.str = "25"}, 0, INT_MAX, FLAGS }, 85 { "r", "set video rate", OFFSET(frame_rate), AV_OPT_TYPE_VIDEO_RATE, {.str = "25"}, 0, INT_MAX, FLAGS }, 103 { "colors", "set channels colors", OFFSET(colors), AV_OPT_TYPE_STRING, {.str = "red|green|blue|yellow|orange|lime|pink|magenta|brown" }, 0, 0, FLAGS }, 112 { "channels", "set channels to draw", OFFSET(ch_layout_str), AV_OPT_TYPE_STRING, {.str="all"}, 0, 0, FLAGS },
|
/third_party/json/tests/src/ |
H A D | unit-testsuites.cpp | 1338 std::string trim(const std::string& str); 1341 std::string trim(const std::string& str) 1343 size_t first = str.find_first_not_of(' '); 1346 return str; 1348 size_t last = str.find_last_not_of(' '); 1349 return str.substr(first, (last - first + 1));
|