Home
last modified time | relevance | path

Searched defs:results (Results 1 – 25 of 1173) sorted by relevance

12345678910>>...47

/external/deqp/scripts/
Dtestset.py29 def all (results, predicate): argument
35 def any (results, predicate): argument
48 def __init__ (self, name, results): argument
73 def addResultsToCaseList (caselist, results): argument
125 def createGroups (results, groupNames): argument
144 def createLeafGroups (results): argument
163 def filterList (results, condition): argument
182 def getCasesInSet (results, caseSet): argument
189 def selectCasesInGroups (results, groups): argument
196 def selectRandomSubset (results, groups, limit, seed): argument
[all …]
/external/python/google-api-python-client/samples/analytics/
Dcore_reporting_v3_reference.py123 def print_results(results): argument
139 def print_report_info(results): argument
154 def print_pagination_info(results): argument
173 def print_profile_info(results): argument
190 def print_query(results): argument
204 def print_column_headers(results): argument
226 def print_totals_for_all_results(results): argument
246 def print_rows(results): argument
/external/tensorflow/tensorflow/python/keras/benchmarks/keras_examples_benchmarks/
DREADME.md85 #### Cifar10 CNN benchmark
92 #### MNIST Conv benchmark
99 #### MNIST Hierarchical RNN (HRNN) benchmark
106 #### Bidirectional LSTM benchmark
113 #### Text classification with transformer benchmark
120 #### MLP benchmark
127 #### Antirectifier benchmark
134 #### IRNN benchmark
/external/python/cpython3/Lib/lib2to3/fixes/
Dfix_operator.py43 def transform(self, node, results): argument
49 def _sequenceIncludes(self, node, results): argument
53 def _isCallable(self, node, results): argument
58 def _repeat(self, node, results): argument
62 def _irepeat(self, node, results): argument
66 def _isSequenceType(self, node, results): argument
70 def _isMappingType(self, node, results): argument
74 def _isNumberType(self, node, results): argument
77 def _handle_rename(self, node, results, name): argument
82 def _handle_type2abc(self, node, results, module, abc): argument
[all …]
Dfix_urllib.py76 def transform_import(self, node, results): argument
92 def transform_member(self, node, results): argument
168 def transform_dot(self, node, results): argument
185 def transform(self, node, results): argument
Dfix_idioms.py90 def transform(self, node, results): argument
100 def transform_isinstance(self, node, results): argument
112 def transform_while(self, node, results): argument
116 def transform_sort(self, node, results): argument
/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_operator.py41 def transform(self, node, results): argument
47 def _sequenceIncludes(self, node, results): argument
51 def _isCallable(self, node, results): argument
57 def _repeat(self, node, results): argument
61 def _irepeat(self, node, results): argument
65 def _isSequenceType(self, node, results): argument
69 def _isMappingType(self, node, results): argument
73 def _isNumberType(self, node, results): argument
76 def _handle_rename(self, node, results, name): argument
81 def _handle_type2abc(self, node, results, module, abc): argument
[all …]
Dfix_idioms.py90 def transform(self, node, results): argument
100 def transform_isinstance(self, node, results): argument
112 def transform_while(self, node, results): argument
116 def transform_sort(self, node, results): argument
Dfix_urllib.py77 def transform_import(self, node, results): argument
93 def transform_member(self, node, results): argument
169 def transform_dot(self, node, results): argument
186 def transform(self, node, results): argument
/external/libchrome/base/strings/
Dstring_split_unittest.cc153 std::vector<std::string> results = SplitStringUsingSubstr( in TEST() local
234 std::vector<std::string> results = SplitStringUsingSubstr( in TEST() local
242 std::vector<std::string> results = SplitStringUsingSubstr( in TEST() local
250 std::vector<std::string> results = SplitStringUsingSubstr( in TEST() local
258 std::vector<std::string> results = SplitStringUsingSubstr( in TEST() local
267 std::vector<base::StringPiece> results = in TEST() local
275 std::vector<base::StringPiece> results = SplitStringPieceUsingSubstr( in TEST() local
283 std::vector<base::StringPiece> results = SplitStringPieceUsingSubstr( in TEST() local
291 std::vector<base::StringPiece> results = SplitStringPieceUsingSubstr( in TEST() local
300 std::vector<base::StringPiece> results = SplitStringPieceUsingSubstr( in TEST() local
[all …]
/external/llvm-project/llvm/utils/lit/tests/Inputs/test-data-micro/
Dmicro-tests.ini5 [results] section
14 [micro-results] argument
15 micro_value0 = 4
16 micro_value1 = 1.3
/external/pdfium/core/fpdfdoc/
Dcpdf_metadata_unittest.cpp22 auto results = metadata.CheckForSharedForm(); in TEST() local
39 auto results = metadata.CheckForSharedForm(); in TEST() local
56 auto results = metadata.CheckForSharedForm(); in TEST() local
73 auto results = metadata.CheckForSharedForm(); in TEST() local
91 auto results = metadata.CheckForSharedForm(); in TEST() local
105 auto results = metadata.CheckForSharedForm(); in TEST() local
121 auto results = metadata.CheckForSharedForm(); in TEST() local
151 auto results = metadata.CheckForSharedForm(); in TEST() local
/external/OpenCL-CTS/test_conformance/spirv_new/
Dtest_op_copy_object.cpp22 std::vector<T> &results, in test_copy()
97 std::vector<cl_int4> results(256, value); in TEST_SPIRV_FUNC() local
104 std::vector<cl_int3> results(256, value); in TEST_SPIRV_FUNC() local
112 std::vector<AbstractStruct2<int, float> > results(256, value); in TEST_SPIRV_FUNC() local
119 std::vector<AbstractStruct2<int, char> > results(256, value); in TEST_SPIRV_FUNC() local
132 std::vector<CustomType2> results(256, value2); in TEST_SPIRV_FUNC() local
139 std::vector<cl_float> results(1024, 3.25); in TEST_SPIRV_FUNC() local
Dtest_op_constant.cpp22 std::vector<T> &results, in test_constant()
101 std::vector<cl_int4> results(256, value); in TEST_SPIRV_FUNC() local
108 std::vector<cl_int3> results(256, value); in TEST_SPIRV_FUNC() local
116 std::vector<AbstractStruct2<int, float> > results(256, value); in TEST_SPIRV_FUNC() local
123 std::vector<AbstractStruct2<int, char> > results(256, value); in TEST_SPIRV_FUNC() local
136 std::vector<CustomType2> results(256, value2); in TEST_SPIRV_FUNC() local
143 std::vector<cl_float> results(1024, 3.25); in TEST_SPIRV_FUNC() local
/external/tensorflow/tensorflow/lite/tools/benchmark/experimental/c/
Dbenchmark_c_api.cc27 const tflite::benchmark::BenchmarkResults* results; member
40 const TfLiteBenchmarkResults* results) { in TfLiteBenchmarkResultsGetInferenceTimeMicroseconds()
45 const TfLiteBenchmarkResults* results) { in TfLiteBenchmarkResultsGetWarmupTimeMicroseconds()
50 const TfLiteBenchmarkResults* results) { in TfLiteBenchmarkResultsGetStartupLatencyMicroseconds()
55 const TfLiteBenchmarkResults* results) { in TfLiteBenchmarkResultsGetInputBytes()
60 const TfLiteBenchmarkResults* results) { in TfLiteBenchmarkResultsGetThroughputMbPerSecond()
91 const tflite::benchmark::BenchmarkResults& results) override { in OnBenchmarkEnd()
133 TfLiteBenchmarkResults* results)) { in TfLiteBenchmarkListenerSetCallbacks()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowAppOpsManagerTest.java165 List<PackageOps> results = appOps.getOpsForPackage(UID_1, PACKAGE_NAME1, NO_OP_FILTER); in getOpsForPackage_noOps() local
172 List<PackageOps> results = appOps.getOpsForPackage(UID_1, PACKAGE_NAME1); in getOpsForPackage_noOps_atLeastR() local
183 List<PackageOps> results = appOps.getOpsForPackage(UID_1, PACKAGE_NAME1, NO_OP_FILTER); in getOpsForPackage_hasOps() local
198 List<PackageOps> results = appOps.getOpsForPackage(UID_1, PACKAGE_NAME1); in getOpsForPackage_hasOps_atLeastR() local
209 List<PackageOps> results = appOps.getOpsForPackage(UID_1, PACKAGE_NAME1, new int[] {OP_GPS}); in getOpsForPackage_withOpFilter() local
224 List<PackageOps> results = appOps.getOpsForPackage(UID_1, PACKAGE_NAME1, OPSTR_GPS); in getOpsForPackage_withOpFilter_atLeastR() local
/external/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
Dlexer_test.js60 let results = [0.0, 0.0, 0.0, 5.7, 5.0, 0.7, 0.0, 0.0, 0.0, -5.7, -5.0, variable
91 let results = [0, 0, 123, -123,2147483647, -2147483648, 4294967295, variable
134 let results = [TokenType.kEqual]; variable
169 let results = [`embedded\"quote`, `embedded\\slash`, `embeddednchar`]; variable
182 let results = ["GLSL", "Function"]; variable
/external/angle/third_party/vulkan-deps/spirv-tools/src/tools/sva/src/
Dlexer_test.js60 let results = [0.0, 0.0, 0.0, 5.7, 5.0, 0.7, 0.0, 0.0, 0.0, -5.7, -5.0, variable
91 let results = [0, 0, 123, -123,2147483647, -2147483648, 4294967295, variable
134 let results = [TokenType.kEqual]; variable
169 let results = [`embedded\"quote`, `embedded\\slash`, `embeddednchar`]; variable
182 let results = ["GLSL", "Function"]; variable
/external/deqp-deps/SPIRV-Tools/tools/sva/src/
Dlexer_test.js60 let results = [0.0, 0.0, 0.0, 5.7, 5.0, 0.7, 0.0, 0.0, 0.0, -5.7, -5.0, variable
91 let results = [0, 0, 123, -123,2147483647, -2147483648, 4294967295, variable
134 let results = [TokenType.kEqual]; variable
169 let results = [`embedded\"quote`, `embedded\\slash`, `embeddednchar`]; variable
182 let results = ["GLSL", "Function"]; variable
/external/llvm-project/llvm/utils/lit/tests/Inputs/test-data/
Dmetrics.ini5 [results] section
6 value0 = 1
7 value1 = 2.3456
/external/llvm/utils/lit/tests/Inputs/test-data/
Dmetrics.ini5 [results] section
6 value0 = 1
7 value1 = 2.3456
/external/llvm-project/llvm/utils/lit/tests/Inputs/xunit-output/
Dbad&name.ini5 [results] section
6 value0 = 1
7 value1 = 2.3456
/external/tensorflow/tensorflow/core/util/
Dtensor_slice_set_test.cc86 std::vector<std::pair<TensorSlice, string>> results; in TEST() local
101 std::vector<std::pair<TensorSlice, string>> results; in TEST() local
117 std::vector<std::pair<TensorSlice, string>> results; in TEST() local
141 std::vector<std::pair<TensorSlice, string>> results; in TEST() local
/external/skia/site/docs/dev/chrome/
Dblink.md42 ### Setup
65 ### Rebaseline
87 ### Cleanup
/external/dagger2/javatests/dagger/producers/internal/
DSetOfProducedProducerTest.java73 Results<Integer> results = Results.create(producer.get().get()); in delegateNpe() local
87 Results<Integer> results = Results.create(producer.get().get()); in delegateSetNpe() local
102 Results<Integer> results = Results.create(producer.get().get()); in delegateElementNpe() local
118 Results<Integer> results = Results.create(producer.get().get()); in oneOfDelegateElementNpe() local

12345678910>>...47