Home
last modified time | relevance | path

Searched defs:str (Results 751 - 775 of 5518) sorted by relevance

1...<<31323334353637383940>>...221

/third_party/skia/third_party/externals/tint/src/transform/
H A Dtransform_test.cc113 auto* str = create([](ProgramBuilder& b) { in TEST_F() local
/third_party/skia/third_party/externals/tint/src/utils/io/
H A Dtmpfile.h61 std::string str = ss.str(); in operator <<() local
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbinary_writer.cc69 const auto& str = op.to_s(); in process_op() local
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
H A Dinsert_string.h51 local INLINE Pos insert_string_simd(deflate_state* const s, const Pos str) { in insert_string_simd() argument
94 local INLINE Pos insert_string_c(deflate_state* const s, const Pos str) { in insert_string_c() argument
108 insert_string(deflate_state* const s, const Pos str) insert_string() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dstringpiece.cpp18 StringPiece::StringPiece(const char* str) in StringPiece() argument
46 void StringPiece::set(const char* str) { in set() argument
/third_party/toybox/toys/pending/
H A Dgetopt.c44 static char *parse_long_opt(void *data, char *str, int len) in parse_long_opt() argument
/third_party/typescript/tests/baselines/reference/
H A DinferTypes1.js
H A DtypeGuardOfFormIsTypeOnInterfaces.js16 var str: string; variable
49 var str; variable
H A DtypeGuardOfFormTypeOfOther.js4 var str: string; variable
91 var str; variable
/third_party/python/Parser/
H A Dpeg_api.c7 _PyParser_ASTFromString(const char *str, PyObject* filename, int mode, in _PyParser_ASTFromString() argument
/third_party/python/Python/
H A Dmystrtoul.c95 PyOS_strtoul(const char *str, char **ptr, int base) in PyOS_strtoul() argument
263 PyOS_strtol(const char *str, char **ptr, int base) PyOS_strtol() argument
[all...]
/third_party/python/Modules/
H A Dsymtablemodule.c35 const char *str = _Py_SourceAsString(source, "symtable", "string or bytes", &cf, &source_copy); in _symtable_symtable_impl() local
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dstrerror.cc55 const char* str = StrErrorAdaptor(errnum, buf, sizeof buf); in StrErrorInternal() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dnumbers_test_common.h63 const char* str; member
111 const char* str; member
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dascii.cc170 void RemoveExtraAsciiWhitespace(std::string* str) { in RemoveExtraAsciiWhitespace() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dextension_test.cc31 void Append(absl::string_view str) { value_.append(str.data(), str.size()); } in Append() argument
34 friend void AbslFormatFlush(UserDefinedType* x, absl::string_view str) { in AbslFormatFlush() argument
/third_party/skia/gm/
H A Dimageblurtiled.cpp52 const char* str[] = { variable
H A Dimageblur.cpp27 const char* str = "The quick brown fox jumped over the lazy dog."; in imageblurgm_draw() local
H A Dimagemagnifier.cpp40 const char* str = "The quick brown fox jumped over the lazy dog."; in DEF_SIMPLE_GM_BG() local
H A Dpatharcto.cpp45 const char* str = "M66.652,65.509c0.663,-2 -0.166,-4.117 -2.117,-5.212 -0.673,-0.378 -1.36,-0.733 -2.04,-1.1a1647300864,1647300864 0,0 1,-31.287 -16.86c-5.39,-2.903 -10.78,-5.808 -16.171,-8.713 -1.626,-0.876 -3.253,-1.752 -4.88,-2.63 -1.224,-0.659 -2.4,-1.413 -3.851,-1.413 -1.135,0 -2.242,0.425 -3.049,1.197 0.08,-0.083 0.164,-0.164 0.248,-0.246l5.309,-5.13 9.37,-9.054 9.525,-9.204 5.903,-5.704C34.237,0.836 34.847,0.297 35.75,0.13c0.982,-0.182 1.862,0.127 2.703,0.592l6.23,3.452L55.76,10.31l11.951,6.62 9.02,4.996c1.74,0.963 4.168,1.854 4.205,4.21 0.011,0.678 -0.246,1.28 -0.474,1.9l-1.005,2.733 -5.665,15.42 -7.106,19.338 -0.034,-0.018z"; in DEF_SIMPLE_GM() local
/third_party/skia/modules/svg/include/
H A DSkSVGDOM.h46 static sk_sp<SkSVGDOM> MakeFromStream(SkStream& str) { in MakeFromStream() argument
/third_party/skia/docs/examples/
H A DPaint_getTextWidths.cpp11 const char str[] = "abc"; in REG_FIDDLE() local
/third_party/selinux/libsepol/cil/src/
H A Dcil_mem.c78 char *cil_strdup(const char *str) in cil_strdup() argument
/third_party/rust/crates/unicode-width/src/
H A Dlib.rs
/third_party/spirv-tools/test/val/
H A Dval_limits_test.cpp40 std::string str = header + R"( in TEST_F() local
58 std::string str = header + R"( in TEST_F() local
82 std::string str = header; in TEST_F() local
98 std::string str = header; in TEST_F() local
114 std::string str = header; in TEST_F() local
133 std::string str = header; TEST_F() local
673 GenerateSpirvProgramWithCfgNestingDepth(std::string& str, int depth) GenerateSpirvProgramWithCfgNestingDepth() argument
755 std::string str = header + R"( TEST_F() local
[all...]

Completed in 7 milliseconds

1...<<31323334353637383940>>...221