/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/tests/include/kutf/ |
H A D | kutf_resultset.h | 22 * 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 D | frcoll.h | 46 static const Collator::EComparisonResult results[]; member in CollationFrenchTest
|
H A D | jacoll.h | 55 static const Collator::EComparisonResult results[]; member in CollationKanaTest
|
H A D | jacoll.cpp | 58 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 D | fix_ws_comma.py | 24 def transform(self, node, results):
|
H A D | fix_numliterals.py | 21 def transform(self, node, results):
|
/third_party/skia/src/effects/ |
H A D | SkDashImpl.h | 23 bool onAsPoints(PointData* results, const SkPath& src, const SkStrokeRec&, const SkMatrix&,
|
/third_party/vixl/test/aarch32/ |
H A D | test-simulator-cond-rd-memop-rs-a32.cc | 3370 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 D | test-simulator-cond-rd-rn-rm-a32.cc | 1510 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 D | test-simulator-cond-rd-rn-rm-t32.cc | 1508 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 D | component_util.py | 99 results = pattern.findall(target_info) 100 for each_tuple in results:
|
/test/xts/acts/applications/kitframework_ipcamera/ |
H A D | kitfwk_oem_api_test.cpp | 122 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 D | rakefile_helper.rb | 185 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 D | rakefile_helper.rb | 155 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 D | reldatefmt.h | 321 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 D | sancov_merger.py | 142 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 D | intel_perf.h | 145 * 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 D | reldatefmt.h | 319 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 D | index.js | 203 }).then(results => [...results])
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cjaptst.c | 60 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 D | Receiver.java | 52 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 D | vkAllocationCallbackUtil.hpp | 225 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 D | SkPathEffect.cpp | 36 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 D | reldatefmt.h | 321 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 D | run_tests.py | 43 self.results = {} 56 return self.results[fmt] 70 results. 140 """Prints a summarization of the test results to STDOUT"""
|