Home
last modified time | relevance | path

Searched refs:str (Results 4676 - 4700 of 9331) sorted by relevance

1...<<181182183184185186187188189190>>...374

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeBasicComputeShaderTests.cpp185 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
282 return tcu::TestStatus::fail(msg.str()); in iterate()
356 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
453 return tcu::TestStatus::fail(msg.str()); in iterate()
529 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
628 return tcu::TestStatus::fail(msg.str()); in iterate()
694 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str());
824 return tcu::TestStatus::fail(msg.str());
889 sourceCollections.glslSources.add("comp") << glu::ComputeSource(src.str());
1012 return tcu::TestStatus::fail(msg.str());
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dcalregts.cpp996 UnicodeString output, testDesc, str, str2; in test4103271() local
1053 str.remove(); in test4103271()
1054 log(UnicodeString("") + sdf.format(testCal->getTime(status), str) + in test4103271()
1070 str.remove(); in test4103271()
1072 sdf.format(testCal->getTime(status), str)); in test4103271()
1106 str.remove(); in test4103271()
1107 logln(UnicodeString("") + sdf.format(got, str)); in test4103271()
1112 str.remove(); in test4103271()
1113 logln(UnicodeString("") + sdf.format(got, str)); in test4103271()
1118 str in test4103271()
2043 UnicodeString str; Test4197699() local
[all...]
H A Dtransrt.cpp515 char str[100]; in test() local
516 int32_t length = transliteratorID.extract(str, 100, NULL, status); in test()
517 str[length] = 0; in test()
518 parent->errln("FAIL: %s errors: %d %s", str, errorCount, (errorCount > errorLimit ? " (at least!)" : " ")); // + ", see " + logFileName); in test()
520 char str[100]; in test() local
521 int32_t length = transliteratorID.extract(str, 100, NULL, status); in test()
522 str[length] = 0; in test()
523 parent->logln("%s ok", str); in test()
/third_party/node/deps/v8/src/codegen/arm/
H A Dmacro-assembler-arm.cc379 str(lr, MemOperand(sp)); in StoreReturnAddressAndCall()
1352 str(receiver, MemOperand(sp, 0)); in CallRecordWriteStub()
1449 str(scratch, MemOperand(fp, ExitFrameConstants::kSPOffset)); in CallRecordWriteStub()
1455 str(fp, MemOperand(scratch)); in CallRecordWriteStub()
1458 str(cp, MemOperand(scratch)); in CallRecordWriteStub()
1481 str(scratch, MemOperand(fp, ExitFrameConstants::kSPOffset)); in CallRecordWriteStub()
1519 str(r3, MemOperand(scratch)); in CallRecordWriteStub()
1529 str(r3, MemOperand(scratch)); in CallRecordWriteStub()
1630 str(scratch, MemOperand(dest, kSystemPointerSize, PostIndex)); in CallRecordWriteStub()
1641 str(scratc in CallRecordWriteStub()
[all...]
H A Dmacro-assembler-arm.h102 str(src1, MemOperand(sp, 4, NegPreIndex), cond); in Push()
103 str(src2, MemOperand(sp, 4, NegPreIndex), cond); in Push()
114 str(src3, MemOperand(sp, 4, NegPreIndex), cond); in Push()
117 str(src1, MemOperand(sp, 4, NegPreIndex), cond); in Push()
131 str(src4, MemOperand(sp, 4, NegPreIndex), cond); in Push()
138 str(src1, MemOperand(sp, 4, NegPreIndex), cond); in Push()
153 str(src5, MemOperand(sp, 4, NegPreIndex), cond); in Push()
164 str(src1, MemOperand(sp, 4, NegPreIndex), cond); in Push()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DUniformBufferTest.cpp629 source = source + ss.str() + in TEST_P()
2045 stream.str() + in TEST_P()
2097 stream.str() + in TEST_P()
2149 stream.str() + in TEST_P()
2220 stream.str() + in TEST_P()
2285 stream.str() + in TEST_P()
2347 stream.str() + in TEST_P()
2411 stream.str() + in TEST_P()
2472 stream.str() + in TEST_P()
2542 stream1.str() in TEST_P()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPFloat.cpp2503 IEEEFloat::convertFromDecimalString(StringRef str, roundingMode rounding_mode) {
2508 StringRef::iterator p = str.begin();
2509 if (Error Err = interpretDecimal(p, str.end(), &D))
2533 // D->firstSigDigit equals str.end(), every digit must be a zero and there can
2536 if (D.firstSigDigit == str.end() || decDigitValue(*D.firstSigDigit) >= 10U) {
2588 if (p == str.end()) {
2623 bool IEEEFloat::convertFromStringSpecials(StringRef str) {
2624 if (str.equals("inf") || str.equals("INFINITY") || str
[all...]
/third_party/curl/tests/
H A Dftpserver.pl2578 my $str = nodataconn_str();
2579 logmsg "DATA sockfilt for passive data channel ($str) bound on port ".
2606 my $str = nodataconn_str();
2607 logmsg "====> Client fooled ($str)\n";
2709 my $str = nodataconn_str();
2710 logmsg "DATA sockfilt for active data channel not started ($str)\n";
2817 my $str;
2819 $str = 'NODATACONN' if($nodataconn);
2820 $str = 'NODATACONN425' if($nodataconn425);
2821 $str
[all...]
/third_party/ffmpeg/libavfilter/
H A Davf_showwaves.c107 { "size", "set video size", OFFSET(w), AV_OPT_TYPE_IMAGE_SIZE, {.str = "600x240"}, 0, 0, FLAGS },
108 { "s", "set video size", OFFSET(w), AV_OPT_TYPE_IMAGE_SIZE, {.str = "600x240"}, 0, 0, FLAGS },
115 { "rate", "set video rate", OFFSET(rate), AV_OPT_TYPE_VIDEO_RATE, {.str = "25"}, 0, INT_MAX, FLAGS },
116 { "r", "set video rate", OFFSET(rate), AV_OPT_TYPE_VIDEO_RATE, {.str = "25"}, 0, INT_MAX, FLAGS },
118 { "colors", "set channels colors", OFFSET(colors), AV_OPT_TYPE_STRING, {.str = "red|green|blue|yellow|orange|lime|pink|magenta|brown" }, 0, 0, FLAGS },
802 { "size", "set video size", OFFSET(w), AV_OPT_TYPE_IMAGE_SIZE, {.str = "600x240"}, 0, 0, FLAGS },
803 { "s", "set video size", OFFSET(w), AV_OPT_TYPE_IMAGE_SIZE, {.str = "600x240"}, 0, 0, FLAGS },
805 { "colors", "set channels colors", OFFSET(colors), AV_OPT_TYPE_STRING, {.str = "red|green|blue|yellow|orange|lime|pink|magenta|brown" }, 0, 0, FLAGS },
/third_party/curl/lib/vtls/
H A Dgtls.c66 static void tls_log_func(int level, const char *str) in tls_log_func() argument
68 fprintf(stderr, "|<%d>| %s", level, str); in tls_log_func()
159 char str[96]; in showtime() local
164 msnprintf(str, in showtime()
165 sizeof(str), in showtime()
175 infof(data, "%s", str); in showtime()
1247 data->set.str[STRING_SSL_PINNEDPUBLICKEY_PROXY]: in gtls_verifyserver()
1248 data->set.str[STRING_SSL_PINNEDPUBLICKEY]; in gtls_verifyserver()
/third_party/curl/lib/
H A Dcookie.c111 static void strstore(char **str, const char *newstr, size_t len);
358 * *str will be freed before the string allocated by strdup is stored there.
363 static void strstore(char **str, const char *newstr, size_t len) in strstore() argument
366 DEBUGASSERT(str); in strstore()
367 free(*str); in strstore()
368 *str = Curl_memdup0(newstr, len); in strstore()
1763 if(data->set.str[STRING_COOKIEJAR]) { in Curl_flush_cookies()
1767 res = cookie_output(data, data->cookies, data->set.str[STRING_COOKIEJAR]); in Curl_flush_cookies()
1770 data->set.str[STRING_COOKIEJAR], curl_easy_strerror(res)); in Curl_flush_cookies()
/third_party/icu/icu4c/source/test/cintltst/
H A Dutf8tst.c1113 uint8_t str[12]; in TestAppendChar() local
1118 uprv_memcpy(str, s, size); in TestAppendChar()
1121 UTF8_APPEND_CHAR_UNSAFE(str, offset, test[i+1]); in TestAppendChar()
1127 if(uprv_memcmp(str, result[count], size) !=0){ in TestAppendChar()
1131 printUChars(str, size); in TestAppendChar()
1135 UTF8_APPEND_CHAR_SAFE(str, offset, size, test[i+1]); in TestAppendChar()
1141 if(uprv_memcmp(str, result[count], size) !=0){ in TestAppendChar()
1145 printUChars(str, size); in TestAppendChar()
1149 uprv_memcpy(str, s, size); in TestAppendChar()
1153 (str)[(offse in TestAppendChar()
[all...]
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DCollationPerformanceTest.java591 String str = tests[linecount]; in doForwardIterTest()
592 iter.setText(str); in doForwardIterTest()
610 String str = tests[linecount]; in doForwardIterTest()
611 iter.setText(str); in doForwardIterTest()
711 String str = tests[linecount]; in doBackwardIterTest()
712 iter.setText(str); in doBackwardIterTest()
729 String str = tests[linecount]; in doBackwardIterTest()
730 iter.setText(str); in doBackwardIterTest()
/third_party/jerryscript/jerry-debugger/
H A Djerry_client_main.py135 parser.add_argument("--client-source", action="store", default=[], type=str, nargs="+",
219 result += ','.join([str(breakpoint) for breakpoint in self.lines.values()])
1001 command = breakpoint.source_name + ":" + str(breakpoint.line)
1236 table.append([str(i), 'with'])
1238 table.append([str(i), 'global'])
1241 table.append([str(i), 'catch'])
1243 table.append([str(i), 'local'])
1245 table.append([str(i), 'closure'])
/third_party/node/lib/
H A Dbuffer.js293 * Buffer.from(str[, encoding])
621 function base64ByteLength(str, bytes) {
623 if (StringPrototypeCharCodeAt(str, bytes - 1) === 0x3D)
625 if (bytes > 1 && StringPrototypeCharCodeAt(str, bytes - 1) === 0x3D)
881 let str = StringPrototypeTrim(RegExpPrototypeSymbolReplace(
884 str += ` ... ${remaining} more byte${remaining > 1 ? 's' : ''}`;
897 str += ', ';
900 str += StringPrototypeSlice(utilInspect(obj, {
907 return `<${this.constructor.name} ${str}>`;
/third_party/libwebsockets/lib/secure-streams/protocols/
H A Dss-mqtt.c302 expand_metadata(lws_ss_handle_t *h, const char* str, const char* post, size_t max_len) in expand_metadata() argument
319 if (lws_strexp_expand(&exp, str, strlen(str), &used_in, in expand_metadata()
321 lwsl_err("%s, failed to expand %s", __func__, str); in expand_metadata()
328 lwsl_err("%s, failed to allocate str_exp for %s", __func__, str); in expand_metadata()
336 if (lws_strexp_expand(&exp, str, strlen(str), &used_in, in expand_metadata()
338 lwsl_err("%s, failed to expand str_exp %s\n", __func__, str); in expand_metadata()
/third_party/node/deps/v8/src/heap/
H A Dfactory-base.cc623 const base::Vector<const uint8_t>& str, uint32_t raw_hash_field) { in NewOneByteInternalizedString()
625 AllocateRawOneByteInternalizedString(str.length(), raw_hash_field); in NewOneByteInternalizedString()
630 str.begin(), str.length()); in NewOneByteInternalizedString()
636 const base::Vector<const base::uc16>& str, uint32_t raw_hash_field) { in NewTwoByteInternalizedString()
638 AllocateRawTwoByteInternalizedString(str.length(), raw_hash_field); in NewTwoByteInternalizedString()
643 str.begin(), str.length() * base::kUC16Size); in NewTwoByteInternalizedString()
622 NewOneByteInternalizedString( const base::Vector<const uint8_t>& str, uint32_t raw_hash_field) NewOneByteInternalizedString() argument
635 NewTwoByteInternalizedString( const base::Vector<const base::uc16>& str, uint32_t raw_hash_field) NewTwoByteInternalizedString() argument
/third_party/rust/crates/clap/tests/builder/
H A Dapp_settings.rs7 static ALLOW_EXT_SC: &str = "\
15 static DONT_COLLAPSE_ARGS: &str = "\
64 static ERROR: &str = "\ in sub_command_required_error()
142 static ARG_REQUIRED_ELSE_HELP: &str = "\ in arg_required_else_help_error_message()
299 static SKIP_POS_VALS: &str = "\ in skip_possible_values()
588 input: &[&str], in assert_trailing_var_args()
589 expected_var_arg: Option<&[&str]>, in assert_trailing_var_args()
636 static REQUIRE_EQUALS: &str = "\ in require_eq()
/third_party/python/Lib/
H A Doptparse.py119 self.option_id = str(option)
187 default_tag : str
190 option_strings : { Option : str }
194 _short_opt_fmt : str
199 _long_opt_fmt : str
294 return option.help.replace(self.default_tag, str(default_value))
649 # (int, str, etc.) as an alternative to their names.
653 if self.type == "str":
670 % str(type(self.choices)).split("'")[1], self)
831 return str(sel
[all...]
/third_party/python/Lib/test/test_asyncio/
H A Dtest_futures.py113 future = self.cls[str]
114 self.assertEqual(future.__args__, (str,))
809 fut.add_done_callback(str)
825 fut.add_done_callback(str)
840 f.remove_done_callback(str)
844 fut.add_done_callback(str)
845 fut.add_done_callback(str)
853 fut.add_done_callback(str)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBindPointTests.cpp242 programCollection.glslSources.add("vert") << glu::VertexSource(vert.str()); in initPrograms()
243 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms()
262 programCollection.glslSources.add("comp") << glu::ComputeSource(comp.str()); in initPrograms()
282 programCollection.glslSources.add("rgen") << glu::RaygenSource(updateRayTracingGLSL(rgen.str())) << buildOptions; in initPrograms()
383 TCU_FAIL(msg.str()); in verifyBufferContents()
798 TCU_FAIL(msg.str()); in iterate()
841 return out.str(); in toString()
861 return out.str(); in toString()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawShaderViewportIndexTests.cpp467 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initVertexTestPrograms()
483 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initVertexTestPrograms()
506 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initFragmentTestPrograms()
526 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initFragmentTestPrograms()
547 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initTessellationTestPrograms()
574 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str()); in initTessellationTestPrograms()
600 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str()); in initTessellationTestPrograms()
616 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initTessellationTestPrograms()
/third_party/skia/src/ports/skia_ohos/
H A DFontConfig_ohos.cpp462 SkString str; in dumpFont() local
464 str.appendU32(SkFixedFloorToInt(font.axisSet.axis[i])); in dumpFont()
466 str.append(","); in dumpFont()
469 LOGI("axis={%s}\n", str.c_str()); in dumpFont()
831 const char* str = root[key].asCString(); in parseVariation() local
832 if (!strcmp(str, "normal")) { in parseVariation()
834 } else if (!strcmp(str, "italic")) { in parseVariation()
836 } else if (!strcmp(str, "oblique")) { in parseVariation()
/third_party/python/Lib/test/
H A Dtest_pprint.py73 field1: str
105 return str(id(self))
300 exp = '[%s]' % ',\n '.join(map(str, o))
305 exp = '(%s)' % ',\n '.join(map(str, o))
311 exp = '[ %s]' % ',\n '.join(map(str, o))
391 # alphabetic order of type names: "int" < "str" < "tuple". Before
879 self.assertLess(str(type(b)), str(type(a)))
1229 if isinstance(object, str):
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceInst.cpp36 #define X(tag, str, commutative) {str, commutative},
45 #define X(tag, str) {str},
54 #define X(tag, str) {str},
64 #define X(tag, reverse, str) {str, InstIcmp::ICond::reverse},

Completed in 51 milliseconds

1...<<181182183184185186187188189190>>...374