Searched refs:factory (Results 226 - 250 of 1257) sorted by relevance

1234567891011>>

/external/chromium_org/net/socket/
H A Dsocket_descriptor.cc30 void PlatformSocketFactory::SetInstance(PlatformSocketFactory* factory) { argument
31 g_socket_factory = factory;
/external/chromium_org/net/url_request/
H A Durl_request_filter.h45 URLRequest::ProtocolFactory* factory);
56 URLRequest::ProtocolFactory* factory);
/external/chromium_org/third_party/skia/bench/
H A DBenchmark.h18 static Benchmark* SK_MACRO_APPEND_LINE(factory)(void*) { code; } \
19 BenchRegistry SK_MACRO_APPEND_LINE(g_R_)(SK_MACRO_APPEND_LINE(factory)); \
H A DRecordingBench.cpp38 SkTileGridFactory factory(info);
45 fSrc->playback(recorder.beginRecording(w, h, fUseBBH ? &factory : NULL));
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrDitherEffect.cpp85 GLDitherEffect::GLDitherEffect(const GrBackendProcessorFactory& factory, argument
87 : INHERITED (factory) {
H A DGrSimpleTextureEffect.cpp18 GrGLSimpleTextureEffect(const GrBackendProcessorFactory& factory, const GrProcessor&) argument
19 : INHERITED (factory) {
/external/chromium_org/third_party/skia/tests/
H A DFloatingPointTextureTest.cpp28 DEF_GPUTEST(FloatingPointTextureTest, reporter, factory) {
56 context = factory->get(type);
H A DGpuDrawPathTest.cpp44 DEF_GPUTEST(GpuDrawPath, reporter, factory) {
50 GrContext* grContext = factory->get(glType);
H A DImageIsOpaqueTest.cpp34 DEF_GPUTEST(ImageIsOpaqueTest_GPU, reporter, factory) {
42 GrContext* context = factory->get(glCtxType);
/external/chromium_org/third_party/webrtc/base/
H A Dsslsocketfactory.h25 SslSocketFactory(SocketFactory* factory, const std::string& user_agent) argument
26 : factory_(factory), agent_(user_agent), autodetect_proxy_(true),
/external/chromium_org/v8/src/
H A Dallocation-site-scopes.cc16 InitializeTraversal(isolate()->factory()->NewAllocationSite());
24 scope_site = isolate()->factory()->NewAllocationSite();
H A Dlithium-codegen.h31 Factory* factory() const { return isolate()->factory(); } function in class:v8::internal::BASE_EMBEDDED
/external/chromium_org/v8/test/cctest/compiler/
H A Dfunction-tester.h165 return isolate->factory()->InternalizeUtf8String(string);
169 return isolate->factory()->NewNumber(value);
172 Handle<Object> infinity() { return isolate->factory()->infinity_value(); }
176 Handle<Object> nan() { return isolate->factory()->nan_value(); }
178 Handle<Object> undefined() { return isolate->factory()->undefined_value(); }
180 Handle<Object> null() { return isolate->factory()->null_value(); }
182 Handle<Object> true_value() { return isolate->factory()->true_value(); }
184 Handle<Object> false_value() { return isolate->factory()->false_value(); }
/external/guava/guava-tests/test/com/google/common/collect/
H A DNewCustomTableTest.java37 Supplier<TreeMap<Integer, Character>> factory
47 = Tables.newCustomTable(backingMap, factory);
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DThreadFactoryBuilderTest.java98 ThreadFactory factory = builder.setNameFormat(NAME_FORMAT).build();
101 factory.newThread(monitoredRunnable).getName());
106 ThreadFactory factory = builder.setDaemon(false).build();
107 Thread thread = factory.newThread(monitoredRunnable);
112 ThreadFactory factory = builder.setDaemon(true).build();
113 Thread thread = factory.newThread(monitoredRunnable);
119 ThreadFactory factory = builder.setPriority(i).build();
120 Thread thread = factory.newThread(monitoredRunnable);
/external/mockito/src/org/mockito/internal/creation/
H A DCglibMockMaker.java44 Factory factory = (Factory) mock;
45 Callback callback = factory.getCallback(0);
/external/proguard/src/proguard/obfuscate/
H A DDictionaryNameFactory.java47 * @param nameFactory the name factory from which names will be retrieved
124 * @param dictionaryNameFactory the dictionary name factory whose dictionary
126 * @param nameFactory the name factory from which names will be
160 // Return the next different name from the other name factory.
176 DictionaryNameFactory factory =
181 System.out.println("["+factory.nextName()+"]");
H A DSimpleNameFactory.java149 private static void printNameSamples(SimpleNameFactory factory, int count) argument
153 System.out.println(" ["+factory.nextName()+"]");
/external/skia/bench/
H A DBenchmark.h18 static Benchmark* SK_MACRO_APPEND_LINE(factory)(void*) { code; } \
19 BenchRegistry SK_MACRO_APPEND_LINE(g_R_)(SK_MACRO_APPEND_LINE(factory)); \
/external/skia/include/core/
H A DSkFlattenable.h74 /** Implement this to return a factory function pointer that can be called
92 Registrar(const char name[], Factory factory, Type type) { argument
93 SkFlattenable::Register(name, factory, type);
/external/skia/include/gpu/
H A DGrEffectUnitTest.h56 GrEffectTestFactory* factory = (*GetFactories())[idx]; local
57 return factory->fCreateProc(random, context, caps, dummyTextures);
/external/skia/src/effects/
H A DSkLumaColorFilter.cpp83 GLEffect(const GrBackendEffectFactory& factory, argument
85 : INHERITED(factory) {
/external/skia/src/gpu/effects/
H A DGrDitherEffect.cpp83 GLDitherEffect::GLDitherEffect(const GrBackendEffectFactory& factory, argument
85 : INHERITED (factory) {
H A DGrSimpleTextureEffect.cpp17 GrGLSimpleTextureEffect(const GrBackendEffectFactory& factory, const GrDrawEffect&) argument
18 : INHERITED (factory) {
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_download_manager_unittest.cc133 // Create and register factory.
134 net::TestURLFetcherFactory factory; local
236 net::TestURLFetcher* fetcher = factory.GetFetcherByID(1);
244 fetcher = factory.GetFetcherByID(2);
248 fetcher = factory.GetFetcherByID(0);
285 fetcher = factory.GetFetcherByID(3);
301 fetcher = factory.GetFetcherByID(3);
318 fetcher = factory.GetFetcherByID(4);
326 fetcher = factory.GetFetcherByID(4);
338 fetcher = factory
344 net::TestURLFetcherFactory factory; local
[all...]

Completed in 419 milliseconds

1234567891011>>