Home
last modified time | relevance | path

Searched refs:str (Results 9151 - 9175 of 12809) sorted by relevance

1...<<361362363364365366367368369370>>...513

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DYAMLTraits.cpp377 KeyStr = StringStorage.str().copy(StringAllocator); in createHNodes()
409 KeyStr = StringStorage.str().copy(StringAllocator); in createHNodes()
885 Val = Scalar.str(); in input()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp326 ? CPUAttr.getValueAsString().str() in getSubtargetImpl()
329 ? FSAttr.getValueAsString().str() in getSubtargetImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp257 ? CPUAttr.getValueAsString().str() in getSubtargetImpl()
260 ? FSAttr.getValueAsString().str() in getSubtargetImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp235 ? CPUAttr.getValueAsString().str() in getSubtargetImpl()
238 ? FSAttr.getValueAsString().str() in getSubtargetImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp392 if (!isCPUValid(CPUName.str())) { in createHexagonMCSubtargetInfo()
393 errs() << "error: invalid CPU \"" << CPUName.str().c_str() in createHexagonMCSubtargetInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp316 ? CPUAttr.getValueAsString().str() in getSubtargetImpl()
319 ? FSAttr.getValueAsString().str() in getSubtargetImpl()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl.h151 const std::string error() { return errors_.str(); } in error()
584 /// @param str a candidate identifier
586 static bool IsValidIdentifier(const std::string& str);
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dintrinsic_validation_test.cc278 EXPECT_EQ(r()->error(), err.str()); in TEST_P()
313 EXPECT_EQ(r()->error(), err.str()); in TEST_P()
/third_party/skia/tools/gpu/gl/interface/
H A Dgen_interface.go261 func addLine(str, line string) string {
262 return str + SPACER + line + "\n"
/third_party/skia/third_party/externals/icu/source/common/
H A Dcharacterproperties.cpp69 _set_addString(USet *set, const UChar *str, int32_t length) { in _set_addString() argument
70 ((UnicodeSet *)set)->add(icu::UnicodeString((UBool)(length<0), str, length)); in _set_addString()
/third_party/typescript/tests/verify_3rd_libs/
H A Dverify_3rd_libs.py289 log = "Exception: " + str(err)
317 log = str(df['log'][i])
/third_party/tzdata/
H A Dstrftime.c619 _add(const char *str, char *pt, const char *ptlim) in _add() argument
621 while (pt < ptlim && (*pt = *str++) != '\0') in _add()
/third_party/protobuf/src/google/protobuf/compiler/ruby/
H A Druby_generator.cc67 return os.str(); in NumberToString()
166 return os.str(); in DefaultValueForField()
/third_party/python/Lib/test/
H A Dtest_reprlib.py166 '<built-in method split of str object at 0x'))
378 return '<' + ', '.join(map(str, self.values)) + '>'
383 return '<' + ', '.join(map(str, self.values)) + '>'
H A Dtest_unparse.py279 self.check_ast_roundtrip(str(-(2 ** 31)))
280 self.check_ast_roundtrip(str(-(2 ** 63)))
H A Dtest_genericclass.py157 C[int, str]
158 self.assertEqual(getitem_args[0], (C, (int, str)))
H A Dtest_tuple.py288 self.assertEqual(str(a0), repr(l0))
289 self.assertEqual(str(a2), repr(l2))
/third_party/python/Parser/
H A Dpegen_errors.c251 * is stored in p->tok->str. */ in get_error_line_from_tokenizer_buffers()
252 assert((p->tok->fp == NULL && p->tok->str != NULL) || p->tok->fp == stdin); in get_error_line_from_tokenizer_buffers()
254 char *cur_line = p->tok->fp_interactive ? p->tok->interactive_src_start : p->tok->str; in get_error_line_from_tokenizer_buffers()
/third_party/python/Modules/
H A Dgetpath.py691 if isinstance(v, str):
699 if isinstance(v, str):
/third_party/python/Lib/
H A Dasyncore.py409 sys.stderr.write('log: %s\n' % str(message))
547 str(tb.tb_lineno)
H A Duuid.py35 >>> str(x)
88 Converting a UUID to a string with str() yields something in the form
275 return '%s(%r)' % (self.__class__.__name__, str(self))
340 return 'urn:uuid:' + str(self)
/third_party/python/Lib/lib2to3/tests/
H A Dtest_refactor.py158 self.assertNotEqual(str(tree), input)
162 self.assertEqual(str(tree), input)
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dutility.cc394 bool SafeStrToFloat(StringPiece str, float* value) { in SafeStrToFloat() argument
396 if (!safe_strtod(str, &double_value)) { in SafeStrToFloat()
/third_party/rust/crates/clap/src/
H A Dmacros.rs49 static authors: &str = env!("CARGO_PKG_AUTHORS");
53 let s: &'static str = &*CACHED;
173 let ident_or_string_literal: &str = $val;
/third_party/rust/crates/clap/tests/builder/
H A Dopts.rs24 static NO_EQUALS: &str = "error: equal sign is needed when assigning values to '--config=<cfg>' in require_equals_fail_message()
448 static DYM: &str = "\ in did_you_mean()
481 fn issue_1105_setup(argv: Vec<&'static str>) -> Result<ArgMatches, clap::Error> { in issue_1105_setup()
546 static DYM_ISSUE_1073: &str = "\ in issue_1073_suboptimal_flag_suggestion()

Completed in 30 milliseconds

1...<<361362363364365366367368369370>>...513