/third_party/node/src/ |
H A D | node_sockaddr.cc | 517 Local<Value> str; in ListRules() local 518 if (!rule->ToV8String(env).ToLocal(&str)) in ListRules() 520 rules->push_back(str); in ListRules()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | locdspnm.cpp | 39 char *str; in ncat() local 48 while ((str = va_arg(args, char *)) != 0) { in ncat() 50 while (p != e && (c = *str++) != 0) { in ncat()
|
/third_party/mesa3d/src/microsoft/clc/ |
H A D | clc_compiler.c | 903 metadata->printf.infos[i].str = malloc(nir->printf_info[i].string_size); in clc_spirv_to_dxil() 904 memcpy(metadata->printf.infos[i].str, nir->printf_info[i].strings, nir->printf_info[i].string_size); in clc_spirv_to_dxil() 1207 free(dxil->metadata.printf.infos[i].str); in clc_free_dxil_object()
|
/third_party/mesa3d/src/intel/tools/ |
H A D | aubinator_viewer_decoder.cpp | 631 str_ends_with(const char *str, const char *end) in str_ends_with() argument 633 int offset = strlen(str) - strlen(end); in str_ends_with() 637 return strcmp(str + offset, end) == 0; in str_ends_with()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | tzgnames.cpp | 73 UnicodeString str(p->tzID); in hashPartialLocationKey() 74 str.append((char16_t)0x26) in hashPartialLocationKey() 78 return str.hashCode(); in hashPartialLocationKey()
|
/third_party/lwip/src/apps/altcp_tls/ |
H A D | altcp_tls_mbedtls.c | 654 altcp_mbedtls_debug(void *ctx, int level, const char *file, int line, const char *str) in altcp_mbedtls_debug() argument 659 LWIP_UNUSED_ARG(str); in altcp_mbedtls_debug() 662 LWIP_DEBUGF(ALTCP_MBEDTLS_LIB_DEBUG, ("%s:%04d: %s", file, line, str)); in altcp_mbedtls_debug()
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecx_meth.c | 544 const ASN1_BIT_STRING *str, EVP_PKEY *pkey) in ecd_item_verify() 567 ASN1_BIT_STRING *str) in ecd_item_sign25519() 588 ASN1_BIT_STRING *str) in ecd_item_sign448() 542 ecd_item_verify(EVP_MD_CTX *ctx, const ASN1_ITEM *it, const void *asn, const X509_ALGOR *sigalg, const ASN1_BIT_STRING *str, EVP_PKEY *pkey) ecd_item_verify() argument 564 ecd_item_sign25519(EVP_MD_CTX *ctx, const ASN1_ITEM *it, const void *asn, X509_ALGOR *alg1, X509_ALGOR *alg2, ASN1_BIT_STRING *str) ecd_item_sign25519() argument 585 ecd_item_sign448(EVP_MD_CTX *ctx, const ASN1_ITEM *it, const void *asn, X509_ALGOR *alg1, X509_ALGOR *alg2, ASN1_BIT_STRING *str) ecd_item_sign448() argument
|
/third_party/libabigail/src/ |
H A D | abg-hash.cc | 60 /// @param str the string to hash. 64 fnv_hash(const std::string& str) in fnv_hash() argument 69 for (std::string::const_iterator i = str.begin(); i != str.end(); ++i) in fnv_hash()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | backend-native.c | 593 char str[5]; in hfp_rfcomm_handle() local 611 } else if (sscanf(buf, "AT+BAC=%3s", str) == 1) { in hfp_rfcomm_handle() 617 while ((r = pa_split_in_place(str, ",", &len, &state))) { in hfp_rfcomm_handle()
|
/third_party/python/Lib/test/test_capi/ |
H A D | test_misc.py | 284 self.assertRegex(str(cm.exception), 318 self.assertRegex(str(cm.exception), 907 self.assertIsInstance(module, str) 1067 attr_id = str(id(module.Error)).encode()
|
/third_party/python/Lib/asyncio/ |
H A D | unix_events.py | 107 raise RuntimeError(str(exc)) 235 assert server_hostname is None or isinstance(server_hostname, str) 304 # Check for abstract socket. `str` and `bytes` paths are supported. 1149 collateral_victims = str(self._zombies)
|
/third_party/python/Lib/ |
H A D | shutil.py | 507 errors.append((srcname, dstname, str(why))) 513 errors.append((src, dst, str(why))) 769 path: Union[PathLike, str] 1380 elif isinstance(user, str):
|
H A D | difflib.py | 554 >>> a = list(map(str, range(1,40))) 1258 # someone passes mixed bytes and str to {unified,context}_diff(). E.g. 1262 # because of how str.format() incorporates bytes objects. 1263 if a and not isinstance(a[0], str): 1264 raise TypeError('lines to compare must be str, not %s (%r)' % 1266 if b and not isinstance(b[0], str): 1267 raise TypeError('lines to compare must be str, not %s (%r)' % 1270 if not isinstance(arg, str): 1271 raise TypeError('all arguments must be str, not: %r' % (arg,)) 1277 than str [all...] |
/third_party/python/Lib/importlib/ |
H A D | _bootstrap_external.py | 474 optimization = str(optimization) 952 specified path (a str). 960 path (a str). 973 """Optional method which writes data (bytes) to a file path (a str). 983 """Optional method which writes data (bytes) to a file path (a str). 1130 with _io.open_code(str(path)) as file: 1471 if not isinstance(entry, str):
|
H A D | _bootstrap.py | 1103 if not isinstance(name, str): 1104 raise TypeError('module name must be str, not {}'.format(type(name))) 1108 if not isinstance(package, str): 1218 if not isinstance(x, str): 1223 raise TypeError(f"Item in {where} must be str, "
|
/third_party/openssl/crypto/ec/ |
H A D | ecx_meth.c | 544 const ASN1_BIT_STRING *str, EVP_PKEY *pkey) in ecd_item_verify() 567 ASN1_BIT_STRING *str) in ecd_item_sign25519() 588 ASN1_BIT_STRING *str) in ecd_item_sign448() 542 ecd_item_verify(EVP_MD_CTX *ctx, const ASN1_ITEM *it, const void *asn, const X509_ALGOR *sigalg, const ASN1_BIT_STRING *str, EVP_PKEY *pkey) ecd_item_verify() argument 564 ecd_item_sign25519(EVP_MD_CTX *ctx, const ASN1_ITEM *it, const void *asn, X509_ALGOR *alg1, X509_ALGOR *alg2, ASN1_BIT_STRING *str) ecd_item_sign25519() argument 585 ecd_item_sign448(EVP_MD_CTX *ctx, const ASN1_ITEM *it, const void *asn, X509_ALGOR *alg1, X509_ALGOR *alg2, ASN1_BIT_STRING *str) ecd_item_sign448() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferMarkerTests.cpp | 1054 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initMemoryDepPrograms() 1068 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initMemoryDepPrograms() 1084 programCollection.glslSources.add("comp") << glu::ComputeSource(src.str()); in initMemoryDepPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRatePixelConsistency.cpp | 267 programCollection.glslSources.add("vert") << glu::VertexSource(vss.str()); in initPrograms() 294 programCollection.glslSources.add("frag_pass0") << glu::FragmentSource(fssPass0.str()); in initPrograms() 331 programCollection.glslSources.add("frag_pass1") << glu::FragmentSource(fssPass1.str()); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktDynamicRenderingUnusedAttachmentsTests.cpp | 188 return testName.str(); in getTestName() 396 const auto src = vert.str(); in initPrograms() 449 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesShaderIntrinsicsBase.cpp | 248 return src.str(); in getOpTypeImageSparse() 373 return src.str(); in getOpTypeImageSparse() 411 return src.str(); in getOpTypeImageResidency()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiBufferMarkerTests.cpp | 958 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); 972 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); 988 programCollection.glslSources.add("comp") << glu::ComputeSource(src.str());
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRatePixelConsistency.cpp | 267 programCollection.glslSources.add("vert") << glu::VertexSource(vss.str()); in initPrograms() 294 programCollection.glslSources.add("frag_pass0") << glu::FragmentSource(fssPass0.str()); in initPrograms() 331 programCollection.glslSources.add("frag_pass1") << glu::FragmentSource(fssPass1.str()); in initPrograms()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | Compiler.cpp | 113 std::string s = o.str(); 1335 mBuiltInResourcesString = strstream.str(); in setResourceString() 1453 std::string errorStr = errorStream.str(); in checkCallDepth()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineBasicBlock.cpp | 267 Name = (getParent()->getName() + ":").str(); 271 Name += ("BB" + Twine(getNumber())).str(); 315 OS << (Twine("%ir-block.") + Twine(Slot)).str();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | WindowsResource.cpp | 210 return OS.str(); in makeDuplicateResourceError() 252 return OS.str(); in makeDuplicateResourceError() 305 .str()); in cleanUpManifests()
|