Home
last modified time | relevance | path

Searched refs:results (Results 176 - 200 of 972) sorted by relevance

12345678910>>...39

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiImageCompressionControlTests.cpp102 static void validate(const InstanceInterface& vki, const DeviceInterface& vkd, tcu::ResultCollector& results, in validate() argument
154 results.fail("Got image with fixed rate flags that are not supported " in validate()
161 results.fail("Got image with compression flags that are not supported " in validate()
167 results.fail("Got lossy compression when DEFAULT compression was requested."); in validate()
172 results.fail("Image compression not disabled."); in validate()
177 results.fail("Image compression disabled but got fixed rate flags."); in validate()
184 results.fail("Explicit compression flags not returned for image " in validate()
198 results.fail("Image created with less bpc than requested."); in validate()
207 results.fail("Fixed rate compression should not be enabled."); in validate()
213 results in validate()
[all...]
/third_party/python/Lib/test/
H A Dlock_tests.py206 results = []
209 results.append(lock.acquire(timeout=0.5))
211 results.append(t2 - t1)
213 self.assertFalse(results[0])
214 self.assertTimeout(results[1], 0.5)
435 results = []
439 results.append(evt.wait(timeout * 4))
446 self.assertEqual(results, [True] * N)
579 results = []
587 results
[all...]
H A Dtest_trace.py142 self.assertEqual(self.tracer.results().counts, expected)
154 self.assertEqual(self.tracer.results().counts, expected)
166 self.assertEqual(self.tracer.results().counts, expected)
181 self.assertEqual(self.tracer.results().counts, expected)
196 self.assertEqual(self.tracer.results().counts, expected)
215 self.assertEqual(self.tracer.results().counts, expected)
231 self.assertEqual(tracer.results().counts, expected)
259 self.assertEqual(self.tracer.results().counts[k], expected[k])
281 self.assertEqual(self.tracer.results().calledfuncs, expected)
301 self.assertEqual(self.tracer.results()
[all...]
/third_party/littlefs/scripts/
H A Dcode.py109 # code size results
159 results = []
308 results.append(r._replace(file=file))
310 return results
313 def fold(Result, results, *,
328 for r in results:
331 results = results_
333 # organize results into conflicts
335 for r in results:
348 def table(Result, results, diff_result
[all...]
H A Ddata.py109 # data size results
159 results = []
308 results.append(r._replace(file=file))
310 return results
313 def fold(Result, results, *,
328 for r in results:
331 results = results_
333 # organize results into conflicts
335 for r in results:
348 def table(Result, results, diff_result
[all...]
/third_party/vk-gl-cts/scripts/
H A Drun_nightly.py117 self.results = []
121 results = []
125 results.append(TestCaseResult(items[0], items[1]))
127 return results
134 batchResult.results = readTestCaseResultsFromCSV(filename)
161 for result in batchResult.results:
172 for result in batchResult.results:
178 results = []
188 results.append(MultiResult(caseName, statusCodes))
190 return results
[all...]
/third_party/node/deps/v8/src/torque/
H A Dcsa-generator.cc128 std::vector<std::string> results; in EmitInstruction() local
132 results.push_back(DefinitionToVariable(instruction.GetValueDefinition(i))); in EmitInstruction()
133 stack->Push(results.back()); in EmitInstruction()
141 PrintCommaSeparatedList(out(), results); in EmitInstruction() local
143 } else if (results.size() == 1) { in EmitInstruction()
144 out() << results[0] << " = "; in EmitInstruction()
185 std::vector<std::string> results; in EmitInstruction() local
189 results.push_back(DefinitionToVariable(instruction.GetValueDefinition(i))); in EmitInstruction()
190 stack->Push(results.back()); in EmitInstruction()
198 PrintCommaSeparatedList(out(), results); in EmitInstruction() local
321 std::vector<std::string> results; EmitInstruction() local
337 PrintCommaSeparatedList(out(), results); EmitInstruction() local
372 std::vector<std::string> results; EmitInstruction() local
412 PrintCommaSeparatedList(out(), results); EmitInstruction() local
[all...]
/third_party/astc-encoder/Test/
H A Dastc_image_sweep.py80 results = codec.run_test(image, blockSize, f"{quality}", localRepeats, False)
81 psnr = results[0]
82 codingTime = results[2]
83 mts = results[3]
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
H A DFakeTransformer.java18 public void addResults(CldrValue value, Result... results) { in addResults() argument
19 resultMap.put(value, ImmutableList.copyOf(results)); in addResults()
22 public void addFallbacks(String path, Result... results) { in addFallbacks() argument
23 fallbackMap.put(RbPath.parse(path), ImmutableList.copyOf(results)); in addFallbacks()
/third_party/icu/icu4c/source/i18n/
H A Dcsrucode.h41 UBool match(InputText* textIn, CharsetMatch *results) const override = 0;
53 UBool match(InputText* textIn, CharsetMatch *results) const override;
64 UBool match(InputText* textIn, CharsetMatch *results) const override;
77 UBool match(InputText* textIn, CharsetMatch *results) const override;
H A Dcsr2022.cpp149 UBool CharsetRecog_2022JP::match(InputText *textIn, CharsetMatch *results) const { in match()
154 results->set(textIn, this, confidence); in match()
165 UBool CharsetRecog_2022KR::match(InputText *textIn, CharsetMatch *results) const { in match()
170 results->set(textIn, this, confidence); in match()
180 UBool CharsetRecog_2022CN::match(InputText *textIn, CharsetMatch *results) const { in match()
185 results->set(textIn, this, confidence); in match()
/third_party/node/deps/icu-small/source/i18n/
H A Dcsrucode.h41 UBool match(InputText* textIn, CharsetMatch *results) const override = 0;
53 UBool match(InputText* textIn, CharsetMatch *results) const override;
64 UBool match(InputText* textIn, CharsetMatch *results) const override;
77 UBool match(InputText* textIn, CharsetMatch *results) const override;
H A Dcsr2022.cpp149 UBool CharsetRecog_2022JP::match(InputText *textIn, CharsetMatch *results) const { in match()
154 results->set(textIn, this, confidence); in match()
165 UBool CharsetRecog_2022KR::match(InputText *textIn, CharsetMatch *results) const { in match()
170 results->set(textIn, this, confidence); in match()
180 UBool CharsetRecog_2022CN::match(InputText *textIn, CharsetMatch *results) const { in match()
185 results->set(textIn, this, confidence); in match()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcsrucode.h41 UBool match(InputText* textIn, CharsetMatch *results) const = 0;
53 UBool match(InputText* textIn, CharsetMatch *results) const;
64 UBool match(InputText* textIn, CharsetMatch *results) const;
77 UBool match(InputText* textIn, CharsetMatch *results) const;
H A Dcsr2022.cpp149 UBool CharsetRecog_2022JP::match(InputText *textIn, CharsetMatch *results) const { in match()
154 results->set(textIn, this, confidence); in match()
165 UBool CharsetRecog_2022KR::match(InputText *textIn, CharsetMatch *results) const { in match()
170 results->set(textIn, this, confidence); in match()
180 UBool CharsetRecog_2022CN::match(InputText *textIn, CharsetMatch *results) const { in match()
185 results->set(textIn, this, confidence); in match()
/third_party/node/tools/
H A Dtest-v8.bat23 echo running 'python tools\run-tests.py %common_v8_test_options% %v8_test_options% --slow-tests-cutoff 1000000 --json-test-results v8-tap.xml'
24 call python tools\run-tests.py %common_v8_test_options% %v8_test_options% --slow-tests-cutoff 1000000 --json-test-results v8-tap.xml
29 echo running 'python tools\run-tests.py %common_v8_test_options% intl --slow-tests-cutoff 1000000 --json-test-results v8-intl-tap.xml'
30 call python tools\run-tests.py %common_v8_test_options% intl --slow-tests-cutoff 1000000 --json-test-results ./v8-intl-tap.xml
35 echo running 'python tools\run-tests.py %common_v8_test_options% benchmarks --slow-tests-cutoff 1000000 --json-test-results v8-benchmarks-tap.xml'
36 call python tools\run-tests.py %common_v8_test_options% benchmarks --slow-tests-cutoff 1000000 --json-test-results ./v8-benchmarks-tap.xml
/third_party/ltp/
H A Dltpmenu46 # April 23 2003 - Added PID to results filename.
51 # April 30, 2003 - Recoded results display to allow selection
52 # of results file.
53 # - Created variable to hold results filename
54 # - Added time to results filename.
152 # Description: The results generated after the ltp execution located under
153 # ltp-mmddyy/results/ directory in a text (ASCII) file called
154 # results.todaysdate. This function displays this file in a
155 # window. If the results file does not exit it displays an
157 # need to be executed inorder to view results
[all...]
/third_party/notofonts/scripts/
H A Dgather.py64 results = {} variable
79 results[repo_name] = {
87 results[repo_name]["issues"] = []
89 results[repo_name]["issues"].append(
159 results[repo_name]["families"] = state[repo_name].get("families", {})
168 for result in results.values():
180 json.dump(results, open("docs/noto.json", "w"), indent=True, sort_keys=True)
/third_party/skia/infra/lottiecap/gold/
H A Dlottie-web-aggregator.go64 // contains all the results reported in through report_gold_data
65 var results []jsonio.Result var
80 results = []jsonio.Result{}
125 results = append(results, jsonio.Result{
149 // dumpJSON writes out a JSON file with all the results, typically at the end of
166 results := jsonio.GoldResults{
172 Results: results,
179 if err := enc.Encode(&results); err != nil {
/third_party/vk-gl-cts/scripts/verify/
H A Dverify.py54 results = readTestLog(filename)
61 # Verify number of results
62 if len(results) != len(mustpass):
63 messages.append(error(filename, "Wrong number of test results, expected %d, found %d" % (len(mustpass), len(results))))
66 for ndx in range(len(results)):
67 result = results[ndx]
71 messages.append(error(filename, "Multiple results for " + result.name))
73 # Verify that all results are present and valid
79 result = results[resultNd
[all...]
/third_party/mesa3d/src/amd/compiler/tests/
H A Dcheck_output.py461 def print_results(results, output, expected):
462 results = {name: result for name, result in results.items() if result.result == output}
463 results = {name: result for name, result in results.items() if (result.result == result.expected) == expected}
465 if not results:
469 for test, result in results.items():
477 return len(results)
489 results = {} variable
511 results[full_nam
[all...]
/third_party/python/Lib/xmlrpc/
H A Dserver.py351 results = []
359 results.append([self._dispatch(method_name, params)])
361 results.append(
366 results.append(
370 return results
712 results = []
727 results.append(escape(text[here:start]))
732 results.append('<a href="%s">%s</a>' % (url, url))
735 results.append('<a href="%s">%s</a>' % (url, escape(all)))
738 results
[all...]
/third_party/vixl/test/aarch32/
H A Dtest-simulator-cond-rd-operand-const-a32.cc470 TestResult* results[ARRAY_SIZE(kTests)]; in TestHelper() local
479 // Allocate results on the heap for this test. in TestHelper()
480 results[i] = new TestResult; in TestHelper()
481 results[i]->outputs = new Inputs[kTests[i].input_size]; in TestHelper()
482 results[i]->output_size = kTests[i].input_size; in TestHelper()
510 __ Mov(result_ptr, Operand::From(results[i]->outputs)); in TestHelper()
552 // Print the results. in TestHelper()
557 for (size_t j = 0; j < results[i]->output_size; j++) { in TestHelper()
559 printf("0x%08" PRIx32, results[i]->outputs[j].apsr); in TestHelper()
561 printf("0x%08" PRIx32, results[ in TestHelper()
[all...]
H A Dtest-simulator-cond-rd-operand-imm16-t32.cc423 TestResult* results[ARRAY_SIZE(kTests)]; in TestHelper() local
432 // Allocate results on the heap for this test. in TestHelper()
433 results[i] = new TestResult; in TestHelper()
434 results[i]->outputs = new Inputs[kTests[i].input_size]; in TestHelper()
435 results[i]->output_size = kTests[i].input_size; in TestHelper()
463 __ Mov(result_ptr, Operand::From(results[i]->outputs)); in TestHelper()
505 // Print the results. in TestHelper()
510 for (size_t j = 0; j < results[i]->output_size; j++) { in TestHelper()
512 printf("0x%08" PRIx32, results[i]->outputs[j].apsr); in TestHelper()
514 printf("0x%08" PRIx32, results[ in TestHelper()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dmocking_bit_gen_test.cc216 std::vector<int> results(16); in TEST()
217 for (auto& r : results) { in TEST()
220 return results; in TEST()
222 std::vector<int> results; in TEST() local
226 results = roll_some_dice(gen); in TEST()
227 EXPECT_LT(std::accumulate(std::begin(results), std::end(results), 0), in TEST()
228 results.size() * 6); in TEST()
233 results = roll_some_dice(gen); in TEST()
234 EXPECT_EQ(std::accumulate(std::begin(results), st in TEST()
[all...]

Completed in 13 milliseconds

12345678910>>...39