/external/compiler-rt/test/builtins/Unit/ |
test | 29 EXTRA= 33 EXTRA="-fexceptions gcc_personality_test_helper.cxx -lstdc++ /usr/lib/libgcc_s.1.dylib" 38 # this test requires an extra compiler option 39 EXTRA="-fnested-functions" 43 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA -o ./remote/$FILE.exe 50 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/ |
Makefile | 12 EXTRA=\
|
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/ |
Makefile | 13 EXTRA=\
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/ |
Makefile | 12 EXTRA=\
|
/external/opencv3/3rdparty/zlib/ |
inflate.h | 24 OS, /* i: waiting for extra flags and operating system (gzip) */ 25 EXLEN, /* i: waiting for extra length (gzip) */ 26 EXTRA, /* i: waiting for extra bytes (gzip) */ 42 LENEXT, /* i: waiting for length extra bits */ 44 DISTEXT, /* i: waiting for distance extra bits */ 62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT -> 104 unsigned extra; /* extra bits needed */ member in struct:inflate_state
|
inflate.c | 19 * - Remove unnecessary second byte pull from length extra in inffast.c 34 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths 731 state->head->extra = Z_NULL; 732 state->mode = EXTRA; 733 case EXTRA: 739 state->head->extra != Z_NULL) { 741 zmemcpy(state->head->extra + len, next, [all...] |
/external/pdfium/third_party/zlib_v128/ |
inflate.h | 24 OS, /* i: waiting for extra flags and operating system (gzip) */ 25 EXLEN, /* i: waiting for extra length (gzip) */ 26 EXTRA, /* i: waiting for extra bytes (gzip) */ 42 LENEXT, /* i: waiting for length extra bits */ 44 DISTEXT, /* i: waiting for distance extra bits */ 62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT -> 104 unsigned extra; /* extra bits needed */ member in struct:inflate_state
|
inflate.c | 19 * - Remove unnecessary second byte pull from length extra in inffast.c 34 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths 731 state->head->extra = Z_NULL; 732 state->mode = EXTRA; 733 case EXTRA: 739 state->head->extra != Z_NULL) { 741 zmemcpy(state->head->extra + len, next, [all...] |
/external/zlib/src/ |
inflate.h | 24 OS, /* i: waiting for extra flags and operating system (gzip) */ 25 EXLEN, /* i: waiting for extra length (gzip) */ 26 EXTRA, /* i: waiting for extra bytes (gzip) */ 42 LENEXT, /* i: waiting for length extra bits */ 44 DISTEXT, /* i: waiting for distance extra bits */ 62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT -> 104 unsigned extra; /* extra bits needed */ member in struct:inflate_state
|
inflate.c | 19 * - Remove unnecessary second byte pull from length extra in inffast.c 34 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths 731 state->head->extra = Z_NULL; 732 state->mode = EXTRA; 733 case EXTRA: 739 state->head->extra != Z_NULL) { 741 zmemcpy(state->head->extra + len, next, [all...] |
/dalvik/dx/tests/131-perf/ |
run | 33 # Extra statistics, use to calibrate test. 34 #EXTRA="--profile-concurrency" 37 #EXTRA="--set-max-idx-number=20000" 75 $TASKSET dx -JXmx$MEM -JXms$MEM $GC --dex $EXTRA --no-optimize $MULTIDEX $THREADS --output=out x.jar
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
Makefile | 15 EXTRA=\
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/ |
Makefile | 12 EXTRA=\
|
/external/zlib/src/examples/ |
gzlog.c | 16 system crashes. The status of the operation is recorded in an extra field 39 - fixed-length (no file name) header with extra field (see below) 48 extra field has the necessary information to restore the start of the last 61 The extra field has the necessary information to find the end of the 93 Following is the definition of the extra field with all of the information 100 length is two bytes long. The gzip extra field two-byte identification is 101 "ap" for append. It is assumed that writing the extra field to the file is 102 an "atomic" operation. That is, either all of the extra field is written 104 point of updating the extra field. This is a reasonable assumption, since 105 the extra field is within the first 52 bytes of the file, which is smalle [all...] |
/external/libunwind/tests/ |
ia64-test-dyn1.c | 18 # define EXTRA 16 22 # define EXTRA 0 46 len = (uintptr_t) end - GET_ENTRY (func) + EXTRA;
|
/external/apache-http/android/src/com/android/internal/http/multipart/ |
Part.java | 88 /** Extra characters */ 89 protected static final String EXTRA = "--"; 91 /** Extra characters as a byte array */ 93 EncodingUtils.getAsciiBytes(EXTRA);
|
/prebuilts/go/darwin-x86/src/fmt/ |
fmt_test.go | 298 {"", 2, "%!(EXTRA int=2)"}, 556 {"no args", "hello", "no args%!(EXTRA string=hello)"}, 559 {"%-1", 100, "%!(NOVERB)%!(EXTRA int=100)"}, 560 {"%017091901790959340919092959340919017929593813360", 0, "%!(NOVERB)%!(EXTRA int=0)"}, 561 {"%184467440737095516170v", 0, "%!(NOVERB)%!(EXTRA int=0)"}, 842 {"%]d", SE{2, 1}, "%!](int=2)d%!(EXTRA int=1)"}, 856 {"%2147483648d", SE{42}, "%!(NOVERB)%!(EXTRA int=42)"}, 857 {"%-2147483648d", SE{42}, "%!(NOVERB)%!(EXTRA int=42)"}, 858 {"%.2147483648d", SE{42}, "%!(NOVERB)%!(EXTRA int=42)"}, [all...] |
doc.go | 210 Too many arguments: %!(EXTRA type=value) 211 Printf("hi", "guys"): hi%!(EXTRA string=guys)
|
/prebuilts/go/linux-x86/src/fmt/ |
fmt_test.go | 298 {"", 2, "%!(EXTRA int=2)"}, 556 {"no args", "hello", "no args%!(EXTRA string=hello)"}, 559 {"%-1", 100, "%!(NOVERB)%!(EXTRA int=100)"}, 560 {"%017091901790959340919092959340919017929593813360", 0, "%!(NOVERB)%!(EXTRA int=0)"}, 561 {"%184467440737095516170v", 0, "%!(NOVERB)%!(EXTRA int=0)"}, 842 {"%]d", SE{2, 1}, "%!](int=2)d%!(EXTRA int=1)"}, 856 {"%2147483648d", SE{42}, "%!(NOVERB)%!(EXTRA int=42)"}, 857 {"%-2147483648d", SE{42}, "%!(NOVERB)%!(EXTRA int=42)"}, 858 {"%.2147483648d", SE{42}, "%!(NOVERB)%!(EXTRA int=42)"}, [all...] |
doc.go | 210 Too many arguments: %!(EXTRA type=value) 211 Printf("hi", "guys"): hi%!(EXTRA string=guys)
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
eh-frame1.s | 60 # followed by EXTRA bytes. AUGLEN is the length of augmentation 64 .macro persaug auglen,extra,encoding,value 66 .byte (-(9 + \auglen + 3 + 2) & mask) + 2 + mask + \extra 70 .byte 2 + mask + \extra
|
/external/v8/src/mips/ |
constants-mips.h | 886 enum TypeChecks { NORMAL, EXTRA }; [all...] |
/external/v8/src/mips64/ |
constants-mips64.h | 932 enum TypeChecks { NORMAL, EXTRA }; [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
dlltool.c | [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
BaseRecognizer.as | 527 /** Attempt to recover from a single missing or extra token. 529 * EXTRA TOKEN 532 * however, then assume LA(1) is some extra spurious token. Delete it 569 input.consume(); // simply delete extra token
|