/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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
H A D | dbus_new.c | 2539 char *str, *s; in uscore_to_dbus() local 2542 s = str = os_zalloc(os_strlen(uscore) + 1); in uscore_to_dbus() 2543 if (!str) in uscore_to_dbus() 2555 return str; in uscore_to_dbus()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211_capa.c | 2443 char str[200]; in nl80211_dump_chan_list() local 2444 char *pos = str; in nl80211_dump_chan_list() 2445 char *end = pos + sizeof(str); in nl80211_dump_chan_list() 2466 modestr(mode->mode), str); in nl80211_dump_chan_list()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
H A D | dbus_new.c | 2638 char *str, *s; in uscore_to_dbus() local 2641 s = str = os_zalloc(os_strlen(uscore) + 1); in uscore_to_dbus() 2642 if (!str) in uscore_to_dbus() 2654 return str; in uscore_to_dbus()
|
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/ |
H A D | ql4_os.c | 5750 char *str = buf; in qla4xxx_show_boot_eth_info() local 5755 rc = sprintf(str, "%d\n", SYSFS_FLAG_FW_SEL_BOOT); in qla4xxx_show_boot_eth_info() 5758 rc = sprintf(str, "0\n"); in qla4xxx_show_boot_eth_info() 5761 rc = sysfs_format_mac(str, ha->my_mac, in qla4xxx_show_boot_eth_info() 5791 char *str = buf; in qla4xxx_show_boot_ini_info() local 5796 rc = sprintf(str, "%s\n", ha->name_string); in qla4xxx_show_boot_ini_info() 5825 char *str = buf; in qla4xxx_show_boot_tgt_info() local 5837 rc = sprintf(str, "%pI6\n", in qla4xxx_show_boot_tgt_info() 5841 rc = sprintf(str, "%d\n", boot_conn->dest_port); in qla4xxx_show_boot_tgt_info() 5844 rc = sprintf(str, " in qla4xxx_show_boot_tgt_info() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/ |
H A D | ql4_os.c | 5741 char *str = buf; in qla4xxx_show_boot_eth_info() local 5746 rc = sprintf(str, "%d\n", (char)SYSFS_FLAG_FW_SEL_BOOT); in qla4xxx_show_boot_eth_info() 5749 rc = sprintf(str, "0\n"); in qla4xxx_show_boot_eth_info() 5752 rc = sysfs_format_mac(str, ha->my_mac, in qla4xxx_show_boot_eth_info() 5782 char *str = buf; in qla4xxx_show_boot_ini_info() local 5787 rc = sprintf(str, "%s\n", ha->name_string); in qla4xxx_show_boot_ini_info() 5816 char *str = buf; in qla4xxx_show_boot_tgt_info() local 5828 rc = sprintf(str, "%pI6\n", in qla4xxx_show_boot_tgt_info() 5832 rc = sprintf(str, "%d\n", boot_conn->dest_port); in qla4xxx_show_boot_tgt_info() 5835 rc = sprintf(str, " in qla4xxx_show_boot_tgt_info() [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/vo_dev/arch/hi3516cv500/include/ |
H A D | vou_drv.h | 513 hi_u32 str; member 566 hi_u32 str; member
|