Home
last modified time | relevance | path

Searched refs:str (Results 12101 - 12125 of 14315) sorted by relevance

1...<<481482483484485486487488489490>>...573

/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_codec.c3067 int str, err; in add_std_chmaps() local
3070 for (str = 0; str < 2; str++) { in add_std_chmaps()
3071 struct hda_pcm_stream *hinfo = &pcm->stream[str]; in add_std_chmaps()
3078 err = snd_pcm_add_chmap_ctls(pcm->pcm, str, elem, in add_std_chmaps()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSimpleDateFormat.java4662 private void processOverrideString(ULocale loc, String str) { in processOverrideString() argument
4664 if ( str == null || str.length() == 0 ) in processOverrideString()
4675 int delimiterPosition = str.indexOf(";",start); in processOverrideString()
4678 end = str.length(); in processOverrideString()
4683 String currentString = str.substring(start,end); in processOverrideString()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DSimpleDateFormat.java4523 private void processOverrideString(ULocale loc, String str) { in processOverrideString() argument
4525 if ( str == null || str.length() == 0 ) in processOverrideString()
4536 int delimiterPosition = str.indexOf(";",start); in processOverrideString()
4539 end = str.length(); in processOverrideString()
4544 String currentString = str.substring(start,end); in processOverrideString()
/third_party/node/src/
H A Dnode_file.cc86 std::string Basename(const std::string& str, const std::string& extension) { in Basename() argument
88 std::string::size_type pos = str.find_last_of(kPathSeparator); in Basename()
93 std::size_t str_size = str.size(); in Basename()
101 str.compare(str.size() - extension.size(), in Basename()
106 return str.substr(start_pos, str_size); in Basename()
/third_party/ltp/tools/sparse/sparse-src/
H A Devaluate.c3630 const char *str = constraint->string->data; in parse_asm_constraint() local
3633 switch (str[0]) { in parse_asm_constraint()
3642 str++; in parse_asm_constraint()
3646 while ((c = *str++)) { in parse_asm_constraint()
3688 str = arch_target->asm_constraint(op, c, str); in parse_asm_constraint()
/third_party/node/deps/v8/src/wasm/baseline/arm64/
H A Dliftoff-assembler-arm64.h275 str(scratch, MemOperand(x16, (i - stack_param_delta) * 8)); in PrepareTailCall()
984 // We check IsImmLSUnscaled(-start-12) because str only allows for unscaled in FillStackSlotsWithZero()
986 // happen when a function has many params (>=32 i64), str cannot be encoded in FillStackSlotsWithZero()
1003 str(xzr, liftoff::GetStackSlot(start + remainder)); in FillStackSlotsWithZero()
1004 str(wzr, liftoff::GetStackSlot(start + remainder - 8)); in FillStackSlotsWithZero()
1007 str(xzr, liftoff::GetStackSlot(start + remainder)); in FillStackSlotsWithZero()
1010 str(wzr, liftoff::GetStackSlot(start + remainder)); in FillStackSlotsWithZero()
1029 str(wzr, MemOperand(address_reg, kSystemPointerSize / 2, PostIndex)); in FillStackSlotsWithZero()
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl1168 str r12, [$key, #244]
1439 str r12, [$key, #244]
1609 str r0, [sp, #0x1c] @ next counter value
1611 str r8, [sp, #0x1c] @ next counter value
1688 str r12, [$key, #244]
2095 str r12, [$key, #244]
/third_party/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl1168 str r12, [$key, #244]
1439 str r12, [$key, #244]
1609 str r0, [sp, #0x1c] @ next counter value
1611 str r8, [sp, #0x1c] @ next counter value
1688 str r12, [$key, #244]
2095 str r12, [$key, #244]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineLibraryTests.cpp1195 log << tcu::TestLog::Message << ess.str() << tcu::TestLog::EndMessage; in iterate()
2246 TCU_FAIL(msg.str()); in verifyOutputBuffer()
2897 programCollection.glslSources.add("comp") << glu::ComputeSource(comp.str()); in initPrograms()
2914 programCollection.glslSources.add("rgen") << glu::RaygenSource(rgen.str()) << buildOptions; in initPrograms()
2930 programCollection.glslSources.add("vert") << glu::VertexSource(vert.str()); in initPrograms()
2940 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessBuffersTests.cpp557 the_log.append(bitfield_string_stream.str()); in LogFail()
572 the_log.append(number.str()); in LogFail()
588 the_log.append(number.str()); in LogFail()
641 the_log.append(bitfield_string_stream.str()); in LogError()
800 the_log.append(number.str()); in LogFail()
816 the_log.append(number.str()); in LogFail()
/third_party/openssl/test/
H A Devp_test.c3985 #define STR_STARTS_WITH(str, pre) OPENSSL_strncasecmp(pre, str, strlen(pre)) == 0
3986 #define STR_ENDS_WITH(str, pre) \
3987 strlen(str) < strlen(pre) ? 0 : (OPENSSL_strcasecmp(pre, str + strlen(str) - strlen(pre)) == 0)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DTGParser.cpp215 Twine(BI->getNumBits())).str(); in SetValue()
217 InitType = (Twine("' of type '") + TI->getType()->getAsString()).str(); in SetValue()
1317 .str()); in ParseOperation()
1612 .str()); in ParseOperation()
1630 .str()); in ParseOperation()
2534 Type = (Twine("' of type '") + TI->getType()->getAsString()).str(); in ParseForeachDeclaration()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_openssl.c733 const char *str; in ssl_info_cb() local
739 str = "SSL_connect"; in ssl_info_cb()
741 str = "SSL_accept"; in ssl_info_cb()
743 str = "undefined"; in ssl_info_cb()
747 str, SSL_state_string_long(ssl)); in ssl_info_cb()
773 str, ret == 0 ? "failed" : "error", in ssl_info_cb()
/third_party/glslang/glslang/MachineIndependent/
H A DParseHelper.cpp805 TString str = "unknown"; in getIoArrayImplicitSize() local
810 str = TQualifier::getGeometryString(intermediate.getInputPrimitive()); in getIoArrayImplicitSize()
814 str = "vertices"; in getIoArrayImplicitSize()
818 str = "vertices"; in getIoArrayImplicitSize()
824 str = "max_primitives*"; in getIoArrayImplicitSize()
825 str += TQualifier::getGeometryString(intermediate.getOutputPrimitive()); in getIoArrayImplicitSize()
830 str = "max_primitives"; in getIoArrayImplicitSize()
834 str = "max_primitives"; in getIoArrayImplicitSize()
838 str = "max_vertices"; in getIoArrayImplicitSize()
842 *featureString = str; in getIoArrayImplicitSize()
868 handleBinaryMath(const TSourceLoc& loc, const char* str, TOperator op, TIntermTyped* left, TIntermTyped* right) handleBinaryMath() argument
910 handleUnaryMath(const TSourceLoc& loc, const char* str, TOperator op, TIntermTyped* childNode) handleUnaryMath() argument
[all...]
/kernel/linux/linux-6.6/kernel/sched/
H A Dcore.c4772 static int __init setup_schedstats(char *str) in setup_schedstats() argument
4775 if (!str) in setup_schedstats()
4778 if (!strcmp(str, "enable")) { in setup_schedstats()
4781 } else if (!strcmp(str, "disable")) { in setup_schedstats()
5788 static int __init setup_resched_latency_warn_ms(char *str) in setup_resched_latency_warn_ms() argument
5792 if ((kstrtol(str, 0, &val))) { in setup_resched_latency_warn_ms()
8954 int sched_dynamic_mode(const char *str) in sched_dynamic_mode() argument
8956 if (!strcmp(str, "none")) in sched_dynamic_mode()
8959 if (!strcmp(str, "voluntary")) in sched_dynamic_mode()
8962 if (!strcmp(str, "ful in sched_dynamic_mode()
9069 setup_preempt_mode(char *str) setup_preempt_mode() argument
[all...]
/third_party/libabigail/src/
H A Dabg-dwarf-reader.cc738 ABG_ASSERT(!ver.str().empty()); in lookup_symbol_from_sysv_hash_tab()
1029 ABG_ASSERT(!ver.str().empty()); in lookup_symbol_from_gnu_hash_tab()
1184 ABG_ASSERT(!ver.str().empty()); in lookup_symbol_from_symtab()
5868 const char* str = dwarf_formstring(&attr); in die_string_attribute() local
5869 return str ? str : ""; in die_string_attribute()
5892 const char* str = dwarf_formstring(&attr); in die_char_str_attribute() local
5893 return str; in die_char_str_attribute()
6123 const char* str = dwarf_decl_file(const_cast<Dwarf_Die*>(die)); in die_decl_file_attribute() local
6125 return str in die_decl_file_attribute()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style_parser.cpp359 std::string fontFeatures = strTemp.str(); in UnParseFontFeatureSetting()
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dswipe_recognizer.cpp478 info->customInfo = oss.str(); in Dump()
H A Drotation_recognizer.cpp440 info->customInfo = oss.str(); in Dump()
H A Dlong_press_recognizer.cpp439 info->customInfo = oss.str(); in Dump()
H A Dpinch_recognizer.cpp499 info->customInfo = oss.str(); in Dump()
/foundation/arkui/ace_engine/frameworks/core/components/font/
H A Drosen_font_loader.cpp241 rawFile = matches[1].str(); in LoadFromResource()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpixel_map_ohos.cpp246 return strm.str(); in GetId()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.h618 bool endsWith(std::string str, std::string suffix);
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/
H A Dsvg_dom.cpp189 std::string newValue(stream.str()); in ParseFillAttr()

Completed in 96 milliseconds

1...<<481482483484485486487488489490>>...573