/third_party/node/deps/v8/src/heap/ |
H A D | factory.h | 192 Handle<String> InternalizeUtf8String(const base::Vector<const char>& str); 193 Handle<String> InternalizeUtf8String(const char* str) { in InternalizeUtf8String() argument 194 return InternalizeUtf8String(base::CStrVector(str)); in InternalizeUtf8String() 200 Handle<String> InternalizeString(base::Vector<const char> str, in InternalizeString() argument 202 return InternalizeString(base::Vector<const uint8_t>::cast(str)); in InternalizeString() 235 const base::Vector<const uint8_t>& str, 240 const char (&str)[N], in NewStringFromStaticChars() 242 DCHECK_EQ(N, strlen(str) + 1); in NewStringFromStaticChars() 243 return NewStringFromOneByte(base::StaticOneByteVector(str), allocation) in NewStringFromStaticChars() 248 const char* str, AllocationTyp in NewStringFromAsciiChecked() 239 NewStringFromStaticChars( const char (&str)[N], AllocationType allocation = AllocationType::kYoung) NewStringFromStaticChars() argument 247 NewStringFromAsciiChecked( const char* str, AllocationType allocation = AllocationType::kYoung) NewStringFromAsciiChecked() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderCommonFunctionTests.cpp | 263 std::ostream& operator<< (std::ostream& str, const HexFloat& v) in operator <<() argument 265 return str << v.value << " / " << tcu::toHex(tcu::Float32(v.value).bits()); in operator <<() 274 std::ostream& operator<< (std::ostream& str, const HexDouble& v) in operator <<() argument 276 return str << v.value << " / " << tcu::toHex(tcu::Float64(v.value).bits()); in operator <<() 285 std::ostream& operator<< (std::ostream& str, const HexBool& v) in operator <<() argument 287 return str << (v.value ? "true" : "false") << " / " << tcu::toHex(v.value); in operator <<() 298 std::ostream& operator<< (std::ostream& str, const VarValue& varValue) in operator <<() argument 307 str << glu::getDataTypeName(basicType) << "("; in operator <<() 312 str << ", "; in operator <<() 316 case glu::TYPE_FLOAT: str << HexFloa in operator <<() [all...] |
/third_party/python/Modules/_decimal/tests/ |
H A D | deccheck.py | 205 return str(self.c) + '\n' + str(self.p) 313 if isinstance(value, str): 640 err += "%s\n" % str(t.context) 642 err += "%s\n" % str(t.maxcontext) 697 convstr and isinstance(op, str): 732 if str(c) != str(p) or not context.assert_eq_status(): 837 t.cresults.append(str(t.rc)) 838 t.presults.append(str( [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderCommonFunctionTests.cpp | 263 std::ostream& operator<< (std::ostream& str, const HexFloat& v) in operator <<() argument 265 return str << v.value << " / " << tcu::toHex(tcu::Float32(v.value).bits()); in operator <<() 274 std::ostream& operator<< (std::ostream& str, const HexDouble& v) in operator <<() argument 276 return str << v.value << " / " << tcu::toHex(tcu::Float64(v.value).bits()); in operator <<() 285 std::ostream& operator<< (std::ostream& str, const HexBool& v) in operator <<() argument 287 return str << (v.value ? "true" : "false") << " / " << tcu::toHex(v.value); in operator <<() 298 std::ostream& operator<< (std::ostream& str, const VarValue& varValue) in operator <<() argument 307 str << glu::getDataTypeName(basicType) << "("; in operator <<() 312 str << ", "; in operator <<() 316 case glu::TYPE_FLOAT: str << HexFloa in operator <<() [all...] |
/third_party/vulkan-loader/tests/framework/ |
H A D | test_environment.cpp | 467 auto new_driver_location = folder->copy_file(icd_details.icd_manifest.lib_path, new_driver_name.str()); 480 AddDllDirectory(conver_str_to_wstr(new_driver_location.parent_path().str()).c_str()); 488 icd_details.icd_manifest.lib_path = new_driver_name.str(); 490 icd_details.icd_manifest.lib_path = new_driver_location.str(); 512 env_var_vk_icd_filenames.add_to_list(folder->location().str()); 514 env_var_vk_icd_filenames.add_to_list((folder->location() / full_json_name).str()); 520 add_env_var_vk_icd_filenames.add_to_list(folder->location().str()); 522 add_env_var_vk_icd_filenames.add_to_list((folder->location() / full_json_name).str()); 573 env_var_vk_layer_paths.add_to_list(fs_ptr->location().str()); 575 env_var_vk_layer_paths.add_to_list((fs_ptr->location() / layer_details.json_name).str()); [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/poly1305/ |
H A D | poly1305-armv4.S | 23 str r3,[r0,#0] @ zero hash value 24 str r3,[r0,#4] 25 str r3,[r0,#8] 26 str r3,[r0,#12] 27 str r3,[r0,#16] 28 str r3,[r0,#36] @ is_base2_26 102 str r4,[r0,#0] 104 str r5,[r0,#4] 106 str r6,[r0,#8] 108 str r [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/poly1305/ |
H A D | poly1305-armv4.S | 23 str r3,[r0,#0] @ zero hash value 24 str r3,[r0,#4] 25 str r3,[r0,#8] 26 str r3,[r0,#12] 27 str r3,[r0,#16] 28 str r3,[r0,#36] @ is_base2_26 102 str r4,[r0,#0] 104 str r5,[r0,#4] 106 str r6,[r0,#8] 108 str r [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | intltest.cpp | 1255 const char* str = argv[i] + 1; in main() local 1256 if (strcmp("verbose", str) == 0 || in main() 1257 strcmp("v", str) == 0) in main() 1259 else if (strcmp("noerrormsg", str) == 0 || in main() 1260 strcmp("n", str) == 0) in main() 1262 else if (strcmp("exhaustive", str) == 0 || in main() 1263 strcmp("e", str) == 0) in main() 1265 else if (strcmp("all", str) == 0 || in main() 1266 strcmp("a", str) == 0) in main() 1268 else if (strcmp("utf-8", str) in main() [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | type.pb.cc | 469 auto str = _internal_mutable_name(); in _InternalParse() local 470 ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); in _InternalParse() 471 CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "google.protobuf.Type.name")); in _InternalParse() 493 auto str = _internal_add_oneofs(); in _InternalParse() local 494 ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); in _InternalParse() 495 CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "google.protobuf.Type.oneofs")); in _InternalParse() 884 auto str = _internal_mutable_name(); in _InternalParse() local 885 ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); in _InternalParse() 886 CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "google.protobuf.Field.name")); in _InternalParse() 893 auto str in _InternalParse() local 928 auto str = _internal_mutable_json_name(); _InternalParse() local 937 auto str = _internal_mutable_default_value(); _InternalParse() local 1344 auto str = _internal_mutable_name(); _InternalParse() local 1672 auto str = _internal_mutable_name(); _InternalParse() local 1958 auto str = _internal_mutable_name(); _InternalParse() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineFramebufferAttachmentTests.cpp | 333 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initColorPrograms() 348 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initColorPrograms() 688 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initImagePrograms() 706 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initImagePrograms() 1365 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initInputResolveSameAttachmentPrograms() 1382 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initInputResolveSameAttachmentPrograms() 1805 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initDifferentAttachmentSizesPrograms() 1824 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initDifferentAttachmentSizesPrograms() 1848 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initMultiAttachmentsNotExportPrograms() 1866 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initMultiAttachmentsNotExportPrograms() 1878 std::ostringstream str; getSizeString() local 1895 std::ostringstream str; getTestCaseString() local [all...] |
/third_party/jerryscript/tests/jerry/ |
H A D | unicode-format-control-characters.js | 15 function checkSyntax (str) { 17 eval (str);
|
/third_party/icu/icu4c/source/samples/msgfmt/answers/ |
H A D | main_0.cpp | 21 UnicodeString str; in main() local 24 uprintf(str); in main()
|
H A D | main_1.cpp | 20 UnicodeString str; in main() local 23 uprintf(str); in main()
|
/third_party/skia/third_party/externals/icu/source/samples/msgfmt/answers/ |
H A D | main_0.cpp | 21 UnicodeString str; in main() local 24 uprintf(str); in main()
|
H A D | main_1.cpp | 20 UnicodeString str; in main() local 23 uprintf(str); in main()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | reExportJsFromTs.js | 5 str: 'x', 14 str: 'x'
|
/third_party/typescript/tests/baselines/reference/project/nonRelative/node/ |
H A D | consume.js | 8 var str = mod.call();
variable 9 if (str !== "success") {
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | uuid.h | 14 int uuid_str2bin(const char *str, u8 *bin); 15 int uuid_bin2str(const u8 *bin, char *str, size_t max_len);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | uuid.h | 14 int uuid_str2bin(const char *str, u8 *bin); 15 int uuid_bin2str(const u8 *bin, char *str, size_t max_len);
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | UCharacterName.java | 685 * @param str StringBuffer to append to 687 void appendName(int ch, StringBuffer str) in appendName() argument 689 str.append(m_prefix_); in appendName() 694 str.append(Utility.hex(ch,m_variant_)); in appendName() 719 str.append(getFactorString(indexes, m_variant_)); in appendName() 911 * @param str string to compare with 912 * @param offset of str to start comparison 915 private boolean compareFactorString(int index[], int length, String str, in compareFactorString() argument 931 strcount = UCharacterUtility.compareNullTermByteSubString(str, in compareFactorString() 942 if (strcount != str in compareFactorString() 1423 add(int set[], String str) add() argument 1439 add(int set[], StringBuffer str) add() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | NFRule.java | 1228 * @param str The string being tested 1230 * of "str" 1231 * @return If "prefix" is found at the beginning of "str", this 1232 * is the number of characters in "str" that were matched (this 1236 private int prefixLength(String str, String prefix) { in prefixLength() argument 1245 return scanner.prefixLength(str, prefix); in prefixLength() 1250 if (str.startsWith(prefix)) { in prefixLength() 1262 * @param str The string to search 1263 * @param key The string to search "str" for 1264 * @param startingAt The index into "str" wher 1271 findText(String str, String key, PluralFormat pluralFormatKey, int startingAt) findText() argument 1311 allIgnorable(String str) allIgnorable() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | UCharacterName.java | 686 * @param str StringBuffer to append to 688 void appendName(int ch, StringBuffer str) in appendName() argument 690 str.append(m_prefix_); in appendName() 695 str.append(Utility.hex(ch,m_variant_)); in appendName() 720 str.append(getFactorString(indexes, m_variant_)); in appendName() 912 * @param str string to compare with 913 * @param offset of str to start comparison 916 private boolean compareFactorString(int index[], int length, String str, in compareFactorString() argument 932 strcount = UCharacterUtility.compareNullTermByteSubString(str, in compareFactorString() 943 if (strcount != str in compareFactorString() 1424 add(int set[], String str) add() argument 1440 add(int set[], StringBuffer str) add() argument [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsusermap.c | 342 char *str; in decodesid() local 347 str = (char *)malloc(MAXSIDSZ); in decodesid() 348 if (str) { in decodesid() 349 strcpy(str, "S"); in decodesid() 351 sprintf(&str[strlen(str)], "-%d", sid[0]); in decodesid() 355 sprintf(&str[strlen(str)], "-%I64u", auth); in decodesid() 357 sprintf(&str[strlen(str)], " in decodesid() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLSymbols.cpp | 80 io.enumCase(Value, E.Name.str().c_str(), E.Value); in enumeration() 87 io.bitSetCase(Flags, E.Name.str().c_str(), in bitset() 96 io.bitSetCase(Flags, E.Name.str().c_str(), in bitset() 104 io.bitSetCase(Flags, E.Name.str().c_str(), in bitset() 112 io.bitSetCase(Flags, E.Name.str().c_str(), in bitset() 120 io.bitSetCase(Flags, E.Name.str().c_str(), in bitset() 128 io.bitSetCase(Flags, E.Name.str().c_str(), in bitset() 137 io.bitSetCase(Flags, E.Name.str().c_str(), in bitset() 145 io.enumCase(Cpu, E.Name.str().c_str(), static_cast<CPUType>(E.Value)); in enumeration() 152 io.enumCase(Reg, E.Name.str() in enumeration() [all...] |
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 1441 const char *str; member 1443 } str; member 1446 static lookupkey_t strkey2(const char *str, size_t len) { in strkey2() argument 1448 k.str.str = str; in strkey2() 1449 k.str.len = len; in strkey2() 1642 uint32_t len = (uint32_t) k2.str.len; in strcopy() 1643 char *str = upb_malloc(a, k2.str in strcopy() local 1653 char *str = upb_tabstr(key, &len); strhash() local 1659 char *str = upb_tabstr(k1, &len); streql() local 3422 char str[1]; /* Null-terminated string data follows. */ global() member 3445 str_t *str; global() member 3566 const char *str = name.data; upb_isident() local 3974 str_t *str = f->defaultval.str; upb_fielddef_defaultstr() local 4692 parse_default(const symtab_addctx *ctx, const char *str, size_t len, upb_fielddef *f) parse_default() argument 6030 jsondec_streql(upb_strview str, const char *lit) jsondec_streql() argument 6541 jsondec_base64(jsondec *d, upb_strview str) jsondec_base64() argument 6622 jsondec_strtouint64(jsondec *d, upb_strview str) jsondec_strtouint64() argument 6631 jsondec_strtoint64(jsondec *d, upb_strview str) jsondec_strtoint64() argument 6660 upb_strview str = jsondec_string(d); jsondec_int() local 6696 upb_strview str = jsondec_string(d); jsondec_uint() local 6716 upb_strview str; jsondec_double() local 6763 upb_strview str = jsondec_string(d); jsondec_enum() local 6785 upb_strview str = jsondec_string(d); jsondec_bool() local 7007 upb_strview str = jsondec_string(d); jsondec_timestamp() local 7067 upb_strview str = jsondec_string(d); jsondec_duration() local 7218 upb_strview str = jsondec_string(d); jsondec_fieldmask() local 7244 upb_strview str = jsondec_string(d); jsondec_anyfield() local 7475 jsonenc_putstr(jsonenc *e, const char *str) jsonenc_putstr() argument 7585 jsonenc_bytes(jsonenc *e, upb_strview str) jsonenc_bytes() argument 7624 jsonenc_stringbody(jsonenc *e, upb_strview str) jsonenc_stringbody() argument 7665 jsonenc_string(jsonenc *e, upb_strview str) jsonenc_string() argument 7756 jsonenc_putsep(jsonenc *e, const char *str, bool *first) jsonenc_putsep() argument [all...] |