/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/WebKit/Source/platform/heap/ |
Visitor.h | 154 // The TraceTrait is used to specify how to mark an object pointer and 175 static void mark(Visitor* visitor, const T* t) function in class:blink::TraceTrait 177 DefaultTraceTrait<T>::mark(visitor, t); 199 // marking phase of the mark-sweep garbage collector. 202 // |mark| method with the pointer as an argument. 205 // with the object as an argument. Tracing objects will mark all of the 222 // One-argument templated mark method. This uses the static type of 223 // the argument to get the TraceTrait. By default, the mark method 224 // of the TraceTrait just calls the virtual two-argument mark method on this 227 void mark(T* t function in class:blink::Visitor 499 static void mark(Visitor* visitor, const T* t) function in class:blink::DefaultTraceTrait 519 static void mark(Visitor* visitor, const T* self) function in class:blink::DefaultTraceTrait [all...] |
/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/jarjar/src/main/com/tonicsystems/jarjar/ |
Wildcard.java | 56 for (int i = 0, mark = 0, state = 0, len = chars.length; i < len + 1; i++) { 60 parts.add(new String(chars, mark, i - mark)); 61 mark = i + 1; 70 if (i == mark) 72 int n = Integer.parseInt(new String(chars, mark, i - mark)); 76 mark = i--;
|
/external/kernel-headers/original/uapi/linux/ |
fib_rules.h | 44 FRA_FWMARK, /* mark */ 50 FRA_FWMASK, /* mask for netfilter mark */
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
Block.java | 28 start = e.mark(); 39 end = e.mark();
|
/external/proguard/src/proguard/optimize/peephole/ |
ReachableCodeMarker.java | 99 // Mark the code, starting at the entry point. 102 // Mark the exception handlers, iterating as long as necessary. 147 // Mark the branch target. 164 // Mark the branch targets of the default jump offset. 170 // Mark the branch targets of the jump offsets. 185 // Mark the exception handler if it's relevant. 240 // Mark it as reachable. 247 // 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
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
HdmiAnnotations.java | 29 * Annotation type to used to mark a method which should be run on service thread. 39 * Annotation type to used to mark a method which should be run on io thread.
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/netfilter_bridge/ |
ebt_mark_t.h | 27 unsigned long mark; member in struct:ebt_mark_t_info 31 #define EBT_MARK_TARGET "mark"
|
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/netfilter_bridge/ |
ebt_mark_t.h | 27 unsigned long mark; member in struct:ebt_mark_t_info 31 #define EBT_MARK_TARGET "mark"
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/netfilter_bridge/ |
ebt_mark_t.h | 27 unsigned long mark; member in struct:ebt_mark_t_info 31 #define EBT_MARK_TARGET "mark"
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/netfilter_bridge/ |
ebt_mark_t.h | 27 unsigned long mark; member in struct:ebt_mark_t_info 31 #define EBT_MARK_TARGET "mark"
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/netfilter_bridge/ |
ebt_mark_t.h | 27 unsigned long mark; member in struct:ebt_mark_t_info 31 #define EBT_MARK_TARGET "mark"
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_bridge/ |
ebt_mark_t.h | 27 unsigned long mark; member in struct:ebt_mark_t_info 31 #define EBT_MARK_TARGET "mark"
|