Home
last modified time | relevance | path

Searched refs:str (Results 14026 - 14050 of 15494) sorted by relevance

1...<<561562563564565566567568569570>>...620

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dsmpdtfmt.cpp1351 SimpleDateFormat::processOverrideString(const Locale &locale, const UnicodeString &str, int8_t type, UErrorCode &status) { in processOverrideString() argument
1352 if (str.isBogus() || U_FAILURE(status)) { in processOverrideString()
1364 int32_t delimiterPosition = str.indexOf((UChar)ULOC_KEYWORD_ITEM_SEPARATOR_UNICODE,start); in processOverrideString()
1367 len = str.length() - start; in processOverrideString()
1371 UnicodeString currentString(str,start,len); in processOverrideString()
/third_party/tzdata/
H A Dzic.c511 strdup(char const *str) in strdup() argument
513 char *result = malloc(strlen(str) + 1); in strdup()
514 return result ? strcpy(result, str) : result; in strdup()
539 estrdup(char const *str) in estrdup() argument
541 return memcheck(strdup(str)); in estrdup()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrConversionTests.cpp970 log << TestLog::Message << " " << line.str() << TestLog::EndMessage; in textureConversionTest()
1001 log << TestLog::Message << " " << line.str() << TestLog::EndMessage; in textureConversionTest()
1031 log << TestLog::Message << " " << line.str() << TestLog::EndMessage; in textureConversionTest()
1155 spec.source = source.str(); in createTestShaders()
1881 addFunctionCaseWithPrograms(oneToOneGroup.get(), testName.str(), "", checkSupport, createTestShaders, textureConversionTest, config); in buildTests()
/third_party/backends/backend/
H A Davision.c3574 get_and_parse_nvram (Avision_Scanner* s, char* str, size_t n) in get_and_parse_nvram() argument
3584 i += (size_t) snprintf (str+i, n-i, "Vendor: %.8s", in get_and_parse_nvram()
3586 i += (size_t) snprintf (str+i, n-i, "\nModel: %.16s", in get_and_parse_nvram()
3588 i += (size_t) snprintf (str+i, n-i, "\nFirmware: %.4s", in get_and_parse_nvram()
3599 i += (size_t) snprintf (str+i, n-i, "\nSerial: %.24s", in get_and_parse_nvram()
3603 i += (size_t) snprintf (str+i, n-i, "\nManufacturing date: %d-%d-%d", in get_and_parse_nvram()
3608 i += (size_t) snprintf (str+i, n-i, "\nFirst scan date: %d-%d-%d", in get_and_parse_nvram()
3615 i += (size_t) snprintf (str+i, n-i, "\nFlatbed scans: %d", x); in get_and_parse_nvram()
3618 i += (size_t) snprintf (str+i, n-i, "\nPad scans: %d", x); in get_and_parse_nvram()
3621 i += (size_t) snprintf (str in get_and_parse_nvram()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cComputeShaderTests.cpp955 return ss.str(); in GenSource()
1134 return ss.str(); in GenSource()
1305 return ss.str(); in GenSource()
1496 return ss.str(); in GenSource()
1698 return ss.str(); in GenSource()
2055 return ss.str(); in GenSource()
3575 return ss.str(); in GenSource()
3737 return ss.str(); in GenSource()
4302 return ss.str(); in GenGLSL()
5312 std::string glsl_cs = ss.str(); in CheckOmittedDimensions()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp147 void GetValueAsString(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, std::string& str) in GetValueAsString() argument
158 str.append(1, DOM_PICKER_SPLIT_ARRAY); in GetValueAsString()
166 str.append(valStr); in GetValueAsString()
173 str.append(1, DOM_PICKER_SPLIT_ITEM); in GetValueAsString()
178 str.append(subItemStr); in GetValueAsString()
1144 bool ParseResourceStringParam(const char* paramName, const std::map<std::string, std::string>& params, std::string& str) in ParseResourceStringParam() argument
1149 str = iter->second; in ParseResourceStringParam()
/kernel/linux/linux-5.10/drivers/char/ipmi/
H A Dipmi_msghandler.c4936 static void send_panic_events(struct ipmi_smi *intf, char *str) in send_panic_events() argument
4942 char *p = str; in send_panic_events()
4969 if (str) { in send_panic_events()
4970 data[3] = str[0]; in send_panic_events()
4971 data[6] = str[1]; in send_panic_events()
4972 data[7] = str[2]; in send_panic_events()
4982 if (ipmi_send_panic_event != IPMI_SEND_PANIC_EVENT_STRING || !str) in send_panic_events()
/kernel/linux/linux-6.6/drivers/char/ipmi/
H A Dipmi_msghandler.c5254 static void send_panic_events(struct ipmi_smi *intf, char *str) in send_panic_events() argument
5260 char *p = str; in send_panic_events()
5287 if (str) { in send_panic_events()
5288 data[3] = str[0]; in send_panic_events()
5289 data[6] = str[1]; in send_panic_events()
5290 data[7] = str[2]; in send_panic_events()
5300 if (ipmi_send_panic_event != IPMI_SEND_PANIC_EVENT_STRING || !str) in send_panic_events()
/kernel/linux/linux-6.6/mm/
H A Dshmem.c571 static int shmem_parse_huge(const char *str) in shmem_parse_huge() argument
573 if (!strcmp(str, "never")) in shmem_parse_huge()
575 if (!strcmp(str, "always")) in shmem_parse_huge()
577 if (!strcmp(str, "within_size")) in shmem_parse_huge()
579 if (!strcmp(str, "advise")) in shmem_parse_huge()
581 if (!strcmp(str, "deny")) in shmem_parse_huge()
583 if (!strcmp(str, "force")) in shmem_parse_huge()
/third_party/ffmpeg/libavformat/
H A Dmatroskadec.c1033 const char *default_value, char **str) in ebml_read_ascii()
1053 av_free(*str); in ebml_read_ascii()
1054 *str = res; in ebml_read_ascii()
2574 if (av_strstart(track->codec_id, ff_mkv_codec_tags[j].str, NULL)) { in matroska_parse_tracks()
3109 if (av_strstart(attachments[j].mime, mkv_image_mime_tags[i].str, NULL)) { in matroska_read_header()
3129 if (av_strstart(attachments[j].mime, mkv_mime_tags[i].str, NULL)) { in matroska_read_header()
4354 bprint.str[--bprint.len] = '\0'; in webm_dash_manifest_cues()
1032 ebml_read_ascii(AVIOContext *pb, int size, const char *default_value, char **str) ebml_read_ascii() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dloctest.cpp1403 UnicodeString str; in Test4139940() local
1405 df_full.format(mydate, str, pos); in Test4139940()
1410 if (str.indexOf(oda) < 0 || str.indexOf(ocf) >= 0) { in Test4139940()
1414 str.indexOf(oda), str.indexOf(ocf)); in Test4139940()
1418 logln(UnicodeString("String is: ") + str ); in Test4139940()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageCompressionTranscodingSupport.cpp2597 src_decompress << src.str(); in initPrograms()
2733 programCollection.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
2734 programCollection.glslSources.add("decompress") << glu::ComputeSource(src_decompress.str()); in initPrograms()
2754 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms()
2781 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
2821 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
2882 programCollection.glslSources.add("frag_verify") << glu::FragmentSource(src.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp1296 programCollection.glslSources.add("vert") << glu::VertexSource(vertex.str()) << buildOptions; in initStdFrameBufferPrograms()
1320 programCollection.glslSources.add("geometry") << glu::GeometrySource(geometry.str()) << buildOptions; in initStdFrameBufferPrograms()
1346 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(controlSource.str()) << buildOptions; in initStdFrameBufferPrograms()
1369 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()) << buildOptions; in initStdFrameBufferPrograms()
1444 programCollection.glslSources.add("comp") << glu::ComputeSource(src.str()) << buildOptions; in initStdPrograms()
1478 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << buildOptions; in initStdPrograms()
1526 programCollection.glslSources.add("task") << glu::TaskSource(task.str()) << buildOptions; in initStdPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageCompressionTranscodingSupport.cpp2583 src_decompress << src.str(); in initPrograms()
2719 programCollection.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
2720 programCollection.glslSources.add("decompress") << glu::ComputeSource(src_decompress.str()); in initPrograms()
2740 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms()
2767 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
2807 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
2868 programCollection.glslSources.add("frag_verify") << glu::FragmentSource(src.str()); in initPrograms()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2229 printMessage(IDLoc, SourceMgr::DK_Note, OS.str()); in parseStatement()
2769 return TokError(MaxNestingDepthError.str()); in handleMacroEntry()
2790 MemoryBuffer::getMemBufferCopy(OS.str(), "<instantiation>"); in handleMacroEntry()
5536 MemoryBuffer::getMemBufferCopy(OS.str(), "<instantiation>"); in instantiateMacroLikeBody()
5842 OutputConstraints.push_back(("=" + Constraint).str()); in parseMSInlineAsm()
5847 InputConstraints.push_back(Constraint.str()); in parseMSInlineAsm()
6020 AsmString = OS.str(); in parseMSInlineAsm()
/third_party/vixl/test/aarch32/
H A Dtest-disasm-a32.cc84 printf("%s", ss.str().c_str()); \
86 if (std::string(EXP) != ss.str()) { \
91 ss.str().c_str(), \
131 printf("%s", ss.str().c_str()); \
133 if (std::string(EXP) != ss.str()) { \
138 ss.str().c_str(), \
212 printf("Found:\n%sExpected:\n%s", ss.str().c_str(), EXP); \
833 COMPARE_BOTH(Str(r0, MemOperand(r1, r8, Offset)), "str r0, [r1, r8]\n"); in TEST()
838 "str r0, [ip]\n"); in TEST()
842 "str r in TEST()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp1296 programCollection.glslSources.add("vert") << glu::VertexSource(vertex.str()) << buildOptions; in initStdFrameBufferPrograms()
1320 programCollection.glslSources.add("geometry") << glu::GeometrySource(geometry.str()) << buildOptions; in initStdFrameBufferPrograms()
1346 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(controlSource.str()) << buildOptions; in initStdFrameBufferPrograms()
1369 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()) << buildOptions; in initStdFrameBufferPrograms()
1444 programCollection.glslSources.add("comp") << glu::ComputeSource(src.str()) << buildOptions; in initStdPrograms()
1481 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << buildOptions; in initStdPrograms()
1529 programCollection.glslSources.add("task") << glu::TaskSource(task.str()) << buildOptions; in initStdPrograms()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DParseContext.cpp699 std::string reason = reasonStream.str(); in checkCanBeLValue()
976 std::string reasonStr = reasonStream.str(); in checkIsNotOpaqueType()
3656 const std::string &reason = reasonStream.str(); in parseGlobalLayoutQualifier()
4686 std::string reason = reasonStream.str(); in checkIsBelowStructNestingLimit()
4912 std::string token = reasonStream.str(); in checkIndexLessThan()
5274 std::string reason = reasonStream.str(); in parseLocalSize()
6693 std::string token = tokenStream.str(); in checkSingleTextureOffset()
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Devent_log_task.cpp430 timeStamp = std::regex_search(timeStamp, match, reg) ? match[1].str() : ""; in HitraceCapture()
/base/global/i18n/frameworks/intl/src/
H A Dnumber_format.cpp587 numToCurrency.insert(std::make_pair<std::string, std::string>(ss.str(), currentCurrency)); in ReadISO4217Ddatas()
/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_runner.cpp805 std::string stid = buf.str(); in GetThreadId()
/base/request/request/services/src/manage/
H A Dnotifier.rs71 bundle_name: &str,
/base/request/request/test/rustest/src/
H A Dlib.rs48 const SERVICE_TOKEN: &str = "OHOS.Download.RequestServiceInterface";
/base/telephony/core_service/interfaces/innerkits/include/
H A Dcore_service_proxy.h84 bool IsValidStringLength(std::u16string str);
H A Di_tel_ril_manager.h241 virtual int32_t SetUssd(int32_t slotId, const std::string str, const AppExecFwk::InnerEvent::Pointer &response) = 0;

Completed in 128 milliseconds

1...<<561562563564565566567568569570>>...620