/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | ICUCurrencyMetaInfo.java | 73 private <T> List<T> collect(Collector<T> collector, CurrencyFilter filter) { in collect() method in ICUCurrencyMetaInfo 205 …public void collect(String region, String currency, long from, long to, int priority, boolean tend… in collect() method in ICUCurrencyMetaInfo.InfoCollector 224 public void collect( in collect() method in ICUCurrencyMetaInfo.RegionCollector 244 public void collect( in collect() method in ICUCurrencyMetaInfo.CurrencyCollector 282 … void collect(String region, String currency, long from, long to, int priority, boolean tender); in collect() method
|
/external/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/ |
D | ICUCurrencyMetaInfo.java | 71 private <T> List<T> collect(Collector<T> collector, CurrencyFilter filter) { in collect() method in ICUCurrencyMetaInfo 203 …public void collect(String region, String currency, long from, long to, int priority, boolean tend… in collect() method in ICUCurrencyMetaInfo.InfoCollector 222 public void collect( in collect() method in ICUCurrencyMetaInfo.RegionCollector 242 public void collect( in collect() method in ICUCurrencyMetaInfo.CurrencyCollector 280 … void collect(String region, String currency, long from, long to, int priority, boolean tender); in collect() method
|
/external/lisa/libs/utils/android/workloads/ |
D | suspend_resume.py | 53 def run(self, out_dir, duration_s, collect=''): argument
|
D | idle_resume.py | 53 def run(self, out_dir, duration_s, collect=''): argument
|
D | camera_startup.py | 43 def run(self, out_dir, duration_s=10, collect='surfaceflinger'): argument
|
D | camera_preview.py | 43 def run(self, out_dir, duration_s=30, collect='surfaceflinger'): argument
|
D | gmaps.py | 46 def run(self, out_dir, location_search, swipe_count=5, collect=''): argument
|
D | youtube.py | 43 def run(self, out_dir, video_url, video_duration_s, collect=''): argument
|
D | geekbench.py | 49 def run(self, out_dir, test_name, collect=''): argument
|
D | vellamo.py | 50 def run(self, out_dir, test_name, collect=''): argument
|
D | jankbench.py | 85 def run(self, out_dir, test_name, iterations, collect): argument
|
D | systemui.py | 67 def run(self, out_dir, test_name, iterations, collect='gfxinfo'): argument
|
D | uibench.py | 73 def run(self, out_dir, test_name, duration_s, collect=''): argument
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/ |
D | InstrumentingLoader.java | 77 public ExecutionDataStore collect() { in collect() method in InstrumentingLoader
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/ |
D | RuntimeData.java | 81 public final void collect(final IExecutionDataVisitor executionDataVisitor, in collect() method in RuntimeData
|
/external/lisa/libs/utils/android/ |
D | workload.py | 149 def run(self, out_dir, collect='', argument
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFDeadCode.cpp | 105 bool DeadCodeElimination::collect() { in collect() function in DeadCodeElimination
|
/external/python/cpython2/Modules/ |
D | _lsprof.c | 549 statscollector_t *collect = (statscollector_t*) arg; in statsForSubEntry() local 570 statscollector_t *collect = (statscollector_t*) arg; in statsForEntry() local 634 statscollector_t collect; in profiler_getstats() local
|
/external/libcups/cups/ |
D | ppd-emit.c | 85 ppd_choice_t **collect; /* Collected choices */ in ppdCollect2() local
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_compiler_nir.c | 436 struct ir3_instruction *collect; in create_collect() local 451 struct ir3_instruction *address, struct ir3_instruction *collect) in create_indirect_load() 1212 struct ir3_instruction *collect = in emit_intrinsic() local
|
/external/skia/infra/bots/recipe_modules/swarming/ |
D | api.py | 576 def collect(self, tasks, **kwargs): # pragma: no cover member in SwarmingApi
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | FilesTest.java | 521 LineProcessor<List<String>> collect = new LineProcessor<List<String>>() { in testReadLines_withLineProcessor() local
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_shader.cpp | 610 void shader_stats::collect(node *n) { in collect() function in r600_sb::shader_stats
|
/external/selinux/python/sepolgen/src/sepolgen/ |
D | refparser.py | 301 def collect(stmts, parent, val=None): function
|
/external/autotest/contrib/ |
D | coverage.py | 508 def collect(self): member in coverage
|