/system/core/sh/ |
memalloc.c | 165 setstackmark(struct stackmark *mark) 167 mark->stackp = stackp; 168 mark->stacknxt = stacknxt; 169 mark->stacknleft = stacknleft; 170 mark->marknext = markp; 171 markp = mark; 176 popstackmark(struct stackmark *mark) 181 markp = mark->marknext; 182 while (stackp != mark->stackp) { 187 stacknxt = mark->stacknxt [all...] |
/art/runtime/gc/collector/ |
partial_mark_sweep.h | 37 // Bind the live bits to the mark bits of bitmaps for spaces that aren't collected for partial 38 // collections, ie the Zygote space. Also mark this space is immune.
|
/bionic/libc/kernel/common/linux/netfilter/ |
xt_MARK.h | 22 unsigned long mark; member in struct:xt_mark_target_info 32 unsigned long mark; member in struct:xt_mark_target_info_v1
|
/device/google/accessory/demokit/hardware/fab/shield/ |
README.txt | 11 NOTE: VENDOR MARK AND TEST STAMP SHOULD BE PLACED WITHIN JOY1 RECTANGLE. 12 MARK AND STAMP MUST NOT BE VISIBLE ONCE BOARD IS ASSEMBLED.
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3cyclicdfa.c | 81 ANTLR3_MARKER mark; local 86 mark = is->mark(is); /* Store where we are right now */ 112 is->rewind(is, mark); 123 is->rewind(is, mark); 155 is->rewind(is, mark); 177 is->rewind(is, mark); 184 is->rewind(is, mark);
|
/external/chromium_org/third_party/zlib/ |
LICENSE | 4 Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler 23 Mark Adler
|
/external/iproute2/include/linux/ |
fib_rules.h | 44 FRA_FWMARK, /* mark */ 50 FRA_FWMASK, /* mask for netfilter mark */
|
/external/iptables/extensions/ |
libxt_TPROXY.man | 4 any way. It can also change the mark value which can then be used in advanced 18 \fB\-\-tproxy\-mark\fP \fIvalue\fP[\fB/\fP\fImask\fP]
|
/external/proguard/src/proguard/optimize/peephole/ |
ReachableCodeMarker.java | 100 // Mark the code, starting at the entry point. 103 // Mark the exception handlers, iterating as long as necessary. 148 // Mark the branch target. 165 // Mark the branch targets of the default jump offset. 171 // Mark the branch targets of the jump offsets. 186 // Mark the exception handler if it's relevant. 241 // Mark it as reachable. 248 // Mark the branch targets, if any.
|
/external/stlport/test/eh/ |
Tests.h | 5 * Mark of the Unicorn, Inc. 11 * in supporting documentation. Mark of the Unicorn makes no
|
ThrowCompare.h | 7 * Mark of the Unicorn, Inc. 13 * in supporting documentation. Mark of the Unicorn makes no
|
random_number.cpp | 5 * Mark of the Unicorn, Inc. 11 * in supporting documentation. Mark of the Unicorn makes no
|
test_assign_op.h | 7 * Mark of the Unicorn, Inc. 13 * in supporting documentation. Mark of the Unicorn makes no
|
test_hash_resize.h | 5 * Mark of the Unicorn, Inc. 11 * in supporting documentation. Mark of the Unicorn makes no
|
test_push_back.h | 7 * Mark of the Unicorn, Inc. 13 * in supporting documentation. Mark of the Unicorn makes no
|
test_push_front.h | 5 * Mark of the Unicorn, Inc. 11 * in supporting documentation. Mark of the Unicorn makes no
|
/external/zlib/ |
NOTICE | 1 (C) 1995-2013 Jean-loup Gailly and Mark Adler 19 Jean-loup Gailly Mark Adler
|
/external/zlib/src/contrib/puff/ |
puff.h | 2 Copyright (C) 2002-2013 Mark Adler, all rights reserved 21 Mark Adler madler@alumni.caltech.edu
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRBitSet.h | 43 #pragma mark Class Methods 59 #pragma mark Initializer 68 #pragma mark Operations 79 #pragma mark Informational 86 #pragma mark NSCopying support
|
ANTLRDebugEventProxy.h | 71 #pragma mark - 73 #pragma mark DebugEventListener Protocol 84 - (void) mark:(NSInteger)marker; 98 #pragma mark Tree Parsing 103 #pragma mark AST Events
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRBitSet.h | 43 #pragma mark Class Methods 59 #pragma mark Initializer 68 #pragma mark Operations 79 #pragma mark Informational 86 #pragma mark NSCopying support
|
ANTLRDebugEventProxy.h | 71 #pragma mark - 73 #pragma mark DebugEventListener Protocol 84 - (void) mark:(NSInteger)marker; 98 #pragma mark Tree Parsing 103 #pragma mark AST Events
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRBitSet.h | 43 #pragma mark Class Methods 59 #pragma mark Initializer 68 #pragma mark Operations 79 #pragma mark Informational 86 #pragma mark NSCopying support
|
ANTLRDebugEventProxy.h | 71 #pragma mark - 73 #pragma mark DebugEventListener Protocol 84 - (void) mark:(NSInteger)marker; 98 #pragma mark Tree Parsing 103 #pragma mark AST Events
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRBitSet.h | 44 #pragma mark Class Methods 60 #pragma mark Initializer 69 #pragma mark Operations 80 #pragma mark Informational 87 #pragma mark NSCopying support
|