HomeSort by relevance Sort by last modified time
    Searched refs:factory (Results 1 - 25 of 2767) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/misc/common/swig/include/2.0.11/octave/
factory.i 1 %include <typemaps/factory.swg>
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
factory.i 1 %include <typemaps/factory.swg>
  /prebuilts/misc/common/swig/include/2.0.11/python/
factory.i 1 %include <typemaps/factory.swg>
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
factory.i 1 %include <typemaps/factory.swg>
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
factory.i 1 %include <typemaps/factory.swg>
  /external/chromium_org/third_party/skia/tests/
GrContextFactoryTest.cpp 13 DEF_GPUTEST(GrContextFactory, reporter, factory) {
15 factory->destroyContexts();
19 NULL == factory->getGLContext(GrContextFactory::kNull_GLContextType));
22 factory->get(GrContextFactory::kNull_GLContextType);
24 factory->getGLContext(GrContextFactory::kNull_GLContextType) != NULL);
29 NULL == factory->getGLContext(GrContextFactory::kDebug_GLContextType));
GLInterfaceValidationTest.cpp 15 DEF_GPUTEST(GLInterfaceValidation, reporter, factory) {
18 // this forces the factory to make the context if it hasn't yet
19 factory->get(glCtxType);
20 SkGLContextHelper* glCtxHelper = factory->getGLContext(glCtxType);
25 factory->getGLContext(GrContextFactory::kNative_GLContextType) &&
26 !factory->getGLContext(GrContextFactory::kNative_GLContextType)->hasExtension("GL_NV_path_rendering")) {
  /external/skia/tests/
GrContextFactoryTest.cpp 13 DEF_GPUTEST(GrContextFactoryTest, reporter, factory) {
15 factory->destroyContexts();
19 NULL == factory->getGLContext(GrContextFactory::kNative_GLContextType));
22 factory->get(GrContextFactory::kNative_GLContextType);
24 factory->getGLContext(GrContextFactory::kNative_GLContextType) != NULL);
29 NULL == factory->getGLContext(GrContextFactory::kNull_GLContextType));
GLInterfaceValidationTest.cpp 15 DEF_GPUTEST(GLInterfaceValidation, reporter, factory) {
18 // this forces the factory to make the context if it hasn't yet
19 factory->get(glCtxType);
20 SkGLContextHelper* glCtxHelper = factory->getGLContext(glCtxType);
25 NULL != factory->getGLContext(GrContextFactory::kNative_GLContextType) &&
26 !factory->getGLContext(GrContextFactory::kNative_GLContextType)->hasExtension("GL_NV_path_rendering")) {
  /external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher_factory_unittest.cc 14 DhcpProxyScriptFetcherFactory factory; local
15 factory.set_enabled(false);
16 scoped_ptr<DhcpProxyScriptFetcher> fetcher(factory.Create(NULL));
22 DhcpProxyScriptFetcherFactory factory; local
23 factory.set_enabled(true);
26 scoped_ptr<DhcpProxyScriptFetcher> fetcher(factory.Create(context.get()));
40 DhcpProxyScriptFetcherFactory factory; local
42 EXPECT_TRUE(factory.enabled());
44 EXPECT_FALSE(factory.enabled());
47 factory.set_enabled(false)
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/
DocumentBuilderSettingStrategy.java 38 DocumentBuilderFactory factory,
41 public abstract boolean hasSetting(DOMTestDocumentBuilderFactory factory);
45 public void applySetting(DocumentBuilderFactory factory, boolean value)
47 factory.setCoalescing(value);
50 public boolean hasSetting(DOMTestDocumentBuilderFactory factory) {
51 return factory.isCoalescing();
59 public void applySetting(DocumentBuilderFactory factory, boolean value)
61 factory.setExpandEntityReferences(value);
64 public boolean hasSetting(DOMTestDocumentBuilderFactory factory) {
65 return factory.isExpandEntityReferences()
    [all...]
DOMTestSuite.java 49 * @param factory may not be null
51 protected DOMTestSuite(DOMTestDocumentBuilderFactory factory) {
52 super(factory);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentBuilderSettingStrategy.java 19 public abstract void applySetting(DocumentBuilderFactory factory,
22 public abstract boolean hasSetting(DOMDocumentBuilderFactory factory);
25 public void applySetting(DocumentBuilderFactory factory,
27 factory.setCoalescing(value);
30 public boolean hasSetting(DOMDocumentBuilderFactory factory) {
31 return factory.isCoalescing();
37 public void applySetting(DocumentBuilderFactory factory, boolean value) {
38 factory.setExpandEntityReferences(value);
41 public boolean hasSetting(DOMDocumentBuilderFactory factory) {
42 return factory.isExpandEntityReferences()
    [all...]
  /external/chromium_org/base/message_loop/
message_loop_test.h 14 // RUN_MESSAGE_LOOP_TESTS(UI, factory). Factory is a function called to create
21 void RunTest_PostTask(MessagePumpFactory factory);
22 void RunTest_PostDelayedTask_Basic(MessagePumpFactory factory);
23 void RunTest_PostDelayedTask_InDelayOrder(MessagePumpFactory factory);
24 void RunTest_PostDelayedTask_InPostOrder(MessagePumpFactory factory);
25 void RunTest_PostDelayedTask_InPostOrder_2(MessagePumpFactory factory);
26 void RunTest_PostDelayedTask_InPostOrder_3(MessagePumpFactory factory);
27 void RunTest_PostDelayedTask_SharedTimer(MessagePumpFactory factory);
28 void RunTest_EnsureDeletion(MessagePumpFactory factory);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
native_browser_frame_factory.cc 11 NativeBrowserFrameFactory* factory = NULL; member in namespace:__anon9910
19 if (!factory)
20 factory = new NativeBrowserFrameFactory;
21 return factory->Create(browser_frame, browser_view);
26 delete factory;
27 factory = new_factory;
  /external/chromium_org/chrome/browser/resources/options/
factory_reset_overlay.css 5 #factory-reset-overlay {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformanceResultsPerspective.java 22 private IPageLayout factory; field in class:PerformanceResultsPerspective
29 this.factory = layout;
40 this.factory.createFolder(
44 this.factory.getEditorArea());
49 this.factory.createFolder(
53 this.factory.getEditorArea());
59 this.factory.createFolder(
63 this.factory.getEditorArea());
66 this.factory.setEditorAreaVisible(false);
  /external/chromium_org/content/renderer/
renderer_font_platform_win.h 13 IDWriteFontCollection* GetCustomFontCollection(IDWriteFactory* factory);
  /external/chromium_org/third_party/skia/src/core/
SkImageGeneratorPriv.h 30 * @param factory If not NULL, this object will be used as a
37 SkDiscardableMemory::Factory* factory);
  /external/skia/src/core/
SkImageGeneratorPriv.h 30 * @param factory If not NULL, this object will be used as a
37 SkDiscardableMemory::Factory* factory);
  /external/chromium_org/cc/surfaces/
surface_unittest.cc 16 SurfaceFactory factory(&manager, NULL);
20 factory.Create(surface_id, gfx::Size(5, 5));
22 factory.Destroy(surface_id);
  /external/chromium_org/crypto/
ec_signature_creator.cc 27 ECSignatureCreatorFactory* factory) {
28 // We should always clear the factory after each test to avoid
30 DCHECK(!g_factory_ || !factory);
31 g_factory_ = factory;
  /external/chromium_org/third_party/webrtc/base/
referencecountedsingletonfactory_unittest.cc 42 ReferenceCountedSingletonFactory<MyExistenceWatcher> *factory) {
43 rcsf_ptr<MyExistenceWatcher> ptr(factory);
49 TestReferenceCountedSingletonFactory factory; local
51 DoCreateAndGoOutOfScope(&factory);
56 TestReferenceCountedSingletonFactory factory; local
57 rcsf_ptr<MyExistenceWatcher> ptr(&factory);
60 DoCreateAndGoOutOfScope(&factory);
65 TestReferenceCountedSingletonFactory factory; local
66 rcsf_ptr<MyExistenceWatcher> one(&factory), two(&factory);
72 TestReferenceCountedSingletonFactory factory; local
83 TestReferenceCountedSingletonFactory factory; local
93 TestReferenceCountedSingletonFactory factory; local
103 TestReferenceCountedSingletonFactory factory; local
119 TestReferenceCountedSingletonFactory factory; local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFA.java 44 /** Which factory created this NFA? */
45 protected NFAFactory factory = null; field in class:NFA
66 return factory;
69 public void setFactory(NFAFactory factory) {
70 this.factory = factory;
  /external/chromium_org/google_apis/gcm/engine/
connection_factory_impl_unittest.cc 105 // A connection factory that stubs out network requests and overrides the
267 TestConnectionFactoryImpl* factory() { return &factory_; } function in class:gcm::ConnectionFactoryImplTest
291 factory()->SetConnectionListener(this);
292 factory()->Initialize(
322 ConnectionHandler* handler = factory()->GetConnectionHandler();
324 EXPECT_FALSE(factory()->IsEndpointReachable());
330 factory()->SetConnectResult(net::OK);
331 factory()->Connect();
332 EXPECT_TRUE(factory()->NextRetryAttempt().is_null());
333 EXPECT_EQ(factory()->GetCurrentEndpoint(), BuildEndpoints()[0])
    [all...]

Completed in 643 milliseconds

1 2 3 4 5 6 7 8 91011>>