Home
last modified time | relevance | path

Searched defs:str (Results 2751 - 2775 of 3832) sorted by relevance

1...<<111112113114115116117118119120>>...154

/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dicuzdump.cpp60 UnicodeString str = sdf->format(time, appendTo); in format() local
136 UnicodeString str; in dump() local
175 out << str << " > "; in dump() local
178 out << str; in dump() local
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
H A Djni-bridge.cpp503 const char *str = env->GetStringUTFChars(fileName, nullptr); in Java_com_google_sample_oboe_manualtest_TestInputActivity_saveWaveFile() local
/third_party/skia/src/pathops/
H A DSkOpContour.h117 void debugShowActiveSpans(SkString* str) { in debugShowActiveSpans() argument
/third_party/skia/tests/
H A DBackendAllocationTest.cpp426 SkString str; in check_mipmaps() local
/third_party/python/Lib/test/
H A Dtest_scope.py143 def str(self): member in ScopeTests.testFreeVarInMethod.test.Test
161 def str(self): member in ScopeTests.testFreeVarInMethod.Test
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DIRSymtab.h240 StringRef str(storage::Str S) const { return S.get(Strtab); } in str() function in llvm::irsymtab::Reader
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DJSON.h526 std::string str() const { return Data.str(); } in str() function in llvm::json::ObjectKey
/third_party/skia/third_party/externals/tint/src/inspector/
H A Dinspector.cc380 auto* str = unwrapped_type->As<sem::Struct>(); in GetUniformBufferResourceBindings() local
674 auto* str = var->Type()->UnwrapRef()->As<sem::Struct>(); in GetStorageBufferResourceBindingsImpl() local
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dtype_constructor_validation_test.cc2352 auto* str = Structure("S", { in TEST_F() local
2384 auto* str = Structure("S", {Member("a", ty.atomic(ty.i32()))}); in TEST_F() local
/third_party/skia/third_party/externals/zlib/
H A Ddeflate.c432 uInt str, n; local
726 Bytef *str; local
1615 uInt str = s->strstart - s->insert; global() local
[all...]
/third_party/skia/tools/
H A DToolUtils.cpp164 create_string_bitmap(int w, int h, SkColor c, int x, int y, int textSize, const char* str) { in create_string_bitmap() argument
191 create_string_image(int w, int h, SkColor c, int x, int y, int textSize, const char* str) create_string_image() argument
/third_party/skia/tools/skqp/src/
H A Dskqp.cpp470 auto str = SkStringPrintf("\"%s\",\"%s\",%d,%d,%" PRId64, backendName, gmName.c_str(), in makeReport() local
/third_party/spirv-headers/tools/buildHeaders/
H A Dheader.cpp264 void TPrinter::addComment(Json::Value& node, const std::string& str) in addComment() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dfilteredbrk.cpp86 inline UBool adopt(UnicodeString *str, UErrorCode &status) { in adopt() argument
103 inline UBool add(const UnicodeString& str, UErrorCode &status) { in add() argument
[all...]
H A Duset.cpp90 uset_addString(USet* set, const UChar* str, int32_t strLen) { in uset_addString() argument
97 uset_addAllCodePoints(USet* set, const UChar *str, int32_t strLen) { in uset_addAllCodePoints() argument
114 uset_removeString(USet* set, const UChar* str, int32_t strLen) { in uset_removeString() argument
120 uset_removeAllCodePoints(USet *set, const UChar *str, int32_t length) { in uset_removeAllCodePoints() argument
136 uset_retainString(USet *set, const UChar *str, int32_t length) { in uset_retainString() argument
142 uset_retainAllCodePoints(USet *set, const UChar *str, int32_t length) uset_retainAllCodePoints() argument
168 uset_complementString(USet *set, const UChar *str, int32_t length) uset_complementString() argument
174 uset_complementAllCodePoints(USet *set, const UChar *str, int32_t length) uset_complementAllCodePoints() argument
210 uset_containsString(const USet* set, const UChar* str, int32_t strLen) uset_containsString() argument
221 uset_containsAllCodePoints(const USet* set, const UChar *str, int32_t strLen) uset_containsAllCodePoints() argument
306 uset_getItem(const USet* uset, int32_t itemIndex, UChar32* start, UChar32* end, UChar* str, int32_t strCapacity, UErrorCode* ec) uset_getItem() argument
[all...]
/third_party/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.cc362 auto str = _internal_mutable_suffix(); in _InternalParse() local
682 auto str = _internal_add_file_to_generate(); in _InternalParse() local
695 auto str = _internal_mutable_parameter(); in _InternalParse() local
1029 auto str in _InternalParse() local
1040 auto str = _internal_mutable_insertion_point(); _InternalParse() local
1051 auto str = _internal_mutable_content(); _InternalParse() local
1332 auto str = _internal_mutable_error(); _InternalParse() local
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_util.cc85 size_t StringSpaceUsedExcludingSelfLong(const std::string& str) { in StringSpaceUsedExcludingSelfLong() argument
/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.cc947 uint8* CodedOutputStream::WriteStringWithSizeToArray(const std::string& str, in WriteStringWithSizeToArray() argument
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmap_container.cc158 std::string str; in PythonToMapKey() local
274 std::string str; in PythonToMapValueRef() local
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dmessage.c593 VALUE str; in Message_inspect() local
[all...]
/third_party/python/Parser/
H A Dpegen.c23 const char *str = PyUnicode_AsUTF8(line); in _PyPegen_byte_offset_to_character_offset() local
919 _PyPegen_run_parser_from_string(const char *str, int start_rule, PyObject *filename_ob, in _PyPegen_run_parser_from_string() argument
H A Dpegen.h45 char *str; member
/third_party/python/Python/
H A Dast_opt.c268 PyObject *str = PyUnicode_Substring(fmt, start, pos); in parse_literal() local
370 PyObject *str = PyUnicode_FromString(buf); parse_format() local
[all...]
H A Dcodecs.c1327 PyObject *str; in PyCodec_SurrogateEscapeErrors() local
H A Dpreconfig.c533 _Py_str_to_int(const char *str, int *result) in _Py_str_to_int() argument

Completed in 37 milliseconds

1...<<111112113114115116117118119120>>...154