Home
last modified time | relevance | path

Searched refs:results (Results 626 - 650 of 1019) sorted by relevance

1...<<21222324252627282930>>...41

/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/tests/include/kutf/
H A Dkutf_resultset.h22 * Functions and structures for handling test results and result sets.
31 * results.
74 * @node: Next result in the list of results.
86 * to which results can be added.
107 * Return: result or NULL if there are no further results in the resultset.
115 * @results: The result set whose resources to free.
117 void kutf_destroy_result_set(struct kutf_result_set *results);
/third_party/icu/icu4c/source/test/intltest/
H A Dfrcoll.h46 static const Collator::EComparisonResult results[]; member in CollationFrenchTest
H A Djacoll.h55 static const Collator::EComparisonResult results[]; member in CollationKanaTest
H A Djacoll.cpp58 const Collator::EComparisonResult CollationKanaTest::results[] = { member in CollationKanaTest
116 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_ws_comma.py24 def transform(self, node, results):
H A Dfix_numliterals.py21 def transform(self, node, results):
/third_party/skia/src/effects/
H A DSkDashImpl.h23 bool onAsPoints(PointData* results, const SkPath& src, const SkStrokeRec&, const SkMatrix&,
/third_party/vixl/test/aarch32/
H A Dtest-simulator-cond-rd-memop-rs-a32.cc3370 TestResult* results[ARRAY_SIZE(kTests)]; in TestHelper() local
3379 // Allocate results on the heap for this test. in TestHelper()
3380 results[i] = new TestResult; in TestHelper()
3381 results[i]->outputs = new Inputs[kTests[i].input_size]; in TestHelper()
3382 results[i]->output_size = kTests[i].input_size; in TestHelper()
3415 __ Mov(result_ptr, Operand::From(results[i]->outputs)); in TestHelper()
3539 // Print the results. in TestHelper()
3544 for (size_t j = 0; j < results[i]->output_size; j++) { in TestHelper()
3546 printf("0x%08" PRIx32, results[i]->outputs[j].apsr); in TestHelper()
3548 printf("0x%08" PRIx32, results[ in TestHelper()
[all...]
H A Dtest-simulator-cond-rd-rn-rm-a32.cc1510 TestResult* results[ARRAY_SIZE(kTests)]; in TestHelper() local
1519 // Allocate results on the heap for this test. in TestHelper()
1520 results[i] = new TestResult; in TestHelper()
1521 results[i]->outputs = new Inputs[kTests[i].input_size]; in TestHelper()
1522 results[i]->output_size = kTests[i].input_size; in TestHelper()
1552 __ Mov(result_ptr, Operand::From(results[i]->outputs)); in TestHelper()
1632 // Print the results. in TestHelper()
1637 for (size_t j = 0; j < results[i]->output_size; j++) { in TestHelper()
1639 printf("0x%08" PRIx32, results[i]->outputs[j].apsr); in TestHelper()
1641 printf("0x%08" PRIx32, results[ in TestHelper()
[all...]
H A Dtest-simulator-cond-rd-rn-rm-t32.cc1508 TestResult* results[ARRAY_SIZE(kTests)]; in TestHelper() local
1517 // Allocate results on the heap for this test. in TestHelper()
1518 results[i] = new TestResult; in TestHelper()
1519 results[i]->outputs = new Inputs[kTests[i].input_size]; in TestHelper()
1520 results[i]->output_size = kTests[i].input_size; in TestHelper()
1550 __ Mov(result_ptr, Operand::From(results[i]->outputs)); in TestHelper()
1630 // Print the results. in TestHelper()
1635 for (size_t j = 0; j < results[i]->output_size; j++) { in TestHelper()
1637 printf("0x%08" PRIx32, results[i]->outputs[j].apsr); in TestHelper()
1639 printf("0x%08" PRIx32, results[ in TestHelper()
[all...]
/build/hb/util/
H A Dcomponent_util.py99 results = pattern.findall(target_info)
100 for each_tuple in results:
/test/xts/acts/applications/kitframework_ipcamera/
H A Dkitfwk_oem_api_test.cpp122 bool results = OEMIsOverTemperatureLimit(); in HWTEST_F() local
123 ASSERT_EQ(0, results) << "OEMIsOverTemperatureLimit should fail in normal state" << "\n"; in HWTEST_F()
/third_party/cJSON/tests/unity/test/
H A Drakefile_helper.rb185 results = Dir[results_glob]
186 summary.targets = results
241 # Execute unit test and generate results file
/third_party/cJSON/tests/unity/examples/example_3/
H A Drakefile_helper.rb155 results = Dir[results_glob]
156 summary.targets = results
202 # Execute unit test and generate results file
/third_party/icu/icu4c/source/i18n/unicode/
H A Dreldatefmt.h321 explicit FormattedRelativeDateTime(FormattedRelativeDateTimeData *results) in FormattedRelativeDateTime() argument
322 : fData(results), fErrorCode(U_ZERO_ERROR) {} in FormattedRelativeDateTime()
/third_party/node/deps/v8/tools/sanitizers/
H A Dsancov_merger.py142 results = merge_parallel(inputs)
146 for executable, f in results:
149 # Merge the bucket results for each executable.
155 logging.info('Merging %d intermediate results.' % len(inputs))
210 help='Folder containing a results shard from swarming.')
/third_party/mesa3d/src/intel/perf/
H A Dintel_perf.h145 * Number of reports accumulated to produce the results.
184 const struct intel_perf_query_result *results);
188 const struct intel_perf_query_result *results);
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dreldatefmt.h319 explicit FormattedRelativeDateTime(FormattedRelativeDateTimeData *results) in FormattedRelativeDateTime() argument
320 : fData(results), fErrorCode(U_ZERO_ERROR) {} in FormattedRelativeDateTime()
/third_party/node/deps/npm/node_modules/@npmcli/installed-package-contents/lib/
H A Dindex.js203 }).then(results => [...results])
/third_party/icu/icu4c/source/test/cintltst/
H A Dcjaptst.c60 const static UCollationResult results[] = { variable
132 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
/third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/common/
H A DReceiver.java52 Bundle results = getResultExtras(true); in onReceive()
53 results.putString(context.getString(R.string.intent_key_a4a_toast_message), in onReceive()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkAllocationCallbackUtil.hpp225 void validateAllocationCallbacks (const AllocationCallbackRecorder& recorder, AllocationCallbackValidationResults* results);
226 bool checkAndLog (tcu::TestLog& log, const AllocationCallbackValidationResults& results, deUint32 allowedLiveAllocScopeBits);
/third_party/skia/src/core/
H A DSkPathEffect.cpp36 bool SkPathEffectBase::asPoints(PointData* results, const SkPath& src, in asPoints() argument
38 return this->onAsPoints(results, src, rec, mx, rect); in asPoints()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dreldatefmt.h321 explicit FormattedRelativeDateTime(FormattedRelativeDateTimeData *results) in FormattedRelativeDateTime() argument
322 : fData(results), fErrorCode(U_ZERO_ERROR) {} in FormattedRelativeDateTime()
/third_party/skia/third_party/externals/tint/tools/
H A Drun_tests.py43 self.results = {}
56 return self.results[fmt]
70 results.
140 """Prints a summarization of the test results to STDOUT"""

Completed in 18 milliseconds

1...<<21222324252627282930>>...41