/external/compiler-rt/test/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
|
/frameworks/compile/libbcc/runtime/test/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/qemu/distrib/zlib-1.2.3/ |
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) */ 40 LENEXT, /* i: waiting for length extra bits */ 42 DISTEXT, /* i: waiting for distance extra bits */ 60 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME 100 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 678 state->head->extra = Z_NULL; 679 state->mode = EXTRA; 680 case EXTRA: 686 state->head->extra != Z_NULL) { 688 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 730 state->head->extra = Z_NULL; 731 state->mode = EXTRA; 732 case EXTRA: 738 state->head->extra != Z_NULL) { 740 zmemcpy(state->head->extra + len, next, [all...] |
/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...] |
/hardware/ti/wlan/wl1271/stad/build/linux/ |
Makefile | 109 @echo Default Compilation: PLATFORM=$(PLATFORM) DEBUG=$(DEBUG) INTR=$(INTR) WSPI=$(WSPI) XCC=$(XCC) EXTRA CFLAGS: $(EXTRA_CFLAGS)
|
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/ |
TranslationDetector.java | 93 /** Are there extra translations that are "unused" (appear only in specific languages) ? */ 94 public static final Issue EXTRA = Issue.create( 119 /** Locations for each extra translated string name. Populated during phase 2, if necessary */ 193 reportMap(context, EXTRA, mExtraLocations); 232 boolean reportExtra = context.isEnabled(EXTRA); 282 // same as the all set (meaning there are no extra strings in the other languages) 337 // both all the default language strings and the union of all extra strings 449 if (context.getDriver().isSuppressed(EXTRA, element)) { 473 context.report(EXTRA, translatable, context.getLocation(translatable), 495 // these arrays "extra" if one of the *translated* versions of the arra [all...] |
BuiltinIssueRegistry.java | 99 issues.add(TranslationDetector.EXTRA);
|
/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/ |
Makefile | 111 @echo Default Compilation: PLATFORM=$(PLATFORM) DEBUG=$(DEBUG) INTR=$(INTR) WSPI=$(WSPI) XCC=$(XCC) EXTRA CFLAGS: $(EXTRA_CFLAGS)
|
/frameworks/base/core/java/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);
|
/external/oprofile/module/ia64/ |
IA64minstate.h | 140 #define DO_SAVE_MIN(COVER, SAVE_IFS, EXTRA) \ 216 EXTRA; \
|
/hardware/ti/wlan/wl1271/platforms/os/linux/build/ |
Makefile | 187 @echo Default Compilation: PLATFORM=$(PLATFORM) DEBUG=$(DEBUG) INTR=$(INTR) WSPI=$(WSPI) XCC=$(XCC) EXTRA CFLAGS: $(EXTRA_CFLAGS)
|
/hardware/ti/wlan/wl1271/platforms/os/linux/ |
Makefile | 242 @echo EXTRA CFLAGS = $(EXTRA_CFLAGS)
|
/external/ping6/ |
ping6.c | 163 #define EXTRA 256 /* for AH and various other headers. weird. */ 723 packlen = 2048 + IP6LEN + ICMP6ECHOLEN + EXTRA; 725 packlen = datalen + IP6LEN + ICMP6ECHOLEN + EXTRA; 730 packlen = 2048 + IP6LEN + ICMP6ECHOLEN + EXTRA; [all...] |
/external/qemu/android/ |
hw-events.h | 421 BTN_CODE(EXTRA, 0x114) \
|
/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
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.registry_3.5.0.v20100503.jar | |
org.apache.commons.httpclient_3.1.0.v201005080502.jar | |