| /external/apache-commons-io/src/test/java/org/apache/commons/io/ |
| D | DirectoryWalkerTest.java | 60 final List<File> results = new ArrayList<>(); in find() local 67 protected void handleCancelled(final File startDirectory, final Collection<File> results, in handleCancelled() 76 …id handleDirectoryEnd(final File directory, final int depth, final Collection<File> results) throw… in handleDirectoryEnd() 85 …protected void handleFile(final File file, final int depth, final Collection<File> results) throws… in handleFile() 104 …ed boolean handleDirectory(final File directory, final int depth, final Collection<File> results) { in handleDirectory() 124 final List<File> results = new ArrayList<>(); in find() local 135 …ed void handleDirectoryEnd(final File directory, final int depth, final Collection<File> results) { in handleDirectoryEnd() 141 … protected void handleFile(final File file, final int depth, final Collection<File> results) { in handleFile() 157 final List<String> results = new ArrayList<>(); in find() local 168 … protected void handleFile(final File file, final int depth, final Collection<String> results) { in handleFile() [all …]
|
| D | DirectoryWalkerTestCaseJava4.java | 63 final List results = new ArrayList(); in find() local 72 protected void handleCancelled(final File startDirectory, final Collection results, in handleCancelled() 83 … void handleDirectoryEnd(final File directory, final int depth, final Collection results) throws I… in handleDirectoryEnd() 94 …protected void handleFile(final File file, final int depth, final Collection results) throws IOExc… in handleFile() 115 …rotected boolean handleDirectory(final File directory, final int depth, final Collection results) { in handleDirectory() 137 final List<File> results = new ArrayList<>(); in find() local 150 …rotected void handleDirectoryEnd(final File directory, final int depth, final Collection results) { in handleDirectoryEnd() 158 protected void handleFile(final File file, final int depth, final Collection results) { in handleFile() 170 public List results; field in DirectoryWalkerTestCaseJava4.TestMultiThreadCancelWalker 190 protected void handleCancelled(final File startDirectory, final Collection results, in handleCancelled() [all …]
|
| /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/icing/icing/index/numeric/ |
| D | integer-index-bucket-util_test.cc | 56 std::vector<DataRangeAndBucketInfo> results = in TEST() local 97 std::vector<DataRangeAndBucketInfo> results = in TEST() local 134 std::vector<DataRangeAndBucketInfo> results = in TEST() local 175 std::vector<DataRangeAndBucketInfo> results = in TEST() local 196 std::vector<DataRangeAndBucketInfo> results = in TEST() local 221 std::vector<DataRangeAndBucketInfo> results = in TEST() local 270 std::vector<DataRangeAndBucketInfo> results = in TEST() local 324 std::vector<DataRangeAndBucketInfo> results = in TEST() local 371 std::vector<DataRangeAndBucketInfo> results = in TEST() local 420 std::vector<DataRangeAndBucketInfo> results = in TEST() local [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/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 …]
|
| /external/cronet/net/dns/ |
| D | dns_response_result_extractor_unittest.cc | 41 HostCache::Entry results(ERR_FAILED, HostCache::Entry::SOURCE_UNKNOWN); in TEST() local 66 HostCache::Entry results(ERR_FAILED, HostCache::Entry::SOURCE_UNKNOWN); in TEST() local 89 HostCache::Entry results(ERR_FAILED, HostCache::Entry::SOURCE_UNKNOWN); in TEST() local 119 HostCache::Entry results(ERR_FAILED, HostCache::Entry::SOURCE_UNKNOWN); in TEST() local 150 HostCache::Entry results(ERR_FAILED, HostCache::Entry::SOURCE_UNKNOWN); in TEST() local 174 HostCache::Entry results(ERR_FAILED, HostCache::Entry::SOURCE_UNKNOWN); in TEST() local 197 HostCache::Entry results(ERR_FAILED, HostCache::Entry::SOURCE_UNKNOWN); in TEST() local 214 HostCache::Entry results(ERR_FAILED, HostCache::Entry::SOURCE_UNKNOWN); in TEST() local 232 HostCache::Entry results(ERR_FAILED, HostCache::Entry::SOURCE_UNKNOWN); in TEST() local 256 HostCache::Entry results(ERR_FAILED, HostCache::Entry::SOURCE_UNKNOWN); in TEST() local [all …]
|
| D | mdns_cache_unittest.cc | 150 std::vector<const RecordParsed*> results; in TEST_F() local 184 std::vector<const RecordParsed*> results; in TEST_F() local 236 std::vector<const RecordParsed*> results; in TEST_F() local 255 std::vector<const RecordParsed*> results; in TEST_F() local 273 std::vector<const RecordParsed*> results; in TEST_F() local 298 std::vector<const RecordParsed*> results; in TEST_F() local 327 std::vector<const RecordParsed*> results; in TEST_F() local 355 std::vector<const RecordParsed*> results; in TEST_F() local 420 std::vector<const RecordParsed*> results; in TEST_F() local 436 std::vector<const RecordParsed*> results; in TEST_F() local
|
| /external/apache-commons-io/src/main/java/org/apache/commons/io/ |
| D | DirectoryWalker.java | 393 …d final void checkIfCancelled(final File file, final int depth, final Collection<T> results) throws in checkIfCancelled() 433 protected void handleCancelled(final File startDirectory, final Collection<T> results, in handleCancelled() 457 … boolean handleDirectory(final File directory, final int depth, final Collection<T> results) throws in handleDirectory() 475 … void handleDirectoryEnd(final File directory, final int depth, final Collection<T> results) throws in handleDirectoryEnd() 492 …oid handleDirectoryStart(final File directory, final int depth, final Collection<T> results) throws in handleDirectoryStart() 507 protected void handleEnd(final Collection<T> results) throws IOException { in handleEnd() 523 …protected void handleFile(final File file, final int depth, final Collection<T> results) throws IO… in handleFile() 567 final File file, final int depth, final Collection<T> results) throws IOException { in handleIsCancelled() 584 …ed void handleRestricted(final File directory, final int depth, final Collection<T> results) throws in handleRestricted() 600 …protected void handleStart(final File startDirectory, final Collection<T> results) throws IOExcept… in handleStart() [all …]
|
| /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/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/cronet/base/strings/ |
| D | string_split_unittest.cc | 214 std::vector<std::string> results = SplitStringUsingSubstr( in TEST() local 221 std::vector<std::string> results = SplitStringUsingSubstr( in TEST() local 302 std::vector<std::string> results = SplitStringUsingSubstr( in TEST() local 310 std::vector<std::string> results = SplitStringUsingSubstr( in TEST() local 318 std::vector<std::string> results = SplitStringUsingSubstr( in TEST() local 326 std::vector<std::string> results = SplitStringUsingSubstr( in TEST() local 335 std::vector<base::StringPiece> results = in TEST() local 343 std::vector<base::StringPiece> results = SplitStringPieceUsingSubstr( in TEST() local 351 std::vector<base::StringPiece> results = SplitStringPieceUsingSubstr( in TEST() local 359 std::vector<base::StringPiece> results = SplitStringPieceUsingSubstr( in TEST() local [all …]
|
| /external/OpenCL-CTS/test_conformance/spirv_new/ |
| 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
|
| 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
|
| /external/tensorflow/tensorflow/lite/tools/benchmark/experimental/c/ |
| D | benchmark_c_api.cc | 29 const tflite::benchmark::BenchmarkResults* results; member 42 const TfLiteBenchmarkResults* results) { in TfLiteBenchmarkResultsGetInferenceTimeMicroseconds() 47 const TfLiteBenchmarkResults* results) { in TfLiteBenchmarkResultsGetWarmupTimeMicroseconds() 52 const TfLiteBenchmarkResults* results) { in TfLiteBenchmarkResultsGetStartupLatencyMicroseconds() 57 const TfLiteBenchmarkResults* results) { in TfLiteBenchmarkResultsGetInputBytes() 62 const TfLiteBenchmarkResults* results) { in TfLiteBenchmarkResultsGetThroughputMbPerSecond() 93 const tflite::benchmark::BenchmarkResults& results) override { in OnBenchmarkEnd() 135 TfLiteBenchmarkResults* results)) { in TfLiteBenchmarkListenerSetCallbacks()
|
| /external/jazzer-api/agent/src/test/java/com/code_intelligence/jazzer/instrumentor/ |
| D | CoverageInstrumentationTarget.java | 26 HashMap<String, Boolean> results = new HashMap<>(); in selfCheck() local 53 private void foo(HashMap<String, Boolean> results) { in foo() 59 private void bar(Map<String, Boolean> results) { in bar() 64 private void baz(HashMap<String, Boolean> results) { in baz()
|
| /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/tensorflow/tensorflow/compiler/mlir/tfrt/jit/transforms/ |
| D | tf_jitrt_clustering.cc | 113 Operation* operation, const ValuesConstraintSet& results, in MatchAndUpdateConstraints() 163 Operation* op, const ValuesConstraintSet& results, in MatchAndUpdateConstraints() 209 BroadcastToOp op, const ValuesConstraintSet& results, in MatchAndUpdateConstraints() 352 Operation* op, const ValuesConstraintSet& results, in MatchAndUpdateConstraints() 393 ConcatV2Op op, const ValuesConstraintSet& results, in MatchAndUpdateConstraints() 419 ConstOp op, const ValuesConstraintSet& results, in MatchAndUpdateConstraints() 437 ExpandDimsOp op, const ValuesConstraintSet& results, in MatchAndUpdateConstraints() 461 _FusedMatMulOp op, const ValuesConstraintSet& results, in MatchAndUpdateConstraints() 497 FillOp op, const ValuesConstraintSet& results, in MatchAndUpdateConstraints() 530 OneHotOp op, const ValuesConstraintSet& results, in MatchAndUpdateConstraints() [all …]
|
| /external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/ |
| D | tf_cpurt_clustering.cc | 108 Operation* operation, const ValuesConstraintSet& results, in MatchAndUpdateConstraints() 158 Operation* op, const ValuesConstraintSet& results, in MatchAndUpdateConstraints() 197 BroadcastToOp op, const ValuesConstraintSet& results, in MatchAndUpdateConstraints() 339 Operation* op, const ValuesConstraintSet& results, in MatchAndUpdateConstraints() 380 ConcatV2Op op, const ValuesConstraintSet& results, in MatchAndUpdateConstraints() 406 ConstOp op, const ValuesConstraintSet& results, in MatchAndUpdateConstraints() 424 ExpandDimsOp op, const ValuesConstraintSet& results, in MatchAndUpdateConstraints() 448 _FusedMatMulOp op, const ValuesConstraintSet& results, in MatchAndUpdateConstraints() 484 FillOp op, const ValuesConstraintSet& results, in MatchAndUpdateConstraints() 523 RangeOp op, const ValuesConstraintSet& results, in MatchAndUpdateConstraints() [all …]
|
| /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/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
|