/libcore/dalvik/src/main/java/dalvik/system/ |
NativeStart.java | 21 * to be able to create objects, and the VM needs to discard the references
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
filter-out | 6 filter-out function is first used to discard names ending in
|
/external/kernel-headers/original/asm-mips/ |
termbits.h | 75 #define VDISCARD 13 /* Discard character [IEXTEN]. */ 198 #define IEXTEN 0000400 /* Enable DISCARD and LNEXT. */ 217 #define TCIFLUSH 0 /* Discard data received but not yet read. */ 218 #define TCOFLUSH 1 /* Discard data written but not yet sent. */ 219 #define TCIOFLUSH 2 /* Discard all pending data. */
|
/external/linux-tools-perf/ |
builtin-lock.c | 72 int discard; /* flag of blacklist */ member in struct:lock_stat 439 if (ls->discard) 473 /* broken lock sequence, discard it */ 474 ls->discard = 1; 504 if (ls->discard) 527 /* broken lock sequence, discard it */ 528 ls->discard = 1; 559 if (ls->discard) 575 /* broken lock sequence, discard it */ 576 ls->discard = 1 [all...] |
/external/openssh/ |
cipher.c | 217 u_char *junk, *discard; local 268 discard = xmalloc(cipher->discard_len); 269 if (EVP_Cipher(&cc->evp, discard, junk, 271 fatal("evp_crypt: EVP_Cipher failed during discard"); 272 memset(discard, 0, cipher->discard_len); 274 xfree(discard);
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-strip.1 | 133 strip \- Discard symbols from object files. 144 [\fB\-x\fR|\fB\-\-discard\-all\fR] [\fB\-X\fR |\fB\-\-discard\-locals\fR] 268 \&\*(L"fo\*(R", but to discard the symbol \*(L"foo\*(R". 272 .IP "\fB\-\-discard\-all\fR" 4 273 .IX Item "--discard-all" 279 .IP "\fB\-\-discard\-locals\fR" 4 280 .IX Item "--discard-locals"
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-strip.1 | 133 strip \- Discard symbols from object files. 144 [\fB\-x\fR|\fB\-\-discard\-all\fR] [\fB\-X\fR |\fB\-\-discard\-locals\fR] 268 \&\*(L"fo\*(R", but to discard the symbol \*(L"foo\*(R". 272 .IP "\fB\-\-discard\-all\fR" 4 273 .IX Item "--discard-all" 279 .IP "\fB\-\-discard\-locals\fR" 4 280 .IX Item "--discard-locals"
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-strip.1 | 133 strip \- Discard symbols from object files. 144 [\fB\-x\fR|\fB\-\-discard\-all\fR] [\fB\-X\fR |\fB\-\-discard\-locals\fR] 268 \&\*(L"fo\*(R", but to discard the symbol \*(L"foo\*(R". 272 .IP "\fB\-\-discard\-all\fR" 4 273 .IX Item "--discard-all" 279 .IP "\fB\-\-discard\-locals\fR" 4 280 .IX Item "--discard-locals"
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-strip.1 | 133 strip \- Discard symbols from object files. 144 [\fB\-x\fR|\fB\-\-discard\-all\fR] [\fB\-X\fR |\fB\-\-discard\-locals\fR] 268 \&\*(L"fo\*(R", but to discard the symbol \*(L"foo\*(R". 272 .IP "\fB\-\-discard\-all\fR" 4 273 .IX Item "--discard-all" 279 .IP "\fB\-\-discard\-locals\fR" 4 280 .IX Item "--discard-locals"
|
/tools/motodev/src/plugins/db.devices/src/com/motorolamobility/studio/android/db/devices/i18n/ |
messages.properties | 27 DeviceDbNode_DBOutOfSync_Refresh_Message=The database {0} is currently out of sync with the device.\n\nDo you want to discard the local settings and download the latest version from the device?\nNote: Selecting 'No' will discard the device changes and upload the local version to the device.
|
/external/v8/test/mjsunit/regress/ |
regress-937896.js | 29 // discard duplicates which caused the outer-most continue statement
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
PictureLayerContent.cpp | 71 // no content to draw, discard picture so UI / tile generation
|
/packages/apps/Email/res/menu/ |
message_compose_option.xml | 39 android:id="@+id/discard"
|
/packages/apps/Email/res/menu-sw600dp/ |
message_compose_option.xml | 34 android:id="@+id/discard"
|
/packages/apps/Gallery/res/layout/ |
cropimage.xml | 48 android:id="@+id/discard"
|
/packages/apps/Email/src/org/apache/commons/io/input/ |
AutoCloseInputStream.java | 69 * called to automatically close and discard the stream.
85 * i called to automatically close and discard the stream.
102 * i called to automatically close and discard the stream.
|
/packages/apps/SoundRecorder/res/values/ |
strings.xml | 46 <!-- button to discard the current recording and return to the caller --> 47 <string name="discard">Discard</string>
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
CommonTokenStream.as | 48 /** Set<tokentype>; discard any tokens with this type */ 86 var discard:Boolean = false; 96 discard = true; 99 discard = true; 101 if ( !discard ) {
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
LegacyCommonTokenStream.cs | 65 /** <summary>Set<tokentype>; discard any tokens with this type</summary> */ 143 bool discard = false; 160 discard = true; 164 discard = true; 166 if ( !discard )
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
LegacyCommonTokenStream.java | 50 /** Set<tokentype>; discard any tokens with this type */ 99 boolean discard = false; 111 discard = true; 114 discard = true; 116 if ( !discard ) {
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
CommonTokenStream.js | 40 discard, 45 discard = false; 55 discard = true; 60 discard = true; 62 if ( !discard ) {
|
/libcore/luni/src/main/java/java/net/ |
HttpCookie.java | 50 * RFC 2109. It adds {@code Discard}, {@code Port}, and {@code 70 RESERVED_NAMES.add("discard"); // RFC 2965 320 } else if (name.equals("discard")) { 321 cookie.discard = true; 426 private boolean discard; 494 * Returns the {@code Discard} attribute. 497 return discard; 592 * Set the {@code Discard} attribute of this cookie. 594 public void setDiscard(boolean discard) { 595 this.discard = discard [all...] |
/dalvik/vm/jdwp/ |
JdwpEvent.h | 108 * may discard its pointer after calling this.
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3tokenstream.c | 44 static void discardOffChannel (pANTLR3_COMMON_TOKEN_STREAM cts, ANTLR3_BOOLEAN discard); 694 discardOffChannel (pANTLR3_COMMON_TOKEN_STREAM tokenStream, ANTLR3_BOOLEAN discard) 696 tokenStream->discardOffChannel = discard; 953 ANTLR3_BOOLEAN discard; local 968 discard = ANTLR3_FALSE; /* Assume we are not discarding */ 971 * store a pointer to a structure in the override map and discard set 979 discard = ANTLR3_TRUE; 985 discard = ANTLR3_TRUE; 1003 if (discard == ANTLR3_FALSE)
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
CommonTokenStream.pm | 80 my $discard = 0; 90 $discard = 1; 92 $discard = 1; 95 if (!$discard) {
|