Home
last modified time | relevance | path

Searched refs:str (Results 10526 - 10550 of 12927) sorted by relevance

1...<<421422423424425426427428429430>>...518

/third_party/icu/icu4c/source/i18n/
H A Dtzgnames.cpp73 UnicodeString str(p->tzID); in hashPartialLocationKey()
74 str.append((UChar)0x26) in hashPartialLocationKey()
78 return str.hashCode(); in hashPartialLocationKey()
/third_party/libcoap/src/
H A Dcoap_tinydtls.c1179 pem_decode_mem_asn1(const char *begstr, const uint8_t *str) { in pem_decode_mem_asn1() argument
1180 char *bcp = str ? strstr((const char *)str, begstr) : NULL; in pem_decode_mem_asn1()
/third_party/lzma/CPP/7zip/UI/Console/
H A DList.cpp387 void PrintSum(const CListStat &st, UInt64 numDirs, const char *str);
739 void CFieldPrinter::PrintSum(const CListStat &st, UInt64 numDirs, const char *str) in PrintSum() argument
760 Print_UInt64_and_String(s, st.NumFiles, str); in PrintSum()
/third_party/ltp/lib/
H A Dtlibio.c1976 char *str; member
2107 Unit_info[ind].str);
2130 Unit_info[ind].str);
/third_party/node/test/parallel/
H A Dtest-stream-pipeline.js1572 this.str = '';
1576 this.str += chunk;
1590 assert.strictEqual(writable.str, 'asd');
/third_party/node/deps/v8/tools/
H A Drun_perf.py337 assert isinstance(suite['name'], str)
829 f.write(str(value))
855 ret += str(cpu_index)
/third_party/node/src/
H A Dnode_errors.cc237 static void PrintToStderrAndFlush(const std::string& str) { in PrintToStderrAndFlush() argument
238 FPrintF(stderr, "%s\n", str); in PrintToStderrAndFlush()
947 USE(ProcessEmitWarningGeneric(env, warning.str().c_str(), "V8")); in PerIsolateMessageListener()
H A Dnode_sockaddr.cc517 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 Dlocdspnm.cpp39 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 Dclc_compiler.c903 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 Daubinator_viewer_decoder.cpp631 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 Dtzgnames.cpp73 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 Daltcp_tls_mbedtls.c654 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 Decx_meth.c544 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 Dabg-hash.cc60 /// @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 Dbackend-native.c593 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 Dtest_misc.py284 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 Dunix_events.py107 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 Dshutil.py507 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 Ddifflib.py554 >>> 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.py474 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.py1103 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 Decx_meth.c544 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 DvktApiBufferMarkerTests.cpp1054 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 DvktFragmentShadingRatePixelConsistency.cpp267 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()

Completed in 51 milliseconds

1...<<421422423424425426427428429430>>...518