Searched refs:factory (Results 1 - 25 of 129) sorted by relevance

123456

/macosx-10.9.5/swig-10/Lib/octave/
H A Dfactory.i1 %include <typemaps/factory.swg>
/macosx-10.9.5/swig-10/Lib/perl5/
H A Dfactory.i1 %include <typemaps/factory.swg>
/macosx-10.9.5/swig-10/Lib/python/
H A Dfactory.i1 %include <typemaps/factory.swg>
/macosx-10.9.5/swig-10/Lib/ruby/
H A Dfactory.i1 %include <typemaps/factory.swg>
/macosx-10.9.5/swig-10/Lib/tcl/
H A Dfactory.i1 %include <typemaps/factory.swg>
/macosx-10.9.5/CF-855.17/
H A DCFPlugIn_Factory.c50 static void _CFPFactoryDeallocate(CFTypeRef factory);
76 static void _CFPFactoryAddToTable(_CFPFactoryRef factory) { argument
77 __CFSpinLock(&factory->_lock);
78 CFUUIDRef uuid = (CFUUIDRef)CFRetain(factory->_uuid);
79 CFRetain(factory);
80 __CFSpinUnlock(&factory->_lock);
87 CFDictionarySetValue(_factoriesByFactoryID, uuid, factory);
91 CFRelease(factory);
94 static void _CFPFactoryRemoveFromTable(_CFPFactoryRef factory) { argument
95 __CFSpinLock(&factory
121 _CFPFactoryRef factory = (_CFPFactoryRef)ty; local
140 _CFPFactoryRef factory; local
157 _CFPFactoryRef factory = _CFPFactoryCommonCreate(allocator, factoryID); local
169 _CFPFactoryRef factory = _CFPFactoryCommonCreate(allocator, factoryID); local
181 _CFPFactoryCopyFactoryID(_CFPFactoryRef factory) argument
189 _CFPFactoryCopyPlugIn(_CFPFactoryRef factory) argument
197 _CFPFactoryCreateInstance(CFAllocatorRef allocator, _CFPFactoryRef factory, CFUUIDRef typeID) argument
222 _CFPFactoryDisable(_CFPFactoryRef factory) argument
229 _CFPFactoryFlushFunctionCache(_CFPFactoryRef factory) argument
237 _CFPFactoryAddType(_CFPFactoryRef factory, CFUUIDRef typeID) argument
258 _CFPFactoryRemoveType(_CFPFactoryRef factory, CFUUIDRef typeID) argument
282 _CFPFactorySupportsType(_CFPFactoryRef factory, CFUUIDRef typeID) argument
305 _CFPFactoryAddInstance(_CFPFactoryRef factory) argument
318 _CFPFactoryRemoveInstance(_CFPFactoryRef factory) argument
[all...]
H A DCFPlugIn_Factory.h42 extern CFUUIDRef _CFPFactoryCopyFactoryID(_CFPFactoryRef factory);
43 extern CFPlugInRef _CFPFactoryCopyPlugIn(_CFPFactoryRef factory);
45 extern void *_CFPFactoryCreateInstance(CFAllocatorRef allocator, _CFPFactoryRef factory, CFUUIDRef typeID);
46 extern void _CFPFactoryDisable(_CFPFactoryRef factory);
48 extern void _CFPFactoryFlushFunctionCache(_CFPFactoryRef factory);
50 extern void _CFPFactoryAddType(_CFPFactoryRef factory, CFUUIDRef typeID);
51 extern void _CFPFactoryRemoveType(_CFPFactoryRef factory, CFUUIDRef typeID);
53 extern Boolean _CFPFactorySupportsType(_CFPFactoryRef factory, CFUUIDRef typeID);
56 /* These methods are called by CFPlugInInstance when an instance is created or destroyed. If a factory's instance count goes to 0 and the factory ha
[all...]
H A DCFPlugIn.c70 _CFPFactoryRef factory; local
73 factory = (_CFPFactoryRef )CFArrayGetValueAtIndex(array, i);
74 CFPlugInRef factoryPlugIn = _CFPFactoryCopyPlugIn(factory);
76 CFUUIDRef factoryId = _CFPFactoryCopyFactoryID(factory);
88 _CFPFactoryRef factory = _CFPFactoryFind(factoryID, true); local
90 if (!factory) {
91 /* MF:!!! No such factory. */
92 CFLog(__kCFLogPlugIn, CFSTR("Cannot find factory %@"), factoryID);
94 if (!_CFPFactorySupportsType(factory, typeID)) {
98 result = _CFPFactoryCreateInstance(allocator, factory, typeI
125 _CFPFactoryRef factory = _CFPFactoryFind(factoryID, true); local
136 _CFPFactoryRef factory = _CFPFactoryFind(factoryID, true); local
147 _CFPFactoryRef factory = _CFPFactoryFind(factoryID, true); local
163 _CFPFactoryRef factory = _CFPFactoryFind(factoryID, true); local
173 _CFPFactoryRef factory = _CFPFactoryFind(factoryID, true); local
[all...]
H A DCFPlugIn_Instance.c37 _CFPFactoryRef factory; member in struct:__CFPlugInInstance
67 if (instance->factory) _CFPFactoryRemoveInstance(instance->factory);
97 instance->factory = _CFPFactoryFind((CFUUIDRef)factoryName, true);
98 if (instance->factory) _CFPFactoryAddInstance(instance->factory);
118 // This function leaks, but it's the only safe way to access the factory name (on 10.8 or later).
120 CFUUIDRef factoryId = _CFPFactoryCopyFactoryID(instance->factory);
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/
H A Dosxshim.c18 bool SOSKeychainAccountSetFactoryForAccount(AccountDataSourceFactoryBlock factory);
20 bool SOSKeychainAccountSetFactoryForAccount(AccountDataSourceFactoryBlock factory) argument
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/collections/ship/factory/
H A DSampleViews.java9 package collections.ship.factory;
38 TupleSerialFactory factory = db.getFactory();
45 factory.newSortedMap(db.getPartDatabase(),
48 factory.newSortedMap(db.getSupplierDatabase(),
51 factory.newSortedMap(db.getShipmentDatabase(),
54 factory.newSortedMap(db.getShipmentByPartDatabase(),
57 factory.newSortedMap(db.getShipmentBySupplierDatabase(),
60 factory.newSortedMap(db.getSupplierByCityDatabase(),
H A DWeight.java9 package collections.ship.factory;
H A DSampleDatabase.java9 package collections.ship.factory;
51 private TupleSerialFactory factory; field in class:SampleDatabase
86 factory = new TupleSerialFactory(javaCatalog);
113 secConfig.setKeyCreator(factory.getKeyCreator(Supplier.class,
121 secConfig.setKeyCreator(factory.getKeyCreator(Shipment.class,
129 secConfig.setKeyCreator(factory.getKeyCreator(Shipment.class,
138 * Return the tuple-serial factory.
142 return factory;
H A DPartKey.java9 package collections.ship.factory;
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Duobjtest.h31 * @param factory String version of obj, for exanple "new UFoo(1,3,4)". NULL if object is abstract.
36 const char *className, const char *factory,
40 const char *className, const char *factory);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/coordinated/
H A DCoordinatedSurface.cpp35 void CoordinatedSurface::setFactory(CoordinatedSurface::Factory factory) argument
37 s_factory = factory;
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebKitCOMAPI.cpp60 COMPtr<IClassFactory>& factory = result.iterator->value; local
61 if (result.isNewEntry && FAILED(DllGetClassObject(clsid, __uuidof(factory), reinterpret_cast<void**>(&factory))))
62 factory = 0;
64 return factory;
69 COMPtr<IClassFactory> factory = classFactory(rclsid); local
70 if (!factory)
73 return factory->CreateInstance(pUnkOuter, riid, ppvObject);
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DGrammar.pm39 my ($factory, $rawstart);
129 # update method to set package-scoped $factory lexical
132 $factory = $new_factory;
5213 { $factory->template($_[1]) }
5219 { $factory->block($_[1]) }
5225 { $factory->block() }
5244 { $factory->textblock($_[1]) }
5282 { $factory->get($_[1]) }
5297 { $factory->set($_[1]) }
5321 { $factory
[all...]
H A DPlugins.pm70 # appropriate factory object or class name. If undefined, the _load()
71 # method is called to attempt to load the module and return a factory
75 # then called against the factory class name or prototype object to
77 # list reference as the second parameter. e.g. where $factory is the
79 # $factory->new(...), equivalent to MyClass->new(...) . Where
80 # $factory is a prototype object, the new() method is called as an
90 my ($factory, $plugin, $error);
107 $factory = $self->{ FACTORY }->{ $name } ||= do {
108 ($factory, $error) = $self->_load($name, $context);
109 return ($factory,
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DGrammar.pm39 my ($factory, $rawstart);
129 # update method to set package-scoped $factory lexical
132 $factory = $new_factory;
5213 { $factory->template($_[1]) }
5219 { $factory->block($_[1]) }
5225 { $factory->block() }
5244 { $factory->textblock($_[1]) }
5282 { $factory->get($_[1]) }
5297 { $factory->set($_[1]) }
5321 { $factory
[all...]
H A DPlugins.pm70 # appropriate factory object or class name. If undefined, the _load()
71 # method is called to attempt to load the module and return a factory
75 # then called against the factory class name or prototype object to
77 # list reference as the second parameter. e.g. where $factory is the
79 # $factory->new(...), equivalent to MyClass->new(...) . Where
80 # $factory is a prototype object, the new() method is called as an
90 my ($factory, $plugin, $error);
107 $factory = $self->{ FACTORY }->{ $name } ||= do {
108 ($factory, $error) = $self->_load($name, $context);
109 return ($factory,
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/serial/
H A DTupleSerialFactoryTest.java67 private TupleSerialFactory factory; field in class:TupleSerialFactoryTest
133 factory = null;
158 factory = new TupleSerialFactory(catalog);
159 assertSame(catalog, factory.getCatalog());
163 index1 = openSecondaryDb(factory, "1", store1, "index1.db", null);
164 index2 = openSecondaryDb(factory, "2", store2, "index2.db", store1);
178 private SecondaryDatabase openSecondaryDb(TupleSerialFactory factory, argument
189 secConfig.setKeyCreator(factory.getKeyCreator(MarshalledObject.class,
205 storeMap1 = factory.newSortedMap(store1, String.class,
207 storeMap2 = factory
[all...]
/macosx-10.9.5/swig-10/Lib/typemaps/
H A Dfactory.swg2 Implement a more natural wrap for factory methods, for example, if
44 You can use the %factory with the Geometry::create method as follows:
47 %factory(Geometry *Geometry::create, Point, Circle);
59 use %factory inside a namespace declaration, ie, instead of
62 %factory(Geometry *Geometry::create, Point, Circle);
67 %factory(Foo::Geometry *Foo::Geometry::create, Foo::Point, Foo::Circle);
81 %define %factory(Method,Types...)
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/
H A DForeignKeyTest.java81 private TupleSerialFactory factory; field in class:ForeignKeyTest
142 factory = null;
165 factory = new TupleSerialFactory(catalog);
166 assertSame(catalog, factory.getCatalog());
170 index1 = openSecondaryDb(factory, "1", store1, "index1.db", null);
171 index2 = openSecondaryDb(factory, "2", store2, "index2.db", store1);
185 private SecondaryDatabase openSecondaryDb(TupleSerialFactory factory, argument
193 factory.getKeyCreator(MarshalledObject.class, keyName);
215 storeMap1 = factory.newMap(store1, String.class,
217 storeMap2 = factory
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/antlr2/src/
H A DCharScanner.cpp28 setTokenObjectFactory(&CommonToken::factory);
40 setTokenObjectFactory(&CommonToken::factory);
52 setTokenObjectFactory(&CommonToken::factory);

Completed in 195 milliseconds

123456