/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | numparse_compositions.cpp | 22 bool SeriesMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const { in match() argument
|
H A D | numparse_scientific.cpp | 55 bool ScientificMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const { in match() argument [all...] |
/third_party/skia/third_party/externals/icu/source/samples/udata/ |
H A D | reader.c | 82 UDataMemory *result = NULL; in main() local
|
/third_party/skia/third_party/externals/oboe/include/oboe/ |
H A D | ResultWithValue.h | 143 operator <<(std::ostream &strm, const ResultWithValue<T> &result) operator <<() argument [all...] |
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/cpp/ |
H A D | FullDuplexStream.cpp | 34 oboe::ResultWithValue<int32_t> result = getInputStream()->read(mInputBuffer.get(), in onAudioReady() local 55 oboe::ResultWithValue<int32_t> result = getInputStream()->read(mInputBuffer.get(), in onAudioReady() local 65 oboe::ResultWithValue<int32_t> result = getInputStream()->read(mInputBuffer.get(), in onAudioReady() local 99 oboe::Result result = getInputStream()->requestStart(); in start() local [all...] |
/third_party/skia/third_party/externals/oboe/src/common/ |
H A D | FilterAudioStream.h | 171 Result result = mChildStream->getTimestamp(clockId, &childPosition, timeNanoseconds); variable
|
/third_party/skia/third_party/externals/oboe/tests/ |
H A D | testStreamWaitState.cpp | 61 Result result = mStream->waitForStateChange(mStream->getState(), &next, timeout); in checkWaitZeroTimeout() local
|
/third_party/skia/tests/ |
H A D | SkRasterPipelineTest.cpp | 19 result; in DEF_TEST() local
|
H A D | GrOpListFlushTest.cpp | 17 bool result = true; in check_read() local
|
H A D | SkSLES2ConformanceTest.cpp | 47 SkRuntimeEffect::Result result = SkRuntimeEffect::MakeForShader(shaderString, options); in test_expect_fail() local 64 SkRuntimeEffect::Result result = SkRuntimeEffect::MakeForShader(shaderString, options); in test_expect_pass() local
|
/third_party/skia/src/sksl/dsl/ |
H A D | DSLFunction.cpp | 120 std::unique_ptr<SkSL::Expression> result = SkSL::FunctionCall::Convert(ThreadContext::Context(), in call() local
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLConstructor.h | 37 String result = this->type().description() + "("; variable
|
H A D | SkSLChildCall.cpp | 32 String result = String(this->child().name()) + ".eval("; in description() local
|
H A D | SkSLIfStatement.cpp | 27 String result; in description() local
|
H A D | SkSLInterfaceBlock.h | 71 String result = this->variable().modifiers().description() + this->typeName() + " {\n"; variable
|
/third_party/skia/src/sksl/lex/ |
H A D | NFAState.h | 88 std::string result = "Char('" + std::string(1, fChar) + "'"; in description() local 97 std::string result = "Dot("; in description() local 108 std::string result = "Remapped("; description() local 119 std::string result = std::string("Table(") + (fInverse ? "true" : "false") + ", ["; description() local [all...] |
/third_party/skia/third_party/externals/brotli/research/ |
H A D | brotli_decoder.c | 47 BrotliDecoderResult result = BROTLI_DECODER_RESULT_NEEDS_MORE_INPUT; in main() local
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
H A D | AsyncTaskTests.cpp | 36 void AddResult(std::unique_ptr<SimpleTaskResult> result) { in AddResult() argument 56 std::unique_ptr<SimpleTaskResult> result = std::make_unique<SimpleTaskResult>(); in DoTask() local
|
/third_party/optimized-routines/string/aarch64/ |
H A D | memchr.S | 21 #define result x0 define
|
H A D | memchr-mte.S | 19 #define result x0 define
|
H A D | memrchr.S | 19 #define result x0 define
|
H A D | strchr-mte.S | 18 #define result x0 define
|
H A D | strcmp.S | 22 #define result x0 define
|
H A D | strcmp-mte.S | 22 #define result x0 define
|
H A D | strchr.S | 20 #define result x0 define
|