Home
last modified time | relevance | path

Searched refs:results (Results 151 - 175 of 999) sorted by relevance

12345678910>>...40

/third_party/protobuf/php/tests/
H A Dautoload.php5 function getGeneratedFiles($dir, &$results = array())
12 $results[] = $path;
14 getGeneratedFiles($path, $results);
17 return $results;
/third_party/python/Tools/ccbench/
H A Dccbench.py81 # XXX this task gives horrendous latency results.
135 # For whatever reasons, zlib gives irregular results, so we prefer bz2 or
182 # completely useless results.
193 results = []
201 results.append(loop(start_time, THROUGHPUT_DURATION,
203 return results
217 results.append(loop(start_time, THROUGHPUT_DURATION,
238 return results
248 results = run_throughput_test(func, args, nthreads)
250 # results rathe
[all...]
/third_party/astc-encoder/Source/
H A Dastcenc_integer_sequence.cpp661 // temporary results than the number of outputs. The maximum actual number of results is 64 bit, in decode_ise()
663 uint8_t results[68]; in decode_ise() local
676 results[i] = static_cast<uint8_t>(read_bits(bits, bit_offset, input_data)); in decode_ise()
714 results[5 * i ] |= tritptr[0] << bits; in decode_ise()
715 results[5 * i + 1] |= tritptr[1] << bits; in decode_ise()
716 results[5 * i + 2] |= tritptr[2] << bits; in decode_ise()
717 results[5 * i + 3] |= tritptr[3] << bits; in decode_ise()
718 results[5 * i + 4] |= tritptr[4] << bits; in decode_ise()
729 results[ in decode_ise()
[all...]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DG7CollationTest.java40 private static int[][] results = { field in G7CollationTest
86 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], -1); in TestDemo1()
113 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], -1); in TestDemo2()
141 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], -1); in TestDemo3()
168 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], -1); in TestDemo4()
199 doTest(tblColl1, testCases[results[ in TestG7Data()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DG7CollationTest.java43 private static int[][] results = { field in G7CollationTest
89 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], -1); in TestDemo1()
116 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], -1); in TestDemo2()
144 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], -1); in TestDemo3()
171 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], -1); in TestDemo4()
202 doTest(tblColl1, testCases[results[ in TestG7Data()
[all...]
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dhostref.c13 const wasm_val_t args[], wasm_val_t results[] in callback()
18 wasm_val_copy(&results[0], &args[0]); in callback()
50 wasm_val_t results[1]; in call_v_r() local
51 if (wasm_func_call(func, NULL, results)) { in call_v_r()
56 return results[0].of.ref; in call_v_r()
76 wasm_val_t results[1]; in call_r_r() local
77 if (wasm_func_call(func, args, results)) { in call_r_r()
82 return results[0].of.ref; in call_r_r()
104 wasm_val_t results[1]; in call_i_r() local
105 if (wasm_func_call(func, args, results)) { in call_i_r()
[all...]
H A Dcallback.cc38 const wasm::Val args[], wasm::Val results[]
41 results[0] = args[0].copy();
48 void* env, const wasm::Val args[], wasm::Val results[]
53 results[0] = wasm::Val::i32(static_cast<int32_t>(i));
125 wasm::Val results[1]; in run() local
126 if (run_func->call(args, results)) { in run()
133 std::cout << "> " << results[0].i32() << std::endl; in run()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcg7coll.c108 const static int32_t results[TESTLOCALES][TOTALTESTSET] = { variable
190 doTest(myCollation, testCases[results[i][j]], testCases[results[i][n]], UCOL_LESS); in TestG7Locales()
222 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], UCOL_LESS); in TestDemo1()
252 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], UCOL_LESS); in TestDemo2()
282 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], UCOL_LESS); in TestDemo3()
311 doTest(myCollation, testCases[results[1 in TestDemo4()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dg7coll.cpp61 static const int32_t results[G7CollationTest::TESTLOCALES][G7CollationTest::TOTALTESTSET] = { variable
143 doTest(myCollation.getAlias(), testCases[results[i][j]], testCases[results[i][n]], Collator::LESS); in TestG7Locales()
175 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], Collator::LESS); in TestDemo1()
209 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], Collator::LESS); in TestDemo2()
243 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], Collator::LESS); in TestDemo3()
272 doTest(myCollation, testCases[results[1 in TestDemo4()
[all...]
/third_party/skia/third_party/externals/angle2/
H A DPRESUBMIT.py386 results = []
387 results.extend(_CheckTabsInSourceFiles(input_api, output_api))
388 results.extend(_CheckNonAsciiInSourceFiles(input_api, output_api))
389 results.extend(_CheckCodeGeneration(input_api, output_api))
390 results.extend(_CheckChangeHasBugField(input_api, output_api))
391 results.extend(input_api.canned_checks.CheckChangeHasDescription(input_api, output_api))
392 results.extend(_CheckNewHeaderWithoutGnChange(input_api, output_api))
393 results.extend(_CheckExportValidity(input_api, output_api))
394 results.extend(
397 results
[all...]
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser_buffer_test.cc76 std::vector<uint32_t> results = {1, 2, 3, 4, 55, 99, 1234}; in TEST_F() local
78 ASSERT_EQ(results.size(), buffer->ValueCount()); in TEST_F()
79 for (size_t i = 0; i < results.size(); ++i) { in TEST_F()
80 EXPECT_EQ(results[i], data[i]); in TEST_F()
109 std::vector<uint32_t> results = {1, 2, 3, 4, 55, 99, 1234}; in TEST_F() local
111 ASSERT_EQ(results.size(), buffer->ValueCount()); in TEST_F()
112 for (size_t i = 0; i < results.size(); ++i) { in TEST_F()
113 EXPECT_EQ(results[i], data[i]); in TEST_F()
142 std::vector<float> results = {1.f, 2.f, 3.f, 4.f}; in TEST_F() local
144 ASSERT_EQ(results in TEST_F()
175 std::vector<float> results = {1.f, 2.f, 0.f, 0.f, 3.f, 4.f, 0.f, 0.f}; TEST_F() local
207 std::vector<uint32_t> results = {1, 2, 3, 4, 55, 99, 1234}; TEST_F() local
239 std::vector<uint32_t> results = {1, 0, 0, 0, 2, 0, 0, 0, 3, 0, TEST_F() local
273 std::vector<uint32_t> results = {1, 2, 3, 4, 55, 99, 1234}; TEST_F() local
302 std::vector<uint32_t> results = {1, 2, 3, 4}; TEST_F() local
331 std::vector<float> results = {1, 2, 3, 4}; TEST_F() local
360 std::vector<uint32_t> results = {5, 5, 5, 5, 5}; TEST_F() local
389 std::vector<float> results = {5.2f, 5.2f, 5.2f, 5.2f, 5.2f}; TEST_F() local
419 std::vector<uint8_t> results = {2, 3, 4, 5, 6}; TEST_F() local
450 std::vector<float> results = {2.2f, 3.3f, 4.4f, 5.5f, 6.6f}; TEST_F() local
[all...]
/third_party/littlefs/scripts/
H A Dsummary.py242 def infer(results, *,
252 for r in results:
272 for r in results:
291 for r in results:
347 def fold(Result, results, *,
362 for r in results:
365 results = results_
367 # organize results into conflicts
369 for r in results:
382 def table(Result, results, diff_result
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkAllocationCallbackUtil.cpp362 void validateAllocationCallbacks (const AllocationCallbackRecorder& recorder, AllocationCallbackValidationResults* results) in validateAllocationCallbacks() argument
367 DE_ASSERT(results->liveAllocations.empty() && results->violations.empty()); in validateAllocationCallbacks()
384 results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REASON_INVALID_ALLOCATION_SCOPE)); in validateAllocationCallbacks()
392 results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REASON_INVALID_ALIGNMENT)); in validateAllocationCallbacks()
438 results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REASON_REALLOC_DIFFERENT_ALIGNMENT)); in validateAllocationCallbacks()
444 results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REASON_REALLOC_FREED_PTR)); in validateAllocationCallbacks()
489 results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REASON_REALLOC_NOT_ALLOCATED_PTR)); in validateAllocationCallbacks()
522 results->violations.push_back(AllocationCallbackViolation(record, AllocationCallbackViolation::REASON_DOUBLE_FREE)); in validateAllocationCallbacks()
525 results in validateAllocationCallbacks()
575 checkAndLog(tcu::TestLog& log, const AllocationCallbackValidationResults& results, deUint32 allowedLiveAllocScopeBits) checkAndLog() argument
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/Retired/
H A DfixupRef.py189 results = parser.parse_args() variable
191 setLogFile(True, True, results.logFile)
192 setLogFile(True, False, results.diagFile)
193 setLogFile(False, True, results.warnFile)
196 for file in results.files:
197 replaceRef(file, results.outDir, results.overwrite, skipped)
/third_party/node/test/fixtures/source-map/
H A Dtabs.js44 var i, len, results;
45 results = [];
48 results.push(math.cube(num));
50 return results;
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_zip.py27 def transform(self, node, results):
34 args = results['args'].clone()
38 if 'trailers' in results:
39 trailers = [n.clone() for n in results['trailers']]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/kutf/
H A Dkutf_resultset.c47 INIT_LIST_HEAD(&set->results); in kutf_create_result_set()
80 list_add_tail(&new_result->node, &set->results); in kutf_add_result()
91 if (!list_empty(&set->results)) in kutf_destroy_result_set()
92 pr_err("kutf_destroy_result_set: Unread results from test\n"); in kutf_destroy_result_set()
103 /* Pretend there are results if waiting for input */ in kutf_has_result()
106 has_result = !list_empty(&set->results); in kutf_has_result()
126 if (!list_empty(&set->results)) { in kutf_remove_result()
127 result = list_first_entry(&set->results, in kutf_remove_result()
/drivers/peripheral/camera/hdi_service/v1_0/src/
H A Dcamera_device_service.cpp67 int32_t CameraDeviceService::GetEnabledResults(std::vector<int32_t> &results) in GetEnabledResults() argument
70 return cameraDeviceServiceVdi_->GetEnabledResults(results); in GetEnabledResults()
73 int32_t CameraDeviceService::EnableResult(const std::vector<int32_t> &results) in EnableResult() argument
76 return cameraDeviceServiceVdi_->EnableResult(results); in EnableResult()
79 int32_t CameraDeviceService::DisableResult(const std::vector<int32_t> &results) in DisableResult() argument
82 return cameraDeviceServiceVdi_->DisableResult(results); in DisableResult()
/third_party/icu/icu4c/source/i18n/
H A Dcsrucode.cpp55 UBool CharsetRecog_UTF_16_BE::match(InputText* textIn, CharsetMatch *results) const in match()
76 results->set(textIn, this, confidence); in match()
90 UBool CharsetRecog_UTF_16_LE::match(InputText* textIn, CharsetMatch *results) const in match()
114 results->set(textIn, this, confidence); in match()
123 UBool CharsetRecog_UTF_32::match(InputText* textIn, CharsetMatch *results) const in match()
162 results->set(textIn, this, confidence); in match()
/third_party/mesa3d/.gitlab-ci/common/
H A Dinit-stage2.sh140 # Let's make sure the results are always stored in current working directory
141 mv -f ${CI_PROJECT_DIR}/results ./ 2>/dev/null || true
143 [ ${EXIT_CODE} -ne 0 ] || rm -rf results/trace/"$PIGLIT_REPLAY_DEVICE_NAME"
152 tar -czf results.tar.gz results/;
153 ci-fairy s3cp --token-file "${CI_JOB_JWT_FILE}" results.tar.gz https://"$MINIO_RESULTS_UPLOAD"/results.tar.gz;
/third_party/node/deps/icu-small/source/i18n/
H A Dcsrucode.cpp55 UBool CharsetRecog_UTF_16_BE::match(InputText* textIn, CharsetMatch *results) const in match()
76 results->set(textIn, this, confidence); in match()
90 UBool CharsetRecog_UTF_16_LE::match(InputText* textIn, CharsetMatch *results) const in match()
114 results->set(textIn, this, confidence); in match()
123 UBool CharsetRecog_UTF_32::match(InputText* textIn, CharsetMatch *results) const in match()
162 results->set(textIn, this, confidence); in match()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcsrucode.cpp55 UBool CharsetRecog_UTF_16_BE::match(InputText* textIn, CharsetMatch *results) const in match()
76 results->set(textIn, this, confidence); in match()
90 UBool CharsetRecog_UTF_16_LE::match(InputText* textIn, CharsetMatch *results) const in match()
114 results->set(textIn, this, confidence); in match()
123 UBool CharsetRecog_UTF_32::match(InputText* textIn, CharsetMatch *results) const in match()
162 results->set(textIn, this, confidence); in match()
/third_party/skia/infra/bots/buildstats/
H A Dbuildstats_flutter.py32 results = {
34 'results': { }
39 results[props[i]] = props[i+1]
43 results['key'][keys[i]] = keys[i+1]
85 results['results'][lib_name] = r
88 print(json.dumps(results, indent=2))
91 output.write(json.dumps(results, indent=2))
/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/
H A Dchunked.js57 var results = undefined; variable
62 while(results.children.length > 0) {
63 results.removeChild(results.children[0]);
66 document.getElementById("resultsdiv").classList.remove("results");
86 r.innerHTML = 'No results';
88 results.appendChild(r);
91 document.getElementById("resultsdiv").classList.add("results");
101 results.appendChild(r);
157 results
[all...]
/third_party/PyYAML/tests/lib/
H A Dtest_appliance.py79 def display(results, verbose):
80 if results and not verbose:
82 total = len(results)
85 for name, filenames, kind, info in results:
123 results = []
143 results.append(result)
146 results.append(result)
147 return display(results, verbose=verbose)

Completed in 14 milliseconds

12345678910>>...40