Home
last modified time | relevance | path

Searched refs:str (Results 4101 - 4125 of 12364) sorted by relevance

1...<<161162163164165166167168169170>>...495

/third_party/node/deps/icu-small/source/common/
H A Dfilteredbrk.cpp86 inline UBool adopt(UnicodeString *str, UErrorCode &status) { in adopt() argument
87 if(U_FAILURE(status) || contains(*str)) { in adopt()
88 delete str; in adopt()
91 sortedInsert(str, compareUnicodeString, status); in adopt()
102 inline UBool add(const UnicodeString& str, UErrorCode &status) { in add() argument
104 UnicodeString *t = new UnicodeString(str); in add()
378 //if(debug2) u_printf("str, native len=%d\n", utext_nativeLength(fText.getAlias())); in internalNext()
407 //if(debug2) u_printf("str, native len=%d\n", utext_nativeLength(fText.getAlias())); in internalPrev()
549 UnicodeString str(ures_getUnicodeString(strs.getAlias(), &status)); in SimpleFilteredBreakIteratorBuilder()
550 suppressBreakAfter(str, statu in SimpleFilteredBreakIteratorBuilder()
[all...]
/third_party/mesa3d/src/mapi/glapi/gen/
H A DglX_proto_send.py34 def convertStringForXCB(str):
38 while i < len(str):
39 if str[i:i+3] in special:
40 tmp = '%s_%s' % (tmp, str[i:i+3].lower())
42 elif str[i].isupper():
43 tmp = '%s_%s' % (tmp, str[i].lower())
45 tmp = '%s%s' % (tmp, str[i])
549 dim_str = str(dim)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageSizeTests.cpp258 << "layout (binding = 0, " << formatQualifierStr << ")" << accessQualifier.str() << " uniform highp " << imageTypeStr << " u_image;\n" in initPrograms()
274 programCollection.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
280 std::ostringstream str; in getCaseName() local
281 str << ((flags & SizeTest::FLAG_READONLY_IMAGE) != 0 ? "readonly_" : "") in getCaseName()
285 str << "2d_view_"; in getCaseName()
289 str << (i == 0 ? "" : "x") << texture.size()[i]; in getCaseName()
291 return str.str(); in getCaseName()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBarycentricCoordinatesTests.cpp137 const auto layoutDeclsStr = layoutDecls.str(); in initPrograms()
205 programCollection.glslSources.add("rgen") << glu::RaygenSource(updateRayTracingGLSL(rgen.str())) << buildOptions; in initPrograms()
206 programCollection.glslSources.add("miss") << glu::MissSource(updateRayTracingGLSL(miss.str())) << buildOptions; in initPrograms()
209 programCollection.glslSources.add("chit") << glu::ClosestHitSource(updateRayTracingGLSL(chit.str())) << buildOptions; in initPrograms()
211 programCollection.glslSources.add("chit") << glu::AnyHitSource(updateRayTracingGLSL(chit.str())) << buildOptions; in initPrograms()
214 programCollection.glslSources.add("chit") << glu::ClosestHitSource(updateRayTracingGLSL(chit.str())) << buildOptions; in initPrograms()
215 programCollection.glslSources.add("ahitTerminate") << glu::AnyHitSource(updateRayTracingGLSL(ahitTerminate.str())) << buildOptions; in initPrograms()
476 TCU_FAIL(msg.str()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationGeometryPassthroughTests.cpp74 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in addVertexAndFragmentShaders()
89 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in addVertexAndFragmentShaders()
125 return src.str(); in generateTessellationEvaluationShader()
190 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str()); in initPrograms()
223 programCollection.glslSources.add("geom") << glu::GeometrySource(src.str()); in initPrograms()
303 return src.str(); in generateGeometryShader()
333 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str()); in initPrograms()
361 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageSizeTests.cpp260 << "layout (binding = 0, " << formatQualifierStr << ")" << accessQualifier.str() << " uniform highp " << imageTypeStr << " u_image;\n" in initPrograms()
276 programCollection.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
282 std::ostringstream str; in getCaseName() local
283 str << ((flags & SizeTest::FLAG_READONLY_IMAGE) != 0 ? "readonly_" : "") in getCaseName()
287 str << "2d_view_"; in getCaseName()
291 str << (i == 0 ? "" : "x") << texture.size()[i]; in getCaseName()
293 return str.str(); in getCaseName()
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DGeometryShader_test.cpp38 return compile(sstream.str()); in compileGeometryShader()
48 return compile(sstream.str()); in compileGeometryShader()
73 return sstream.str(); in GetGeometryShaderLayout()
90 return sstream.str(); in GetInputDeclaration()
1160 if (!compile(ostream.str())) in TEST_F()
1197 if (compile(ostream.str())) in TEST_F()
1517 if (!compile(stream.str())) in TEST_F()
1533 if (!compile(stream.str())) in TEST_F()
/third_party/skia/src/gpu/ops/
H A DFillRectOp.cpp39 SkString str; in dump_quad_info() local
40 str.appendf("%d: Color: [%.2f, %.2f, %.2f, %.2f], Edge AA: l%u_t%u_r%u_b%u, \n" in dump_quad_info()
58 return str; in dump_quad_info()
369 SkString str = SkStringPrintf("# draws: %u\n", fQuads.count()); variable
370 str.appendf("Device quad type: %u, local quad type: %u\n",
372 str += fHelper.dumpInfo();
377 str += dump_quad_info(i, iter.deviceQuad(), iter.localQuad(),
381 return str;
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dssa_rewrite_pass.cpp74 std::ostringstream str; in PrettyPrint() local
75 str << "%" << result_id_ << " = Phi[%" << var_id_ << ", BB %" << bb_->id() in PrettyPrint()
81 str << "[%" << arg_id << ", bb(%" << pred_label << ")] "; in PrettyPrint()
84 str << ")"; in PrettyPrint()
86 str << " [COPY OF " << copy_of_ << "]"; in PrettyPrint()
88 str << ((is_complete_) ? " [COMPLETE]" : " [INCOMPLETE]"); in PrettyPrint()
90 return str.str(); in PrettyPrint()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dssa_rewrite_pass.cpp74 std::ostringstream str; in PrettyPrint() local
75 str << "%" << result_id_ << " = Phi[%" << var_id_ << ", BB %" << bb_->id() in PrettyPrint()
81 str << "[%" << arg_id << ", bb(%" << pred_label << ")] "; in PrettyPrint()
84 str << ")"; in PrettyPrint()
86 str << " [COPY OF " << copy_of_ << "]"; in PrettyPrint()
88 str << ((is_complete_) ? " [COMPLETE]" : " [INCOMPLETE]"); in PrettyPrint()
90 return str.str(); in PrettyPrint()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboNoAttachmentTests.cpp552 group->addChild(new SizeCase(testCtx, renderCtx, name.str().c_str(), name.str().c_str(), spec)); in createFboNoAttachmentTests()
598 group->addChild(new SizeCase(testCtx, renderCtx, name.str().c_str(), name.str().c_str(), spec)); in createFboNoAttachmentTests()
615 group->addChild(new SizeCase(testCtx, renderCtx, name.str().c_str(), name.str().c_str(), spec)); in createFboNoAttachmentTests()
666 const string name = baseSpecName.str() + "_default_" + altSpecName.str(); in createFboNoAttachmentTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationGeometryPassthroughTests.cpp74 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in addVertexAndFragmentShaders()
89 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in addVertexAndFragmentShaders()
125 return src.str(); in generateTessellationEvaluationShader()
190 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str()); in initPrograms()
223 programCollection.glslSources.add("geom") << glu::GeometrySource(src.str()); in initPrograms()
303 return src.str(); in generateGeometryShader()
333 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str()); in initPrograms()
361 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str()); in initPrograms()
/third_party/curl/lib/
H A Durl.c178 Curl_safefree(data->set.str[i]); in Curl_freeset()
287 Curl_altsvc_save(data, data->asi, data->set.str[STRING_ALTSVC]); in Curl_close()
289 Curl_hsts_save(data, data->hsts, data->set.str[STRING_HSTS]); in Curl_close()
445 result = Curl_setstropt(&set->str[STRING_SSL_CAFILE], CURL_CA_BUNDLE); in Curl_init_userdefined()
449 result = Curl_setstropt(&set->str[STRING_SSL_CAFILE_PROXY], in Curl_init_userdefined()
455 result = Curl_setstropt(&set->str[STRING_SSL_CAPATH], CURL_CA_PATH); in Curl_init_userdefined()
459 result = Curl_setstropt(&set->str[STRING_SSL_CAPATH_PROXY], CURL_CA_PATH); in Curl_init_userdefined()
1381 conn->bits.proxy = (data->set.str[STRING_PROXY] && in allocate_conn()
1382 *data->set.str[STRING_PROXY]) ? TRUE : FALSE; in allocate_conn()
1391 if(data->set.str[STRING_PRE_PROX in allocate_conn()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryAccelerationStructuresTests.cpp1638 rayQueryTest.push_back(css.str()); in initPrograms()
1656 rayQueryTest.push_back(css.str()); in initPrograms()
1677 programCollection.glslSources.add("vert") << glu::VertexSource(css.str()) << buildOptions; in initPrograms()
1695 programCollection.glslSources.add("vert_vid") << glu::VertexSource(css.str()) << buildOptions; in initPrograms()
1718 programCollection.glslSources.add(cssName.str()) << glu::VertexSource(css.str()) << buildOptions; in initPrograms()
1738 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(css.str()) << buildOptions; in initPrograms()
1769 programCollection.glslSources.add(cssName.str()) << glu::TessellationControlSource(css.str()) << buildOptions; in initPrograms()
1796 programCollection.glslSources.add(cssName.str()) << gl in initPrograms()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryAccelerationStructuresTests.cpp1629 rayQueryTest.push_back(css.str()); in initPrograms()
1647 rayQueryTest.push_back(css.str()); in initPrograms()
1666 programCollection.glslSources.add("vert") << glu::VertexSource(css.str()) << buildOptions; in initPrograms()
1684 programCollection.glslSources.add("vert_vid") << glu::VertexSource(css.str()) << buildOptions; in initPrograms()
1707 programCollection.glslSources.add(cssName.str()) << glu::VertexSource(css.str()) << buildOptions; in initPrograms()
1727 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(css.str()) << buildOptions; in initPrograms()
1758 programCollection.glslSources.add(cssName.str()) << glu::TessellationControlSource(css.str()) << buildOptions; in initPrograms()
1785 programCollection.glslSources.add(cssName.str()) << gl in initPrograms()
[all...]
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtsp/
H A Drtsp_unit_test.cpp45 const std::string str = "123"; in HWTEST_F() local
46 auto ret = RtspCommon::Trim(str); in HWTEST_F()
47 EXPECT_EQ(ret, str); in HWTEST_F()
50 EXPECT_EQ(ret1, str); in HWTEST_F()
53 EXPECT_EQ(ret2, str); in HWTEST_F()
56 EXPECT_EQ(ret3, str); in HWTEST_F()
61 const std::string str = "12 3"; in HWTEST_F() local
62 auto ret = RtspCommon::Trim(str); in HWTEST_F()
63 EXPECT_EQ(ret, str); in HWTEST_F()
66 EXPECT_EQ(ret1, str); in HWTEST_F()
161 const std::string str = "str"; HWTEST_F() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dexif_metadata_formatter.cpp695 result += match.str() + "/1"; // appending '/1' to integer in RationalFormat()
696 value = match.suffix().str(); // skip handled value part in RationalFormat()
743 result += match.str() + "/1"; in DecimalRationalFormat()
773 result += match.str() + "/1"; in ConvertRationalFormat()
776 result += match.str(); in ConvertRationalFormat()
899 std::string tmp = match[0].str(); in ValidRegexWithVersionFormat()
925 std::string tmp = match[0].str(); in ValidRegexWithChannelFormat()
1385 std::string subStr = match[1].str(); in ExtractValue()
1496 static bool ConvertToInt(const std::string& str, int& value) in ConvertToInt() argument
1498 auto [ptr, errCode] = std::from_chars(str in ConvertToInt()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp465 std::string DBCommon::ToLowerCase(const std::string &str) in ToLowerCase() argument
467 std::string res(str.length(), ' '); in ToLowerCase()
468 std::transform(str.begin(), str.end(), res.begin(), ::tolower); in ToLowerCase()
472 std::string DBCommon::ToUpperCase(const std::string &str) in ToUpperCase() argument
474 std::string res(str.length(), ' '); in ToUpperCase()
475 std::transform(str.begin(), str.end(), res.begin(), ::toupper); in ToUpperCase()
806 bool DBCommon::ConvertToUInt(const std::string &str, uint64_t &value) in ConvertToUInt() argument
808 auto [ptr, errCode] = std::from_chars(str in ConvertToUInt()
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dsimple_idct_armv5te.S41 str lr, [sp, #-4]!
253 str lr, [sp, #-4]!
265 str a2, [a1]
274 str a2, [a1, #(16*7)]
283 str a2, [a1, #(16*1)]
292 str a2, [a1, #(16*6)]
301 str a2, [a1, #(16*2)]
310 str a2, [a1, #(16*5)]
319 str a2, [a1, #(16*3)]
327 str a
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_curves.c99 { "master","set master points coordinates",OFFSET(comp_points_str[NB_COMP]), AV_OPT_TYPE_STRING, {.str=NULL}, .flags = FLAGS },
100 { "m", "set master points coordinates",OFFSET(comp_points_str[NB_COMP]), AV_OPT_TYPE_STRING, {.str=NULL}, .flags = FLAGS },
101 { "red", "set red points coordinates", OFFSET(comp_points_str[0]), AV_OPT_TYPE_STRING, {.str=NULL}, .flags = FLAGS },
102 { "r", "set red points coordinates", OFFSET(comp_points_str[0]), AV_OPT_TYPE_STRING, {.str=NULL}, .flags = FLAGS },
103 { "green", "set green points coordinates", OFFSET(comp_points_str[1]), AV_OPT_TYPE_STRING, {.str=NULL}, .flags = FLAGS },
104 { "g", "set green points coordinates", OFFSET(comp_points_str[1]), AV_OPT_TYPE_STRING, {.str=NULL}, .flags = FLAGS },
105 { "blue", "set blue points coordinates", OFFSET(comp_points_str[2]), AV_OPT_TYPE_STRING, {.str=NULL}, .flags = FLAGS },
106 { "b", "set blue points coordinates", OFFSET(comp_points_str[2]), AV_OPT_TYPE_STRING, {.str=NULL}, .flags = FLAGS },
107 { "all", "set points coordinates for all components", OFFSET(comp_points_str_all), AV_OPT_TYPE_STRING, {.str=NULL}, .flags = FLAGS },
108 { "psfile", "set Photoshop curves file name", OFFSET(psfile), AV_OPT_TYPE_STRING, {.str
[all...]
/third_party/alsa-lib/src/alisp/
H A Dalisp_snd.c250 int err, const char *str) in new_result3()
255 str = ""; in new_result3()
260 p1->value.c.car = new_string(instance, str); in new_result3()
281 typedef int (*snd_int_str_t)(const char *str);
282 typedef int (*snd_int_int_strp_t)(int val, char **str);
428 char *str; in FA_int_int_strp() local
441 err = ((snd_int_int_strp_t)item->xfunc)(val, &str); in FA_int_int_strp()
442 return new_result3(instance, err, str); in FA_int_int_strp()
906 char *str; in F_snderr() local
910 snd_output_buffer_string(out, &str); in F_snderr()
249 new_result3(struct alisp_instance * instance, int err, const char *str) new_result3() argument
919 char *str; F_syserr() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNormalizer.java554 * @param str The string to be normalized. The normalization
566 public Normalizer(String str, Mode mode, int opt) { in Normalizer() argument
567 this.text = UCharacterIterator.getInstance(str); in Normalizer()
667 * @param str The string to compose.
675 public static String compose(String str, boolean compat) { in compose() argument
676 return compose(str,compat,0); in compose()
682 * @param str The string to compose.
691 public static String compose(String str, boolean compat, int options) { in compose() argument
692 return getComposeNormalizer2(compat, options).normalize(str); in compose()
747 * @param str Th
755 decompose(String str, boolean compat) decompose() argument
771 decompose(String str, boolean compat, int options) decompose() argument
840 normalize(String str, Mode mode, int options) normalize() argument
1078 isNormalized(String str, Mode mode, int options) isNormalized() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DNormalizer.java564 * @param str The string to be normalized. The normalization
577 public Normalizer(String str, Mode mode, int opt) { in Normalizer() argument
578 this.text = UCharacterIterator.getInstance(str); in Normalizer()
681 * @param str The string to compose.
690 public static String compose(String str, boolean compat) { in compose() argument
691 return compose(str,compat,0); in compose()
697 * @param str The string to compose.
707 public static String compose(String str, boolean compat, int options) { in compose() argument
708 return getComposeNormalizer2(compat, options).normalize(str); in compose()
765 * @param str Th
774 decompose(String str, boolean compat) decompose() argument
791 decompose(String str, boolean compat, int options) decompose() argument
863 normalize(String str, Mode mode, int options) normalize() argument
1112 isNormalized(String str, Mode mode, int options) isNormalized() argument
[all...]
/third_party/lwip/src/netif/ppp/
H A Dccp.c282 char *str, *endp; local
284 str = *argv;
285 abits = rbits = strtol(str, &endp, 0);
286 if (endp != str && *endp == ',') {
287 str = endp + 1;
288 abits = strtol(str, &endp, 0);
290 if (*endp != 0 || endp == str) {
321 char *str, *endp; local
323 str = *argv;
324 abits = rbits = strtol(str,
[all...]
/third_party/node/deps/v8/src/torque/
H A Dcsa-generator.cc60 out() << out_buffer.str(); in EmitGraph()
83 out() << " ca_.Bind(&" << BlockName(block) << phi_names.str() << ");\n"; in EmitBlock()
108 const std::string str = "ca_.Uninitialized<" + in EmitInstruction() local
110 stack->Push(str); in EmitInstruction()
111 SetDefinitionVariable(instruction.GetValueDefinition(), str); in EmitInstruction()
117 const std::string str = in EmitInstruction() local
120 stack->Push(str); in EmitInstruction()
121 SetDefinitionVariable(instruction.GetValueDefinition(), str); in EmitInstruction()
168 args.push_back(s.str()); in ProcessArgumentsCommon()
290 ReportError(s.str()); in EmitInstruction()
883 const std::string str = EmitInstruction() local
[all...]

Completed in 42 milliseconds

1...<<161162163164165166167168169170>>...495