/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | units_data.cpp | 368 void U_I18N_API getAllConversionRates(MaybeStackVector<ConversionRateInfo> &result, UErrorCode &status) { in getAllConversionRates() argument 370 ConversionRateDataSink sink(&result); in getAllConversionRates()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | ppucd.cpp | 119 char *result=fgets(line, sizeof(lines[0]), file); in readLine() local 120 if(result==NULL) { in readLine()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | perf_get.c | 457 if (msg->data.result != CURLE_OK) in testExternalGet() 461 __LINE__, curl_easy_strerror (msg->data.result)); in testExternalGet()
|
H A D | test_get.c | 355 if (msg->data.result != CURLE_OK) in testExternalGet() 359 __LINE__, curl_easy_strerror (msg->data.result)); in testExternalGet()
|
H A D | test_get_sendfile.c | 358 if (msg->data.result != CURLE_OK) in testExternalGet() 362 __LINE__, curl_easy_strerror (msg->data.result)); in testExternalGet()
|
H A D | test_large_put.c | 425 if (msg->data.result != CURLE_OK) in testExternalPut() 429 __LINE__, curl_easy_strerror (msg->data.result)); in testExternalPut()
|
H A D | test_post_loop.c | 424 if (msg->data.result != CURLE_OK) in testExternalPost() 428 __LINE__, curl_easy_strerror (msg->data.result)); in testExternalPost()
|
H A D | test_postform.c | 445 if (msg->data.result != CURLE_OK) in testExternalPost() 449 __LINE__, curl_easy_strerror (msg->data.result)); in testExternalPost()
|
H A D | test_process_headers.c | 390 if (msg->data.result != CURLE_OK) in testExternalGet() 394 __LINE__, curl_easy_strerror (msg->data.result)); in testExternalGet()
|
H A D | test_put.c | 393 if (msg->data.result != CURLE_OK) in testExternalPut() 397 __LINE__, curl_easy_strerror (msg->data.result)); in testExternalPut()
|
H A D | test_put_chunked.c | 403 if (msg->data.result != CURLE_OK) in testExternalPut() 407 __LINE__, curl_easy_strerror (msg->data.result)); in testExternalPut()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/ |
H A D | LatencyAnalyzer.h | 314 void setResult(int32_t result) { in setResult() argument 315 mResult = result; in setResult()
|
/third_party/skia/src/shaders/ |
H A D | SkPictureShader.cpp | 100 sk_sp<SkImage>* result = reinterpret_cast<sk_sp<SkImage>*>(contextShader); in Visitor() local 102 *result = rec.fImage; in Visitor()
|
/third_party/skia/tests/ |
H A D | VkProtectedContextTest.cpp | 146 static void async_callback(void* c, std::unique_ptr<const SkSurface::AsyncReadResult> result) { in async_callback() argument 148 context->fResult = std::move(result); in async_callback()
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsDebug.h | 411 const SkPath& result); 412 void VerifySimplify(const SkPath& path, const SkPath& result);
|
/third_party/skia/src/ports/ |
H A D | SkFontConfigInterface_direct.cpp | 636 FcResult result; 637 FcFontSet* font_set = FcFontSort(fcConfig.get(), pattern, 0, nullptr, &result);
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-subset-cff2.cc | 478 bool result = likely (acc.is_valid ()) && _hb_subset_cff2 (acc, c); in hb_subset_cff2() local 481 return result; in hb_subset_cff2()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
H A D | readable_font_data.cc | 115 uint32_t result = static_cast<uint32_t>(b1) << 8 | b2; in ReadShort() 116 return static_cast<int32_t>(result << 16) >> 16; in ReadShort()
|
/third_party/python/Lib/ |
H A D | webbrowser.py | 558 result = raw_result.decode().strip() 563 _os_preferred_browser = result
|
/third_party/python/Lib/xml/dom/ |
H A D | pulldom.py | 34 result = self.elementStack[-1] 36 return result
|
/third_party/python/Lib/test/test_sqlite3/ |
H A D | test_transactions.py | 248 result = self.con.execute("select * from test").fetchall() 249 self.assertEqual(result, [])
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | sink.h | 532 void pa_sink_render(pa_sink*s, size_t length, pa_memchunk *result); 533 void pa_sink_render_full(pa_sink *s, size_t length, pa_memchunk *result);
|
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
H A D | generator_impl_intrinsic_test.cc | 353 EXPECT_EQ(gen.result(), R"(#include <metal_stdlib> in TEST_F() 383 EXPECT_EQ(gen.result(), R"(#include <metal_stdlib> in TEST_F()
|
/third_party/skia/third_party/externals/zlib/google/ |
H A D | zip_reader.cc | 220 const int result = unzGetCurrentFileInfo(zip_file_, in OpenCurrentEntryInZip() local 228 if (result != UNZ_OK) in OpenCurrentEntryInZip()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | fuzzer_context.h | 63 T result = sequence->at(index); in RemoveAtRandomIndex() local 65 return result; in RemoveAtRandomIndex()
|