Searched refs:entity (Results 1 - 25 of 157) sorted by relevance

1234567

/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/bind/tuple/
H A DTupleTupleMarshalledKeyCreator.java32 * @param binding is the binding used for the tuple-tuple entity.
54 MarshalledTupleKeyEntity entity = (MarshalledTupleKeyEntity)
57 return entity.marshalSecondaryKey(keyName, indexKeyOutput);
64 MarshalledTupleKeyEntity entity = (MarshalledTupleKeyEntity)
66 if (entity.nullifyForeignKey(keyName)) {
67 binding.objectToData(entity, dataOutput);
H A DTupleTupleMarshalledBinding.java16 * <code>MarshalledTupleKeyEntity</code> interfaces of the entity class.
19 * interface to convert between the data entry and entity object. It calls the
21 * the key entry and the entity object. These two interfaces must both be
22 * implemented by the entity class.</p>
33 * <p>The given class is used to instantiate entity objects using
39 * @param cls is the class of the entity objects.
45 // The entity class will be used to instantiate the entity object.
60 // This "tricky" binding returns the stored data as the entity, but
73 MarshalledTupleKeyEntity entity
[all...]
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCDKeys.c69 CFStringRef entity)
77 entity));
96 CFStringRef entity)
98 if (entity == NULL) {
114 entity));
122 CFStringRef entity)
124 if (entity == NULL) {
140 entity));
67 SCDynamicStoreKeyCreateNetworkGlobalEntity(CFAllocatorRef allocator, CFStringRef domain, CFStringRef entity) argument
93 SCDynamicStoreKeyCreateNetworkInterfaceEntity(CFAllocatorRef allocator, CFStringRef domain, CFStringRef ifname, CFStringRef entity) argument
119 SCDynamicStoreKeyCreateNetworkServiceEntity(CFAllocatorRef allocator, CFStringRef domain, CFStringRef serviceID, CFStringRef entity) argument
H A DSCPreferencesPathKey.c70 CFStringRef entity)
74 if (entity == NULL) {
85 * create "/NetworkServices/service-id/entity"
92 entity);
130 CFStringRef entity)
133 * create "/Sets/set-id/Network/Global/entity"
142 entity);
150 CFStringRef entity)
153 * create "/Sets/set-id/Network/Interface/interface-name/entity"
163 entity);
68 SCPreferencesPathKeyCreateNetworkServiceEntity(CFAllocatorRef allocator, CFStringRef service, CFStringRef entity) argument
128 SCPreferencesPathKeyCreateSetNetworkGlobalEntity(CFAllocatorRef allocator, CFStringRef set, CFStringRef entity) argument
147 SCPreferencesPathKeyCreateSetNetworkInterfaceEntity(CFAllocatorRef allocator, CFStringRef set, CFStringRef ifname, CFStringRef entity) argument
204 SCPreferencesPathKeyCreateSetNetworkServiceEntity(CFAllocatorRef allocator, CFStringRef set, CFStringRef service, CFStringRef entity) argument
[all...]
H A DSCPreferencesPathKey.h68 CFStringRef entity
96 CFStringRef entity
106 CFStringRef entity
127 CFStringRef entity
H A DSCPPath.c78 getPath(SCPreferencesRef prefs, CFStringRef path, CFDictionaryRef *entity) argument
104 *entity = prefsPrivate->prefs;
159 *entity = value;
170 setPath(SCPreferencesRef prefs, CFStringRef path, CFDictionaryRef entity) argument
183 if ((entity != NULL) && !isA_CFDictionary(entity)) {
207 if (entity == NULL) {
213 prefsPrivate->prefs = CFDictionaryCreateMutableCopy(NULL, 0, entity);
301 if (entity != NULL) {
302 newEntity = CFRetain(entity);
351 CFDictionaryRef entity; local
398 CFDictionaryRef entity; local
428 CFDictionaryRef entity; local
495 CFDictionaryRef entity; local
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/bind/serial/
H A DTupleSerialMarshalledBinding.java17 * <code>MarshalledTupleKeyEntity</code> interface of the entity class.
20 * entity class to convert between the key/data entry and entity object.</p>
22 * <p> The binding is "tricky" in that it uses the entity class for both the
23 * stored data entry and the combined entity object. To do this, the entity's
53 * the entity object.
63 /* Creates the entity by combining the stored key and data.
64 * This "tricky" binding returns the stored data as the entity, but
67 MarshalledTupleKeyEntity entity
[all...]
H A DTupleSerialMarshalledKeyCreator.java31 * @param binding is the binding used for the tuple-serial entity.
60 MarshalledTupleKeyEntity entity = (MarshalledTupleKeyEntity)
63 return entity.marshalSecondaryKey(keyName, indexKeyOutput);
69 MarshalledTupleKeyEntity entity = (MarshalledTupleKeyEntity)
72 return entity.nullifyForeignKey(keyName) ? dataInput : null;
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/collections/ship/entity/
H A DShipmentData.java9 package collections.ship.entity;
15 * entity.
H A DPartKey.java9 package collections.ship.entity;
14 * A PartKey serves as the key in the key/data pair for a part entity.
H A DShipmentKey.java9 package collections.ship.entity;
14 * A ShipmentKey serves as the key in the key/data pair for a shipment entity.
H A DSupplierKey.java9 package collections.ship.entity;
14 * A SupplierKey serves as the key in the key/data pair for a supplier entity.
H A DWeight.java9 package collections.ship.entity;
H A DShipment.java9 package collections.ship.entity;
12 * A Shipment represents the combined key/data pair for a shipment entity.
H A DSupplierData.java9 package collections.ship.entity;
15 * entity.
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DPersistEntityBinding.java18 * A persistence entity binding for a given entity class.
30 * Creates a key binding for a given entity class.
40 ("Not an entity class: " + entityClassName);
63 * Creates the instance, reads the entity key first to track visited
64 * entities correctly, then reads the data and returns the entity.
66 * This is a special case of EntityInput.readObject for a top level entity.
70 * - The resulting entity is not added to the visited object set; entities
71 * cannot be referenced by another (or the same) entity.
87 Object entity
92 objectToData(Object entity, DatabaseEntry data) argument
107 writeEntity(Format format, Catalog catalog, Object entity, DatabaseEntry data, boolean rawAccess) argument
118 objectToKey(Object entity, DatabaseEntry key) argument
136 getValidFormat(Object entity) argument
[all...]
H A DPersistKeyAssigner.java45 public boolean assignPrimaryKey(Object entity, DatabaseEntry key) argument
54 * the entity object.
56 if (entityFormat.isPriKeyNullOrZero(entity, rawAccess)) {
64 entityFormat.getReader().readPriKey(entity, input, rawAccess);
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dppp_utils.h30 CFStringRef entity, CFStringRef property, u_char *str, u_int16_t maxlen);
32 CFStringRef entity, CFStringRef property);
34 CFStringRef entity, CFStringRef property, u_int32_t *outval);
36 CFStringRef entity, CFStringRef property, u_int32_t *outval);
40 CFDictionaryRef copyEntity(CFStringRef domain, CFStringRef serviceID, CFStringRef entity);
41 int existEntity(CFStringRef domain, CFStringRef serviceID, CFStringRef entity);
46 void AddNumberFromState(CFStringRef serviceID, CFStringRef entity, CFStringRef property, CFMutableDictionaryRef dict);
47 void AddStringFromState(CFStringRef serviceID, CFStringRef entity, CFStringRef property, CFMutableDictionaryRef dict);
H A Dppp_option.h112 u_long get_addr_option (struct service *serv, CFStringRef entity, CFStringRef property,
114 u_long get_int_option (struct service *serv, CFStringRef entity, CFStringRef property,
116 int get_str_option (struct service *serv, CFStringRef entity, CFStringRef property,
118 CFTypeRef get_cf_option (CFStringRef entity, CFStringRef property, CFTypeID type,
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/
H A DPrimaryIndex.java32 * The primary index for an entity class and its primary key.
38 * key type (PK) to the entity type (E).</p>
40 * <p>The {@link Entity} annotation may be used to define an entity class and
61 * <p>To obtain the {@code PrimaryIndex} for a given entity class, call {@link
63 * primary key class and the entity class. For example:</p>
79 * for the instances of a particular entity class. Entities are inserted and
81 * {@link #put} methods. The {@link #put} method will insert the entity if no
82 * entity with the same primary key already exists. If an entity with the same
83 * primary key does exist, it will update the entity an
312 put(E entity) argument
334 put(Transaction txn, E entity) argument
399 putNoReturn(E entity) argument
420 putNoReturn(Transaction txn, E entity) argument
446 putNoOverwrite(E entity) argument
468 putNoOverwrite(Transaction txn, E entity) argument
485 assignKey(E entity, DatabaseEntry keyEntry) argument
[all...]
/macosx-10.10.1/apr-32/apr-util/apr-util/include/
H A Dapr_rmm.h92 * @param entity The memory allocation to realloc
95 APU_DECLARE(apr_rmm_off_t) apr_rmm_realloc(apr_rmm_t *rmm, void *entity, apr_size_t reqsize);
107 * @param entity The memory allocation to free
109 APU_DECLARE(apr_status_t) apr_rmm_free(apr_rmm_t *rmm, apr_rmm_off_t entity);
114 * @param entity The memory allocation to free
117 APU_DECLARE(void *) apr_rmm_addr_get(apr_rmm_t *rmm, apr_rmm_off_t entity);
122 * @param entity The physical address to convert to an offset
124 APU_DECLARE(apr_rmm_off_t) apr_rmm_offset_get(apr_rmm_t *rmm, void *entity);
/macosx-10.10.1/ppp-786.1.1/Helpers/vpnd/
H A Dcf_utils.h35 int get_array_option(CFPropertyListRef options, CFStringRef entity, CFStringRef property, CFIndex index,
38 void get_str_option (CFPropertyListRef options, CFStringRef entity, CFStringRef property,
41 CFStringRef get_cfstr_option (CFPropertyListRef options, CFStringRef entity, CFStringRef property);
43 void get_int_option (CFPropertyListRef options, CFStringRef entity, CFStringRef property,
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-CoreData/PyObjCTest/
H A Dtest_managedkvo.py14 self.entity = CoreData.NSEntityDescription.new()
15 self.entity.setName_('TestEntity')
21 self.entity.setProperties_([self.attribute])
24 self.managedObjectModel.setEntities_([self.entity])
33 managedObject = CoreData.NSManagedObject.alloc().initWithEntity_insertIntoManagedObjectContext_(self.entity, self.managedObjectContext)
55 managedObject = CoreData.NSManagedObject.alloc().initWithEntity_insertIntoManagedObjectContext_(self.entity, self.managedObjectContext)
71 self.entity = CoreData.NSEntityDescription.new()
72 self.entity.setName_('TestObject')
73 self.entity.setManagedObjectClassName_('CoreDataTestObject')
79 self.entity
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-CoreData/PyObjCTest/
H A Dtest_managedkvo.py20 self.entity = CoreData.NSEntityDescription.new()
21 self.entity.setName_('TestEntity')
27 self.entity.setProperties_([self.attribute])
30 self.managedObjectModel.setEntities_([self.entity])
39 managedObject = CoreData.NSManagedObject.alloc().initWithEntity_insertIntoManagedObjectContext_(self.entity, self.managedObjectContext)
61 managedObject = CoreData.NSManagedObject.alloc().initWithEntity_insertIntoManagedObjectContext_(self.entity, self.managedObjectContext)
77 self.entity = CoreData.NSEntityDescription.new()
78 self.entity.setName_('TestObject')
79 self.entity.setManagedObjectClassName_('CoreDataTestObject')
85 self.entity
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-CoreData-2.5.1/PyObjCTest/
H A Dtest_managedkvo.py20 self.entity = CoreData.NSEntityDescription.new()
21 self.entity.setName_('TestEntity')
27 self.entity.setProperties_([self.attribute])
30 self.managedObjectModel.setEntities_([self.entity])
39 managedObject = CoreData.NSManagedObject.alloc().initWithEntity_insertIntoManagedObjectContext_(self.entity, self.managedObjectContext)
61 managedObject = CoreData.NSManagedObject.alloc().initWithEntity_insertIntoManagedObjectContext_(self.entity, self.managedObjectContext)
77 self.entity = CoreData.NSEntityDescription.new()
78 self.entity.setName_('TestObject')
79 self.entity.setManagedObjectClassName_('CoreDataTestObject')
85 self.entity
[all...]

Completed in 374 milliseconds

1234567