Home
last modified time | relevance | path

Searched refs:results (Results 726 - 750 of 982) sorted by relevance

1...<<21222324252627282930>>...40

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DByteString.java511 Collection<ByteString> results = new ArrayList<ByteString>(); in readFrom()
521 results.add(chunk); in readFrom()
525 return ByteString.copyFrom(results); in readFrom()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationFractionalSpacingTests.cpp375 std::vector<float> results(count);
380 deMemcpy(&results[0], pFloatData, sizeof(float) * count);
383 return results;
593 // Clear the results buffer
/third_party/weex-loader/deps/weex-styler/lib/
H A Dvalidator.js627 let results = v.split(/(?<!\+|\-|\*|\/|\,)\s+(?!\+|\-|\*|\/|\,)/).map(validateFunction)
628 for (let i = 0; i < results.length; ++i) {
629 let res = results[i]
2008 let results = v.split(/\s+/).map(GRID_VALIDATOR)
2009 for (let i = 0; i < results.length; ++i) {
2010 let res = results[i]
/third_party/python/Lib/test/
H A Dtest_asyncgen.py422 results = []
423 results.append(await anext(g))
424 results.append(await anext(g))
425 results.append(await anext(g, 'buckle my shoe'))
426 return results
521 results = []
531 results.append(await anext(ait))
535 self.assertEqual(results, [1, 2])
H A Dtest_cmd.py256 r=tracer.results()
257 print("Writing coverage results...")
/third_party/googletest/googletest/include/gtest/
H A Dgtest-spi.h65 // results. This reporter will only catch failures generated in the current
106 SingleFailureChecker(const TestPartResultArray* results,
/third_party/mbedtls/tests/scripts/
H A Drun-test-suites.pl22 Execute all the test suites and print a summary of the results.
/third_party/ltp/pan/cgi/
H A Dresults.cgi15 unless (chdir("/usr/tests/ltp/results")) {
16 failure("Could not get to the results directory\n");
78 s/(\S+)/<a href="results.cgi?get_df=$host.$datestr.$suite.driver&zoom_tag=\1">\1<\/a>/;
91 %results = ();
93 # run through the files in the results directory
105 $results{ $a_rec->{DRIVER_FILE} } = $a_rec;
111 @ri = values %results;
149 print " [<a href=\"results.cgi?get_df=$rp->{DRIVER_FILE}\">driver output</a>]";
150 print " [<a href=\"results.cgi?get_df=$thishost.$thisdate.$thissuite.scanner\">results</
[all...]
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dhello.cc12 const wasm::Val args[], wasm::Val results[]
H A Dtrap.c12 void* env, const wasm_val_t args[], wasm_val_t results[] in fail_callback()
H A Dserialize.cc12 const wasm::Val args[], wasm::Val results[]
/third_party/node/deps/googletest/include/gtest/
H A Dgtest-spi.h65 // results. This reporter will only catch failures generated in the current
106 SingleFailureChecker(const TestPartResultArray* results,
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest-spi.h66 // results. This reporter will only catch failures generated in the current
104 SingleFailureChecker(const TestPartResultArray* results,
/third_party/skia/modules/skparagraph/src/
H A DParagraphImpl.cpp528 // We can use the results from SkShaper but have to do EVERYTHING ELSE again in GetLineFontMetrics()
1504 std::vector<TextBox> results; in GetLineFontMetrics() local
1511 results.emplace_back(getEmptyTextRect(rectHeightStyle)); in GetLineFontMetrics()
1513 results.emplace_back(SkRect::MakeXYWH(0, 0, 0, fHeight), fParagraphStyle.getTextDirection()); in GetLineFontMetrics()
1516 return results; in GetLineFontMetrics()
1522 return results; in GetLineFontMetrics()
1535 // (so we can compare the results). We now include in the selection box only the graphemes in GetLineFontMetrics()
1558 line.getRectsForRange(intersect, rectHeightStyle, rectWidthStyle, results); in GetLineFontMetrics()
1562 for (auto& r : results) { in GetLineFontMetrics()
1570 return results; in GetLineFontMetrics()
2113 std::vector<FontInfo> results; GetLineFontMetrics() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_ndis.c731 wpa_printf(MSG_DEBUG, "Scan timeout - try to get results"); in wpa_driver_ndis_scan_timeout()
821 struct wpa_scan_results *results; in wpa_driver_ndis_get_scan_results() local
830 wpa_printf(MSG_DEBUG, "NDIS: failed to get scan results"); in wpa_driver_ndis_get_scan_results()
836 results = os_zalloc(sizeof(*results)); in wpa_driver_ndis_get_scan_results()
837 if (results == NULL) { in wpa_driver_ndis_get_scan_results()
841 results->res = os_calloc(count, sizeof(struct wpa_scan_res *)); in wpa_driver_ndis_get_scan_results()
842 if (results->res == NULL) { in wpa_driver_ndis_get_scan_results()
843 os_free(results); in wpa_driver_ndis_get_scan_results()
861 * entry with an invalid IELength in scan results an in wpa_driver_ndis_get_scan_results()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_ndis.c731 wpa_printf(MSG_DEBUG, "Scan timeout - try to get results"); in wpa_driver_ndis_scan_timeout()
821 struct wpa_scan_results *results; in wpa_driver_ndis_get_scan_results() local
830 wpa_printf(MSG_DEBUG, "NDIS: failed to get scan results"); in wpa_driver_ndis_get_scan_results()
836 results = os_zalloc(sizeof(*results)); in wpa_driver_ndis_get_scan_results()
837 if (results == NULL) { in wpa_driver_ndis_get_scan_results()
841 results->res = os_calloc(count, sizeof(struct wpa_scan_res *)); in wpa_driver_ndis_get_scan_results()
842 if (results->res == NULL) { in wpa_driver_ndis_get_scan_results()
843 os_free(results); in wpa_driver_ndis_get_scan_results()
861 * entry with an invalid IELength in scan results an in wpa_driver_ndis_get_scan_results()
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djunit-4.10.jar ... junit/experimental/categories/ org/junit/experimental/max/ org/junit/experimental/results/ org/junit/experimental/runners/ org/junit/experimental/theories/ org/junit ...
/third_party/ffmpeg/libavcodec/
H A Droqvideoenc.c818 int *points, int inputCount, roq_cell *results, in generate_codebook()
836 results->y[j] = *buf++; in generate_codebook()
838 results->u = (*buf++ + CHROMA_BIAS/2)/CHROMA_BIAS; in generate_codebook()
839 results->v = (*buf++ + CHROMA_BIAS/2)/CHROMA_BIAS; in generate_codebook()
840 results++; in generate_codebook()
817 generate_codebook(RoqEncContext *enc, int *points, int inputCount, roq_cell *results, int size, int cbsize) generate_codebook() argument
/third_party/icu/icu4c/source/test/cintltst/
H A Dcallcoll.c99 const UCollationResult results[] = { variable
304 log_err("different results in iterative comparison for UTF-16 encoded strings. %s, %s\n", aescstrdup(source,-1), aescstrdup(target,-1)); in doTestVariant()
353 log_err("different results in iterative comparison for UTF-16 and UTF-8 encoded strings. %s, %s\n", aescstrdup(source,-1), aescstrdup(target,-1)); in doTestVariant()
356 log_err("different results in iterative when normalization is turned on with UTF-8 strings. %s, %s\n", aescstrdup(source,-1), aescstrdup(target,-1)); in doTestVariant()
761 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
787 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
812 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestSecondary()
836 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestIdentical()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DPluralRulesTest.java799 Collection<Double> results = p.getAllKeywordValues(keyword); in TestGetAllKeywordValues()
800 assertEquals(keyword + " in " + ruleDescription, values, results == null ? null : new HashSet(results)); in TestGetAllKeywordValues()
802 if (results != null) { in TestGetAllKeywordValues()
804 results.add(PluralRules.NO_UNIQUE_VALUE); in TestGetAllKeywordValues()
/third_party/libinput/test/
H A Dtest-utils.c1076 const char *results[10]; in START_TEST() member
1105 ck_assert_str_eq(t->results[idx], strv[idx]); in START_TEST()
1213 } results[32]; in START_TEST() member
1242 ck_assert_double_eq(t->results[i].a, result[i].key); in START_TEST()
1243 ck_assert_double_eq(t->results[i].b, result[i].value); in START_TEST()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngimage.c533 /* Result masks apply to the result bits in the 'results' field below; these
548 png_uint_32 results; /* A mask of errors seen */ member
642 dp->results = 0; /* reset for next time */ in display_clean()
686 dp->results |= 1U << level; in display_log()
1678 RESULT_STRICT(d.results) : RESULT_RELAXED(d.results); in main()
/third_party/skia/tests/
H A DPictureTest.cpp614 void search(const SkRect& query, std::vector<int>* results) const override {
918 std::vector<int> results; in DEF_TEST() local
919 bbh->search({0,0, 100,100}, &results); in DEF_TEST()
920 REPORTER_ASSERT(r, (int)results.size() == n, in DEF_TEST()
921 "results.size() == %d, want %d\n", (int)results.size(), n); in DEF_TEST()
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_database.cc1013 std::vector<int> results; in FindAllExtensionNumbers() local
1017 if (sources_[i]->FindAllExtensionNumbers(extendee_type, &results)) { in FindAllExtensionNumbers()
1018 std::copy(results.begin(), results.end(), in FindAllExtensionNumbers()
1023 results.clear(); in FindAllExtensionNumbers()
/third_party/skia/experimental/sktext/src/
H A DText.cpp437 SkTArray<int32_t> results;
438 results.push_back_n(numRuns);
440 return results;
449 unicode->reorderVisual(runLevels.data(), numRuns, results.data());
450 return results;

Completed in 36 milliseconds

1...<<21222324252627282930>>...40