Searched refs:objects (Results 1 - 25 of 484) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/ext/psych/lib/psych/
H A Dy.rb4 def y *objects
5 puts Psych.dump_stream(*objects)
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DVisitedObjects.java12 * Keeps track of a set of visited objects and their corresponding offset in a
40 private Object[] objects; field in class:VisitedObjects
48 objects = new Object[INIT_LEN];
61 if (nextIndex > objects.length) {
64 objects[i] = o;
73 objects[index] = o;
88 if (objects[i] == o) {
101 return objects[i];
113 if (objects[i] == existing) {
114 objects[
[all...]
H A DRawComplexInput.java24 private RawObject[] objects; field in class:RawComplexInput
31 RawObject[] objects) {
34 this.objects = objects;
39 RawObject raw = objects[index];
27 RawComplexInput(Catalog catalog, boolean rawAccess, IdentityHashMap converted, FieldInfo[] fields, RawObject[] objects) argument
/macosx-10.9.5/llvmCore-3425.0.33/utils/
H A Dfindsym.pl20 @objects = grep(/l?i?b?LLVM.*\.[oa]$/,sort(@files));
23 foreach $lib (@objects) {
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/DBI/Cascade/
H A DDelete.pm5 Class::DBI::Cascade::Delete - Delete related objects
10 objects.
H A DFail.pm5 Class::DBI::Cascade::Fail - Do not cascade if foreign objects exist
10 object about to be deleted still has any other objects pointing at it.
23 "$refs objects still refer to $obj. Deletion failed");
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/old/toasters/
H A DAppliance.tcl33 if {[itcl_info objects [info which $outlet]] == ""} {
/macosx-10.9.5/xnu-2422.115.4/libsyscall/xcodescripts/
H A Dcompile-syscalls.pl53 my @objects;
106 push(@objects, $o);
124 my $linkCommand = "$LIBTOOL " . join(' ', @LIBTOOLFLAGS) . " -o $outputFile " . join(' ', @objects);
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A DAAA.test25 test {No object info (no objects)} {
26 itcl_info objects
76 test {Destroy all outstanding objects} {
77 foreach obj [itcl_info objects] {
/macosx-10.9.5/CPANInternal-140/DBIx-Class/t/lib/DBICTest/Schema/
H A DCollection.pm22 __PACKAGE__->many_to_many( objects => collection_object => "object" );
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWUserObjectExporter.cpp52 * fix panic calling methods on deallocated user objects
177 , OSString::withCString( "objects" )
180 const OSObject * objects[ 3 ] = local
187 OSDictionary * dict = OSDictionary::withObjects( objects, keys, sizeof( keys ) / sizeof( OSObject* ) ) ;
441 const OSObject ** objects = NULL ; local
448 objects = (const OSObject **)IOMalloc( sizeof(const OSObject *) * capacity ) ;
451 if ( objects )
452 bcopy( fObjects, objects, sizeof( const OSObject * ) * capacity ) ;
469 if ( objects && cleanupFunctions )
473 if ( objects[inde
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/build/
H A Dgen-build.py64 objects, dirs = write_objects(f, legal_deps, h_deps, files)
65 f.write('\nOBJECTS_all = %s\n\n' % string.join(objects))
102 # remember that this directory has files/objects
107 objects, _unused = write_objects(f, legal_deps, h_deps, files)
110 objects = objects + inherit_parent[subdir]
114 objects.sort()
117 f.write('\n%s = %s\n\n' % (symname, string.join(objects)))
135 objects, _unused = write_objects(f, legal_deps, h_deps, files)
136 flat_objects = string.join(objects)
[all...]
/macosx-10.9.5/apr-30/apr/apr/build/
H A Dgen-build.py64 objects, dirs = write_objects(f, legal_deps, h_deps, files)
65 f.write('\nOBJECTS_all = %s\n\n' % string.join(objects))
102 # remember that this directory has files/objects
107 objects, _unused = write_objects(f, legal_deps, h_deps, files)
110 objects = objects + inherit_parent[subdir]
114 objects.sort()
117 f.write('\n%s = %s\n\n' % (symname, string.join(objects)))
135 objects, _unused = write_objects(f, legal_deps, h_deps, files)
136 flat_objects = string.join(objects)
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Ddelete.test2 # Tests for deleting classes and objects
24 # Deleting classes and objects
35 test delete-1.2 {create some base class objects} {
39 lsort [itcl::find objects -class test_delete_base]
42 test delete-1.3 {delete the base class--class and all objects go away} {
47 [itcl::find objects test_delete_base*]
51 # Deleting classes and objects with inheritance
73 test delete-2.2 {create some base and derived class objects} {
80 lsort [itcl::find objects -isa test_delete_base]
83 test delete-2.3 {delete the base class--class and all objects g
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/FilteringController/
H A DFilteringArrayController.py30 def arrangeObjects_(self, objects):
33 return super(FilteringArrayController, self).arrangeObjects_(objects)
35 # Create array of objects that match search string.
39 # (b) The user will see newly-added objects even if they don't
44 for item in objects:
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/TableModelWithSearch/
H A DFilteringArrayController.py37 def arrangeObjects_(self, objects):
45 return supermethod(objects)
46 return supermethod(list(dictValueFilter(objects, regex)))
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/FilteringController/
H A DFilteringArrayController.py30 def arrangeObjects_(self, objects):
33 return super(FilteringArrayController, self).arrangeObjects_(objects)
35 # Create array of objects that match search string.
39 # (b) The user will see newly-added objects even if they don't
44 for item in objects:
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/TableModelWithSearch/
H A DFilteringArrayController.py37 def arrangeObjects_(self, objects):
45 return supermethod(objects)
46 return supermethod(list(dictValueFilter(objects, regex)))
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/generic/
H A Daol-xotcl.tcl40 if {[catch {::Serializer all} objects]} {
41 ns_log notice "XOTcl extension not loaded; will not copy objects\
42 (error: $objects; $::errorInfo)."
43 set objects ""
47 $objects \n $import]
/macosx-10.9.5/vim-53/src/
H A DMakefile1155 GTK_OBJ = objects/gui.o objects/gui_gtk.o objects/gui_gtk_x11.o \
1156 objects/pty.o objects/gui_gtk_f.o \
1157 objects/gui_beval.o
1172 MOTIF_OBJ = objects/gui.o objects/gui_motif.o objects/gui_x11.o \
1173 objects/pt
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/tool/rubycocoa/lib/osx/
H A Dxcode.rb39 attr_accessor :objects
53 @objects = @plist["objects"]
58 @objects[obj_id.to_s]
63 @plist["objects"][id] = NSDictionary.alloc.initWithDictionary(dic)
68 resouce_phase = @objects.find {|k,v| v["isa"] == "PBXResourcesBuildPhase" }[1]
108 p proj.objects.find { |k, v|
/macosx-10.9.5/WebKit-7537.78.2/mac/Storage/
H A DWebDatabaseManager.mm117 id objects[3];
118 objects[0] = details.displayName().isEmpty() ? databaseIdentifier : (NSString *)details.displayName();
119 objects[1] = [NSNumber numberWithUnsignedLongLong:details.expectedUsage()];
120 objects[2] = [NSNumber numberWithUnsignedLongLong:details.currentUsage()];
122 return [[[NSDictionary alloc] initWithObjects:objects forKeys:keys count:3] autorelease];
/macosx-10.9.5/libauto-185.5/auto_tester/
H A DAssociativeRefRecovery.m130 NSPointerArray *objects;
152 objects = [NSPointerArray pointerArrayWithOptions:NSPointerFunctionsZeroingWeakMemory];
154 // created an associative linked list using unscanned objects. then verify that none of the elements have been prematurely collected.
167 [objects addPointer:current];
170 count = [objects count];
177 [objects compact];
178 if ([objects count] != count) {
179 [self fail:@"unscanned objects failed to stay alive across a collection."];
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DGraphicsArrayController.py25 def arrangeObjects_(self, objects):
32 return super(GraphicsArrayController, self).arrangeObjects_(objects)
39 for item in objects:
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DGraphicsArrayController.py25 def arrangeObjects_(self, objects):
32 return super(GraphicsArrayController, self).arrangeObjects_(objects)
39 for item in objects:

Completed in 191 milliseconds

1234567891011>>