Searched refs:get_block (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/libclosure-63/objectTests/
H A Dbyrefgc.m55 void (^get_block(void))(void) {
62 void (^voidvoid)(void) = get_block();
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_iterator.rb213 assert_instance_of(NilClass, get_block)
214 assert_instance_of(Proc, get_block{})
225 def get_block(&block) method in class:TestIterator
230 assert_instance_of(Proc, get_block{})
231 assert_nothing_raised {get_block{||}.call()}
232 assert_nothing_raised {get_block{||}.call(1)}
233 assert_nothing_raised {get_block{|a,|}.call(1)}
234 assert_nothing_raised {get_block{|a,|}.call()}
235 assert_nothing_raised {get_block{|a,|}.call(1,2)}
237 assert_nothing_raised {get_block(
[all...]
/macosx-10.9.5/ruby-104/ruby/bootstraptest/
H A Dtest_proc.rb257 class A; def get_block; proc {puts "ok"} end end
258 block = A.new.get_block
/macosx-10.9.5/cctools-845/ld/
H A Dpass2.c110 static struct block *get_block(void);
850 block = get_block();
976 * get_block() returns a pointer to a new block. This could be done by
986 get_block(void) function
995 * remove_block() throws away the block specified. See comments in get_block().
/macosx-10.9.5/cctools-845/misc/
H A Dlibtool.c322 static struct block *get_block(void);
2961 block = get_block();
3090 * get_block() returns a pointer to a new block. This could be done by
3097 get_block(void) function
3106 * remove_block() throws away the block specified. See comments in get_block().

Completed in 116 milliseconds