/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | TransliteratorTest.java | 445 ReplaceableString str = new ReplaceableString(s); in TestCompoundHex() 446 a.transliterate(str); in TestCompoundHex() 447 expect(ba, str.toString(), str.toString()); in TestCompoundHex()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | tzfmt.cpp | 2675 TimeZoneFormat::toCodePoints(const UnicodeString& str, UChar32* codeArray, int32_t size) { 2676 int32_t count = str.countChar32(); 2682 codeArray[idx] = str.char32At(start); 2683 start = str.moveIndex32(start, 1);
|
/third_party/ltp/testcases/kernel/fs/fsstress/ |
H A D | fsstress.c | 573 void append_pathname(pathname_t * name, char *str) in append_pathname() argument 577 len = strlen(str); in append_pathname() 579 if (len && *str == '/' && name->len == 0) { in append_pathname() 587 strcpy(&name->path[name->len], str); in append_pathname()
|
/third_party/libwebsockets/lib/roles/h2/ |
H A D | http2.c | 464 lws_strncpy(pps->u.ga.str, reason, sizeof(pps->u.ga.str)); in lws_h2_goaway() 888 q = (unsigned char *)pps->u.ga.str; 890 while (*q && n++ < (int)sizeof(pps->u.ga.str)) 1293 lws_context_lock(wsi->a.context, "h2 new str");
|
/third_party/node/src/ |
H A D | node_wasi.cc | 192 node::Utf8Value str(env->isolate(), arg); in New() 193 options.argv[i] = strdup(*str); in New() 203 node::Utf8Value str(env->isolate(), pair); in New() 204 options.envp[i] = strdup(*str); in New()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | tzfmt.cpp | 2678 TimeZoneFormat::toCodePoints(const UnicodeString& str, UChar32* codeArray, int32_t size) { 2679 int32_t count = str.countChar32(); 2685 codeArray[idx] = str.char32At(start); 2686 start = str.moveIndex32(start, 1);
|
/third_party/node/deps/v8/src/compiler/ |
H A D | code-assembler.h | 553 TNode<String> StringConstant(const char* str); 606 size_t buf_size = message.str().size() + 1; in Parameter() 608 snprintf(message_dup, buf_size, "%s", message.str().c_str()); in Parameter() 648 Comment(s.str()); in Comment()
|
/third_party/node/deps/v8/src/baseline/ |
H A D | baseline-compiler.cc | 488 std::ostringstream str; in VisitSingleBytecode() local 490 iterator().PrintTo(str); in VisitSingleBytecode() 492 ASM_CODE_COMMENT_STRING(&masm_, str.str()); in VisitSingleBytecode()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_local.h | 2652 __owur size_t tls1_final_finish_mac(SSL *s, const char *str, size_t slen, 2658 __owur size_t tls13_final_finish_mac(SSL *s, const char *str, size_t slen, 2716 const char *str); 2742 __owur int tls1_set_sigalgs_list(CERT *c, const char *str, int client);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiDeviceInitializationTests.cpp | 299 resultCollector.fail(message.str().c_str()); in createInstanceWithInvalidApiVersionTest() 305 resultCollector.fail(message.str().c_str()); in createInstanceWithInvalidApiVersionTest() 2181 log << tcu::TestLog::Message << "Test Combination: " << queuesInfo.str() << tcu::TestLog::EndMessage; in createDeviceQueue2WithNProtectedAndMUnprotectedQueues() 2271 log << tcu::TestLog::Message << "Test Combination: " << queuesInfo.str() << tcu::TestLog::EndMessage; in createDeviceQueue2WithMultipleQueueCombinations()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageHostImageCopyTests.cpp | 981 log << tcu::TestLog::Message << commandsLog.str() << tcu::TestLog::EndMessage; in iterate() 1172 programCollection.glslSources.add("vert") << glu::VertexSource(vert.str()); in initPrograms() 1193 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms() 1222 programCollection.glslSources.add("comp") << glu::ComputeSource(comp.str()); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiDeviceInitializationTests.cpp | 299 resultCollector.fail(message.str().c_str()); in createInstanceWithInvalidApiVersionTest() 305 resultCollector.fail(message.str().c_str()); in createInstanceWithInvalidApiVersionTest() 2192 log << tcu::TestLog::Message << "Test Combination: " << queuesInfo.str() << tcu::TestLog::EndMessage; in createDeviceQueue2WithNProtectedAndMUnprotectedQueues() 2282 log << tcu::TestLog::Message << "Test Combination: " << queuesInfo.str() << tcu::TestLog::EndMessage; in createDeviceQueue2WithMultipleQueueCombinations()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcBlendEquationAdvancedTests.cpp | 467 std::stringstream str; 471 str << glu::getGLSLVersionDeclaration(glslVersion) << "\n" 476 return str.str();
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | RendererVk.cpp | 606 std::string msg = log.str(); in DebugUtilsMessenger() 747 const std::string &hashString = hashStream.str(); in ComputePipelineCacheVkChunkKey() 2344 return strstr.str(); in getRendererDescription() 2385 return strstr.str(); in getVersionString()
|
/third_party/openssl/ssl/ |
H A D | ssl_local.h | 2596 __owur size_t tls1_final_finish_mac(SSL *s, const char *str, size_t slen, 2602 __owur size_t tls13_final_finish_mac(SSL *s, const char *str, size_t slen, 2660 const char *str); 2686 __owur int tls1_set_sigalgs_list(CERT *c, const char *str, int client);
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross_c.cpp | 88 : str(name) in StringAllocation() 93 : str(std::move(name)) in StringAllocation() 97 std::string str; member 135 auto *ret = alloc->str.c_str(); in allocate_name()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | tzfmt.cpp | 2675 TimeZoneFormat::toCodePoints(const UnicodeString& str, UChar32* codeArray, int32_t size) { 2676 int32_t count = str.countChar32(); 2682 codeArray[idx] = str.char32At(start); 2683 start = str.moveIndex32(start, 1);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 965 Constant *C = M.getOrInsertGlobal(("__typeid_" + TypeId + "_" + Name).str(), in importTypeId() 1394 AsmOS.str(), ConstraintOS.str(), in createJumpTable() 2189 (llvm::Twine(".symver ") + SymbolName + ", " + Alias).str()); in lower()
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | parser_impl.cc | 749 bool ParserImpl::IsValidIdentifier(const std::string& str) { in IsValidIdentifier() argument 750 if (str.empty()) { in IsValidIdentifier() 754 if (!std::isalpha(str[0], c_locale)) { in IsValidIdentifier() 757 for (const char& ch : str) { in IsValidIdentifier()
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | intrinsic_test.cc | 707 auto* str = Structure("S", {Member("x", ary)}, in TEST_F() local 709 Global("a", ty.Of(str), ast::StorageClass::kStorage, ast::Access::kRead, in TEST_F() 1719 out << sem::str(param->Usage()); in to_str() 1723 return out.str(); in to_str()
|
/third_party/python/Lib/test/test_zoneinfo/ |
H A D | test_zoneinfo.py | 151 # Zones constructed with a key must have str(zone) == key 156 self.assertEqual(str(zi), key) 158 # Zones with no key constructed should have str(zone) == repr(zone) 165 self.assertEqual(str(zi_ff), repr(zi_ff)) 1804 tzname: str 1881 raw_data = b"".join(map(str.encode, contents))
|
/third_party/python/Modules/ |
H A D | _tkinter.c | 783 "the string representation of this object, either as str or bytes"); 811 PyObject *repr, *str = PyTclObject_str(self); in PyTclObject_repr() local 812 if (str == NULL) in PyTclObject_repr() 815 self->value->typePtr->name, str); in PyTclObject_repr() 816 Py_DECREF(str); in PyTclObject_repr() 1482 script: str 1511 fileName: str 1540 script: str 1569 msg: str 1657 "must be str, byte in varname_converter() [all...] |
/third_party/python/Lib/ |
H A D | zipfile.py | 1278 if isinstance(file, str): 1702 table = str.maketrans(illegal, '_' * len(illegal)) 1812 may be either a 'str' or a 'bytes' instance; if it is a 'str', 1816 if isinstance(data, str): 1856 elif isinstance(zinfo_or_directory_name, str): 1867 raise TypeError("Expected type str or ZipInfo") 2443 >>> str(c).replace(os.sep, posixpath.sep) 2453 >>> str(root.filename).replace(os.sep, posixpath.sep) 2455 >>> str(roo [all...] |
/third_party/vk-gl-cts/modules/gles3/stress/ |
H A D | es3sSpecialFloatTests.cpp | 1285 return buf.str(); 1320 return buf.str(); 1606 return buf.str(); 1642 return buf.str();
|
/third_party/vk-gl-cts/modules/internal/ |
H A D | ditTextureFormatTests.cpp | 1409 std::ostringstream str; in getCaseName() local 1411 str << format.type << "_" << format.order; in getCaseName() 1413 return de::toLower(str.str()); in getCaseName()
|