Home
last modified time | relevance | path

Searched refs:results (Results 426 - 450 of 1414) sorted by relevance

1...<<11121314151617181920>>...57

/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/regres/
H A Dmain.go19 // change against the parent changelist. Any differences in results are reported
23 // full test results as a Gerrit changelist. The CI test lists can be based from
85 gerritEmail = flag.String("email", "$SS_REGRES_EMAIL", "gerrit email address for posting regres results")
86 gerritUser = flag.String("user", "$SS_REGRES_USER", "gerrit username for posting regres results")
87 gerritPass = flag.String("pass", "$SS_REGRES_PASS", "gerrit password for posting regres results")
88 githubUser = flag.String("gh-user", "$SS_GITHUB_USER", "github user for posting coverage results")
89 githubPass = flag.String("gh-pass", "$SS_GITHUB_PASS", "github password for posting coverage results")
134 gerritEmail string // gerrit email address used for posting results
135 gerritUser string // gerrit username used for posting results
136 gerritPass string // gerrit password used for posting results
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_formatimpl.cpp32 int32_t NumberFormatterImpl::formatStatic(const MacroProps &macros, UFormattedNumberData *results, in formatStatic() argument
34 DecimalQuantity &inValue = results->quantity; in formatStatic()
35 FormattedStringBuilder &outString = results->getStringRef(); in formatStatic()
41 results->outputUnit = std::move(micros.outputUnit); in formatStatic()
42 results->gender = micros.gender; in formatStatic()
58 int32_t NumberFormatterImpl::format(UFormattedNumberData *results, UErrorCode &status) const { in format() argument
59 DecimalQuantity &inValue = results->quantity; in format()
60 FormattedStringBuilder &outString = results->getStringRef(); in format()
66 results->outputUnit = std::move(micros.outputUnit); in format()
67 results in format()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_formatimpl.cpp32 int32_t NumberFormatterImpl::formatStatic(const MacroProps &macros, UFormattedNumberData *results, in formatStatic() argument
34 DecimalQuantity &inValue = results->quantity; in formatStatic()
35 FormattedStringBuilder &outString = results->getStringRef(); in formatStatic()
41 results->outputUnit = std::move(micros.outputUnit); in formatStatic()
42 results->gender = micros.gender; in formatStatic()
58 int32_t NumberFormatterImpl::format(UFormattedNumberData *results, UErrorCode &status) const { in format() argument
59 DecimalQuantity &inValue = results->quantity; in format()
60 FormattedStringBuilder &outString = results->getStringRef(); in format()
66 results->outputUnit = std::move(micros.outputUnit); in format()
67 results in format()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_formatimpl.cpp32 int32_t NumberFormatterImpl::formatStatic(const MacroProps &macros, UFormattedNumberData *results, in formatStatic() argument
34 DecimalQuantity &inValue = results->quantity; in formatStatic()
35 FormattedStringBuilder &outString = results->getStringRef(); in formatStatic()
41 results->outputUnit = std::move(micros.outputUnit); in formatStatic()
42 results->gender = micros.gender; in formatStatic()
58 int32_t NumberFormatterImpl::format(UFormattedNumberData *results, UErrorCode &status) const { in format() argument
59 DecimalQuantity &inValue = results->quantity; in format()
60 FormattedStringBuilder &outString = results->getStringRef(); in format()
66 results->outputUnit = std::move(micros.outputUnit); in format()
67 results in format()
[all...]
/third_party/skia/third_party/externals/angle2/scripts/
H A Dprocess_angle_perf_results.py72 '--results-file',
74 '--results-url',
98 """Merges the contents of one or more results JSONs.
101 output_json: A path to a JSON file to which the merged results should be
110 # Only append the perf results links if present
118 print_duration('Merging json test results', begin_time, end_time)
125 1. mark the benchmark 'enabled' if tests results are found
139 # Output is null meaning the test didn't produce any results.
141 # test results.
142 logging.warning('No results produce
[all...]
/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
H A Dcommon_event_set_param.cpp356 napi_value results[ARGS_TWO_EVENT] = {nullptr}; in SetCallback() local
357 results[PARAM0_EVENT] = GetCallbackErrorValue(env, errorCode); in SetCallback()
358 results[PARAM1_EVENT] = result; in SetCallback()
361 napi_call_function(env, undefined, callback, ARGS_TWO_EVENT, &results[PARAM0_EVENT], &resultout)); in SetCallback()
373 napi_value results[ARGS_TWO_EVENT] = {nullptr}; in SetCallback() local
374 results[PARAM0_EVENT] = GetCallbackErrorValue(env, NO_ERROR); in SetCallback()
375 results[PARAM1_EVENT] = result; in SetCallback()
378 napi_call_function(env, undefined, callback, ARGS_TWO_EVENT, &results[PARAM0_EVENT], &resultout)); in SetCallback()
/third_party/mbedtls/tests/scripts/
H A Daudit-validity-dates.py196 file name list, calls `parse_file` for each file and stores the results
197 by extending the `results` passed to the function.
244 results: typing.Dict[str, AuditData],
249 results will be written to `results` passed to this function.
251 :param results: The dictionary used to store the parsed
260 if d.identifier in results:
261 results[d.identifier].locations.extend(d.locations)
263 results[d.identifier] = d
292 results
[all...]
/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dprogress.py29 """Tracks number of results and stops to run tests if max_failures reached."""
72 # TODO(majeski): Support for dummy/grouped results
77 self._failed.append((test, result.results[0], True))
159 # TODO(majeski): Support for dummy/grouped results
161 outcome = ' '.join(format_result_status(r) for r in result.results)
220 # TODO(majeski): Support for dummy/grouped results
255 # TODO(majeski): Support for dummy/grouped results
376 # TODO(majeski): Support for dummy/grouped results
413 self.results = []
425 self.process_results(test, result.results)
[all...]
/third_party/python/Lib/lib2to3/
H A Dfixer_util.py130 def ImportAndCall(node, results, names):
136 obj = results["obj"].clone()
141 after = results["after"]
147 [results["lpar"].clone(),
149 results["rpar"].clone()])] + after)
243 results = {}
244 if pattern.match(parent, results) and results["node"] is node:
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fCopyImageTests.cpp1130 tcu::ResultCollector& results,
1211 results.fail("Image comparison of " + cell.description + " failed.");
1225 tcu::ResultCollector& results,
1255 renderTexture<tcu::Texture2DView>(renderContext, renderer, renderParams, results, rng, refTexture, verify, imageIterator, log);
1315 tcu::ResultCollector& results,
1332 renderTexture2DView(testContext, renderContext, textureRenderer, results, rng, name, info, refTexture, verify);
1340 renderTexture2DView(testContext, renderContext, textureRenderer, results, rng, name, info, refTexture, verify);
1347 tcu::ResultCollector& results,
1378 renderTexture<tcu::Texture3DView>(renderContext, renderer, renderParams, results, rng, refTexture, verify, imageIterator, log);
1387 tcu::ResultCollector& results,
[all...]
/foundation/deviceprofile/device_info_manager/old/services/core/include/dbstorage/
H A Donline_sync_table.h35 void SyncCompleted(const std::map<std::string, DistributedKv::Status>& results) override;
36 void NotifySyncCompleted(const std::map<std::string, DistributedKv::Status>& results);
/foundation/communication/wifi/wifi/test/fuzztest/fuzz_common_func/
H A Dmock_scan_state_machine.h50 void DealScanInfoNotify(std::vector<InterScanInfo> &results, int instId = 0);
51 void DealStoreScanInfoEvent(std::vector<InterScanInfo> &results, int instId = 0);
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dkv_sync_completed_listener_test.cpp78 const std::map<std::string, DistributedKv::Status> results; in HWTEST_F() local
79 KvSyncCompletedListener_.SyncCompleted(results); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dsync_observer.cpp43 void SyncObserver::SyncCompleted(const std::map<std::string, DistributedKv::Status> &results) in SyncCompleted() argument
47 callback->SyncCompleted(results); in SyncCompleted()
/third_party/astc-encoder/Test/
H A Dastc_test_python.py67 results = unittest.main(exit=False)
68 return 0 if results.result.wasSuccessful() else 1
/third_party/node/test/parallel/
H A Dtest-child-process-spawn-args.js36 const results = await Promise.all(
54 assert.deepStrictEqual([...new Set(results)], [expectedResult]);
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_isinstance.py29 def transform(self, node, results):
31 testlist = results["args"]
/third_party/skia/src/core/
H A DSkRTree.h35 void search(const SkRect& query, std::vector<int>* results) const override;
66 void search(Node* root, const SkRect& query, std::vector<int>* results) const;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp1952 bool runQueueCreationTestCombination (Context& context, tcu::ResultCollector& results, const std::vector<QueueCreationInfo>& testCombination, bool dumpExtraInfo=false) in runQueueCreationTestCombination() argument
1995 results.addResult(QP_TEST_RESULT_PASS, "Found Queue. " + message); in runQueueCreationTestCombination()
1997 results.fail("Unable to access the Queue. " + message); in runQueueCreationTestCombination()
2001 return results.getResult() == QP_TEST_RESULT_PASS; in runQueueCreationTestCombination()
2039 tcu::ResultCollector results (log); in createDeviceQueue2WithTwoQueuesSmokeTest()
2041 bool success = runQueueCreationTestCombination(context, results, testCombination, dumpExtraInfo); in createDeviceQueue2WithTwoQueuesSmokeTest()
2046 return tcu::TestStatus(results.getResult(), results.getMessage()); in createDeviceQueue2WithTwoQueuesSmokeTest()
2060 tcu::ResultCollector results (context.getTestContext().getLog()); in createDeviceQueue2WithAllProtectedQueues()
2072 success = success && runQueueCreationTestCombination(context, results, testCombinatio in createDeviceQueue2WithAllProtectedQueues()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp1963 bool runQueueCreationTestCombination (Context& context, tcu::ResultCollector& results, const std::vector<QueueCreationInfo>& testCombination, bool dumpExtraInfo=false) in runQueueCreationTestCombination() argument
2006 results.addResult(QP_TEST_RESULT_PASS, "Found Queue. " + message); in runQueueCreationTestCombination()
2008 results.fail("Unable to access the Queue. " + message); in runQueueCreationTestCombination()
2012 return results.getResult() == QP_TEST_RESULT_PASS; in runQueueCreationTestCombination()
2050 tcu::ResultCollector results (log); in createDeviceQueue2WithTwoQueuesSmokeTest()
2052 bool success = runQueueCreationTestCombination(context, results, testCombination, dumpExtraInfo); in createDeviceQueue2WithTwoQueuesSmokeTest()
2057 return tcu::TestStatus(results.getResult(), results.getMessage()); in createDeviceQueue2WithTwoQueuesSmokeTest()
2071 tcu::ResultCollector results (context.getTestContext().getLog()); in createDeviceQueue2WithAllProtectedQueues()
2083 success = success && runQueueCreationTestCombination(context, results, testCombinatio in createDeviceQueue2WithAllProtectedQueues()
[all...]
/drivers/peripheral/camera/vdi_base/v4l2/include/camera_device/
H A Dcamera_device_vdi_impl.h47 int32_t GetEnabledResults(std::vector<int32_t> &results) override;
48 int32_t EnableResult(const std::vector<int32_t> &results) override;
49 int32_t DisableResult(const std::vector<int32_t> &results) override;
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_ble_central_manager_callback_proxy.cpp55 void BluetoothBleCentralManagerCallBackProxy::OnBleBatchScanResultsEvent(std::vector<BluetoothBleScanResult> &results) in OnBleBatchScanResultsEvent() argument
63 int32_t size = results.size(); in OnBleBatchScanResultsEvent()
69 for (auto &result : results) { in OnBleBatchScanResultsEvent()
/third_party/icu/icu4c/source/test/intltest/
H A Descoll.cpp72 const Collator::EComparisonResult CollationSpanishTest::results[] = { member in CollationSpanishTest
90 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
98 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
H A Dtrcoll.cpp60 const Collator::EComparisonResult CollationTurkishTest::results[] = { member in CollationTurkishTest
80 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
88 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcestst.c63 const static UCollationResult results[] = { variable
101 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
120 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()

Completed in 29 milliseconds

1...<<11121314151617181920>>...57