Searched defs:factory (Results 101 - 125 of 354) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3rewritestreams.c75 // vector factory for later reuse.
79 pANTLR3_VECTOR_FACTORY factory = ((pANTLR3_COMMON_TREE_ADAPTOR)(stream->adaptor->super))->arboretum->vFactory; local
80 factory->returnVector(factory, stream->elements);
137 // vector factory for later reuse.
141 pANTLR3_VECTOR_FACTORY factory = ((pANTLR3_COMMON_TREE_ADAPTOR)(stream->adaptor->super))->arboretum->vFactory; local
142 factory->returnVector(factory, stream->elements);
548 pANTLR3_VECTOR_FACTORY factory = ((pANTLR3_COMMON_TREE_ADAPTOR)(stream->adaptor->super))->arboretum->vFactory; local
551 stream->elements = factory
[all...]
/external/apache-http/src/org/apache/commons/logging/
H A DLogFactory.java232 * using the factory's current set of configuration attributes.</p>
253 * instances returned by this factory. This is useful in environments
399 // Return any previously registered factory for this class loader
400 LogFactory factory = getCachedFactory(contextClassLoader);
401 if (factory != null) {
402 return factory;
462 factory = newFactory(factoryClass, baseClassLoader, contextClassLoader);
474 + " instance of the custom factory class"
488 + " instance of the custom factory class"
502 if (factory
939 cacheFactory(ClassLoader classLoader, LogFactory factory) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
H A DEnvironmentCheck.java404 * @param factory Document providing createElement, etc. services
409 public void appendEnvironmentReport(Node container, Document factory, Hashtable h) argument
411 if ((null == container) || (null == factory))
418 Element envCheckNode = factory.createElement("EnvironmentCheck");
424 Element statusNode = factory.createElement("status");
426 statusNode.appendChild(factory.createTextNode("appendEnvironmentReport called with null Hashtable!"));
433 Element hashNode = factory.createElement("environment");
450 errors |= appendFoundJars(hashNode, factory, v, keyStr);
463 Element node = factory.createElement("item");
465 node.appendChild(factory
505 appendFoundJars(Node container, Document factory, Vector v, String desc) argument
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc90 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory, u32 max_threads, argument
92 : context_factory_(factory),
/external/conscrypt/src/platform/java/org/conscrypt/
H A DTrustManagerImpl.java95 private final CertificateFactory factory; field in class:TrustManagerImpl
161 this.factory = factoryLocal;
297 CertPath certPath = factory.generateCertPath(Arrays.asList(newChain));
/external/deqp/modules/egl/
H A DteglSwapBuffersTests.cpp273 const eglu::NativeWindowFactory& factory = eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine()); local
275 if ((factory.getCapabilities() & eglu::NativeWindow::CAPABILITY_READ_SCREEN_PIXELS) == 0)
292 de::UniquePtr<eglu::NativeWindow> window (factory.createWindow(&m_eglTestCtx.getNativeDisplay(), display, config, DE_NULL, eglu::WindowParams(128, 128, eglu::WindowParams::VISIBILITY_VISIBLE)));
/external/glide/library/src/main/java/com/bumptech/glide/
H A DRequestManager.java55 ConnectivityMonitorFactory factory) {
62 ConnectivityMonitor connectivityMonitor = factory.build(context,
54 RequestManager(Context context, final Lifecycle lifecycle, RequestTracker requestTracker, ConnectivityMonitorFactory factory) argument
/external/guava/guava-tests/test/com/google/common/io/
H A DSourceSinkFactories.java108 public static CharSourceFactory asCharSourceFactory(final ByteSourceFactory factory) { argument
109 checkNotNull(factory);
113 return factory.createSource(string.getBytes(Charsets.UTF_8.name()))
120 return new String(factory.getExpected(data.getBytes(Charsets.UTF_8.name())),
129 factory.tearDown();
134 public static CharSinkFactory asCharSinkFactory(final ByteSinkFactory factory) { argument
135 checkNotNull(factory);
139 return factory.createSink().asCharSink(Charsets.UTF_8);
144 return new String(factory.getSinkContents(), Charsets.UTF_8.name());
150 * Get what the byte sink factory woul
168 asSlicedByteSourceFactory(final ByteSourceFactory factory, final int off, final int len) argument
[all...]
/external/icu/icu4c/source/common/
H A Dservls.cpp118 ICUServiceFactory * factory = new SimpleLocaleKeyFactory(objToAdopt, locale, kind, coverage); local
119 if (factory != NULL) {
120 return registerFactory(factory, status);
144 ICUServiceFactory * factory = new SimpleLocaleKeyFactory(objToAdopt, locale, kind, coverage);
145 if (factory != NULL) {
146 return registerFactory(factory, status);
/external/icu/icu4c/source/test/intltest/
H A Duobjtest.cpp42 * TESTCLASSID_FACTORY_HIDDEN(class, factory)
43 * -- call factory. Class is not available from a header.
105 const char *className, const char *factory,
109 UnicodeString what = UnicodeString(className) + " * x= " + UnicodeString(factory?factory:" ABSTRACT ") + "; ";
133 if(factory != NULL) { /* NULL factory means: abstract */
166 ids_factory[ids_count] = factory;
173 UObject *UObjectTest::testClassNoClassID(UObject *obj, const char *className, const char *factory) argument
178 UnicodeString what = UnicodeString(className) + " * x= " + UnicodeString(factory
104 testClass(UObject *obj, const char *className, const char *factory, UClassID staticID) argument
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSQLiteDatabase.java66 public static SQLiteDatabase openDatabase(String path, SQLiteDatabase.CursorFactory factory, int flags) { argument
/external/sfntly/cpp/src/test/
H A Dbitmap_table_test.cc96 FontFactoryPtr factory; local
97 factory.Attach(FontFactory::GetInstance());
99 LoadFont(SAMPLE_BITMAP_FONT, factory, &font_array);
132 FontFactoryPtr factory; local
133 factory.Attach(FontFactory::GetInstance());
135 BuilderForFontFile(SAMPLE_BITMAP_FONT, factory, &builder_array);
150 factory->SerializeFont(new_font, &os);
159 factory->LoadFonts(&is, &font_array);
175 LoadFont(SAMPLE_BITMAP_FONT, factory, &original_font_array);
/external/skia/bench/
H A DPicturePlaybackBench.cpp166 SkAutoTDelete<SkBBHFactory> factory; variable
169 case kRTree: factory.reset(new SkRTreeFactory); break;
173 SkCanvas* canvas = recorder.beginRecording(1024, 1024, factory);
/external/skia/src/core/
H A DSkReadBuffer.cpp293 // TODO: confirm that ft matches the factory we decide to use
296 SkFlattenable::Factory factory = NULL; local
305 factory = fFactoryArray[index];
312 factory = (*fFactoryTDArray)[index];
314 factory = (SkFlattenable::Factory)readFunctionPtr();
315 if (NULL == factory) {
320 // if we get here, factory may still be null, but if that is the case, the
324 if (factory) {
326 obj = (*factory)(*this);
/external/skia/tests/
H A DCachedDecodingPixelRefTest.cpp241 SkDiscardableMemory::Factory* factory) {
249 // Ignore factory; use global cache.
252 success = SkInstallDiscardablePixelRef(gen.detach(), &lazy, factory);
238 check_pixelref(TestImageGenerator::TestType type, skiatest::Reporter* reporter, PixelRefType pixelRefType, SkDiscardableMemory::Factory* factory) argument
H A DSkResourceCacheTest.cpp95 SkResourceCache::DiscardableFactory factory = SkResourceCache::GetDiscardableFactory(); local
99 if (factory) {
100 cache.reset(SkNEW_ARGS(SkResourceCache, (factory)));
241 SkResourceCache::DiscardableFactory factory = SkResourceCache::GetDiscardableFactory(); local
245 if (factory) {
246 cache.reset(SkNEW_ARGS(SkResourceCache, (factory)));
268 if (factory) {
/external/v8/src/
H A Dast-value-factory.cc28 #include "src/ast-value-factory.h"
76 return isolate->factory()->NewOneByteInternalizedString(
78 return isolate->factory()->NewTwoByteInternalizedString(
90 string_ = isolate->factory()->empty_string();
134 string_ = isolate->factory()
192 value_ = isolate->factory()->NewNumber(number_, TENURED);
199 value_ = isolate->factory()->true_value();
201 value_ = isolate->factory()->false_value();
206 Factory* factory = isolate->factory(); local
[all...]
H A Dbootstrapper.h8 #include "src/factory.h"
44 Factory* factory = isolate->factory(); local
47 Handle<FixedArray> new_array = factory->NewFixedArray(length + 2, TENURED);
51 factory->NewStringFromAscii(name, TENURED).ToHandleChecked();
H A Dlookup.h8 #include "src/factory.h"
85 Factory* factory() const { return isolate_->factory(); } function in class:v8::internal::BASE_EMBEDDED
/external/v8/test/cctest/compiler/
H A Dtest-changes-lowering.cc74 Execution::Call(this->isolate(), function, factory()->undefined_value(),
100 CHECK(this->isolate()->factory()->NewNumber(expected)->SameValue(number));
157 Factory* factory() { return this->isolate()->factory(); } function in class:ChangesLoweringTester
177 Handle<Object> number = t.factory()->NewNumber(input);
183 Handle<HeapNumber> number = t.factory()->NewHeapNumber(input);
207 Handle<Object> number = t.factory()->NewNumber(input);
213 Handle<HeapNumber> number = t.factory()->NewHeapNumber(input);
241 Handle<Object> number = t.factory()->NewNumber(input);
247 Handle<HeapNumber> number = t.factory()
[all...]
H A Dtest-js-context-specialization.cc31 Factory* factory() { return main_isolate()->factory(); } function in class:ContextSpecializationTester
56 Handle<Context> native = t.factory()->NewNativeContext();
57 Handle<Context> subcontext1 = t.factory()->NewNativeContext();
58 Handle<Context> subcontext2 = t.factory()->NewNativeContext();
61 Handle<Object> expected = t.factory()->InternalizeUtf8String("gboy!");
128 Handle<Context> native = t.factory()->NewNativeContext();
129 Handle<Context> subcontext1 = t.factory()->NewNativeContext();
130 Handle<Context> subcontext2 = t.factory()->NewNativeContext();
133 Handle<Object> expected = t.factory()
[all...]
/external/v8/test/cctest/
H A Dtest-compiler.cc51 isolate->factory()->InternalizeUtf8String(name);
60 Handle<String> source_code = isolate->factory()->NewStringFromUtf8(
66 return isolate->factory()->NewFunctionFromSharedFunctionInfo(
231 isolate->factory()->InternalizeOneByteString(STATIC_CHAR_VECTOR("foo"));
236 Handle<Object> argv[] = {isolate->factory()->InternalizeOneByteString(
251 Factory* factory = isolate->factory(); local
254 Handle<Script> script = factory->NewScript(factory->empty_string());
H A Dtest-constantpool.cc7 #include "src/factory.h"
34 Factory* factory = isolate->factory(); local
39 Handle<ConstantPoolArray> array = factory->NewConstantPoolArray(small);
53 Handle<Object> object = factory->NewHeapNumber(4.0, IMMUTABLE, TENURED);
75 Factory* factory = isolate->factory(); local
82 factory->NewExtendedConstantPoolArray(small, extended);
110 factory->NewHeapNumber(4.0, IMMUTABLE, TENURED);
116 factory
192 Factory* factory = isolate->factory(); local
212 Factory* factory = isolate->factory(); local
235 Factory* factory = isolate->factory(); local
274 Factory* factory = isolate->factory(); local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi.util_3.2.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/deqp/framework/egl/
H A DegluUtil.cpp445 const Factory* factory = registry.getFactoryByName(cmdLineArg); local
447 if (factory)
448 return *factory;
462 TCU_THROW(NotSupportedError, (string("No factory supporting EGL '") + objectTypeName + "' type").c_str());
470 const NativeWindowFactory& selectNativeWindowFactory (const NativeDisplayFactory& factory, const tcu::CommandLine& cmdLine) argument
472 return selectFactory(factory.getNativeWindowRegistry(), "window", cmdLine.getEGLWindowType());
475 const NativePixmapFactory& selectNativePixmapFactory (const NativeDisplayFactory& factory, const tcu::CommandLine& cmdLine) argument
477 return selectFactory(factory.getNativePixmapRegistry(), "pixmap", cmdLine.getEGLPixmapType());

Completed in 863 milliseconds

1234567891011>>