/external/jpeg/ |
rdgif.c | 18 * CompuServe Incorporated. GIF(sm) is a Service Mark property of
|
/external/kernel-headers/original/uapi/asm-generic/ |
mman.h | 8 #define MAP_EXECUTABLE 0x1000 /* mark it as an executable */
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-2011-04-21-CPSRBug.ll | 3 ; CPSR is not allocatable so fast allocatable wouldn't mark them killed.
|
/external/owasp/sanitizer/tools/findbugs/ |
README.txt | 5 Both the name FindBugs and the FindBugs bug mark are
|
/external/pcre/dist/ |
ucp.h | 24 ucp_M, /* Mark */ 44 ucp_Mc, /* Spacing mark */ 45 ucp_Me, /* Enclosing mark */ 46 ucp_Mn, /* Non-spacing mark */
|
/external/proguard/src/proguard/ |
KeepClassSpecification.java | 39 * @param markClasses specifies whether to mark the classes. 42 * @param markConditionally specifies whether to mark the classes and 66 * @param markClasses specifies whether to mark the classes. 69 * @param markConditionally specifies whether to mark the classes and
|
/external/proguard/src/proguard/optimize/info/ |
NonPrivateMemberMarker.java | 48 // Mark all referenced class members in different classes. 51 // Explicitly mark the <clinit> method. 56 // Explicitly mark the parameterless <init> method. 61 // Mark all methods that may have implementations.
|
/external/qemu/distrib/jpeg-6b/ |
rdgif.c | 18 * CompuServe Incorporated. GIF(sm) is a Service Mark property of
|
/external/skia/src/animator/ |
SkBoundable.h | 25 void clearBounds() { fBounds.fLeft = (int16_t) SkToU16(0x8000); }; // mark bounds as unset
|
/external/zlib/src/contrib/vstudio/vc10/ |
zlib.rc | 25 VALUE "LegalCopyright", "(C) 1995-2013 Jean-loup Gailly & Mark Adler\0"
|
/external/zlib/src/contrib/vstudio/vc11/ |
zlib.rc | 25 VALUE "LegalCopyright", "(C) 1995-2013 Jean-loup Gailly & Mark Adler\0"
|
/external/zlib/src/contrib/vstudio/vc9/ |
zlib.rc | 25 VALUE "LegalCopyright", "(C) 1995-2013 Jean-loup Gailly & Mark Adler\0"
|
/external/zlib/src/win32/ |
zlib1.rc | 29 VALUE "LegalCopyright", "(C) 1995-2013 Jean-loup Gailly & Mark Adler\0"
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
BufferedInputStreamTest.java | 242 * java.io.BufferedInputStream#mark(int) 248 is.mark(500); 253 assertTrue("Failed to mark correct position", new String(buf1, 0, 263 in.mark(14); 270 in.mark(8); 277 buf.mark(3); 288 buf.mark(3); 301 buf.mark(Integer.MAX_VALUE); 385 is.mark(500); 435 is.mark(2000) [all...] |
/libcore/luni/src/main/java/java/nio/ |
CharArrayBuffer.java | 46 buf.mark = markOfOther; 51 return copy(this, mark, true); 61 mark = UNSET_MARK; 66 return copy(this, mark, isReadOnly);
|
DoubleArrayBuffer.java | 46 buf.mark = markOfOther; 51 return copy(this, mark, true); 61 mark = UNSET_MARK; 66 return copy(this, mark, isReadOnly);
|
FloatArrayBuffer.java | 46 buf.mark = markOfOther; 51 return copy(this, mark, true); 62 mark = UNSET_MARK; 67 return copy(this, mark, isReadOnly);
|
IntArrayBuffer.java | 46 buf.mark = markOfOther; 51 return copy(this, mark, true); 61 mark = UNSET_MARK; 66 return copy(this, mark, isReadOnly);
|
LongArrayBuffer.java | 46 buf.mark = markOfOther; 51 return copy(this, mark, true); 61 mark = UNSET_MARK; 66 return copy(this, mark, isReadOnly);
|
ShortArrayBuffer.java | 46 buf.mark = markOfOther; 51 return copy(this, mark, true); 61 mark = UNSET_MARK; 66 return copy(this, mark, isReadOnly);
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/ |
ProxyInputStream.java | 106 * Invokes the delegate's <code>mark(int)</code> method. 109 public synchronized void mark(int idx) { method in class:ProxyInputStream 110 in.mark(idx); 123 * @return true if mark is supported, otherwise false
|
/packages/inputmethods/LatinIME/tools/make-keyboard-text/res/values-iw/ |
donottranslate-more-keys.xml | 35 U+00AB: "«" LEFT-POINTING DOUBLE ANGLE QUOTATION MARK 36 U+00BB: "»" RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK 37 U+2039: "?" SINGLE LEFT-POINTING ANGLE QUOTATION MARK 38 U+203A: "?" SINGLE RIGHT-POINTING ANGLE QUOTATION MARK -->
|
/prebuilts/misc/common/swig/include/2.0.11/typemaps/ |
std_except.swg | 4 Mark all of std exception classes as "exception classes" via
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ULOG.h | 35 unsigned long mark; member in struct:ulog_packet_msg
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/ |
ipt_ULOG.h | 35 unsigned long mark; member in struct:ulog_packet_msg
|