Home
last modified time | relevance | path

Searched refs:result (Results 15576 - 15600 of 17732) sorted by relevance

1...<<621622623624625626627628629630>>...710

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dunits_data.cpp368 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 Dppucd.cpp119 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 Dperf_get.c457 if (msg->data.result != CURLE_OK) in testExternalGet()
461 __LINE__, curl_easy_strerror (msg->data.result)); in testExternalGet()
H A Dtest_get.c355 if (msg->data.result != CURLE_OK) in testExternalGet()
359 __LINE__, curl_easy_strerror (msg->data.result)); in testExternalGet()
H A Dtest_get_sendfile.c358 if (msg->data.result != CURLE_OK) in testExternalGet()
362 __LINE__, curl_easy_strerror (msg->data.result)); in testExternalGet()
H A Dtest_large_put.c425 if (msg->data.result != CURLE_OK) in testExternalPut()
429 __LINE__, curl_easy_strerror (msg->data.result)); in testExternalPut()
H A Dtest_post_loop.c424 if (msg->data.result != CURLE_OK) in testExternalPost()
428 __LINE__, curl_easy_strerror (msg->data.result)); in testExternalPost()
H A Dtest_postform.c445 if (msg->data.result != CURLE_OK) in testExternalPost()
449 __LINE__, curl_easy_strerror (msg->data.result)); in testExternalPost()
H A Dtest_process_headers.c390 if (msg->data.result != CURLE_OK) in testExternalGet()
394 __LINE__, curl_easy_strerror (msg->data.result)); in testExternalGet()
H A Dtest_put.c393 if (msg->data.result != CURLE_OK) in testExternalPut()
397 __LINE__, curl_easy_strerror (msg->data.result)); in testExternalPut()
H A Dtest_put_chunked.c403 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 DLatencyAnalyzer.h314 void setResult(int32_t result) { in setResult() argument
315 mResult = result; in setResult()
/third_party/skia/src/shaders/
H A DSkPictureShader.cpp100 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 DVkProtectedContextTest.cpp146 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 DSkPathOpsDebug.h411 const SkPath& result);
412 void VerifySimplify(const SkPath& path, const SkPath& result);
/third_party/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp636 FcResult result;
637 FcFontSet* font_set = FcFontSort(fcConfig.get(), pattern, 0, nullptr, &result);
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-subset-cff2.cc478 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 Dreadable_font_data.cc115 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 Dwebbrowser.py558 result = raw_result.decode().strip()
563 _os_preferred_browser = result
/third_party/python/Lib/xml/dom/
H A Dpulldom.py34 result = self.elementStack[-1]
36 return result
/third_party/python/Lib/test/test_sqlite3/
H A Dtest_transactions.py248 result = self.con.execute("select * from test").fetchall()
249 self.assertEqual(result, [])
/third_party/pulseaudio/src/pulsecore/
H A Dsink.h532 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 Dgenerator_impl_intrinsic_test.cc353 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 Dzip_reader.cc220 const int result = unzGetCurrentFileInfo(zip_file_, in OpenCurrentEntryInZip() local
228 if (result != UNZ_OK) in OpenCurrentEntryInZip()
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_context.h63 T result = sequence->at(index); in RemoveAtRandomIndex() local
65 return result; in RemoveAtRandomIndex()

Completed in 28 milliseconds

1...<<621622623624625626627628629630>>...710