Searched defs:Collector (Results 1 - 11 of 11) sorted by relevance

/external/guice/extensions/multibindings/test/com/google/inject/multibindings/
H A DCollector.java21 class Collector extends DefaultBindingTargetVisitor<Object, Object> implements class in inherits:DefaultBindingTargetVisitor,MultibindingsTargetVisitor
/external/toolchain-utils/fdo_scripts/
H A Dsummarize_hot_blocks.py62 class Collector(object): class in inherits:object
174 co = Collector(options.data_dir, int(options.cutoff), options.output_dir,
/external/v8/src/
H A Dcollector.h25 class Collector { class in namespace:v8::internal
27 explicit Collector(int initial_capacity = kMinCapacity) function in class:v8::internal::Collector
32 virtual ~Collector() {
52 // A basic Collector will keep this vector valid as long as the Collector
70 // A basic Collector will keep this vector valid as long as the Collector
177 * NOTICE: Blocks allocated using Collector::AddBlock(int) can move
181 class SequenceCollector : public Collector<T, growth_factor, max_growth> {
184 : Collector<
[all...]
/external/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp29 ModuleDependencyCollector &Collector; member in class:__anon1380::ModuleDependencyListener
31 ModuleDependencyListener(ModuleDependencyCollector &Collector) argument
32 : Collector(Collector) {}
37 Collector.addFile(Filename);
43 ModuleDependencyCollector &Collector; member in struct:__anon1380::ModuleDependencyMMCallbacks
44 ModuleDependencyMMCallbacks(ModuleDependencyCollector &Collector) argument
45 : Collector(Collector) {}
49 Collector
[all...]
H A DCompilerInstance.cpp139 std::shared_ptr<ModuleDependencyCollector> Collector) {
140 ModuleDepCollector = std::move(Collector);
138 setModuleDepCollector( std::shared_ptr<ModuleDependencyCollector> Collector) argument
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DICUCurrencyMetaInfo.java73 private <T> List<T> collect(Collector<T> collector, CurrencyFilter filter) {
111 private <T> void collectRegion(Collector<T> collector, CurrencyFilter filter,
199 private static class InfoCollector implements Collector<CurrencyInfo> {
220 private static class RegionCollector implements Collector<String> {
240 private static class CurrencyCollector implements Collector<String> {
266 private static interface Collector<T> { interface in class:ICUCurrencyMetaInfo
/external/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/
H A DICUCurrencyMetaInfo.java71 private <T> List<T> collect(Collector<T> collector, CurrencyFilter filter) {
109 private <T> void collectRegion(Collector<T> collector, CurrencyFilter filter,
197 private static class InfoCollector implements Collector<CurrencyInfo> {
218 private static class RegionCollector implements Collector<String> {
238 private static class CurrencyCollector implements Collector<String> {
264 private static interface Collector<T> { interface in class:ICUCurrencyMetaInfo
/external/python/cpython2/Lib/test/
H A Dtest_htmlparser.py375 class Collector(EventCollector): class in function:.test_cdata_with_closing_tags
389 collector=Collector)
/external/guice/extensions/struts2/lib/
H A Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ...
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
/external/mockito/lib/
H A Dbyte-buddy-1.6.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ...

Completed in 398 milliseconds