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

1234567891011>>

/external/chromium_org/net/dns/
H A Ddns_socket_pool.h33 ClientSocketFactory* factory);
36 // preallocated, allocation requests are satisfied by calling the factory
39 ClientSocketFactory* factory);
43 // used when constructing sockets with the factory.
53 // available to reuse and the factory fails to produce a socket (or produces
64 // Creates a StreamSocket from the factory for a transaction over TCP. These
/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/libjingle/source/talk/base/
H A Dsslsocketfactory.h42 SslSocketFactory(SocketFactory* factory, const std::string& user_agent) argument
43 : factory_(factory), agent_(user_agent), autodetect_proxy_(true),
/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)); \
/external/chromium_org/third_party/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/chromium_org/third_party/skia/include/gpu/
H A DGrEffectUnitTest.h56 GrEffectTestFactory* factory = (*GetFactories())[idx]; local
57 return factory->fCreateProc(random, context, caps, dummyTextures);
/external/chromium_org/third_party/skia/src/effects/
H A DSkLumaColorFilter.cpp83 GLEffect(const GrBackendEffectFactory& factory, argument
85 : INHERITED(factory) {
/external/chromium_org/third_party/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/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/tools/telemetry/telemetry/core/platform/
H A Dposix_platform_backend_unittest.py9 from telemetry.core.platform import factory namespace
56 backend = factory.GetPlatformBackendForCurrentOS()
/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.h29 Factory* factory() const { return isolate()->factory(); } function in class:v8::internal::BASE_EMBEDDED
/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) {

Completed in 503 milliseconds

1234567891011>>