/external/deqp/scripts/ |
D | testset.py | 29 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/ |
D | core_reporting_v3_reference.py | 123 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/ |
D | README.md | 85 #### 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/ |
D | fix_operator.py | 43 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 …]
|
D | fix_urllib.py | 76 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
|
D | fix_idioms.py | 90 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/ |
D | fix_operator.py | 41 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 …]
|
D | fix_idioms.py | 90 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
|
D | fix_urllib.py | 77 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/ |
D | string_split_unittest.cc | 153 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/ |
D | micro-tests.ini | 5 [results] section 14 [micro-results] argument 15 micro_value0 = 4 16 micro_value1 = 1.3
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_metadata_unittest.cpp | 22 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/ |
D | test_op_copy_object.cpp | 22 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
|
D | test_op_constant.cpp | 22 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/ |
D | benchmark_c_api.cc | 27 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/ |
D | ShadowAppOpsManagerTest.java | 165 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/ |
D | lexer_test.js | 60 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/ |
D | lexer_test.js | 60 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/ |
D | lexer_test.js | 60 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/ |
D | metrics.ini | 5 [results] section 6 value0 = 1 7 value1 = 2.3456
|
/external/llvm/utils/lit/tests/Inputs/test-data/ |
D | metrics.ini | 5 [results] section 6 value0 = 1 7 value1 = 2.3456
|
/external/llvm-project/llvm/utils/lit/tests/Inputs/xunit-output/ |
D | bad&name.ini | 5 [results] section 6 value0 = 1 7 value1 = 2.3456
|
/external/tensorflow/tensorflow/core/util/ |
D | tensor_slice_set_test.cc | 86 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/ |
D | blink.md | 42 ### Setup 65 ### Rebaseline 87 ### Cleanup
|
/external/dagger2/javatests/dagger/producers/internal/ |
D | SetOfProducedProducerTest.java | 73 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
|