/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.cc | 194 Operand Operand::EmbeddedStringConstant(const StringConstantBase* str) { in EmbeddedStringConstant() argument 197 result.value_.heap_object_request = HeapObjectRequest(str); in EmbeddedStringConstant() 221 const StringConstantBase* str = request.string(); in AllocateAndInstallRequestedHeapObjects() local 222 CHECK_NOT_NULL(str); in AllocateAndInstallRequestedHeapObjects() 223 object = str->AllocateStringConstant(isolate); in AllocateAndInstallRequestedHeapObjects()
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | assembler-riscv64.cc | 173 Operand Operand::EmbeddedStringConstant(const StringConstantBase* str) { in EmbeddedStringConstant() argument 176 result.value_.heap_object_request = HeapObjectRequest(str); in EmbeddedStringConstant() 200 const StringConstantBase* str = request.string(); in AllocateAndInstallRequestedHeapObjects() local 201 CHECK_NOT_NULL(str); in AllocateAndInstallRequestedHeapObjects() 202 object = str->AllocateStringConstant(isolate); in AllocateAndInstallRequestedHeapObjects()
|
/third_party/node/deps/v8/src/init/ |
H A D | bootstrapper.cc | 93 SeqOneByteString str = SeqOneByteString::cast(cache_.get(i)); in Lookup() local 94 if (str.IsOneByteEqualTo(name)) { in Lookup() 112 Handle<String> str = in Add() local 117 DCHECK(!str.is_null()); in Add() 118 cache_.set(length, *str); in Add()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 453 std::string FullMsg = Message.str(); in error() 1651 B.addAttribute(KindStr.str(), ValStr.str()); in parseAttributeGroupBlock() 5596 return error("Invalid hash length " + Twine(Record.size()).str()); in parseModule() 6240 return error("Invalid hash length " + Twine(Record.size()).str()); in parseModuleStringTable()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.h | 868 * Modifying the table invalidates iterators. upb_{str,int}table_done() is 1140 upb_strview str; /* For str/bytes. */ member 1144 upb_strview str; /* For str/bytes. */ member 4031 * size_t str(MyClosure* closure, const MyHandlerData* d, 4032 * const char *str, size_t len) { 5704 template <class T> bool PutBuffer(const T& str, BytesSink sink) { in PutBuffer() argument 5705 return upb_bufsrc_putbuf(str.data(), str in PutBuffer() [all...] |
/third_party/python/Modules/ |
H A D | posixmodule.c | 1205 "expected %.200s.__fspath__() to return str or bytes, " in path_converter() 2785 if isinstance(value, str): 2787 return str(int(bool(value))) 2807 if isinstance(requires, str): 3219 Path to be modified. May always be specified as a str, bytes, or a path-like object. 4256 path can be specified as either str, bytes, or a path-like object. If path is bytes, 4258 the filenames returned will be str. 4350 PyObject *str = PyUnicode_FromWideChar(abspath, wcslen(abspath)); in os__getfullpathname_impl() local 4352 if (str == NULL) { in os__getfullpathname_impl() 4356 Py_SETREF(str, PyUnicode_EncodeFSDefaul in os__getfullpathname_impl() [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderOperatorTests.cpp | 282 static void stringReplace (string& str, const string& from, const string& to) in stringReplace() argument 285 while ((start_pos = str.find(from, start_pos)) != std::string::npos) in stringReplace() 287 str.replace(start_pos, from.length(), to); in stringReplace() 1055 m_vertShaderSource = vtx.str(); in setupShaderData() 1056 m_fragShaderSource = frag.str(); in setupShaderData()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_compile.c | 180 PCRE2_SPTR str; member 6266 OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, str)); in fast_forward_newline() 6271 OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(ARGUMENTS), SLJIT_OFFSETOF(jit_arguments, str)); in fast_forward_newline() 6294 OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, str)); in fast_forward_newline() 6299 OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(ARGUMENTS), SLJIT_OFFSETOF(jit_arguments, str)); in fast_forward_newline() 6334 OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, str)); in fast_forward_newline() 6337 OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(ARGUMENTS), SLJIT_OFFSETOF(jit_arguments, str)); in fast_forward_newline() 8270 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, str)); in compile_simple_assertion_matchingpath() 8273 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(ARGUMENTS), SLJIT_OFFSETOF(jit_arguments, str)); in compile_simple_assertion_matchingpath() 11993 OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(HAS_VIRTUAL_REGISTERS ? TMP1 : ARGUMENTS), SLJIT_OFFSETOF(jit_arguments, str)); in compile_fail_accept_matchingpath() [all...] |
/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_proxy.cpp | 118 std::string str = Str16ToStr8(result); in GetOperatorNumeric() local 1535 bool CoreServiceProxy::IsValidStringLength(std::u16string str) in IsValidStringLength() argument 1537 int32_t length = static_cast<int32_t>(str.length()); in IsValidStringLength()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_config.c | 1960 char str[16]; in dhd_conf_add_pkt_filter() local 1983 sprintf(str, MACS, MAC2STRDBG(dhd->mac.octet)); in dhd_conf_add_pkt_filter() 1985 strncat(dhd->conf->magic_pkt_filter_add, str, 12); in dhd_conf_add_pkt_filter()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_service_event_handler.cpp | 2210 bool BMSEventHandler::CheckIsModuleUpdate(const std::string &str) in CheckIsModuleUpdate() argument 2212 return str.find(MODULE_UPDATE_PATH) == 0 || in CheckIsModuleUpdate() 2213 str.find(std::string(ServiceConstants::PATH_SEPARATOR) + in CheckIsModuleUpdate()
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | self_cure_state_machine_test.cpp | 2708 std::string str = "0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0"; in HWTEST_F() local 2710 pSelfCureStateMachine->TransStrToVec(str, c); in HWTEST_F() 2712 EXPECT_NE(pSelfCureStateMachine->TransStrToVec(str, c).size(), 0); in HWTEST_F()
|
/test/xts/acts/ai/mindspore/mindsporectest/src/ |
H A D | ohos_c_api_test_mslite.cpp | 382 std::vector<std::string> str; in TransCharArraysToStrVector() local 384 str.push_back(std::string(c[i])); in TransCharArraysToStrVector() 386 return str; in TransCharArraysToStrVector()
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg.c | 1689 fprintf(stderr, "%s %c", buf.str, end); in print_report() 1691 av_log(NULL, AV_LOG_INFO, "%s %c", buf.str, end); in print_report() 1700 avio_write(progress_avio, buf_script.str, in print_report()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfssecaudit.c | 5579 static struct POSIX_SECURITY *encode_posix_acl(const char *str) in encode_posix_acl() argument 5603 p = str; in encode_posix_acl() 5640 p = str; in encode_posix_acl()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cloctst.c | 1325 const char* const* str=uloc_getISOLanguages(); in TestISOFunctions() local 1336 /*str=uloc_getISOLanguages(); */ in TestISOFunctions() 1348 for(count = 0; *(str+count) != 0; count++) in TestISOFunctions() 1351 test = *(str+count); in TestISOFunctions()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numbertest_api.cpp | 5254 static const char* str = "0.009876543210987654321098765432109876543211"; in formatTypes() local 5255 actual = formatter.precision(Precision::unlimited()).formatDecimal(str, status).toString(status); in formatTypes() 5256 assertEquals("Format decNumber to 40 digits", str, actual); in formatTypes()
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_tasks.py | 105 task = self.__class__.Task[str] 106 self.assertEqual(task.__args__, (str,)) 1068 self.assertEqual(str(cm.exception),
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderAtomicCountersTests.cpp | 2688 return os.str(); in GenVSSrc() 2696 return os.str(); in GenFSSrc() 4243 std::string source = os.str(); in Run()
|
H A D | gl4cSparseBufferTests.cpp | 376 return result_sstream.str(); in getSparseBOFlagsString() 1058 n_counters_string = n_counters_sstream.str(); in initTestCaseGlobal() 6430 vs_body_define_string = vs_body_define_sstream.str();
|
H A D | gl4cDirectStateAccessVertexArraysTests.cpp | 752 s = ss.str(); in itoa() 2390 reference_str.append(ss.str()); in DrawAndCheck() 2410 result_str.append(ss.str()); in DrawAndCheck()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | OutputASM.cpp | 213 TString str(int i) in str() function 3523 std::string errorStr = extraInfoStream.str(); in arrayExceedsLimits() 3784 const TString uniformName = name + "[" + str(i) + "]." + fieldName; in declareUniform()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceAssemblerARM32.cpp | 1892 void AssemblerARM32::str(const Operand *OpRt, const Operand *OpAddress, 1894 constexpr const char *StrName = "str"; 1939 // str<c> <Rt>, [<Rn>{, #+/-<imm12>}] ; p=1, w=0 1940 // str<c> <Rt>, [<Rn>], #+/-<imm12> ; p=1, w=1 1941 // str<c> <Rt>, [<Rn>, #+/-<imm12>]! ; p=0, w=1 2919 llvm::report_fatal_error(StrBuf.str()); 2951 llvm::report_fatal_error(StrBuf.str());
|
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.h | 235 VIXL_ABORT_WITH_MSG(sstream.str().c_str()); in GetMTETag() 257 VIXL_WARNING(sstream.str().c_str()); in SetMTETag() 3107 VIXL_WARNING(sstream.str().c_str());
|
/third_party/spirv-tools/test/val/ |
H A D | val_image_test.cpp | 354 return ss.str(); in GenerateShaderCode() 454 return ss.str(); in GenerateKernelCode() 513 return ss.str(); in GetShaderHeader()
|