Home
last modified time | relevance | path

Searched defs:collect (Results 1 – 25 of 31) sorted by relevance

12

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUCurrencyMetaInfo.java73 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/
DICUCurrencyMetaInfo.java71 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/
Dsuspend_resume.py53 def run(self, out_dir, duration_s, collect=''): argument
Didle_resume.py53 def run(self, out_dir, duration_s, collect=''): argument
Dcamera_startup.py43 def run(self, out_dir, duration_s=10, collect='surfaceflinger'): argument
Dcamera_preview.py43 def run(self, out_dir, duration_s=30, collect='surfaceflinger'): argument
Dgmaps.py46 def run(self, out_dir, location_search, swipe_count=5, collect=''): argument
Dyoutube.py43 def run(self, out_dir, video_url, video_duration_s, collect=''): argument
Dgeekbench.py49 def run(self, out_dir, test_name, collect=''): argument
Dvellamo.py50 def run(self, out_dir, test_name, collect=''): argument
Djankbench.py85 def run(self, out_dir, test_name, iterations, collect): argument
Dsystemui.py67 def run(self, out_dir, test_name, iterations, collect='gfxinfo'): argument
Duibench.py73 def run(self, out_dir, test_name, duration_s, collect=''): argument
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/
DInstrumentingLoader.java77 public ExecutionDataStore collect() { in collect() method in InstrumentingLoader
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
DRuntimeData.java81 public final void collect(final IExecutionDataVisitor executionDataVisitor, in collect() method in RuntimeData
/external/lisa/libs/utils/android/
Dworkload.py149 def run(self, out_dir, collect='', argument
/external/llvm/lib/Target/Hexagon/
DRDFDeadCode.cpp105 bool DeadCodeElimination::collect() { in collect() function in DeadCodeElimination
/external/python/cpython2/Modules/
D_lsprof.c549 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/
Dppd-emit.c85 ppd_choice_t **collect; /* Collected choices */ in ppdCollect2() local
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c436 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/
Dapi.py576 def collect(self, tasks, **kwargs): # pragma: no cover member in SwarmingApi
/external/guava/guava-tests/test/com/google/common/io/
DFilesTest.java521 LineProcessor<List<String>> collect = new LineProcessor<List<String>>() { in testReadLines_withLineProcessor() local
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_shader.cpp610 void shader_stats::collect(node *n) { in collect() function in r600_sb::shader_stats
/external/selinux/python/sepolgen/src/sepolgen/
Drefparser.py301 def collect(stmts, parent, val=None): function
/external/autotest/contrib/
Dcoverage.py508 def collect(self): member in coverage

12