Searched defs:factory (Results 176 - 200 of 354) sorted by relevance

1234567891011>>

/external/deqp/modules/glshared/
H A DglsFboUtil.cpp549 FboVerifier::FboVerifier (const FormatDB& formats, CheckerFactory& factory, const glu::RenderContext& renderCtx) argument
551 , m_factory (factory)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-trax.jar ... apache.tools.ant.taskdefs.XSLTProcess$Factory factory org.apache.tools.ant.types ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar ... .equinox.internal.p2.extensionlocation.ExtensionLocationArtifactRepositoryFactory factory org.eclipse.equinox.internal.p2. ...
/external/guava/guava/src/com/google/common/collect/
H A DMultimaps.java70 * collections are generated by {@code factory}.
73 * {@code factory} implement either {@link List} or {@code Set}! Use the more
78 * <p>The {@code factory}-generated and {@code map} classes determine the
82 * method returns instances of a different class than {@code factory.get()}
85 * <p>The multimap is serializable if {@code map}, {@code factory}, the
86 * collections generated by {@code factory}, and the multimap contents are all
91 * {@code factory} are. Concurrent read operations will work correctly. To
102 * the collections returned by {@code factory}. Those objects should not be
107 * @param factory supplier of new, empty collections that will each hold all
112 final Supplier<? extends Collection<V>> factory) {
111 newMultimap(Map<K, Collection<V>> map, final Supplier<? extends Collection<V>> factory) argument
117 transient Supplier<? extends Collection<V>> factory; field in class:Multimaps.CustomMultimap
119 CustomMultimap(Map<K, Collection<V>> map, Supplier<? extends Collection<V>> factory) argument
192 newListMultimap( Map<K, Collection<V>> map, final Supplier<? extends List<V>> factory) argument
199 transient Supplier<? extends List<V>> factory; field in class:Multimaps.CustomListMultimap
201 CustomListMultimap(Map<K, Collection<V>> map, Supplier<? extends List<V>> factory) argument
270 newSetMultimap( Map<K, Collection<V>> map, final Supplier<? extends Set<V>> factory) argument
277 transient Supplier<? extends Set<V>> factory; field in class:Multimaps.CustomSetMultimap
279 CustomSetMultimap(Map<K, Collection<V>> map, Supplier<? extends Set<V>> factory) argument
347 newSortedSetMultimap( Map<K, Collection<V>> map, final Supplier<? extends SortedSet<V>> factory) argument
355 transient Supplier<? extends SortedSet<V>> factory; field in class:Multimaps.CustomSortedSetMultimap
358 CustomSortedSetMultimap(Map<K, Collection<V>> map, Supplier<? extends SortedSet<V>> factory) argument
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMultimaps.java66 * collections are generated by {@code factory}.
69 * {@code factory} implement either {@link List} or {@code Set}! Use the more
74 * <p>The {@code factory}-generated and {@code map} classes determine the
78 * method returns instances of a different class than {@code factory.get()}
81 * <p>The multimap is serializable if {@code map}, {@code factory}, the
82 * collections generated by {@code factory}, and the multimap contents are all
87 * {@code factory} are. Concurrent read operations will work correctly. To
98 * the collections returned by {@code factory}. Those objects should not be
103 * @param factory supplier of new, empty collections that will each hold all
108 final Supplier<? extends Collection<V>> factory) {
107 newMultimap(Map<K, Collection<V>> map, final Supplier<? extends Collection<V>> factory) argument
113 transient Supplier<? extends Collection<V>> factory; field in class:Multimaps.CustomMultimap
115 CustomMultimap(Map<K, Collection<V>> map, Supplier<? extends Collection<V>> factory) argument
167 newListMultimap( Map<K, Collection<V>> map, final Supplier<? extends List<V>> factory) argument
174 transient Supplier<? extends List<V>> factory; field in class:Multimaps.CustomListMultimap
176 CustomListMultimap(Map<K, Collection<V>> map, Supplier<? extends List<V>> factory) argument
224 newSetMultimap( Map<K, Collection<V>> map, final Supplier<? extends Set<V>> factory) argument
231 transient Supplier<? extends Set<V>> factory; field in class:Multimaps.CustomSetMultimap
233 CustomSetMultimap(Map<K, Collection<V>> map, Supplier<? extends Set<V>> factory) argument
280 newSortedSetMultimap( Map<K, Collection<V>> map, final Supplier<? extends SortedSet<V>> factory) argument
288 transient Supplier<? extends SortedSet<V>> factory; field in class:Multimaps.CustomSortedSetMultimap
291 CustomSortedSetMultimap(Map<K, Collection<V>> map, Supplier<? extends SortedSet<V>> factory) argument
[all...]
/external/icu/icu4c/source/common/
H A Drbbi.cpp151 // Note: This is a bit awkward. The RBBI ruleBuilder has a factory method that
153 // can't just return the object created by the builder factory, hence
154 // the assignment of the factory created object to "this".
1786 LanguageBreakFactory *factory = (LanguageBreakFactory *)(gLanguageBreakFactories->elementAt(i)); local
1787 lbe = factory->getEngineFor(c, breakType);
1824 // No existing dictionary took the character. See if a factory wants to
H A Dserv.cpp427 ICUService::getKey(ICUServiceKey& key, UnicodeString* actualReturn, const ICUServiceFactory* factory, UErrorCode& status) const argument
441 // The factory list can't be modified until we're done,
443 // The cache has to stay in synch with the factory list.
447 // if factory is not null, we're calling from within the mutex,
450 XMutex mutex(&lock, factory != NULL);
472 if (factory != NULL) {
474 if (factory == (const ICUServiceFactory*)factories->elementAt(i)) {
480 // throw new InternalError("Factory " + factory + "not registered with service: " + this);
879 ICUServiceFactory *factory = (ICUServiceFactory*)rkey; local
881 if (factory !
[all...]
/external/icu/icu4c/source/i18n/
H A Dtranslit.cpp1211 Transliterator::Factory factory,
1216 _registerFactory(id, factory, context);
1223 Transliterator::Factory factory,
1226 registry->put(id, factory, context, TRUE, ec);
1210 registerFactory(const UnicodeString& id, Transliterator::Factory factory, Transliterator::Token context) argument
1222 _registerFactory(const UnicodeString& id, Transliterator::Factory factory, Transliterator::Token context) argument
H A Dtransreg.cpp447 } factory; // For FACTORY member in union:TransliteratorEntry::__anon5686
452 void setFactory(Transliterator::Factory factory,
494 void TransliteratorEntry::setFactory(Transliterator::Factory factory, argument
500 u.factory.function = factory;
501 u.factory.context = context;
628 Transliterator::Factory factory,
637 entry->setFactory(factory, context);
1272 t = entry->u.factory.function(ID, entry->u.factory
627 put(const UnicodeString& ID, Transliterator::Factory factory, Transliterator::Token context, UBool visible, UErrorCode& ec) argument
[all...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollator.java474 * A factory used with registerFactory to register multiple collators and provide
486 * Return true if this factory will be visible. Default is true.
487 * If not visible, the locales supported by this factory will not
490 * @return true if this factory is visible
527 * If objectLocale is not visible or not defined by the factory, return null.
539 * If objectLocale is not visible or not defined by the factory, return null.
558 * supported by this factory.
863 * {@icu} Registers a collator factory.
869 * @param factory the factory t
874 registerFactory(CollatorFactory factory) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNumberFormat.java46 * To format a number for the current Locale, use one of the factory
82 * format for displaying percentages. Some factory methods are found within
108 * you can try casting the <code>NumberFormat</code> you get from the factory methods
548 * factory methods: getNumberInstance, getIntegerInstance,
562 * factory methods: getNumberInstance, getCurrencyInstance or getPercentInstance.
573 * factory methods: getNumberInstance, getCurrencyInstance or getPercentInstance.
763 * A NumberFormatFactory is used to register new number formats. The factory
808 * Returns true if this factory is visible. Default is true.
809 * If not visible, the locales supported by this factory will not
811 * @return true if the factory i
1000 registerFactory(NumberFormatFactory factory) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DMeasureUnit.java188 Factory factory;
190 factory = CURRENCY_FACTORY;
192 factory = TIMEUNIT_FACTORY;
194 factory = UNIT_FACTORY;
196 return MeasureUnit.addUnit(type, subType, factory);
298 protected synchronized static MeasureUnit addUnit(String type, String unitName, Factory factory) { argument
308 tmp.put(unitName, unit = factory.create(type, unitName));
/external/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.cc179 MessageFactory* factory,
191 message_factory_ (factory) {
204 MessageFactory* factory,
218 message_factory_ (factory) {
1213 MessageFactory* factory) const {
1216 if (factory == NULL) factory = message_factory_;
1221 field->number(), field->message_type(), factory));
1234 MessageFactory* factory) const {
1235 if (factory
171 GeneratedMessageReflection( const Descriptor* descriptor, const Message* default_instance, const int offsets[], int has_bits_offset, int unknown_fields_offset, int extensions_offset, const DescriptorPool* descriptor_pool, MessageFactory* factory, int object_size) argument
194 GeneratedMessageReflection( const Descriptor* descriptor, const Message* default_instance, const int offsets[], int has_bits_offset, int unknown_fields_offset, int extensions_offset, const void* default_oneof_instance, int oneof_case_offset, const DescriptorPool* descriptor_pool, MessageFactory* factory, int object_size) argument
[all...]
/external/skia/bench/
H A Dnanobench.cpp578 Benchmark* bench = fBenches->factory()(NULL);
586 SkAutoTDelete<skiagm::GM> gm(fGMs->factory()(NULL));
623 SkRTreeFactory factory; local
628 &factory,
/external/skia/src/core/
H A DSkBitmap.cpp309 bool SkBitmap::tryAllocPixels(const SkImageInfo& requestedInfo, SkPixelRefFactory* factory, argument
322 if (NULL == factory) {
323 factory = &defaultFactory;
326 SkPixelRef* pr = factory->create(correctedInfo, correctedInfo.minRowBytes(), ctable);
/external/skia/tests/
H A DBlurTest.cpp278 static bool gpu_blur_path(GrContextFactory* factory, const SkPath& path,
282 GrContext* grContext = factory->get(GrContextFactory::kNative_GLContextType);
328 static void test_sigma_range(skiatest::Reporter* reporter, GrContextFactory* factory) { argument
367 bool haveGPUResult = gpu_blur_path(factory, rectPath, sigma, gpuResult, kSize);
569 DEF_GPUTEST(Blur, reporter, factory) {
571 test_sigma_range(reporter, factory);
H A DImageFilterTest.cpp432 SkRTreeFactory factory; local
434 SkCanvas* recordingCanvas = recorder.beginRecording(64, 64, &factory, 0);
528 SkBBHFactory* factory, SkBitmap* result) {
543 factory, 0);
564 SkRTreeFactory factory; local
566 draw_saveLayer_picture(width, height, tileSize, &factory, &result1);
675 SkRTreeFactory factory; local
684 &factory, 0);
779 SkRTreeFactory factory; local
781 SkCanvas* recordingCanvas = recorder.beginRecording(100, 100, &factory,
527 draw_saveLayer_picture(int width, int height, int tileSize, SkBBHFactory* factory, SkBitmap* result) argument
801 SkRTreeFactory factory; local
864 SkRTreeFactory factory; local
896 SkRTreeFactory factory; local
[all...]
/external/v8/src/
H A Daccessors.cc13 #include "src/factory.h"
30 Factory* factory = isolate->factory(); local
31 Handle<ExecutableAccessorInfo> info = factory->NewExecutableAccessorInfo();
47 Factory* factory = isolate->factory(); local
48 Handle<ExecutableAccessorInfo> info = factory->NewExecutableAccessorInfo();
91 return CheckForName(name, isolate->factory()->length_string(),
101 CheckForName(name, isolate->factory()->length_string(),
105 CheckForName(name, isolate->factory()
1066 Factory* factory = isolate->factory(); local
1407 Factory* factory = isolate->factory(); local
[all...]
H A Dcompiler.cc289 feedback_vector_ = isolate()->factory()->NewTypeFeedbackVector(length);
1049 result = isolate->factory()->NewSharedFunctionInfo(
1059 : isolate->factory()->empty_string();
1102 Handle<Script> script = isolate->factory()->NewScript(source);
1132 return isolate->factory()->NewFunctionFromSharedFunctionInfo(
1187 Handle<Script> script = isolate->factory()->NewScript(source);
1257 Factory* factory = isolate->factory(); local
1286 Handle<SharedFunctionInfo> result = factory->NewSharedFunctionInfo(
H A Delements.cc630 return backing_store->GetIsolate()->factory()->the_hole_value();
793 Handle<FixedArray> result = isolate->factory()->NewFixedArray(len0 + extra);
928 return isolate->factory()->true_value();
974 return isolate->factory()->true_value();
1277 return backing_store->GetIsolate()->factory()->undefined_value();
1305 return obj->GetIsolate()->factory()->true_value();
1372 length_object = isolate->factory()->NewNumberFromUint(new_length);
1383 Handle<Object> the_hole_value = isolate->factory()->the_hole_value();
1419 if (*result == *isolate->factory()->false_value()) {
1422 Handle<Object> name = isolate->factory()
1849 Factory* factory = array->GetIsolate()->factory(); local
[all...]
H A Dscopes.cc417 AstNodeFactory<AstNullVisitor>* factory) {
428 VariableProxy* proxy = factory->NewVariableProxy(var);
429 VariableDeclaration* declaration = factory->NewVariableDeclaration(
637 AstNodeFactory<AstNullVisitor>* factory) {
654 if (!ResolveVariablesRecursively(info, factory)) return false;
965 AstNodeFactory<AstNullVisitor>* factory) {
989 var = LookupFunctionVar(proxy->raw_name(), factory);
993 var = outer_scope_->LookupRecursive(proxy, binding_kind, factory);
1029 AstNodeFactory<AstNullVisitor>* factory) {
1038 Variable* var = LookupRecursive(proxy, &binding_kind, factory);
416 LookupFunctionVar(const AstRawString* name, AstNodeFactory<AstNullVisitor>* factory) argument
636 AllocateVariables(CompilationInfo* info, AstNodeFactory<AstNullVisitor>* factory) argument
963 LookupRecursive(VariableProxy* proxy, BindingKind* binding_kind, AstNodeFactory<AstNullVisitor>* factory) argument
1027 ResolveVariable(CompilationInfo* info, VariableProxy* proxy, AstNodeFactory<AstNullVisitor>* factory) argument
1085 Factory* factory = isolate->factory(); local
1119 Factory* factory = isolate->factory(); local
1136 ResolveVariablesRecursively( CompilationInfo* info, AstNodeFactory<AstNullVisitor>* factory) argument
[all...]
/external/v8/src/ia32/
H A Dbuiltins-ia32.cc9 #include "src/code-factory.h"
201 Factory* factory = masm->isolate()->factory(); local
208 __ mov(ecx, factory->empty_fixed_array());
216 __ mov(edx, factory->undefined_value());
237 __ mov(edx, factory->one_pointer_filler_map());
250 factory->allocation_memento_map());
305 __ mov(eax, factory->fixed_array_map());
315 __ mov(edx, factory->undefined_value());
382 __ cmp(ecx, masm->isolate()->factory()
742 Factory* factory = masm->isolate()->factory(); local
962 Factory* factory = masm->isolate()->factory(); local
1179 Factory* factory = masm->isolate()->factory(); local
[all...]
H A Dcodegen-ia32.cc576 __ cmp(edi, Immediate(masm->isolate()->factory()->empty_fixed_array()));
596 Immediate(masm->isolate()->factory()->fixed_double_array_map()));
647 __ cmp(ebx, masm->isolate()->factory()->the_hole_value());
702 __ cmp(edi, Immediate(masm->isolate()->factory()->empty_fixed_array()));
719 Immediate(masm->isolate()->factory()->fixed_array_map()));
775 masm->isolate()->factory()->the_hole_value());
813 Factory* factory,
847 Immediate(factory->empty_string()));
812 Generate(MacroAssembler* masm, Factory* factory, Register string, Register index, Register result, Label* call_runtime) argument
/external/v8/src/ic/ia32/
H A Dic-ia32.cc188 __ CheckMap(scratch, masm->isolate()->factory()->fixed_array_map(),
199 __ cmp(scratch, Immediate(masm->isolate()->factory()->the_hole_value()));
245 Factory* factory = masm->isolate()->factory(); local
275 __ cmp(scratch2, factory->the_hole_value());
344 __ CheckMap(eax, isolate->factory()->hash_table_map(), &slow,
374 Immediate(isolate->factory()->hash_table_map()));
556 __ cmp(edi, masm->isolate()->factory()->fixed_array_map());
565 masm->isolate()->factory()->the_hole_value());
607 __ cmp(edi, masm->isolate()->factory()
[all...]
/external/v8/src/ic/x87/
H A Dic-x87.cc189 masm->isolate()->factory()->fixed_array_map(),
201 __ cmp(scratch, Immediate(masm->isolate()->factory()->the_hole_value()));
247 Factory* factory = masm->isolate()->factory(); local
277 __ cmp(scratch2, factory->the_hole_value());
346 __ CheckMap(eax, isolate->factory()->hash_table_map(), &slow,
376 Immediate(isolate->factory()->hash_table_map()));
558 __ cmp(edi, masm->isolate()->factory()->fixed_array_map());
567 masm->isolate()->factory()->the_hole_value());
609 __ cmp(edi, masm->isolate()->factory()
[all...]

Completed in 686 milliseconds

1234567891011>>