Home
last modified time | relevance | path

Searched refs:str (Results 9876 - 9900 of 14315) sorted by relevance

1...<<391392393394395396397398399400>>...573

/third_party/node/deps/icu-small/source/tools/pkgdata/
H A Dpkgdata.cpp596 result = pkg_installFileMode(targetDir, o->srcDir, o->fileListFiles->str); in pkg_executeOptions()
618 result = writePackageDatFile(datFileNamePath, o->comment, o->srcDir, o->fileListFiles->str, nullptr, U_CHARSET_FAMILY ? 'e' : U_IS_BIG_ENDIAN ? 'b' : 'l'); in pkg_executeOptions()
1658 createCommonDataFile(o->tmpDir, o->shortName, o->entryName, nullptr, o->srcDir, o->comment, o->fileListFiles->str, 0, true, o->verbose, gencmnFile); in pkg_createWithoutAssemblyCode()
1682 file = list->str; in pkg_createWithoutAssemblyCode()
1683 name = listNames->str; in pkg_createWithoutAssemblyCode()
2083 fprintf(stdout, "# pkgdata: Reading %s..\n", l->str); in loadLists()
2086 in = T_FileStream_open(l->str, "r"); /* open files list */ in loadLists()
2089 fprintf(stderr, "Error opening <%s>.\n", l->str); in loadLists()
2097 fprintf(stderr, "%s:%d - line too long (over %d chars)\n", l->str, (int)ln, (int)lineMax); in loadLists()
2134 l->str, (in in loadLists()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtztest.cpp352 UnicodeString str; in TestVariousAPI518() local
353 logln("The timezone is " + time_zone->getID(str)); in TestVariousAPI518()
431 UnicodeString str; in TestGetAvailableIDs913() local
479 } else if (z->getID(str) != *id) { in TestGetAvailableIDs913()
481 *id + ") -> zone " + str); in TestGetAvailableIDs913() local
534 if (tz != 0) logln("getTimeZone(PST) = " + tz->getID(str)); in TestGetAvailableIDs913()
538 if (tz != 0) logln("getTimeZone(America/Los_Angeles) = " + tz->getID(str)); in TestGetAvailableIDs913()
/third_party/icu/icu4c/source/tools/pkgdata/
H A Dpkgdata.cpp593 result = pkg_installFileMode(targetDir, o->srcDir, o->fileListFiles->str); in pkg_executeOptions()
615 result = writePackageDatFile(datFileNamePath, o->comment, o->srcDir, o->fileListFiles->str, NULL, U_CHARSET_FAMILY ? 'e' : U_IS_BIG_ENDIAN ? 'b' : 'l'); in pkg_executeOptions()
1655 createCommonDataFile(o->tmpDir, o->shortName, o->entryName, NULL, o->srcDir, o->comment, o->fileListFiles->str, 0, true, o->verbose, gencmnFile); in pkg_createWithoutAssemblyCode()
1679 file = list->str; in pkg_createWithoutAssemblyCode()
1680 name = listNames->str; in pkg_createWithoutAssemblyCode()
2079 fprintf(stdout, "# pkgdata: Reading %s..\n", l->str); in loadLists()
2082 in = T_FileStream_open(l->str, "r"); /* open files list */ in loadLists()
2085 fprintf(stderr, "Error opening <%s>.\n", l->str); in loadLists()
2093 fprintf(stderr, "%s:%d - line too long (over %d chars)\n", l->str, (int)ln, (int)lineMax); in loadLists()
2130 l->str, (in in loadLists()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c89 static boolean str_match_no_case( const char **pcur, const char *str ) in str_match_no_case()
93 while (*str != '\0' && *str == uprcase( *cur )) { in str_match_no_case()
94 str++; in str_match_no_case()
97 if (*str == '\0') { in str_match_no_case()
110 static boolean str_match_nocase_whole( const char **pcur, const char *str ) in str_match_nocase_whole()
114 if (str_match_no_case(&cur, str) && in str_match_nocase_whole()
/third_party/mesa3d/src/imgui/
H A Dimgui_internal.h175 IMGUI_API char* ImStrdup(const char* str);
176 IMGUI_API char* ImStrdupcpy(char* dst, size_t* p_dst_size, const char* str);
178 IMGUI_API int ImStrlenW(const ImWchar* str);
179 IMGUI_API const char* ImStreolRange(const char* str, const char* str_end); // End end-of-line
182 IMGUI_API void ImStrTrimBlanks(char* str);
1214 ImGuiID GetID(const char* str, const char* str_end = NULL);
1216 ImGuiID GetIDNoKeepAlive(const char* str, const char* str_end = NULL);
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_ciph.c1332 static __owur int set_ciphersuites(STACK_OF(SSL_CIPHER) **currciphers, const char *str) in STACK_OF()
1340 if (*str != '\0' in STACK_OF()
1341 && (CONF_parse_list(str, ':', 1, ciphersuite_cb, newciphers) <= 0 in STACK_OF()
1415 int SSL_CTX_set_ciphersuites(SSL_CTX *ctx, const char *str) in SSL_CTX_set_ciphersuites() argument
1417 int ret = set_ciphersuites(&(ctx->tls13_ciphersuites), str); in SSL_CTX_set_ciphersuites()
1426 int SSL_set_ciphersuites(SSL *s, const char *str) in SSL_set_ciphersuites() argument
1429 int ret = set_ciphersuites(&(s->tls13_ciphersuites), str); in SSL_set_ciphersuites()
/third_party/node/deps/openssl/openssl/apps/
H A Dcmp.c876 static int set_name(const char *str, in set_name() argument
880 if (str != NULL) { in set_name()
881 X509_NAME *n = parse_name(str, MBSTRING_ASC, 1, desc); in set_name()
2141 /* get str value for name from a comma-separated hierarchy of config sections */
2160 char *str = conf_get_string(conf_, groups, name); in conf_get_number_e() local
2164 if (str == NULL || *str == '\0') in conf_get_number_e()
2167 res = strtol(str, &tailptr, 10); in conf_get_number_e()
/third_party/python/Lib/http/
H A Dcookiejar.py55 DEFAULT_HTTP_PORT = str(http.client.HTTP_PORT)
237 None is returned if the format of str is unrecognized, the time is outside
393 assert not isinstance(header_values, str)
1081 req_port = str(req_port)
1769 for cookie in self: r.append(str(cookie))
1853 h.append((k, str(cookie._rest[k])))
1855 h.append(("version", str(cookie.version)))
2109 expires = str(cookie.expires)
/third_party/openssl/apps/
H A Dcmp.c876 static int set_name(const char *str, in set_name() argument
880 if (str != NULL) { in set_name()
881 X509_NAME *n = parse_name(str, MBSTRING_ASC, 1, desc); in set_name()
2141 /* get str value for name from a comma-separated hierarchy of config sections */
2159 char *str = conf_get_string(conf_, groups, name); in conf_get_number_e() local
2163 if (str == NULL || *str == '\0') in conf_get_number_e()
2166 res = strtol(str, &tailptr, 10); in conf_get_number_e()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageTranscodingSupportTests.cpp523 std::stringstream str; in compareAndLog() local
525 str << "Difference begins near byte " << ndx * sizeof(deUint64) << "." in compareAndLog()
529 log.writeMessage(str.str().c_str()); in compareAndLog()
758 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms()
785 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
811 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderQueryTestsEXT.cpp395 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms()
483 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << meshBuildOpts; in initPrograms()
509 programCollection.glslSources.add("task") << glu::TaskSource(task.str()) << meshBuildOpts; in initPrograms()
733 TCU_FAIL(msg.str()); in readAndVerifyAvailabilityBit()
742 TCU_FAIL(msg.str()); in readAndVerifyAvailabilityBit()
768 TCU_FAIL(msg.str()); in verifyQueryCounter()
1168 TCU_FAIL(msg.str()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageTranscodingSupportTests.cpp523 std::stringstream str; in compareAndLog() local
525 str << "Difference begins near byte " << ndx * sizeof(deUint64) << "." in compareAndLog()
529 log.writeMessage(str.str().c_str()); in compareAndLog()
759 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms()
786 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
812 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderQueryTestsEXT.cpp395 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms()
483 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << meshBuildOpts; in initPrograms()
509 programCollection.glslSources.add("task") << glu::TaskSource(task.str()) << meshBuildOpts; in initPrograms()
732 TCU_FAIL(msg.str()); in readAndVerifyAvailabilityBit()
741 TCU_FAIL(msg.str()); in readAndVerifyAvailabilityBit()
767 TCU_FAIL(msg.str()); in verifyQueryCounter()
1167 TCU_FAIL(msg.str()); in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderImageSizeTests.cpp78 OutputNotSupported(reason.str()); in SupportedInVS()
94 OutputNotSupported(reason.str()); in SupportedInTCS()
110 OutputNotSupported(reason.str()); in SupportedInTES()
126 OutputNotSupported(reason.str()); in SupportedInGS()
158 OutputNotSupported(reason.str()); in SupportedSamples()
196 return s.str(); in ToString()
516 return os.str(); in GenShader()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_decorations.cpp1305 std::ostringstream str(msg);
1313 str << (dec.dec_type() == SpvDecorationCoherent ? "Coherent"
1315 str << " decoration targeting " << vstate.getIdName(id);
1317 str << " (member index " << member << ")";
1319 str << " is banned when using the Vulkan memory model.";
1320 return vstate.diag(SPV_ERROR_INVALID_ID, inst) << str.str();
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dhex_float_test.cpp54 return ss.str(); in EncodeViaHexFloat()
70 FloatProxy<T> Decode(const std::string& str) { in Decode() argument
72 EXPECT_TRUE((std::stringstream(str) >> decoded).eof()); in Decode()
284 EXPECT_THAT(s.str(), Eq(std::string("xx10 -0x1.0002p+128 xx11"))); in TEST()
292 EXPECT_THAT(s.str(), Eq(std::string("xx10 0x1.0fp+1024 xx11"))); in TEST()
454 return ss.str(); in EncodeViaFloatProxy()
477 result = out.str(); in NormalizeExponentInFloatString()
/third_party/openssl/ssl/
H A Dssl_ciph.c1331 static __owur int set_ciphersuites(STACK_OF(SSL_CIPHER) **currciphers, const char *str) in STACK_OF()
1339 if (*str != '\0' in STACK_OF()
1340 && (CONF_parse_list(str, ':', 1, ciphersuite_cb, newciphers) <= 0 in STACK_OF()
1414 int SSL_CTX_set_ciphersuites(SSL_CTX *ctx, const char *str) in SSL_CTX_set_ciphersuites() argument
1416 int ret = set_ciphersuites(&(ctx->tls13_ciphersuites), str); in SSL_CTX_set_ciphersuites()
1425 int SSL_set_ciphersuites(SSL *s, const char *str) in SSL_set_ciphersuites() argument
1428 int ret = set_ciphersuites(&(s->tls13_ciphersuites), str); in SSL_set_ciphersuites()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_decorations.cpp1305 std::ostringstream str(msg);
1313 str << (dec.dec_type() == SpvDecorationCoherent ? "Coherent"
1315 str << " decoration targeting " << vstate.getIdName(id);
1317 str << " (member index " << member << ")";
1319 str << " is banned when using the Vulkan memory model.";
1320 return vstate.diag(SPV_ERROR_INVALID_ID, inst) << str.str();
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dhex_float_test.cpp54 return ss.str(); in EncodeViaHexFloat()
70 FloatProxy<T> Decode(const std::string& str) { in Decode() argument
72 EXPECT_TRUE((std::stringstream(str) >> decoded).eof()); in Decode()
284 EXPECT_THAT(s.str(), Eq(std::string("xx10 -0x1.0002p+128 xx11"))); in TEST()
292 EXPECT_THAT(s.str(), Eq(std::string("xx10 0x1.0fp+1024 xx11"))); in TEST()
454 return ss.str(); in EncodeViaFloatProxy()
477 result = out.str(); in NormalizeExponentInFloatString()
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/
H A Dpkgdata.cpp593 result = pkg_installFileMode(targetDir, o->srcDir, o->fileListFiles->str); in pkg_executeOptions()
615 result = writePackageDatFile(datFileNamePath, o->comment, o->srcDir, o->fileListFiles->str, NULL, U_CHARSET_FAMILY ? 'e' : U_IS_BIG_ENDIAN ? 'b' : 'l'); in pkg_executeOptions()
1655 createCommonDataFile(o->tmpDir, o->shortName, o->entryName, NULL, o->srcDir, o->comment, o->fileListFiles->str, 0, TRUE, o->verbose, gencmnFile); in pkg_createWithoutAssemblyCode()
1679 file = list->str; in pkg_createWithoutAssemblyCode()
1680 name = listNames->str; in pkg_createWithoutAssemblyCode()
2079 fprintf(stdout, "# pkgdata: Reading %s..\n", l->str); in loadLists()
2082 in = T_FileStream_open(l->str, "r"); /* open files list */ in loadLists()
2085 fprintf(stderr, "Error opening <%s>.\n", l->str); in loadLists()
2093 fprintf(stderr, "%s:%d - line too long (over %d chars)\n", l->str, (int)ln, (int)lineMax); in loadLists()
2130 l->str, (in in loadLists()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp470 OutStreamer->EmitRawText(O.str()); in EmitFunctionEntryLabel()
496 OutStreamer->EmitRawText(O.str()); in EmitFunctionBodyStart()
795 OutStreamer->EmitRawText(OS1.str()); in doInitialization()
841 OutStreamer->EmitRawText(OS2.str()); in emitGlobals()
1687 OutStreamer->EmitRawText(O.str()); in setAndEmitFunctionVirtualRegisters()
2011 report_fatal_error(OS.str()); in lowerConstantForGV()
2025 report_fatal_error(OS.str()); in lowerConstantForGV()
/third_party/python/Lib/test/
H A Dtest_compile.py210 self.assertIn('Exceeds the limit ', str(exc))
211 self.assertIn(' Consider hexadecimal ', str(exc))
361 return self.data[str(key)]
363 self.data[str(key)] = value
365 del self.data[str(key)]
367 return str(key) in self.data
1355 if isinstance(code, str):
H A Dtest_regrtest.py428 if isinstance(tests, str):
430 if isinstance(skipped, str):
432 if isinstance(failed, str):
434 if isinstance(env_changed, str):
436 if isinstance(omitted, str):
438 if isinstance(no_test_ran, str):
540 % (str(args), proc.returncode, proc.stdout))
/third_party/python/Lib/unittest/test/
H A Dtest_loader.py232 self.assertEqual(str(w[-1].message),
260 self.assertEqual(str(w[-1].message),
284 self.assertEqual(str(w[-1].message),
289 str(cm.exception),
316 str(cm.exception),
378 self.assertEqual(str(e), "Empty module name")
796 self.assertEqual(str(e), "Empty module name")
/third_party/python/Modules/_sqlite/
H A Dconnection.c72 const char *str = PyUnicode_AsUTF8AndSize(str_or_none, &sz); in isolation_level_converter() local
73 if (str == NULL) { in isolation_level_converter()
76 if (strlen(str) != (size_t)sz) { in isolation_level_converter()
81 const char *level = get_isolation_level(str); in isolation_level_converter()
89 "isolation_level must be str or None"); in isolation_level_converter()
418 table: str
420 column as col: str
428 name: str = "main"
636 const char *str = PyUnicode_AsUTF8AndSize(py_val, &sz); in _pysqlite_set_result() local
637 if (str in _pysqlite_set_result()
[all...]

Completed in 69 milliseconds

1...<<391392393394395396397398399400>>...573