Searched refs:object (Results 126 - 150 of 2072) sorted by relevance

1234567891011>>

/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/bind/tuple/
H A DLongBinding.java39 public void objectToEntry(Object object, TupleOutput output) { argument
41 output.writeLong(((Number) object).longValue());
45 protected TupleOutput getTupleOutput(Object object) { argument
75 * Returns a tuple output object of the exact size needed, to avoid
H A DShortBinding.java39 public void objectToEntry(Object object, TupleOutput output) { argument
41 output.writeShort(((Number) object).shortValue());
45 protected TupleOutput getTupleOutput(Object object) { argument
75 * Returns a tuple output object of the exact size needed, to avoid
H A DSortedDoubleBinding.java50 public void objectToEntry(Object object, TupleOutput output) { argument
52 output.writeSortedDouble(((Number) object).doubleValue());
56 protected TupleOutput getTupleOutput(Object object) { argument
H A DSortedFloatBinding.java50 public void objectToEntry(Object object, TupleOutput output) { argument
52 output.writeSortedFloat(((Number) object).floatValue());
56 protected TupleOutput getTupleOutput(Object object) { argument
H A DBigIntegerBinding.java27 public void objectToEntry(Object object, TupleOutput output) { argument
29 output.writeBigInteger((BigInteger) object);
33 protected TupleOutput getTupleOutput(Object object) { argument
35 return sizedOutput((BigInteger) object);
63 * Returns a tuple output object of the exact size needed, to avoid
H A DStringBinding.java37 public void objectToEntry(Object object, TupleOutput output) { argument
39 output.writeString((String) object);
43 protected TupleOutput getTupleOutput(Object object) { argument
45 return sizedOutput((String) object);
73 * Returns a tuple output object of the exact size needed, to avoid
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DNumberObject.cpp48 NumberObject* object = NumberObject::create(exec->vm(), globalObject->numberObjectStructure()); local
49 object->setInternalValue(exec->vm(), number);
50 return object;
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/Exceptions/
H A Dexpression-002.js7 Try to access properties of an object whose value is undefined.
45 "Get the value of an object whose value is undefined "+
52 function Property( object, value, string, number ) {
53 this.object = object;
H A Dexpression-003.js7 Try to access properties of an object whose value is undefined.
40 "Get the toString value of an object whose value is undefined "+
47 function Property( object, value, string, number ) {
48 this.object = object;
H A Dexpression-004.js34 "Get the toString value of an object whose value is null "+
41 function Property( object, value, string, number ) {
42 this.object = object;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/slapi/
H A Dslapi_ext.c56 /* per-object state */
61 static int get_extension_block(int objecttype, void *object, struct slapi_extension_block **eblock, void **parent) argument
65 *eblock = ((Connection *)object)->c_extensions;
69 *eblock = ((Operation *)object)->o_hdr->oh_extensions;
70 *parent = ((Operation *)object)->o_conn;
98 int objecttype, void *object, void *parent,
112 eblock->extensions[extensionhandle] = (*constructor)( object, parent );
118 static void free_extension(struct slapi_extension_block *eblock, int objecttype, void *object, void *parent, int extensionhandle ) argument
129 (*destructor)( eblock->extensions[extensionhandle], object, parent );
135 void *slapi_get_object_extension(int objecttype, void *object, in argument
97 new_extension(struct slapi_extension_block *eblock, int objecttype, void *object, void *parent, int extensionhandle ) argument
151 slapi_set_object_extension(int objecttype, void *object, int extensionhandle, void *extension) argument
226 slapi_int_create_object_extensions(int objecttype, void *object) argument
275 slapi_int_free_object_extensions(int objecttype, void *object) argument
312 slapi_int_clear_object_extensions(int objecttype, void *object) argument
[all...]
/macosx-10.10.1/Security-57031.1.35/Keychain/
H A Dutilities.c34 bool testPutObjectInCloud(CFStringRef key, CFTypeRef object, CFErrorRef *error, dispatch_group_t dgroup, dispatch_queue_t processQueue) argument
37 secerror("testPutObjectInCloud: key: %@, %@", key, object);
38 CFDictionaryRef objects = CFDictionaryCreateForCFTypes(kCFAllocatorDefault, key, object, NULL);
/macosx-10.10.1/libauto-186/tests/
H A Dresurrect_memcpy_ok.m30 id object;
43 object = [[NSObject alloc] init];
50 if (!objc_is_finalized(object)) {
51 printf("inner object not garbage, can't do test\n");
54 objc_memmove_collectable(&string, &self->object, sizeof(void *));
61 if (!objc_is_finalized(object)) {
62 printf("inner object not garbage, can't do test\n");
65 objc_memmove_collectable(&string, &self->object, sizeof(void *));
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Object/
H A DError.h20 namespace object { namespace in namespace:llvm
42 } // end namespace object.
44 template <> struct is_error_code_enum<object::object_error> : true_type { };
46 template <> struct is_error_code_enum<object::object_error::_> : true_type { };
/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOAppleLabelScheme.cpp46 // Initialize this object's minimal state.
67 // Free all of this object's outstanding resources.
99 // Publish the new media object which represents our content.
110 // Attach and register the new media object representing our content.
124 // Clean up after the media object we published before terminating.
264 // Create a media object to represent the content.
310 OSObject * object = 0; local
314 object = properties->getObject(kIOMediaBaseKey);
316 if ( OSDynamicCast(OSNumber, object) )
318 contentBase = ((OSNumber *) object)
354 OSObject * object = 0; local
[all...]
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/DLLX/
H A DDNSSDService.cpp186 CComObject<CDNSSDService> * object = NULL; local
210 object = new CComObject<CDNSSDService>();
218 object = NULL;
224 require_action( object != NULL, exit, err = kDNSServiceErr_NoMemory );
226 object->AddRef();
232 err = DNSServiceEnumerateDomains( &subord, flags | kDNSServiceFlagsShareConnection, ifIndex, ( DNSServiceDomainEnumReply ) &DomainEnumReply, object );
238 object->SetPrimaryRef( m_primary );
240 object->SetSubordRef( subord );
242 object->SetEventManager( eventManager );
246 *service = object;
276 CComObject<CDNSSDService> * object = NULL; local
384 CComObject<CDNSSDService> * object = NULL; local
498 CComObject<CDNSSDService> * object = NULL; local
642 CComObject<CDNSSDService> * object = NULL; local
744 CComObject<CDNSSDRecord> * object = NULL; local
856 CComObject<CDNSSDRecord> * object = NULL; local
1086 CComObject<CDNSSDService> * object = NULL; local
1188 CComObject<CDNSSDService> * object = NULL; local
[all...]
H A DDNSSD.cpp17 CComObject<CDNSSDService> * object = NULL; local
36 object = new CComObject<CDNSSDService>();
40 object = NULL;
43 require_action( object != NULL, exit, err = kDNSServiceErr_NoMemory );
44 hr = object->FinalConstruct();
46 object->AddRef();
48 err = DNSServiceBrowse( &sref, flags, ifIndex, regtypeUTF8.c_str(), domainUTF8.c_str(), ( DNSServiceBrowseReply ) &BrowseReply, object );
51 object->SetServiceRef( sref );
52 object->SetListener( listener );
54 err = object
72 CComObject<CDNSSDService> * object = NULL; local
130 CComObject<CDNSSDService> * object = NULL; local
176 CComObject<CDNSSDService> * object = NULL; local
249 CComObject<CDNSSDService> * object = NULL; local
301 CComObject<CDNSSDService> * object = NULL; local
353 CComObject<CDNSSDService> * object = NULL; local
395 CComObject<CDNSSDService> * object = NULL; local
[all...]
/macosx-10.10.1/bmalloc-7600.1.17/bmalloc/
H A DDeallocator.cpp68 void Deallocator::deallocateLarge(void* object) argument
71 PerProcess<Heap>::getFastCase()->deallocateLarge(lock, object);
74 void Deallocator::deallocateXLarge(void* object) argument
77 PerProcess<Heap>::getFastCase()->deallocateXLarge(lock, object);
84 for (auto object : m_objectLog) {
85 if (isSmall(object)) {
86 SmallLine* line = SmallLine::get(object);
91 BASSERT(isSmallOrMedium(object));
92 MediumLine* line = MediumLine::get(object);
102 void Deallocator::deallocateSlowCase(void* object) argument
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/vm/
H A Dvm_kern.c96 register vm_object_t object,
101 register vm_object_t object,
117 vm_object_t object; local
140 * Allocate a new object (if necessary) and the reference we
145 object = kernel_object;
146 vm_object_reference(object);
148 object = vm_object_allocate(map_size);
153 vm_object_deallocate(object);
157 entry->object.vm_object = object;
246 vm_object_t object; local
527 vm_object_t object; local
697 vm_object_t object; local
793 vm_object_t object; local
1010 kmem_alloc_pages( register vm_object_t object, register vm_object_offset_t offset, register vm_object_size_t size) argument
1047 kmem_remap_pages( register vm_object_t object, register vm_object_offset_t offset, register vm_offset_t start, register vm_offset_t end, vm_prot_t protection) argument
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DIndexedDatabaseObjectStoreContentView.css26 .content-view.indexed-database-object-store > .data-grid {
34 .content-view.indexed-database-object-store > .data-grid td .section .header {
40 .content-view.indexed-database-object-store > .data-grid td .section .header::before {
44 .content-view.indexed-database-object-store > .data-grid td .section .header .title {
48 .content-view.indexed-database-object-store > .data-grid table.data {
52 .content-view.indexed-database-object-store > .data-grid table.data tr:nth-child(even) {
56 .content-view.indexed-database-object-store > .data-grid table.data tr:nth-child(odd) {
60 .content-view.indexed-database-object-store > .data-grid table.data tr.filler {
65 .content-view.indexed-database-object-store > .data-grid:focus tr.selected td .section .header::before {
69 .content-view.indexed-database-object
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/bind/
H A DEntryBinding.java14 * A binding between a key or data entry and a key or data object.
38 * @param object is the source Object.
42 void objectToEntry(Object object, DatabaseEntry entry); argument
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/bind/serial/
H A DTupleSerialMarshalledBinding.java20 * entity class to convert between the key/data entry and entity object.</p>
23 * stored data entry and the combined entity object. To do this, the entity's
24 * key field(s) are transient and are set by the binding after the data object
34 * Creates a tuple-serial marshalled binding object.
50 * Creates a tuple-serial marshalled binding object.
53 * the entity object.
76 public void objectToKey(Object object, TupleOutput output) { argument
80 MarshalledTupleKeyEntity entity = (MarshalledTupleKeyEntity) object;
85 public Object objectToData(Object object) { argument
90 return object;
[all...]
/macosx-10.10.1/Chess-310.6/Sources/
H A DMBCRemotePlayer.mm60 [notificationCenter removeObserver:self name:MBCWhiteMoveNotification object:nil];
61 [notificationCenter removeObserver:self name:MBCBlackMoveNotification object:nil];
62 [notificationCenter removeObserver:self name:MBCGameEndNotification object:nil];
63 [notificationCenter removeObserver:self name:MBCTakebackNotification object:nil];
85 object:fDocument];
92 object:fDocument];
99 object:fDocument];
104 object:fDocument];
/macosx-10.10.1/IOKitUser-1050.1.21/
H A DIOCFSerialize.h47 IOCFSerialize( CFTypeRef object, CFOptionFlags options );
/macosx-10.10.1/WebKit2-7600.1.25/Shared/API/Cocoa/
H A D_WKRemoteObjectRegistry.h37 - (void)registerExportedObject:(id)object interface:(_WKRemoteObjectInterface *)interface;
38 - (void)unregisterExportedObject:(id)object interface:(_WKRemoteObjectInterface *)interface;

Completed in 216 milliseconds

1234567891011>>