/external/iproute2/tc/ |
f_flow.c | 34 " mark | nfct | nfct-src | nfct-dst | nfct-proto-src | \n" 50 [FLOW_KEY_MARK] = "mark",
|
/external/kernel-headers/original/linux/ |
rcupdate.h | 138 * rcu_read_lock - mark the beginning of an RCU read-side critical section. 194 * rcu_read_lock_bh - mark the beginning of a softirq-only RCU critical section
|
/external/libffi/ |
ChangeLog | 469 (FFI_TYPEDEF, ffi_type_void): Mark the data const. 476 (ffi_closure_osf_inner): Likewise. Mark hidden. 477 (ffi_call_osf, ffi_closure_osf): Mark hidden. 479 * src/alpha/osf.S (ffi_call_osf, ffi_closure_osf): Mark hidden. 501 * testsuite/libffi.call/return_fl2.c (return_fl): Mark as static. 803 * testsuite/libffi.special/unwindtest.cc (closure_test_fn): Mark cif, 805 (closure_test_fn1): Mark cif and userdata unused. 813 * testsuite/libffi.call/ffitest.h: Add an __UNUSED__ macro to mark 816 * testsuite/libffi.call/cls_12byte.c (cls_struct_12byte_gn): Mark cif [all...] |
/external/stlport/test/eh/ |
LeakCheck.h | 3 * Mark of the Unicorn, Inc. 9 * in supporting documentation. Mark of the Unicorn makes no
|
Prefix.h | 5 * Mark of the Unicorn, Inc. 11 * in supporting documentation. Mark of the Unicorn makes no
|
nc_alloc.cpp | 5 * Mark of the Unicorn, Inc. 11 * in supporting documentation. Mark of the Unicorn makes no
|
/external/tcpdump/ |
nfs.h | 102 #define NFSERR_AUTHERR 0x40000000 /* Mark an authentication error */ 103 #define NFSERR_RETERR 0x80000000 /* Mark an error return for V3 */
|
/external/webkit/WebCore/platform/graphics/cg/ |
PathCG.cpp | 294 #pragma mark - 295 #pragma mark Path Management
|
/external/webkit/WebKit/win/Interfaces/ |
IWebFrame.idl | 247 @param flag YES to mark the frame as disconnected, NO keeps it a regular frame 254 @param flag YES to mark the frame as not searchable
|
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
flexdef.h | 167 /* A note on the following masks. They are used to mark accepting numbers 175 /* Mask to mark a trailing context accepting number. */ 178 /* Mask to mark the accepting number of the "head" of a trailing context 192 #define JAM -1 /* to mark a missing DFA transition */ 231 #define SYM_EPSILON (CSIZE + 1) /* to mark transitions on the symbol epsilon */ 863 /* Mark the current position in the action array as the end of the section 1 868 /* Mark the current position in the action array as the end of the prolog. */ 933 /* Mark each "beginning" state in a machine as being a "normal" (i.e., [all...] |
/frameworks/base/core/java/android/content/ |
SharedPreferences.java | 120 * Mark in the editor that a preference value should be removed, which 136 * Mark in the editor to remove <em>all</em> values from the
|
/frameworks/base/core/java/android/content/res/ |
AssetFileDescriptor.java | 254 public void mark(int readlimit) { method in class:AssetFileDescriptor.AutoCloseInputStream 259 super.mark(readlimit);
|
/frameworks/base/media/java/android/drm/mobile1/ |
DrmRawContent.java | 355 * @see java.io.InputStream#mark(int) 357 public void mark(int readlimit) { method in class:DrmRawContent.DrmInputStream
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
HeapSegment.java | 307 /* Preserve the position. The mark is not preserved, 334 // Mark the other segment as invalid.
|
/system/core/libacc/tests/ |
armreg.h | 5 * Copyright (c) 1994-1996 Mark Brinicombe. 9 * This code is derived from software written for Brini by Mark Brinicombe
|
/system/core/libpixelflinger/codeflinger/ |
armreg.h | 5 * Copyright (c) 1994-1996 Mark Brinicombe. 9 * This code is derived from software written for Brini by Mark Brinicombe
|
/bionic/libc/inet/ |
inet_pton.c | 120 * inspired by Mark Andrews.
|
/bionic/libc/stdlib/ |
atexit.c | 142 * Mark handler as having been already called to avoid
|
/cts/tests/tests/text/src/android/text/cts/ |
AndroidCharacterTest.java | 91 // IDEOGRAPHIC ANNOTATION MAN MARK (U+319F)
|
/dalvik/dx/src/com/android/dx/rop/code/ |
LocalVariableExtractor.java | 129 * sure to mark the local as going out of scope.
|
/dalvik/libcore/luni/src/test/java/java/net/ |
URLConnectionTest.java | 152 // a chunk of size 0 is used to mark the end isn't sufficient because
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/encodings/ |
PKCS1Encoding.java | 157 block[block.length - inLen - 1] = 0x00; // mark the end of the padding
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
XMLReaderManager.java | 149 * Mark the cached XMLReader as available. If the reader was not
|
/dalvik/libcore/xml/src/test/java/org/apache/harmony/xml/ |
XsltXPathConformanceTestSuite.java | 445 * <li>Files prefixed with a byte order mark header, such as 0xEFBBBF. 579 * mark, the corresponding character set will be used. Otherwise the system 585 // Read the byte order mark to determine the charset. 588 in.mark(3);
|
/dalvik/vm/alloc/ |
HeapInternal.h | 108 /* The current state of the mark step.
|