/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_basestring.py | 13 def transform(self, node, results):
|
H A D | fix_future.py | 19 def transform(self, node, results):
|
H A D | fix_ne.py | 21 def transform(self, node, results):
|
H A D | fix_long.py | 16 def transform(self, node, results):
|
H A D | fix_input.py | 19 def transform(self, node, results):
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_query.c | 529 uint32_t *results = rscreen->ws->buffer_map(rscreen->ws, buffer->buf, NULL, in r600_query_hw_prepare_buffer() local 532 if (!results) in r600_query_hw_prepare_buffer() 535 memset(results, 0, buffer->b.b.width0); in r600_query_hw_prepare_buffer() 550 results[(i * 4)+1] = 0x80000000; in r600_query_hw_prepare_buffer() 551 results[(i * 4)+3] = 0x80000000; in r600_query_hw_prepare_buffer() 554 results += 4 * max_rbs; in r600_query_hw_prepare_buffer() 1368 /* Create the compute shader that is used to collect the results. 1836 uint32_t *results; in r600_query_fix_enabled_rb_mask() local 1844 * there's 8, trying to read results from query buffers never in r600_query_fix_enabled_rb_mask() 1896 results in r600_query_fix_enabled_rb_mask() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/ |
H A D | esextcGPUShader5TextureGatherOffset.cpp | 718 /* Map transfrom feedback results */ in iterate() 731 /* Verify results */ in iterate() 1136 /* Store results */ in prepareVertexBufferInfoForCoordinates() 1293 /** Verification of results 1304 glw::GLint* results = (glw::GLint*)result_data; in verifyResult() local 1326 results + vertex_varying_0_offset + (vertex * vertex_size_in_results_buffer) + without_offset_offset; in verifyResult() 1328 results + vertex_varying_0_offset + (vertex * vertex_size_in_results_buffer) + with_offset_offset; in verifyResult() 1331 results + vertex_varying_1_offset + (vertex * vertex_size_in_results_buffer) + without_offset_offset; in verifyResult() 1333 results + vertex_varying_1_offset + (vertex * vertex_size_in_results_buffer) + with_offset_offset; in verifyResult() 1336 results in verifyResult() 2231 glw::GLint* results = (glw::GLint*)result_data; verifyResult() local [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | csrutf8.h | 37 UBool match(InputText *input, CharsetMatch *results) const override;
|
H A D | csrecog.h | 43 * Try the given input text against this Charset, and fill in the results object 49 virtual UBool match(InputText *textIn, CharsetMatch *results) const = 0;
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | csrecog.h | 43 * Try the given input text against this Charset, and fill in the results object 49 virtual UBool match(InputText *textIn, CharsetMatch *results) const = 0;
|
H A D | csrutf8.h | 37 UBool match(InputText *input, CharsetMatch *results) const override;
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | csrecog.h | 43 * Try the given input text against this Charset, and fill in the results object 49 virtual UBool match(InputText *textIn, CharsetMatch *results) const = 0;
|
/third_party/vixl/test/aarch32/ |
H A D | test-simulator-cond-rd-operand-rn-shift-rs-a32.cc | 1070 TestResult* results[ARRAY_SIZE(kTests)]; in TestHelper() local 1079 // Allocate results on the heap for this test. in TestHelper() 1080 results[i] = new TestResult; in TestHelper() 1081 results[i]->outputs = new Inputs[kTests[i].input_size]; in TestHelper() 1082 results[i]->output_size = kTests[i].input_size; in TestHelper() 1114 __ Mov(result_ptr, Operand::From(results[i]->outputs)); in TestHelper() 1160 // Print the results. in TestHelper() 1165 for (size_t j = 0; j < results[i]->output_size; j++) { in TestHelper() 1167 printf("0x%08" PRIx32, results[i]->outputs[j].apsr); in TestHelper() 1169 printf("0x%08" PRIx32, results[ in TestHelper() [all...] |
H A D | test-simulator-cond-rd-operand-rn-shift-rs-t32.cc | 1058 TestResult* results[ARRAY_SIZE(kTests)]; in TestHelper() local 1067 // Allocate results on the heap for this test. in TestHelper() 1068 results[i] = new TestResult; in TestHelper() 1069 results[i]->outputs = new Inputs[kTests[i].input_size]; in TestHelper() 1070 results[i]->output_size = kTests[i].input_size; in TestHelper() 1102 __ Mov(result_ptr, Operand::From(results[i]->outputs)); in TestHelper() 1148 // Print the results. in TestHelper() 1153 for (size_t j = 0; j < results[i]->output_size; j++) { in TestHelper() 1155 printf("0x%08" PRIx32, results[i]->outputs[j].apsr); in TestHelper() 1157 printf("0x%08" PRIx32, results[ in TestHelper() [all...] |
H A D | test-simulator-cond-rd-rn-operand-rm-shift-amount-1to31-a32.cc | 1420 TestResult* results[ARRAY_SIZE(kTests)]; in TestHelper() local 1429 // Allocate results on the heap for this test. in TestHelper() 1430 results[i] = new TestResult; in TestHelper() 1431 results[i]->outputs = new Inputs[kTests[i].input_size]; in TestHelper() 1432 results[i]->output_size = kTests[i].input_size; in TestHelper() 1465 __ Mov(result_ptr, Operand::From(results[i]->outputs)); in TestHelper() 1511 // Print the results. in TestHelper() 1516 for (size_t j = 0; j < results[i]->output_size; j++) { in TestHelper() 1518 printf("0x%08" PRIx32, results[i]->outputs[j].apsr); in TestHelper() 1520 printf("0x%08" PRIx32, results[ in TestHelper() [all...] |
H A D | test-simulator-cond-rd-rn-operand-rm-shift-amount-1to31-t32.cc | 1420 TestResult* results[ARRAY_SIZE(kTests)]; in TestHelper() local 1429 // Allocate results on the heap for this test. in TestHelper() 1430 results[i] = new TestResult; in TestHelper() 1431 results[i]->outputs = new Inputs[kTests[i].input_size]; in TestHelper() 1432 results[i]->output_size = kTests[i].input_size; in TestHelper() 1465 __ Mov(result_ptr, Operand::From(results[i]->outputs)); in TestHelper() 1511 // Print the results. in TestHelper() 1516 for (size_t j = 0; j < results[i]->output_size; j++) { in TestHelper() 1518 printf("0x%08" PRIx32, results[i]->outputs[j].apsr); in TestHelper() 1520 printf("0x%08" PRIx32, results[ in TestHelper() [all...] |
H A D | test-simulator-cond-rd-rn-operand-rm-shift-amount-1to32-a32.cc | 1430 TestResult* results[ARRAY_SIZE(kTests)]; in TestHelper() local 1439 // Allocate results on the heap for this test. in TestHelper() 1440 results[i] = new TestResult; in TestHelper() 1441 results[i]->outputs = new Inputs[kTests[i].input_size]; in TestHelper() 1442 results[i]->output_size = kTests[i].input_size; in TestHelper() 1475 __ Mov(result_ptr, Operand::From(results[i]->outputs)); in TestHelper() 1521 // Print the results. in TestHelper() 1526 for (size_t j = 0; j < results[i]->output_size; j++) { in TestHelper() 1528 printf("0x%08" PRIx32, results[i]->outputs[j].apsr); in TestHelper() 1530 printf("0x%08" PRIx32, results[ in TestHelper() [all...] |
H A D | test-simulator-cond-rd-rn-operand-rm-shift-amount-1to32-t32.cc | 1430 TestResult* results[ARRAY_SIZE(kTests)]; in TestHelper() local 1439 // Allocate results on the heap for this test. in TestHelper() 1440 results[i] = new TestResult; in TestHelper() 1441 results[i]->outputs = new Inputs[kTests[i].input_size]; in TestHelper() 1442 results[i]->output_size = kTests[i].input_size; in TestHelper() 1475 __ Mov(result_ptr, Operand::From(results[i]->outputs)); in TestHelper() 1521 // Print the results. in TestHelper() 1526 for (size_t j = 0; j < results[i]->output_size; j++) { in TestHelper() 1528 printf("0x%08" PRIx32, results[i]->outputs[j].apsr); in TestHelper() 1530 printf("0x%08" PRIx32, results[ in TestHelper() [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | escoll.h | 44 static const Collator::EComparisonResult results[]; member in CollationSpanishTest
|
H A D | ficoll.h | 43 static const Collator::EComparisonResult results[]; member in CollationFinnishTest
|
H A D | decoll.h | 45 static const Collator::EComparisonResult results[][2]; member in CollationGermanTest
|
H A D | trcoll.h | 44 static const Collator::EComparisonResult results[]; member in CollationTurkishTest
|
H A D | lcukocol.h | 35 static const Collator::EComparisonResult results[]; member in LotusCollationKoreanTest
|
H A D | allcoll.h | 52 static const Collator::EComparisonResult results[]; member in CollationDummyTest
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | CheckAPI.java | 76 TreeSet results; field in CheckAPI 609 results = new TreeSet(Info.defaultComparator()); in CheckAPI() 637 writeResults(results, bw, true, false, false); in run() 641 removed.removeAll(results); in run() 643 TreeSet added = (TreeSet)results.clone(); in run() 809 results.add(info); in doDoc()
|