Searched refs:block (Results 51 - 75 of 1132) sorted by relevance

1234567891011>>

/macosx-10.9.5/swig-10/Lib/perl5/
H A Dexception.i4 %define_as(SWIG_exception(code, msg), %block(%error(code, msg); SWIG_fail; ))
/macosx-10.9.5/swig-10/Lib/python/
H A Dexception.i5 %define_as(SWIG_exception(code, msg), %block(%error(code, msg); SWIG_fail; ))
/macosx-10.9.5/swig-10/Lib/ruby/
H A Dexception.i4 %define_as(SWIG_exception(code, msg), %block(%error(code, msg);))
/macosx-10.9.5/swig-10/Lib/tcl/
H A Dexception.i5 %define_as(SWIG_exception(code, msg), %block(%error(code, msg); return TCL_ERROR;))
/macosx-10.9.5/ruby-104/ruby/lib/rake/
H A Ddsl_definition.rb31 def task(*args, &block)
32 Rake::Task.define_task(*args, &block)
49 def file(*args, &block)
50 Rake::FileTask.define_task(*args, &block)
55 def file_create(*args, &block)
56 Rake::FileCreationTask.define_task(*args, &block)
65 def directory(*args, &block)
66 result = file_create(*args, &block)
84 def multitask(*args, &block)
85 Rake::MultiTask.define_task(*args, &block)
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DCopyVisitor.cpp49 CopiedBlock* block = m_shared.m_blocksToCopy[next]; local
50 if (!block->hasWorkList())
53 CopyWorkList& workList = block->workList();
57 ASSERT(!block->liveBytes());
58 m_shared.m_copiedSpace->recycleEvacuatedBlock(block);
/macosx-10.9.5/BerkeleyDB-21/db/crypto/rijndael/
H A Drijndael-api-fst.c125 u8 block[16], *iv; local
152 ((u32*)block)[0] = ((u32*)input)[0] ^ tmpiv[0];
153 ((u32*)block)[1] = ((u32*)input)[1] ^ tmpiv[1];
154 ((u32*)block)[2] = ((u32*)input)[2] ^ tmpiv[2];
155 ((u32*)block)[3] = ((u32*)input)[3] ^ tmpiv[3];
156 __db_rijndaelEncrypt(key->rk, key->Nr, block, outBuffer);
168 __db_rijndaelEncrypt(key->ek, key->Nr, iv, block);
169 outBuffer[k >> 3] ^= (block[0] & (u_int)0x80) >> (k & 7);
211 u8 block[16], *iv; local
234 memcpy(block, inpu
285 u8 block[16], *iv; local
362 u8 block[16]; local
466 u8 block[16]; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DLogicalSelectionOffsetCaches.h58 // For a relatively positioned inline, return its nearest non-anonymous containing block,
91 void setBlock(RenderBlock* block, const LogicalSelectionOffsetCaches* cache) argument
93 m_block = block;
100 RenderBlock* block() const { return m_block; } function in class:WebCore::LogicalSelectionOffsetCaches::ContainingBlockInfo
147 LogicalSelectionOffsetCaches(RenderBlock* block, const LogicalSelectionOffsetCaches& cache) argument
151 if (block->canContainFixedPositionObjects())
152 m_containingBlockForFixedPosition.setBlock(block, &cache);
154 if (isContainingBlockCandidateForAbsolutelyPositionedObject(block) && !block->isRenderInline() && !block
[all...]
H A DRenderTextFragment.cpp65 if (RenderBlock* block = blockForAccompanyingFirstLetter()) {
66 block->style()->removeCachedPseudoStyle(FIRST_LETTER);
67 block->updateFirstLetter();
118 for (RenderObject* block = m_firstLetter->parent(); block; block = block->parent()) {
119 if (block->style()->hasPseudoStyle(FIRST_LETTER) && block->canHaveChildren() && block
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_blocks.py5 from PyObjCTest.block import OCTestBlock
14 <retval block='true' >
19 <retval block='true' >
26 <arg index='0' block='true' >
32 <arg index='0' block='true' >
75 block = obj.getIntBlock()
76 value = block()
79 value = block()
86 block = obj.getFloatBlock()
87 value = block(
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_blocks.py5 from PyObjCTest.block import OCTestBlock
14 <retval block='true' >
19 <retval block='true' >
26 <arg index='0' block='true' >
32 <arg index='0' block='true' >
86 block = obj.getIntBlock()
87 value = block()
90 value = block()
98 block = obj.getFloatBlock()
99 value = block(
[all...]
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/src/towitoko/
H A Dpps.c40 static unsigned PPS_GetLength (BYTE * block);
42 static BYTE PPS_GetPCK (BYTE * block, unsigned length);
105 PPS_GetLength (BYTE * block) argument
109 if (PPS_HAS_PPS1 (block))
112 if (PPS_HAS_PPS2 (block))
115 if (PPS_HAS_PPS3 (block))
122 PPS_GetPCK (BYTE * block, unsigned length) argument
127 pck = block[0];
129 pck ^= block[i];
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DDirective.pm69 # template($block)
73 my ($self, $block) = @_;
74 $block = pad($block, 2) if $PRETTY;
76 return "sub { return '' }" unless $block =~ /\S/;
86 $block
100 # anon_block($block) [% BLOCK %] ... [% END %]
104 my ($self, $block) = @_;
105 $block = pad($block,
132 sub block { subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DDirective.pm69 # template($block)
73 my ($self, $block) = @_;
74 $block = pad($block, 2) if $PRETTY;
76 return "sub { return '' }" unless $block =~ /\S/;
86 $block
100 # anon_block($block) [% BLOCK %] ... [% END %]
104 my ($self, $block) = @_;
105 $block = pad($block,
132 sub block { subroutine
[all...]
/macosx-10.9.5/libclosure-63/objectTests/
H A Drecursive-block.c36 //printf("will call inner block %p\n", (void *)inner);
47 voidVoid block = testFunction(); local
49 block();
50 Block_release(block);
H A Drecursive-assign-int.m28 int nTHCopy(blockOfVoidReturningVoid block) {
29 globalBlock = Block_copy(block);
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/demos/
H A Dtkphoto.tcl18 ffidl::callout ffidl-photo-put-block {Tk_PhotoHandle pointer-byte int int int int} void \
20 ffidl::callout ffidl-photo-put-zoomed-block {Tk_PhotoHandle pointer-byte int int int int int int int int} void \
34 proc ffidl-photo-block-fields {pib} {
43 proc ffidl-photo-block.$name {pib} "lindex \[ffidl-photo-block-fields \$pib] $offset"
46 proc ffidl-photo-get-block-bytes {block} {
47 set nbytes [expr {[ffidl-photo-block.height $block]*[ffidl-photo-block
[all...]
/macosx-10.9.5/libauto-185.5/auto_tester/
H A DRadar5983285.m66 // allocate a test block and fetch its layout
72 // keep a reference to the test block on the stack
79 // check that our block was scanned with the correct layout
81 [self fail:@"block was scanned with invalid layout"];
91 // request a generational collection and go to sleep until our block gets pended
98 // The heap collector is about to pend our test block.
104 [self fail:@"test block was not collected as expected during local collection"];
108 [self fail:@"test block was not pended as expected"];
112 - (void)setPending:(void *)block
114 // wake up test thread once our block get
[all...]
/macosx-10.9.5/Security-55471.14.18/Keychain Circle Notification/
H A DNSArray+mapWithBlock.h14 -(NSArray*)mapWithBlock:(mapBlock)block;
/macosx-10.9.5/cctools-845/misc/
H A Dcheck_dylib.c97 struct check_block block; local
181 block.install_name = install_name;
182 block.check_result = TRUE;
184 TRUE, TRUE, FALSE, check_for_install_name, &block);
185 if(block.check_result == FALSE)
201 block.entry = entry;
202 block.check_result = TRUE;
204 TRUE, TRUE, FALSE, check_for_addresses, &block);
205 if(block.check_result == FALSE)
242 struct check_block *block; local
291 struct check_block *block; local
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dblock_support.h5 extern _block_func_ptr PyObjCBlock_GetFunction(void* block);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A Dblock_support.h5 extern _block_func_ptr PyObjCBlock_GetFunction(void* block);
/macosx-10.9.5/ruby-104/ruby/lib/rbconfig/
H A Dobsolete.rb17 def method_missing(*args, &block)
20 result = rbconfig.__send__(*args, &block)
25 def respond_to_missing?(*args, &block)
27 ::RbConfig.send(:respond_to_missing?, *args, &block)
/macosx-10.9.5/ruby-104/ruby/test/
H A Dtest_tsort.rb7 def tsort_each_child(node, &block)
8 fetch(node).each(&block)
15 def tsort_each_child(node, &block)
16 fetch(node).each(&block)
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A DckDES.h60 void endes(desInst dinst, char *block);
61 void dedes(desInst dinst, char *block);

Completed in 465 milliseconds

1234567891011>>