/third_party/node/test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/ |
H A D | cfrg_curves_bits.js | 6 // Verify the derive functions perform checks against the all-zero value results, 36 .then(function(results) { 37 publicKeys = results.publicKeys; 38 privateKeys = results.privateKeys; 39 noDeriveBitsKeys = results.noDeriveBitsKeys; 224 .then(function(results) {return {privateKeys: privateKeys, publicKeys: publicKeys, noDeriveBitsKeys: noDeriveBitsKeys}});
|
H A D | cfrg_curves_keys.js | 6 // Verify the derive functions perform checks against the all-zero value results, 52 .then(function(results) { 53 publicKeys = results.publicKeys; 54 privateKeys = results.privateKeys; 55 noDeriveKeyKeys = results.noDeriveKeyKeys; 208 .then(function(results) {return {privateKeys: privateKeys, publicKeys: publicKeys, noDeriveKeyKeys: noDeriveKeyKeys}});
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_monitor.c | 60 struct intel_perf_query_result results; in iris_get_monitor_info() local 62 intel_perf_query_result_clear(&results); in iris_get_monitor_info() 78 counter->oa_counter_max_uint64(perf_cfg, query_info, &results) : 0; in iris_get_monitor_info() 87 counter->oa_counter_max_uint64(perf_cfg, query_info, &results) : 0; in iris_get_monitor_info() 94 counter->oa_counter_max_float(perf_cfg, query_info, &results) : 0.0f; in iris_get_monitor_info()
|
/third_party/vk-gl-cts/executor/tools/ |
H A D | xeTestLogCompare.cpp | 266 vector<ShortBatchResult> results; in runCompare() local 274 // Read in batch results in runCompare() 275 results.resize(cmdLine.filenames.size()); in runCompare() 281 readers.push_back(de::SharedPtr<LogFileReader>(new LogFileReader(results[ndx], cmdLine.filenames[ndx].c_str()))); in runCompare() 296 computeCaseList(caseList, results); in runCompare() 317 getTestResultHeaders(headers, results, caseName.c_str()); in runCompare() 354 dst << " " << numEqual << " / " << numCases << " test case results match.\n"; in runCompare()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | DateTimeGeneratorTest.java | 101 // sample requested skeletons and results in TestSkeletonsWithDayPeriods() 899 String[] results = {"MMDD","MMMDD","MMMDD","MMMDD","Mdd","MMMMd","h","ah","aaaah","Bh"}; in TestGetSkeleton() 901 if(!dtpg.getSkeleton(cases[i]).equals(results[i])){ in TestGetSkeleton() 904 " and expected " + results[i] + " but got " + in TestGetSkeleton() 917 String[] results = {"GyQMwEdHmsSv","MEdH","MEdh"}; in TestGetCanonicalSkeletonAllowingDuplicates() 919 if(!dtpg.getCanonicalSkeletonAllowingDuplicates(cases[i]).equals(results[i])){ in TestGetCanonicalSkeletonAllowingDuplicates() 922 " and expected " + results[i] + " but got " + in TestGetCanonicalSkeletonAllowingDuplicates() 935 String[] results = {"MD","MMMD","MMMD","MMMD","Md","MMMMd"}; in TestGetBaseSkeleton() 937 if(!dtpg.getBaseSkeleton(cases[i]).equals(results[i])){ in TestGetBaseSkeleton() 940 " and expected " + results[ in TestGetBaseSkeleton() [all...] |
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_locks.py | 1134 results = [] 1138 results.append(i) 1142 self.assertListEqual(sorted(results), list(range(self.N))) 1199 results = [] 1203 results.append(True) 1206 results.append(False) 1210 self.assertEqual(len(results), self.N*2) 1211 self.assertEqual(results.count(True), self.N) 1212 self.assertEqual(results.count(False), self.N) 1243 results [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_privsep.c | 136 struct wpa_scan_results *results; in wpa_driver_privsep_get_scan_results2() local 149 wpa_printf(MSG_DEBUG, "privsep: Received %lu bytes of scan results", in wpa_driver_privsep_get_scan_results2() 167 results = os_zalloc(sizeof(*results)); in wpa_driver_privsep_get_scan_results2() 168 if (results == NULL) { in wpa_driver_privsep_get_scan_results2() 173 results->res = os_calloc(num, sizeof(struct wpa_scan_res *)); in wpa_driver_privsep_get_scan_results2() 174 if (results->res == NULL) { in wpa_driver_privsep_get_scan_results2() 175 os_free(results); in wpa_driver_privsep_get_scan_results2() 180 while (results->num < (size_t) num && end - pos > (int) sizeof(int)) { in wpa_driver_privsep_get_scan_results2() 200 results in wpa_driver_privsep_get_scan_results2() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_privsep.c | 136 struct wpa_scan_results *results; in wpa_driver_privsep_get_scan_results2() local 149 wpa_printf(MSG_DEBUG, "privsep: Received %lu bytes of scan results", in wpa_driver_privsep_get_scan_results2() 167 results = os_zalloc(sizeof(*results)); in wpa_driver_privsep_get_scan_results2() 168 if (results == NULL) { in wpa_driver_privsep_get_scan_results2() 173 results->res = os_calloc(num, sizeof(struct wpa_scan_res *)); in wpa_driver_privsep_get_scan_results2() 174 if (results->res == NULL) { in wpa_driver_privsep_get_scan_results2() 175 os_free(results); in wpa_driver_privsep_get_scan_results2() 180 while (results->num < (size_t) num && end - pos > (int) sizeof(int)) { in wpa_driver_privsep_get_scan_results2() 200 results in wpa_driver_privsep_get_scan_results2() [all...] |
/third_party/littlefs/scripts/ |
H A D | plotmpl.py | 193 # collect results from CSV files 194 results = [] 200 results.append(r) 205 for r in results: 213 return results 215 def dataset(results, x=None, y=None, define=[]): 219 for r in results: 220 # filter results by matching defines 254 def datasets(results, by=None, x=None, y=None, define=[]): 255 # filter results b [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cClipDistance.cpp | 269 /* Check results. */ in MaxClipDistancesValueInVertexShaderTest() 270 std::vector<glw::GLint> results = vertex_buffer_object.readBuffer(); in MaxClipDistancesValueInVertexShaderTest() local 272 if (results.size() < 1) in MaxClipDistancesValueInVertexShaderTest() 278 if (results[0] != m_gl_max_clip_distances_value) in MaxClipDistancesValueInVertexShaderTest() 281 << "Vertex shader's gl_MaxClipDistances constant has improper value equal to " << results[0] in MaxClipDistancesValueInVertexShaderTest() 348 /* Fetch results. */ in MaxClipDistancesValueInFragmentShaderTest() 357 /* Check results. */ in MaxClipDistancesValueInFragmentShaderTest() 436 /* Fetch results. */ in ClipDistancesValuePassing() 445 /* Check results. */ in ClipDistancesValuePassing() 446 glw::GLfloat results in ClipDistancesValuePassing() local 663 std::vector<glw::GLfloat> results = framebuffer.readPixels(); iterate() local 832 checkResults(glw::GLenum primitive_type, glw::GLuint clip_function, std::vector<glw::GLfloat>& results) checkResults() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/ |
H A D | capture_replay_tests.py | 52 DEFAULT_RESULT_FILE = "results.txt" 307 self.results = {} 309 self.results[result_type] = [] 313 self.results[grouped_result.resultcode].append(test.full_test_name) 414 self.results = [] 447 self.results.append(GroupedResult(GroupedResult.Crashed, "", output, self.tests)) 450 self.results.append(GroupedResult(GroupedResult.TimedOut, "", "", self.tests)) 463 self.results.append( 480 self.results.append( 488 self.results [all...] |
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_dmap.c | 72 static int dbAllocAny(struct bmap * bmp, s64 nblocks, int l2nb, s64 * results); 77 int l2nb, s64 * results); 82 s64 * results); 84 s64 * results); 86 s64 * results); 717 * results - on successful return, set to the starting block number 725 int dbAlloc(struct inode *ip, s64 hint, s64 nblocks, s64 * results) in dbAlloc() argument 762 rc = dbAllocAny(bmp, nblocks, l2nb, results); in dbAlloc() 819 *results = blkno; in dbAlloc() 843 dbAllocNear(bmp, dp, blkno, (int) nblocks, l2nb, results)) in dbAlloc() 1003 dbReAlloc(struct inode *ip, s64 blkno, s64 nblocks, s64 addnblocks, s64 * results) dbReAlloc() argument 1282 dbAllocNear(struct bmap * bmp, struct dmap * dp, s64 blkno, int nblocks, int l2nb, s64 * results) dbAllocNear() argument 1391 dbAllocAG(struct bmap * bmp, int agno, s64 nblocks, int l2nb, s64 * results) dbAllocAG() argument 1589 dbAllocAny(struct bmap * bmp, s64 nblocks, int l2nb, s64 * results) dbAllocAny() argument 1871 dbAllocCtl(struct bmap * bmp, s64 nblocks, int l2nb, s64 blkno, s64 * results) dbAllocCtl() argument 2022 dbAllocDmapLev(struct bmap * bmp, struct dmap * dp, int nblocks, int l2nb, s64 * results) dbAllocDmapLev() argument [all...] |
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_dmap.c | 72 static int dbAllocAny(struct bmap * bmp, s64 nblocks, int l2nb, s64 * results); 77 int l2nb, s64 * results); 82 s64 * results); 84 s64 * results); 86 s64 * results); 717 * results - on successful return, set to the starting block number 725 int dbAlloc(struct inode *ip, s64 hint, s64 nblocks, s64 * results) in dbAlloc() argument 762 rc = dbAllocAny(bmp, nblocks, l2nb, results); in dbAlloc() 819 *results = blkno; in dbAlloc() 843 dbAllocNear(bmp, dp, blkno, (int) nblocks, l2nb, results)) in dbAlloc() 935 dbReAlloc(struct inode *ip, s64 blkno, s64 nblocks, s64 addnblocks, s64 * results) dbReAlloc() argument 1214 dbAllocNear(struct bmap * bmp, struct dmap * dp, s64 blkno, int nblocks, int l2nb, s64 * results) dbAllocNear() argument 1323 dbAllocAG(struct bmap * bmp, int agno, s64 nblocks, int l2nb, s64 * results) dbAllocAG() argument 1521 dbAllocAny(struct bmap * bmp, s64 nblocks, int l2nb, s64 * results) dbAllocAny() argument 1803 dbAllocCtl(struct bmap * bmp, s64 nblocks, int l2nb, s64 blkno, s64 * results) dbAllocCtl() argument 1954 dbAllocDmapLev(struct bmap * bmp, struct dmap * dp, int nblocks, int l2nb, s64 * results) dbAllocDmapLev() argument [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | csrutf8.cpp | 29 UBool CharsetRecog_UTF8::match(InputText* input, CharsetMatch *results) const { in match() 106 results->set(input, this, confidence); in match()
|
/third_party/mesa3d/.gitlab-ci/tests/ |
H A D | conftest.py | 42 proxy_results_mock = proxy_mock.results.get_testjob_results_yaml 45 proxy_test_suites_mock = proxy_mock.results.get_testsuite_results_yaml
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | csrutf8.cpp | 29 UBool CharsetRecog_UTF8::match(InputText* input, CharsetMatch *results) const { in match() 106 results->set(input, this, confidence); in match()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | lcukocol.cpp | 62 const Collator::EComparisonResult LotusCollationKoreanTest::results[] = { member in LotusCollationKoreanTest 72 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
|
/third_party/protobuf/benchmarks/protobuf.js/ |
H A D | protobufjs_benchmark.js | 16 var results = []; variable 51 results.push({
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | csrutf8.cpp | 29 UBool CharsetRecog_UTF8::match(InputText* input, CharsetMatch *results) const { in match() 106 results->set(input, this, confidence); in match()
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_itertools_imports.py | 14 def transform(self, node, results): 15 imports = results['imports']
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineCreationCacheControlTests.cpp | 345 string getResultsString(const vector<VkResult>& results) in getResultsString() argument 351 output << "results[" << results.size() << "]={ "; in getResultsString() 353 if (!results.empty()) in getResultsString() 355 output << results[0]; in getResultsString() local 358 for (size_t i = 1; i < results.size(); ++i) in getResultsString() 360 output << ", " << results[i]; in getResultsString() local 896 auto results = vector<VkResult>{}; in testInstance() local 897 results.reserve(testParameter.iterations.size()); in testInstance() 940 results in testInstance() 1095 auto results = vector<VkResult>{}; testInstance() local [all...] |
/third_party/vixl/test/aarch32/ |
H A D | test-simulator-cond-rd-operand-rn-ror-amount-a32.cc | 569 TestResult* results[ARRAY_SIZE(kTests)]; in TestHelper() local 578 // Allocate results on the heap for this test. in TestHelper() 579 results[i] = new TestResult; in TestHelper() 580 results[i]->outputs = new Inputs[kTests[i].input_size]; in TestHelper() 581 results[i]->output_size = kTests[i].input_size; in TestHelper() 612 __ Mov(result_ptr, Operand::From(results[i]->outputs)); in TestHelper() 656 // Print the results. in TestHelper() 661 for (size_t j = 0; j < results[i]->output_size; j++) { in TestHelper() 663 printf("0x%08" PRIx32, results[i]->outputs[j].apsr); in TestHelper() 665 printf("0x%08" PRIx32, results[ in TestHelper() [all...] |
H A D | test-simulator-cond-rd-operand-rn-ror-amount-t32.cc | 569 TestResult* results[ARRAY_SIZE(kTests)]; in TestHelper() local 578 // Allocate results on the heap for this test. in TestHelper() 579 results[i] = new TestResult; in TestHelper() 580 results[i]->outputs = new Inputs[kTests[i].input_size]; in TestHelper() 581 results[i]->output_size = kTests[i].input_size; in TestHelper() 612 __ Mov(result_ptr, Operand::From(results[i]->outputs)); in TestHelper() 656 // Print the results. in TestHelper() 661 for (size_t j = 0; j < results[i]->output_size; j++) { in TestHelper() 663 printf("0x%08" PRIx32, results[i]->outputs[j].apsr); in TestHelper() 665 printf("0x%08" PRIx32, results[ in TestHelper() [all...] |
H A D | test-simulator-cond-rd-operand-rn-shift-amount-1to31-a32.cc | 863 TestResult* results[ARRAY_SIZE(kTests)]; in TestHelper() local 872 // Allocate results on the heap for this test. in TestHelper() 873 results[i] = new TestResult; in TestHelper() 874 results[i]->outputs = new Inputs[kTests[i].input_size]; in TestHelper() 875 results[i]->output_size = kTests[i].input_size; in TestHelper() 906 __ Mov(result_ptr, Operand::From(results[i]->outputs)); in TestHelper() 950 // Print the results. in TestHelper() 955 for (size_t j = 0; j < results[i]->output_size; j++) { in TestHelper() 957 printf("0x%08" PRIx32, results[i]->outputs[j].apsr); in TestHelper() 959 printf("0x%08" PRIx32, results[ in TestHelper() [all...] |
H A D | test-simulator-cond-rd-operand-rn-shift-amount-1to31-t32.cc | 863 TestResult* results[ARRAY_SIZE(kTests)]; in TestHelper() local 872 // Allocate results on the heap for this test. in TestHelper() 873 results[i] = new TestResult; in TestHelper() 874 results[i]->outputs = new Inputs[kTests[i].input_size]; in TestHelper() 875 results[i]->output_size = kTests[i].input_size; in TestHelper() 906 __ Mov(result_ptr, Operand::From(results[i]->outputs)); in TestHelper() 950 // Print the results. in TestHelper() 955 for (size_t j = 0; j < results[i]->output_size; j++) { in TestHelper() 957 printf("0x%08" PRIx32, results[i]->outputs[j].apsr); in TestHelper() 959 printf("0x%08" PRIx32, results[ in TestHelper() [all...] |