Searched refs:object_id (Results 1 - 25 of 65) sorted by relevance

123

/macosx-10.10/ruby-106/ruby/bootstraptest/
H A Dtest_objectspace.rb3 minobj = ObjectSpace.to_enum(:each_object).min_by {|a| a.object_id }
4 maxobj = ObjectSpace.to_enum(:each_object).max_by {|a| a.object_id }
5 (((minobj.object_id-100)..(minobj.object_id+100))+
6 ((maxobj.object_id-100)..(maxobj.object_id+100))).each {|id|
31 ObjectSpace.each_object(Array) {|o| o.clear if o == ary && o.object_id != ary.object_id }
/macosx-10.10/ruby-106/ruby/test/psych/
H A Dtest_object_references.rb33 assert_equal data.first.object_id, data.last.object_id
43 assert_equal data.first.object_id, data.last.object_id
54 assert_equal data.first.object_id, data.last.object_id
64 assert_equal data.first.object_id, data.last.object_id
/macosx-10.10/ruby-106/ruby/lib/rake/
H A Dpromise.rb30 stat :sleeping_on, :item_id => object_id
32 stat :has_lock_on, :item_id => object_id
34 stat :releasing_lock_on, :item_id => object_id
42 stat :attempting_lock_on, :item_id => object_id
44 stat :has_lock_on, :item_id => object_id
46 stat :releasing_lock_on, :item_id => object_id
49 stat :bailed_on, :item_id => object_id
58 stat :found_completed, :item_id => object_id
61 stat :will_execute, :item_id => object_id
67 stat :did_execute, :item_id => object_id
[all...]
H A Dthread_pool.rb38 stat :queued, :item_id => promise.object_id
102 stat :dequeued, :item_id => promise.object_id
128 stat :spawned, :new_thread => t.object_id, :thread_count => @threads.count
139 :thread => Thread.current.object_id,
H A Dfile_list.rb80 result.object_id == @items.object_id ? self : result
/macosx-10.10/ruby-106/ruby/lib/rdoc/markup/
H A Dspecial.rb32 object_id, @type, text.dump]
/macosx-10.10/ruby-106/ruby/lib/rdoc/
H A Drequire.rb24 object_id,
H A Dalias.rb78 self.class, object_id,
H A Dnormal_module.rb8 self.class, object_id,
H A Dextend.rb51 object_id,
H A Dinclude.rb51 object_id,
H A Dnormal_class.rb37 self.class, object_id,
H A Dattr.rb90 self.class, object_id,
H A Dcomment.rb153 "#<%s:%x %s %p>" % [self.class, object_id, location, @text]
H A Dconstant.rb92 self.class, object_id,
/macosx-10.10/ruby-106/ruby/lib/
H A Dtracer.rb111 @threads[Thread.main.object_id] = 0
113 @threads[Thread.current.object_id] = 0
178 if no = @threads[Thread.current.object_id]
181 @threads[Thread.current.object_id] = @threads.size
H A Dostruct.rb236 if ids.include?(object_id)
240 ids << object_id
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_symbol.rb103 ary_id = ary.object_id
104 assert_equal ary_id, :object_id.to_proc.call(ary)
105 ary_ids = ary.collect{|x| x.object_id }
106 assert_equal ary_ids, ary.collect(&:object_id)
H A Dtest_encoding.rb30 # And that they can be compared by object_id
36 assert_equal(e.object_id, Marshal.load(Marshal.dump(e)).object_id)
H A Dtest_objectspace.rb11 o = ObjectSpace._id2ref(obj.object_id);\
/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Dvm_region.h243 vm32_object_id_t object_id; /* obj/map name, not a handle */ member in struct:vm_region_submap_info
270 vm32_object_id_t object_id; /* obj/map name, not a handle */ member in struct:vm_region_submap_info_64
306 vm32_object_id_t object_id; /* obj/map name, not a handle */ member in struct:vm_region_submap_short_info_64
357 vm_object_id_t object_id; member in struct:vm_page_info_basic
/macosx-10.10/ruby-106/ruby/lib/webrick/
H A Dutils.rb186 interrupt(thread, info.object_id, exception) if time < now
212 return @timeout_info[thread].last.object_id
219 ary.delete_if{|info| info.object_id == id }
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dttk_wrapper.rb136 unless progname_obj.object_id == val.object_id
/macosx-10.10/ruby-106/ruby/test/rake/
H A Dtest_rake_file_list.rb94 assert_equal f.object_id, g.object_id
96 assert_equal f.object_id, h.object_id
155 assert_equal fl.object_id, x.object_id
274 assert_equal fl.object_id, res.object_id
381 assert_equal fl.object_id, result.object_id
[all...]
H A Dtest_thread_history_display.rb85 :thread => Thread.current.object_id

Completed in 223 milliseconds

123