OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:theBlock
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/ocmock/OCMock/
OCMBlockCaller.h
15
- (id)initWithCallBlock:(void (^)(NSInvocation *))
theBlock
;
/external/yaffs2/yaffs2/
yaffs_guts.c
1107
yaffs_BlockInfo *
theBlock
;
1111
theBlock
= yaffs_GetBlockInfo(dev, chunk / dev->nChunksPerBlock);
1112
if (
theBlock
) {
1113
theBlock
->softDeletions++;
[
all
...]
/external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c
435
* Input: -
theBlock
must point to the start of the block
445
UChar*
theBlock
, /* IMAGE */
457
UChar* external =
theBlock
;
458
UChar* data =
theBlock
;
[
all
...]
Completed in 529 milliseconds