/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | YAMLTraits.cpp | 377 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 D | AArch64TargetMachine.cpp | 326 ? 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 D | ARMTargetMachine.cpp | 257 ? 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 D | HexagonTargetMachine.cpp | 235 ? 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 D | HexagonMCTargetDesc.cpp | 392 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 D | PPCTargetMachine.cpp | 316 ? CPUAttr.getValueAsString().str() in getSubtargetImpl() 319 ? FSAttr.getValueAsString().str() in getSubtargetImpl()
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | parser_impl.h | 151 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 D | intrinsic_validation_test.cc | 278 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 D | gen_interface.go | 261 func addLine(str, line string) string { 262 return str + SPACER + line + "\n"
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | characterproperties.cpp | 69 _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 D | verify_3rd_libs.py | 289 log = "Exception: " + str(err) 317 log = str(df['log'][i])
|
/third_party/tzdata/ |
H A D | strftime.c | 619 _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 D | ruby_generator.cc | 67 return os.str(); in NumberToString() 166 return os.str(); in DefaultValueForField()
|
/third_party/python/Lib/test/ |
H A D | test_reprlib.py | 166 '<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 D | test_unparse.py | 279 self.check_ast_roundtrip(str(-(2 ** 31))) 280 self.check_ast_roundtrip(str(-(2 ** 63)))
|
H A D | test_genericclass.py | 157 C[int, str] 158 self.assertEqual(getitem_args[0], (C, (int, str)))
|
H A D | test_tuple.py | 288 self.assertEqual(str(a0), repr(l0)) 289 self.assertEqual(str(a2), repr(l2))
|
/third_party/python/Parser/ |
H A D | pegen_errors.c | 251 * 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 D | getpath.py | 691 if isinstance(v, str): 699 if isinstance(v, str):
|
/third_party/python/Lib/ |
H A D | asyncore.py | 409 sys.stderr.write('log: %s\n' % str(message)) 547 str(tb.tb_lineno)
|
H A D | uuid.py | 35 >>> 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 D | test_refactor.py | 158 self.assertNotEqual(str(tree), input) 162 self.assertEqual(str(tree), input)
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | utility.cc | 394 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 D | macros.rs | 49 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 D | opts.rs | 24 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()
|