Home
last modified time | relevance | path

Searched refs:results (Results 526 - 550 of 951) sorted by relevance

1...<<21222324252627282930>>...39

/third_party/node/test/fixtures/wpt/encoding/resources/
H A Dencode-form-common.js122 var results = result_string.split(encodedSeparator);
129 normalizeStr(results[j]),
/third_party/python/Tools/buildbot/
H A Dtest.bat41 scp %SSH_SERVER%:"%REMOTE_PYTHON_DIR%test-results.xml" "%PYTHON_SOURCE%\test-results.xml"
/third_party/skia/tests/
H A DDashPathEffectTest.cpp79 SkPathEffectBase::PointData results; in DEF_TEST() local
85 bool actualResult = as_PEB(dash)->asPoints(&results, src, rec, mats[i], &cull); in DEF_TEST()
/third_party/skia/tools/
H A Dparse_llvm_coverage.py7 """Parse an LLVM coverage report to generate useable results."""
107 def _nanobench_json(results, properties, key):
108 """Return the results in JSON format like that produced by nanobench."""
110 # Copy over the properties first, then set the 'key' and 'results' keys,
115 rv['results'] = {
126 } for percent, not_covered_lines, f in results
206 # Write results.
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTimeZoneGenericNames.java413 // you may get incorrect results because of time overlap at DST->STD in formatGenericNonLocationName()
636 * <code>TextTrieMap</code> for collecting match results.
670 * Returns the match results
671 * @return the match results
686 * Resets the match results
773 Collection<GenericMatchInfo> results = findLocal(text, start, genericTypes); in find()
780 if (results == null) { in find()
781 results = new LinkedList<GenericMatchInfo>(); in find()
783 results.add(createGenericMatchInfo(match)); in find()
786 return results; in find()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTimeZoneGenericNames.java417 // you may get incorrect results because of time overlap at DST->STD in formatGenericNonLocationName()
641 * <code>TextTrieMap</code> for collecting match results.
675 * Returns the match results
676 * @return the match results
691 * Resets the match results
778 Collection<GenericMatchInfo> results = findLocal(text, start, genericTypes); in find()
785 if (results == null) { in find()
786 results = new LinkedList<GenericMatchInfo>(); in find()
788 results.add(createGenericMatchInfo(match)); in find()
791 return results; in find()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dmeasfmt.cpp549 UnicodeString *results = new UnicodeString[measureCount]; in formatMeasures() local
550 if (results == NULL) { in formatMeasures()
562 results[i], in formatMeasures()
566 listFormatter->format(results, measureCount, appendTo, status); in formatMeasures()
567 delete [] results; in formatMeasures()
837 LocalArray<UnicodeString> results(new UnicodeString[measureCount], status); in formatMeasuresSlowTrack()
845 formatMeasure(measures[i], *nf, results[i], fpos, status); in formatMeasuresSlowTrack()
853 formatMeasure(measures[i], *nf, results[i], dontCare, status); in formatMeasuresSlowTrack()
858 results.getAlias(), in formatMeasuresSlowTrack()
/third_party/node/deps/icu-small/source/i18n/
H A Dmeasfmt.cpp549 UnicodeString *results = new UnicodeString[measureCount]; in formatMeasures() local
550 if (results == nullptr) { in formatMeasures()
562 results[i], in formatMeasures()
566 listFormatter->format(results, measureCount, appendTo, status); in formatMeasures()
567 delete [] results; in formatMeasures()
837 LocalArray<UnicodeString> results(new UnicodeString[measureCount], status); in formatMeasuresSlowTrack()
845 formatMeasure(measures[i], *nf, results[i], fpos, status); in formatMeasuresSlowTrack()
853 formatMeasure(measures[i], *nf, results[i], dontCare, status); in formatMeasuresSlowTrack()
858 results.getAlias(), in formatMeasuresSlowTrack()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dmeasfmt.cpp549 UnicodeString *results = new UnicodeString[measureCount]; in formatMeasures() local
550 if (results == NULL) { in formatMeasures()
562 results[i], in formatMeasures()
566 listFormatter->format(results, measureCount, appendTo, status); in formatMeasures()
567 delete [] results; in formatMeasures()
837 LocalArray<UnicodeString> results(new UnicodeString[measureCount], status); in formatMeasuresSlowTrack()
845 formatMeasure(measures[i], *nf, results[i], fpos, status); in formatMeasuresSlowTrack()
853 formatMeasure(measures[i], *nf, results[i], dontCare, status); in formatMeasuresSlowTrack()
858 results.getAlias(), in formatMeasuresSlowTrack()
H A Dcsrutf8.h37 UBool match(InputText *input, CharsetMatch *results) const;
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationEnglishTest.java134 private static int[] results = { field in CollationEnglishTest
261 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
271 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestSecondary()
299 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationEnglishTest.java137 private static int[] results = { field in CollationEnglishTest
264 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
274 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestSecondary()
302 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DGatherAPIData.java74 TreeSet results; field in GatherAPIData
142 results = new TreeSet(APIInfo.defaultComparator()); in GatherAPIData()
188 writeResults(results, bw); in run()
224 results.add(info); in doDoc()
H A DGatherAPIDataOld.java73 TreeSet results; field in GatherAPIDataOld
133 results = new TreeSet(APIInfo.defaultComparator()); in GatherAPIDataOld()
179 writeResults(results, bw); in run()
212 results.add(info); in doDoc()
/third_party/libwebsockets/lib/misc/
H A Dlws-struct-sqlite.c185 char s[768], results[512], where[250]; in lws_struct_sq3_deserialize() local
208 m += lws_snprintf(&results[m], sizeof(results) - (unsigned int)n - 1, in lws_struct_sq3_deserialize()
217 "from %s %s order by %s %slimit %d;", results, in lws_struct_sq3_deserialize()
/third_party/libwebsockets/lib/system/async-dns/
H A Dasync-dns-parse.c459 * Callback for each A or AAAA record, creating getaddrinfo-compatible results
574 /* we want to confirm the results against what we last requested... */ in lws_adns_parse_udp()
580 * the results. Produce the following layout at c in lws_adns_parse_udp()
631 * smallest_ttl applies as it is to empty results (NXDOMAIN), or is in lws_adns_parse_udp()
632 * set to the minimum ttl seen in all the results. in lws_adns_parse_udp()
642 c->results = (struct addrinfo *)&c[1]; in lws_adns_parse_udp()
644 *q->last = c->results; in lws_adns_parse_udp()
645 else /* first one had no results, set first guy's c->results */ in lws_adns_parse_udp()
647 q->firstcache->results in lws_adns_parse_udp()
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dgfx10_query.c111 uint64_t *results = sctx->ws->buffer_map(sctx->ws, qbuf->buf->buf, NULL, in gfx10_alloc_query_buffer() local
113 assert(results); in gfx10_alloc_query_buffer()
118 results[32 * i + j] = (uint64_t)1 << 63; in gfx10_alloc_query_buffer()
119 results[32 * i + 16] = 0; in gfx10_alloc_query_buffer()
/third_party/libevdev/doc/html/search/
H A Dsearch.js316 // Closes the results window.
428 // The class that handles everything on the search results page.
534 if (matches == 0) // no results
749 var results = document.getElementById("SRResults");
776 else // multiple results
798 results.appendChild(srResult);
804 var results = document.getElementById("MSearchSelectWindow");
812 results.appendChild(link);
/third_party/mesa3d/src/intel/common/
H A Dintel_measure.c425 const uint64_t prev_end_ts = rb->results[rb->head].end_ts; in intel_measure_push_result()
444 &rb->results[rb->head]; in intel_measure_push_result()
479 return &rb->results[rb->tail]; in ringbuffer_pop()
488 return &rb->results[result_offset]; in ringbuffer_peek()
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
H A Dparser_test.cc286 std::vector<uint16_t> results = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}; in TEST_F() local
287 ASSERT_EQ(results.size(), bufs[1]->ValueCount()); in TEST_F()
288 for (size_t i = 0; i < results.size(); ++i) { in TEST_F()
289 EXPECT_EQ(results[i], data[i]); in TEST_F()
/third_party/skia/third_party/externals/oboe/docs/reference/search/
H A Dsearch.js314 // Closes the results window.
426 // The class that handles everything on the search results page.
532 if (matches == 0) // no results
747 var results = document.getElementById("SRResults");
774 else // multiple results
796 results.appendChild(srResult);
802 var results = document.getElementById("MSearchSelectWindow");
810 results.appendChild(link);
/third_party/skia/infra/bots/task_drivers/run_wasm_gm_tests/
H A Drun_wasm_gm_tests.go232 var results []goldResult var
235 err := td.Do(ctx, td.Props("Load results from "+resultFile), func(ctx context.Context) error {
240 if err := json.Unmarshal(b, &results); err != nil {
249 err = td.Do(ctx, td.Props(fmt.Sprintf("Call goldtl on %d results", len(results))), func(ctx context.Context) error {
250 for _, result := range results {
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-test-sequencer.h32 int *results; /* takes result dispositions */ member
33 int results_max; /* max space usable in results */
45 * This helper sequences one or more unit tests to run and collects the results.
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_standarderror.py17 def transform(self, node, results):
H A Dfix_reduce.py34 def transform(self, node, results):

Completed in 19 milliseconds

1...<<21222324252627282930>>...39