Home
last modified time | relevance | path

Searched refs:str (Results 5001 - 5025 of 11031) sorted by relevance

1...<<201202203204205206207208209210>>...442

/third_party/openssl/crypto/
H A Darmv4cpuid.pl65 str r2,[r4]
66 str r0,[r6] @ release spinlock
98 str ip,[r0],#4
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DCommon.h213 inline TString str(T i) in str() function
222 // Allocate a char array in the global memory pool. str must be a null terminated string. strLength
224 inline const char *AllocatePoolCharArray(const char *str, size_t strLength) in AllocatePoolCharArray() argument
228 memcpy(buffer, str, requiredSize); in AllocatePoolCharArray()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DObject.cpp347 char *str = static_cast<char*>(safe_malloc(ret.size())); in LLVMGetRelocationTypeName() local
348 llvm::copy(ret, str); in LLVMGetRelocationTypeName()
349 return str; in LLVMGetRelocationTypeName()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/
H A DesextcFragmentShadingRateBasic.cpp102 return os.str(); in genVS()
126 return os.str(); in genFS()
310 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, error_sstream.str().c_str()); in iterate()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/Retired/
H A DcheckLinks.py53 ' '.join([str(arg) for arg in args]))
62 ' '.join([str(arg) for arg in args]))
71 ' '.join([str(arg) for arg in args]))
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/htmldiff/
H A Dhtmldiff.pl134 my $str = shift;
135 $str =~ s/([\x00-\x1f\x7F-\xFF])/
137 return $str;
/third_party/openssl/
H A De_os.h132 static __inline unsigned int _strlen31(const char *str) in _strlen31() argument
135 while (*str && len < 0x80000000U) in _strlen31()
136 str++, len++; in _strlen31()
413 * str[n]casecmp_l is defined in POSIX 2008-01. Value is taken accordingly
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/fact_manager/
H A Dfact_manager.cpp55 return stream.str(); in ToString()
61 return stream.str(); in ToString()
71 return stream.str(); in ToString()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/
H A Dfact_manager.cpp55 return stream.str(); in ToString()
61 return stream.str(); in ToString()
71 return stream.str(); in ToString()
/third_party/python/Lib/test/
H A Dtest_future.py16 mo = rx.search(str(msg))
22 self.assertIn('%s.py, line %d' % (basename, lineno), str(err))
123 self.assertIsInstance(scope["x"], str)
224 eq("lambda a, b, c=True, *, d=1 << v2, e='str': a")
225 eq("lambda a, b, c=True, *vararg, d, e='str', **kwargs: a + b")
226 eq("lambda a, /, b, c=True, *vararg, d, e='str', **kwargs: a + b")
240 eq('str or None if int or True else str or bytes or None')
241 eq('str or None if (1 if True else 2) else str o
[all...]
H A Dtest_file.py182 s = str(msg)
194 f.write(str(s).encode("ascii"))
202 self.fail('error setting buffer size %d: %s' % (s, str(msg)))
H A Dtest_graphlib.py37 self.assertIn(" ".join(map(str, cycle)), " ".join(map(str, seq * 2)))
240 env["PYTHONHASHSEED"] = str(seed)
H A Dtest_userdict.py48 self.assertEqual(str(u0), str(d0))
118 u2[i] = str(i)
/third_party/python/Lib/unittest/test/testmock/
H A Dtestsealable.py154 self.assertIn("SECRETE_name", str(cm.exception))
163 self.assertIn("mock_name.test1.test2.test3.test4.boom", str(cm.exception))
172 self.assertIn("mock.test1().test2.test3().test4", str(cm.exception))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DGraphWriter.h192 O << "{" << EdgeSourceLabels.str() << "}"; in writeNode()
316 W.writeGraph(Title.str()); in WriteGraph()
334 std::string N = Name.str(); in WriteGraph()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A Draw_ostream.h479 std::string& str() { in str() function in llvm::raw_string_ostream
515 StringRef str() { return StringRef(OS.data(), OS.size()); } in str() function in llvm::raw_svector_ostream
539 ~buffer_ostream() override { OS << str(); }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileCollector.cpp44 std::string Directory = sys::path::parent_path(SrcPath).str(); in getRealPath()
54 SymlinkMap[Directory] = RealPath.str(); in getRealPath()
66 std::string FileStr = file.str(); in addFile()
/third_party/skia/tools/flags/
H A DCommandLineFlags.h151 void set(int i, const char* str) { in set() argument
153 this->append(str); in set()
156 fStrings[i].set(str); in set()
/third_party/spirv-tools/source/fuzz/fact_manager/
H A Dfact_manager.cpp55 return stream.str(); in ToString()
61 return stream.str(); in ToString()
71 return stream.str(); in ToString()
/third_party/skia/third_party/externals/icu/source/common/
H A Dustrenum.cpp170 const UChar* str = uenum_unext(uenum, &length, &status); in snext() local
171 if (str == 0 || U_FAILURE(status)) { in snext()
174 return &unistr.setTo(str, length); in snext()
/third_party/toybox/toys/pending/
H A Dtelnet.c91 static void str_iac(char *str) in str_iac() argument
93 int len = strlen(str); in str_iac()
96 strcpy(&TT.iac[TT.piac], str); in str_iac()
/third_party/protobuf/src/google/protobuf/
H A Dfield_mask.pb.cc157 auto str = _internal_add_paths(); in _InternalParse() local
158 ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); in _InternalParse()
159 CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "google.protobuf.FieldMask.paths")); in _InternalParse()
H A Dsource_context.pb.cc160 auto str = _internal_mutable_file_name(); in _InternalParse() local
161 ptr = ::PROTOBUF_NAMESPACE_ID::internal::InlineGreedyStringParser(str, ptr, ctx); in _InternalParse()
162 CHK_(::PROTOBUF_NAMESPACE_ID::internal::VerifyUTF8(str, "google.protobuf.SourceContext.file_name")); in _InternalParse()
/third_party/python/Lib/distutils/
H A Dfancy_getopt.py27 longopt_xlate = str.maketrans('-', '_')
155 if not isinstance(long, str) or len(long) < 2:
160 (isinstance(short, str) and len(short) == 1))):
/third_party/rust/crates/regex/src/
H A Dutf8.rs4 /// In an ideal world, the matching engines operate on `&str` and we can just
148 use std::str;
197 str::from_utf8(&tmp[..n]).unwrap().chars().next().unwrap(); in prop_decode_matches_std()
209 let expected_cp = str::from_utf8(&tmp[..n]) in prop_decode_last_matches_std()

Completed in 18 milliseconds

1...<<201202203204205206207208209210>>...442