Home
last modified time | relevance | path

Searched refs:str (Results 4326 - 4350 of 9563) sorted by relevance

1...<<171172173174175176177178179180>>...383

/third_party/icu/icu4c/source/test/intltest/
H A Dicusvtst.cpp318 UnicodeString* str = (UnicodeString*)obj; in msgstr() local
319 logln(message + *str); in msgstr()
320 delete str; in msgstr()
1376 UnicodeString str("Greet"); in testCoverage()
1377 service.getVisibleIDs(ids, &str, status); in testCoverage()
1441 UnicodeString str; in testCoverage() local
1442 key->currentDescriptor(str); in testCoverage()
1443 key->parsePrefix(str); in testCoverage()
1444 if (str != "123") { in testCoverage()
H A Dssearch.cpp1042 UnicodeString str(ch); in append()
1044 test.append(str); in append()
1045 alternate.append(str); // flip case, or some junk? in append()
1088 UnicodeString str(ch); in append()
1090 testCase.append(str); in append()
1091 generateAlternative(str, alternate); in append()
1094 UnicodeString str(buffer, len); in append()
1096 testCase.append(str); in append()
1097 generateAlternative(str, alternate); in append()
H A Dtzregts.cpp131 UnicodeString str, str2; in Test4073215() local
175 UnicodeString str; in Test4073215() local
176 sdf.format(cal.getTime(status), str); in Test4073215()
178 errln((UnicodeString)"Fail: " + str + " inDaylightTime=false, exp true"); in Test4073215()
193 sdf.format(jan31, str.remove()) + "; transition at " + in Test4073215()
197 sdf.format(mar1, str.remove()) + "; transition at " + in Test4073215()
201 sdf.format(mar31, str.remove()) + "; transition at " + in Test4073215()
1052 UnicodeString str; in TestJ449() local
1064 if (zoneWith->getID(str) != UnicodeString(idWithLocaleData) || in TestJ449()
1065 zoneWithout->getID(str) ! in TestJ449()
[all...]
/third_party/littlefs/scripts/
H A Dperfbd.py37 if isinstance(x, str):
57 return str(self.x)
664 ','.join(str(getattr(r, k) or '') for k in by): r
667 ','.join(str(getattr(r, k) or '') for k in by): r
819 ','.join(str(getattr(r, k) or '') for k in by): r
1225 "all lines. Defaults to %s." % ','.join(str(t) for t in THRESHOLD))
1232 "all lines. Defaults to %s." % ','.join(str(t) for t in THRESHOLD))
1239 "all lines. Defaults to %s." % ','.join(str(t) for t in THRESHOLD))
1246 "all lines. Defaults to %s." % ','.join(str(t) for t in THRESHOLD))
/third_party/libinput/src/
H A Dquirks.c1263 const char *str = udev_prop(device, "NAME"); in match_fill_name() local
1266 if (!str) in match_fill_name()
1270 if (str[0] == '"') in match_fill_name()
1271 str++; in match_fill_name()
1273 m->name = safe_strdup(str); in match_fill_name()
1286 const char *str; in match_fill_bus_vid_pid() local
1289 str = udev_prop(device, "PRODUCT"); in match_fill_bus_vid_pid()
1290 if (!str) in match_fill_bus_vid_pid()
1295 if (sscanf(str, "%x/%x/%x/%x", &bus, &vendor, &product, &version) != 4) in match_fill_bus_vid_pid()
/third_party/node/deps/v8/src/compiler/
H A Draw-machine-assembler.cc813 std::stringstream str; in Bind() local
814 str << "Binding label without closing previous block:" in Bind()
817 FATAL("%s", str.str().c_str()); in Bind()
874 std::stringstream str; in ~RawMachineLabel()
876 str << "A label has been bound but it's not used." in ~RawMachineLabel()
879 str << "A label has been used but it's not bound."; in ~RawMachineLabel()
881 FATAL("%s", str.str().c_str()); in ~RawMachineLabel()
/third_party/node/deps/v8/src/numbers/
H A Dconversions.cc895 double StringToDouble(const char* str, int flags, double empty_string_val) {
899 return StringToDouble(base::OneByteVector(str), flags, empty_string_val);
902 double StringToDouble(base::Vector<const uint8_t> str, int flags,
904 return InternalStringToDouble(str.begin(), str.end(), flags,
908 double StringToDouble(base::Vector<const base::uc16> str, int flags,
910 const base::uc16* end = str.begin() + str.length();
911 return InternalStringToDouble(str.begin(), end, flags, empty_string_val);
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl960 /\.byte/ && do { my @str=split(/,\s*/,$$line);
961 map(s/(0b[0-1]+)/oct($1)/eig,@str);
962 map(s/0x([0-9a-f]+)/0$1h/ig,@str) if ($masm);
963 while ($#str>15) {
965 .join(",",@str[0..15])."\n";
966 foreach (0..15) { shift @str; }
969 .join(",",@str) if (@str);
972 /\.comm/ && do { my @str=split(/,\s*/,$$line);
975 $v.="common $prefix@str[
[all...]
/third_party/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl955 /\.byte/ && do { my @str=split(/,\s*/,$$line);
956 map(s/(0b[0-1]+)/oct($1)/eig,@str);
957 map(s/0x([0-9a-f]+)/0$1h/ig,@str) if ($masm);
958 while ($#str>15) {
960 .join(",",@str[0..15])."\n";
961 foreach (0..15) { shift @str; }
964 .join(",",@str) if (@str);
967 /\.comm/ && do { my @str=split(/,\s*/,$$line);
970 $v.="common $prefix@str[
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawShaderLayerTests.cpp388 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initVertexTestPrograms()
389 programCollection.glslSources.add("vert_1_2") << glu::VertexSource(src.str()) << vk::ShaderBuildOptions(programCollection.usedVulkanVersion, vk::SPIRV_VERSION_1_5, 0u, true); in initVertexTestPrograms()
406 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initVertexTestPrograms()
429 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initTessellationTestPrograms()
430 programCollection.glslSources.add("vert_1_2") << glu::VertexSource(src.str()) << vk::ShaderBuildOptions(programCollection.usedVulkanVersion, vk::SPIRV_VERSION_1_5, 0u, true); in initTessellationTestPrograms()
457 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str()); in initTessellationTestPrograms()
483 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str()); in initTessellationTestPrograms()
484 programCollection.glslSources.add("tese_1_2") << glu::TessellationEvaluationSource(src.str()) << vk::ShaderBuildOptions(programCollection.usedVulkanVersion, vk::SPIRV_VERSION_1_5, 0u, true); in initTessellationTestPrograms()
500 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initTessellationTestPrograms()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_common.hpp191 return stream.str(); in join()
203 return stream.str(); in merge()
229 static inline void fixup_radix_point(char *str, char radix_point) in fixup_radix_point() argument
235 while (*str != '\0') in fixup_radix_point()
237 if (*str == radix_point) in fixup_radix_point()
238 *str = '.'; in fixup_radix_point()
239 str++; in fixup_radix_point()
457 : str(std::move(str_)) in SPIRString()
461 std::string str; member
/third_party/python/Lib/
H A Dconfigparser.py706 if isinstance(filenames, (str, bytes, os.PathLike)):
756 section = str(section)
764 key = self.optionxform(str(key))
766 value = str(value)
948 value = delimiter + str(value).replace('\n', '\n\t')
1174 value = str(value)
1198 if not isinstance(section, str):
1200 if not isinstance(option, str):
1203 if not isinstance(value, str):
H A Dimaplib.py629 pwd = (self.password.encode('utf-8') if isinstance(self.password, str)
986 if isinstance(arg, str):
1063 dat = str(dat[-1], self._encoding)
1085 typ = str(typ, self._encoding)
1107 typ = str(typ, self._encoding)
1138 typ = str(typ, self._encoding)
1214 tag = self.tagpre + bytes(str(self.tagnum), self._encoding)
1423 if isinstance(inp, str):
1536 elif isinstance(date_time, str) and (date_time[0],date_time[-1]) == ('"','"'):
/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h1124 // Equivalent to WriteRaw(str.data(), str.size()).
1125 void WriteString(const std::string& str);
1127 static uint8* WriteStringToArray(const std::string& str, uint8* target);
1128 // Write the varint-encoded size of str followed by str.
1129 static uint8* WriteStringWithSizeToArray(const std::string& str,
1690 inline void CodedOutputStream::WriteString(const std::string& str) {
1691 WriteRaw(str.data(), static_cast<int>(str
[all...]
/third_party/protobuf/python/google/protobuf/internal/
H A Ddescriptor_test.py465 str(e.exception))
568 self.assertEqual(str(list(sequence)), str(sequence))
570 self.assertEqual(str(sequence)[0], '<')
617 self.assertEqual(len(str(dict(mapping.items()))), len(str(mapping)))
619 self.assertEqual(str(mapping)[0], '<')
694 % (str(actual_proto), str(expected_proto)))
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstructurally_valid.cc388 const char * str, in UTF8GenericScan()
395 const uint8* isrc = reinterpret_cast<const uint8*>(str); in UTF8GenericScan()
497 const char * str, in UTF8GenericScanFastAscii()
503 const uint8* isrc = reinterpret_cast<const uint8*>(str); in UTF8GenericScanFastAscii()
528 exit_reason = UTF8GenericScan(st, str + n, str_length - n, &rest_consumed); in UTF8GenericScanFastAscii()
564 int UTF8SpnStructurallyValid(StringPiece str) {
565 if (!module_initialized_) return str.size();
569 str.data(), str.size(), &bytes_consumed);
387 UTF8GenericScan(const UTF8ScanObj* st, const char * str, int str_length, int* bytes_consumed) UTF8GenericScan() argument
496 UTF8GenericScanFastAscii(const UTF8ScanObj* st, const char * str, int str_length, int* bytes_consumed) UTF8GenericScanFastAscii() argument
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectsource.cc505 std::string str; // default value of empty for String wrapper in RenderString() local
508 os->stream_->ReadString(&str, buffer32); in RenderString()
511 ow->RenderString(field_name, str); in RenderString()
521 std::string str; in RenderBytes() local
524 os->stream_->ReadString(&str, buffer32); in RenderBytes()
527 ow->RenderBytes(field_name, str); in RenderBytes()
698 std::string str; in RenderFieldMask() local
700 os->stream_->ReadString(&str, buffer32); in RenderFieldMask()
704 combined.append(ConvertFieldMaskPath(str, &ToCamelCase)); in RenderFieldMask()
/third_party/python/Lib/test/
H A Dtest_time.py304 self.assertEqual(asc[-len(str(bigyear)):], str(bigyear))
332 self.assertEqual(time.ctime(testval)[20:], str(year))
393 self.assertTrue(time.tzname[1] in ('AEDT', 'EDT'), str(time.tzname[1]))
578 self.assertIsInstance(info.implementation, str)
682 self.assertEqual(self.yearstr(TIME_MAXYEAR).lstrip('+'), str(TIME_MAXYEAR))
689 self.assertEqual(self.yearstr(-123456789), str(-123456789))
690 self.assertEqual(self.yearstr(-1234567890), str(-1234567890))
691 self.assertEqual(self.yearstr(TIME_MINYEAR), str(TIME_MINYEAR))
H A Dtest_tracemalloc.py90 def get_repr(*args) -> str:
321 self.assertEqual(str(cm.exception),
623 self.assertEqual(str(trace), 'b.py:4: 10 B')
625 self.assertEqual(str(traceback), 'b.py:4')
627 self.assertEqual(str(frame), 'b.py:4')
633 self.assertEqual(str(stat),
640 self.assertEqual(str(stat),
941 PYTHONTRACEMALLOC=str(nframe))
965 self.assertEqual(stdout, str(nframe).encode('ascii'))
/third_party/python/Lib/xmlrpc/
H A Dclient.py303 if isinstance(value, str):
315 elif isinstance(other, str):
371 self.value = str(data).strip()
412 return str(self.data, "latin-1") # XXX encoding?!
554 write(str(int(value)))
571 dispatch[str] = dump_unicode
604 if not isinstance(k, str):
984 xmlheader = "<?xml version='1.0' encoding='%s'?>\n" % str(encoding)
1320 connection.putheader("Content-Length", str(len(request_body)))
/third_party/rust/crates/regex/src/
H A Dexec.rs60 /// `ExecNoSyncStr` is like `ExecNoSync`, but matches on &str instead of &[u8].
135 pub fn new(re: &str) -> Self { in new()
146 S: AsRef<str>, in new_many()
385 type Text = str;
391 fn next_after_empty(&self, text: &str, i: usize) -> usize { in next_after_empty()
396 fn shortest_match_at(&self, text: &str, start: usize) -> Option<usize> { in shortest_match_at()
401 fn is_match_at(&self, text: &str, start: usize) -> bool { in is_match_at()
406 fn find_at(&self, text: &str, start: usize) -> Option<(usize, usize)> { in find_at()
414 text: &str, in captures_read_at()
1270 /// Get a searcher that isn't Sync and can match on &str
[all...]
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgBinaryOps.cpp46 void tokenize (GeneratorState& state, TokenStream& str) const;
82 void CustomAbsOp::tokenize (GeneratorState& state, TokenStream& str) const in tokenize()
84 str << Token(m_function.c_str()) << Token::LEFT_PAREN; in tokenize()
85 m_child->tokenize(state, str); in tokenize()
86 str << Token::RIGHT_PAREN; in tokenize()
343 void BinaryOp<Precedence, Assoc>::tokenize (GeneratorState& state, TokenStream& str) const in tokenize()
345 m_leftValueExpr->tokenize(state, str); in tokenize()
346 str << m_operator; in tokenize()
347 m_rightValueExpr->tokenize(state, str); in tokenize()
/test/xts/acts/commonlibrary/ets_utils/worker_lib_standard/entry/src/ohosTest/ets/workers/
H A Dworker_023.js21 let str = model.Init();
/test/xts/acts/commonlibrary/ets_utils/threadWorker_lib_standard/entry/src/ohosTest/ets/workers/
H A Dnewworker_027.js21 let str = model.Init();
/third_party/curl/lib/
H A Dstrtoofft.h51 CURLofft curlx_strtoofft(const char *str, char **endp, int base,

Completed in 44 milliseconds

1...<<171172173174175176177178179180>>...383