Home
last modified time | relevance | path

Searched refs:results (Results 476 - 500 of 971) sorted by relevance

1...<<11121314151617181920>>...39

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Deapol_test.py153 results = res[i].get(False)
155 results = "N/A"
156 print("%d: %s" % (i, results))
/third_party/vulkan-headers/registry/
H A Dparse_dependency.py185 results = dependencyBNF().parseString(dependency, parseAll=True)
228 results = dependencyBNF().parseString(dependency, parseAll=True)
276 results = dependencyBNF().parseString(dependency, parseAll=True)
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDrawBuffersIndexedTests.cpp485 tcu::ResultCollector& results, in verifyRenderbuffer()
500 results.fail("Verification of renderbuffer " + de::toString(renderbufferNdx) + " failed."); in verifyRenderbuffer()
513 results.fail("Verification of renderbuffer " + de::toString(renderbufferNdx) + " failed."); in verifyRenderbuffer()
526 results.fail("Verification of renderbuffer " + de::toString(renderbufferNdx) + " failed."); in verifyRenderbuffer()
560 tcu::ResultCollector& results, in verifyRenderbuffers()
585 verifyRenderbuffer(log, results, format, renderbufferNdx, refRenderbuffer, result); in verifyRenderbuffers()
1161 tcu::ResultCollector& results, in runTest()
1179 verifyRenderbuffers(log, results, renderContext, renderbuffers, framebuffer, refRenderbuffers); in runTest()
1231 tcu::ResultCollector results (log); in iterate()
1233 runTest(log, results, m_contex in iterate()
484 verifyRenderbuffer(TestLog& log, tcu::ResultCollector& results, const tcu::TextureFormat& format, int renderbufferNdx, const tcu::TextureLevel& refRenderbuffer, const tcu::TextureLevel& result) verifyRenderbuffer() argument
559 verifyRenderbuffers(TestLog& log, tcu::ResultCollector& results, glu::RenderContext& renderContext, const glu::RenderbufferVector& renderbuffers, const glu::Framebuffer& framebuffer, const vector<TextureLevel>& refRenderbuffers) verifyRenderbuffers() argument
1160 runTest(TestLog& log, tcu::ResultCollector& results, glu::RenderContext& renderContext, const BlendState& preCommonBlendState, const BlendState& postCommonBlendState, const vector<DrawBufferInfo>& drawBuffers) runTest() argument
[all...]
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dabs.py234 def _generate_data_report(self, result_dir, results, name, **kwargs):
252 def _generate_data_report(cls, result_dir, results, name, **kwargs):
253 suite_report = SuiteReporter(results, name, result_dir, **kwargs)
265 def _generate_data_report(cls, result_dir, results, name, **kwargs):
266 suite_report = SuiteReporter(results, name, result_dir, **kwargs)
/third_party/benchmark/test/
H A Doutput_test_helper.cc180 // Utility class to manage subscribers for checking benchmark results.
181 // It works by parsing the CSV output to read the results.
191 std::vector<Results> results; member in internal::ResultsChecker
212 // add a results checker for a benchmark
218 // check the results of all subscribed benchmarks
247 for (const auto& r : results) { in CheckResults()
253 BM_VLOG(1) << "Checking results of " << r.name << ": ... \n"; in CheckResults()
255 BM_VLOG(1) << "Checking results of " << r.name << ": OK.\n"; in CheckResults()
271 results.emplace_back(vals[0]); // vals[0] is the benchmark name in SetValues_()
272 auto& entry = results in SetValues_()
[all...]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationDummyTest.java131 int[] results = { field in CollationDummyTest
193 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
203 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
213 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestSecondary()
234 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestIdentical()
H A DLotusCollationKoreanTest.java38 private static int[] results = { field in LotusCollationKoreanTest
59 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 DCollationDummyTest.java134 int[] results = { field in CollationDummyTest
196 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
206 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
216 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestSecondary()
237 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestIdentical()
/third_party/jinja2/
H A Dloaders.py369 results: t.List[str] = []
377 results.extend(
398 results.append(name[offset:].replace(os.path.sep, "/"))
400 results.sort()
401 return results
/third_party/mesa3d/src/intel/vulkan/
H A Danv_perf.c441 union VkPerformanceCounterResultKHR *results) in anv_perf_write_pass_results()
453 results[c].uint64 = accumulated_results->accumulator[accu_offset]; in anv_perf_write_pass_results()
461 results[c].uint64 = in anv_perf_write_pass_results()
467 results[c].float32 = in anv_perf_write_pass_results()
485 results[c].uint64 *= 1000; in anv_perf_write_pass_results()
438 anv_perf_write_pass_results(struct intel_perf_config *perf, struct anv_query_pool *pool, uint32_t pass, const struct intel_perf_query_result *accumulated_results, union VkPerformanceCounterResultKHR *results) anv_perf_write_pass_results() argument
/third_party/python/Tools/c-analyzer/cpython/
H A D__main__.py166 results = []
174 results.append((decl, info))
177 known = _analyzer.Analysis.from_results(results)
190 results = _c_analyzer.analyze_decls(
195 return _analyzer.Analysis.from_results(results)
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dreflib.py651 results = subprocess.run(command,
656 if len(results.stderr) > 0:
657 return (None, results.stderr)
660 branch = results.stdout.rstrip().decode()
663 branch = results.stdout.decode()[0:-1]
/third_party/vixl/test/aarch32/
H A Dtest-simulator-cond-dt-drt-drd-drn-drm-float-f64-a32.cc1397 TestResult* results[ARRAY_SIZE(kTests)]; in TestHelper() local
1406 // Allocate results on the heap for this test. in TestHelper()
1407 results[i] = new TestResult; in TestHelper()
1408 results[i]->outputs = new Inputs[kTests[i].input_size]; in TestHelper()
1409 results[i]->output_size = kTests[i].input_size; in TestHelper()
1436 __ Mov(result_ptr, Operand::From(results[i]->outputs)); in TestHelper()
1474 // Print the results. in TestHelper()
1479 for (size_t j = 0; j < results[i]->output_size; j++) { in TestHelper()
1481 printf("0x%08" PRIx32, results[i]->outputs[j].fpscr); in TestHelper()
1483 printf("0x%016" PRIx64, results[ in TestHelper()
[all...]
H A Dtest-simulator-cond-dt-drt-drd-drn-drm-float-f64-t32.cc1397 TestResult* results[ARRAY_SIZE(kTests)]; in TestHelper() local
1406 // Allocate results on the heap for this test. in TestHelper()
1407 results[i] = new TestResult; in TestHelper()
1408 results[i]->outputs = new Inputs[kTests[i].input_size]; in TestHelper()
1409 results[i]->output_size = kTests[i].input_size; in TestHelper()
1436 __ Mov(result_ptr, Operand::From(results[i]->outputs)); in TestHelper()
1474 // Print the results. in TestHelper()
1479 for (size_t j = 0; j < results[i]->output_size; j++) { in TestHelper()
1481 printf("0x%08" PRIx32, results[i]->outputs[j].fpscr); in TestHelper()
1483 printf("0x%016" PRIx64, results[ in TestHelper()
[all...]
H A Dtest-simulator-cond-rd-rn-operand-rm-a32.cc1103 TestResult* results[ARRAY_SIZE(kTests)]; in TestHelper() local
1112 // Allocate results on the heap for this test. in TestHelper()
1113 results[i] = new TestResult; in TestHelper()
1114 results[i]->outputs = new Inputs[kTests[i].input_size]; in TestHelper()
1115 results[i]->output_size = kTests[i].input_size; in TestHelper()
1146 __ Mov(result_ptr, Operand::From(results[i]->outputs)); in TestHelper()
1192 // Print the results. in TestHelper()
1197 for (size_t j = 0; j < results[i]->output_size; j++) { in TestHelper()
1199 printf("0x%08" PRIx32, results[i]->outputs[j].apsr); in TestHelper()
1201 printf("0x%08" PRIx32, results[ in TestHelper()
[all...]
H A Dtest-simulator-cond-rd-rn-operand-rm-ror-amount-a32.cc1102 TestResult* results[ARRAY_SIZE(kTests)]; in TestHelper() local
1111 // Allocate results on the heap for this test. in TestHelper()
1112 results[i] = new TestResult; in TestHelper()
1113 results[i]->outputs = new Inputs[kTests[i].input_size]; in TestHelper()
1114 results[i]->output_size = kTests[i].input_size; in TestHelper()
1147 __ Mov(result_ptr, Operand::From(results[i]->outputs)); in TestHelper()
1193 // Print the results. in TestHelper()
1198 for (size_t j = 0; j < results[i]->output_size; j++) { in TestHelper()
1200 printf("0x%08" PRIx32, results[i]->outputs[j].apsr); in TestHelper()
1202 printf("0x%08" PRIx32, results[ in TestHelper()
[all...]
H A Dtest-simulator-cond-rd-rn-operand-rm-ror-amount-t32.cc1102 TestResult* results[ARRAY_SIZE(kTests)]; in TestHelper() local
1111 // Allocate results on the heap for this test. in TestHelper()
1112 results[i] = new TestResult; in TestHelper()
1113 results[i]->outputs = new Inputs[kTests[i].input_size]; in TestHelper()
1114 results[i]->output_size = kTests[i].input_size; in TestHelper()
1147 __ Mov(result_ptr, Operand::From(results[i]->outputs)); in TestHelper()
1193 // Print the results. in TestHelper()
1198 for (size_t j = 0; j < results[i]->output_size; j++) { in TestHelper()
1200 printf("0x%08" PRIx32, results[i]->outputs[j].apsr); in TestHelper()
1202 printf("0x%08" PRIx32, results[ in TestHelper()
[all...]
H A Dtest-simulator-cond-rd-rn-operand-rm-t32.cc1103 TestResult* results[ARRAY_SIZE(kTests)]; in TestHelper() local
1112 // Allocate results on the heap for this test. in TestHelper()
1113 results[i] = new TestResult; in TestHelper()
1114 results[i]->outputs = new Inputs[kTests[i].input_size]; in TestHelper()
1115 results[i]->output_size = kTests[i].input_size; in TestHelper()
1146 __ Mov(result_ptr, Operand::From(results[i]->outputs)); in TestHelper()
1192 // Print the results. in TestHelper()
1197 for (size_t j = 0; j < results[i]->output_size; j++) { in TestHelper()
1199 printf("0x%08" PRIx32, results[i]->outputs[j].apsr); in TestHelper()
1201 printf("0x%08" PRIx32, results[ in TestHelper()
[all...]
H A Dtest-simulator-cond-rdlow-rnlow-rmlow-t32.cc887 TestResult* results[ARRAY_SIZE(kTests)]; in TestHelper() local
896 // Allocate results on the heap for this test. in TestHelper()
897 results[i] = new TestResult; in TestHelper()
898 results[i]->outputs = new Inputs[kTests[i].input_size]; in TestHelper()
899 results[i]->output_size = kTests[i].input_size; in TestHelper()
929 __ Mov(result_ptr, Operand::From(results[i]->outputs)); in TestHelper()
975 // Print the results. in TestHelper()
980 for (size_t j = 0; j < results[i]->output_size; j++) { in TestHelper()
982 printf("0x%08" PRIx32, results[i]->outputs[j].apsr); in TestHelper()
984 printf("0x%08" PRIx32, results[ in TestHelper()
[all...]
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dthreadsndk.cpp61 napi_value results = nullptr; in Thrd_create() local
62 napi_create_int32(env, result, &results); in Thrd_create()
63 return results; in Thrd_create()
134 napi_value results = nullptr; in Thrd_exit() local
135 napi_create_int32(env, result, &results); in Thrd_exit()
136 return results; in Thrd_exit()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_query.cpp210 void *results;
216 results = pipe_buffer_map_range(&ctx->base, q->buffer, q->buffer_offset,
220 if (results == NULL)
223 uint64_t *results_u64 = (uint64_t *)results;
224 D3D12_QUERY_DATA_PIPELINE_STATISTICS *results_stats = (D3D12_QUERY_DATA_PIPELINE_STATISTICS *)results;
225 D3D12_QUERY_DATA_SO_STATISTICS *results_so = (D3D12_QUERY_DATA_SO_STATISTICS *)results;
367 /* Accumulate current results and store in first slot */
406 /* Accumulate current results and store in first slot */
/third_party/python/Lib/
H A Dtrace.py47 r = tracer.results()
207 Write the coverage results.
211 :param coverdir: If None, the results of each module are placed in its
298 """Return a coverage results file in path."""
405 added into the results
406 @param outfile file in which to write the results
588 def results(self): member in Trace
612 'and write the results to sys.stdout after the program exits. '
615 help='Keep track of caller/called pairs and write the results to '
623 'code. --file must specify the results fil
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dnanobenchmark.cc741 const Params& p, Result* results) { in MeasureImpl()
772 results[i].input = unique[i]; in MeasureImpl()
773 results[i].ticks = duration * mul; in MeasureImpl()
774 results[i].variability = max_rel_mad; in MeasureImpl()
781 const size_t num_inputs, Result* results, const Params& p) { in Measure()
793 auto result = MeasureImpl(func, arg, num_skip, unique, full, p, results); in Measure()
739 MeasureImpl(const Func func, const void* arg, const size_t num_skip, const InputVec& unique, const InputVec& full, const Params& p, Result* results) MeasureImpl() argument
780 Measure(const Func func, const void* arg, const FuncInput* inputs, const size_t num_inputs, Result* results, const Params& p) Measure() argument
/third_party/cJSON/tests/unity/extras/fixture/
H A Drakefile_helper.rb134 results = Dir[results_glob]
135 summary.targets = results
161 # Execute unit test and generate results file
/third_party/icu/icu4c/source/i18n/unicode/
H A Dlistformatter.h133 explicit FormattedList(FormattedListData *results) in FormattedList() argument
134 : fData(results), fErrorCode(U_ZERO_ERROR) {} in FormattedList()

Completed in 31 milliseconds

1...<<11121314151617181920>>...39