HomeSort by relevance Sort by last modified time
    Searched full:discard (Results 126 - 150 of 865) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/Gallery3D/res/values/
strings.xml 59 <string name="crop_discard_text">Discard</string>
  /packages/apps/SoundRecorder/res/layout-land/
main.xml 102 android:text="@string/discard"
  /packages/apps/SoundRecorder/res/layout-port/
main.xml 99 android:text="@string/discard"
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
SyncCommon.java 168 return -1; // Unknown tickles; discard
  /external/jpeg/
jdmarker.c 884 * can discard the byte from its buffer.
902 * Discard it and loop back to try again.
    [all...]
wrjpgcom.c 285 * copy data to output, but discard COM markers unless keep_COM is true.
327 case M_COM: /* Existing COM: conditionally discard */
  /external/opencore/nodes/pvmediaoutputnode/src/
pv_media_output_node.cpp     [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 502 // label to discard it if unneeded.
503 Label discard; local
518 if_false = &discard;
527 if_true = &discard;
595 __ j(zero, &discard);
603 __ bind(&discard);
611 __ j(not_zero, &discard);
619 __ bind(&discard);
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-objcopy.1 150 [\fB\-x\fR|\fB\-\-discard\-all\fR]
151 [\fB\-X\fR|\fB\-\-discard\-locals\fR]
389 .IP "\fB\-\-discard\-all\fR" 4
390 .IX Item "--discard-all"
396 .IP "\fB\-\-discard\-locals\fR" 4
397 .IX Item "--discard-locals"
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-objcopy.1 151 [\fB\-x\fR|\fB\-\-discard\-all\fR]
152 [\fB\-X\fR|\fB\-\-discard\-locals\fR]
398 .IP "\fB\-\-discard\-all\fR" 4
399 .IX Item "--discard-all"
405 .IP "\fB\-\-discard\-locals\fR" 4
406 .IX Item "--discard-locals"
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-objcopy.1 151 [\fB\-x\fR|\fB\-\-discard\-all\fR]
152 [\fB\-X\fR|\fB\-\-discard\-locals\fR]
398 .IP "\fB\-\-discard\-all\fR" 4
399 .IX Item "--discard-all"
405 .IP "\fB\-\-discard\-locals\fR" 4
406 .IX Item "--discard-locals"
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-objcopy.1 150 [\fB\-x\fR|\fB\-\-discard\-all\fR]
151 [\fB\-X\fR|\fB\-\-discard\-locals\fR]
389 .IP "\fB\-\-discard\-all\fR" 4
390 .IX Item "--discard-all"
396 .IP "\fB\-\-discard\-locals\fR" 4
397 .IX Item "--discard-locals"
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-objcopy.1 151 [\fB\-x\fR|\fB\-\-discard\-all\fR]
152 [\fB\-X\fR|\fB\-\-discard\-locals\fR]
398 .IP "\fB\-\-discard\-all\fR" 4
399 .IX Item "--discard-all"
405 .IP "\fB\-\-discard\-locals\fR" 4
406 .IX Item "--discard-locals"
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-objcopy.1 151 [\fB\-x\fR|\fB\-\-discard\-all\fR]
152 [\fB\-X\fR|\fB\-\-discard\-locals\fR]
398 .IP "\fB\-\-discard\-all\fR" 4
399 .IX Item "--discard-all"
405 .IP "\fB\-\-discard\-locals\fR" 4
406 .IX Item "--discard-locals"
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man1/
i686-unknown-linux-gnu-objcopy.1 150 [\fB\-x\fR|\fB\-\-discard\-all\fR]
151 [\fB\-X\fR|\fB\-\-discard\-locals\fR]
389 .IP "\fB\-\-discard\-all\fR" 4
390 .IX Item "--discard-all"
396 .IP "\fB\-\-discard\-locals\fR" 4
397 .IX Item "--discard-locals"
    [all...]
  /external/apache-http/src/org/apache/commons/codec/binary/
Base64.java 373 // RFC 2045 requires that we discard ALL non-Base64 characters
437 * @param data The base-64 encoded data to discard the whitespace
  /external/dbus/dbus/
dbus-shell.c 452 /* Discard up to and including next newline */
520 /* discard all unquoted blanks (don't add them to a token) */
  /external/icu4c/test/perf/perldriver/
PerfFramework.pm 141 shift(@data) if (@data > 1); # discard first run
229 shift(@data) if (@data > 1); # discard first run
  /external/jdiff/src/jdiff/
JDiffAntTask.java 319 // Discard the exception
323 // Discard the exception
  /external/v8/src/ia32/
full-codegen-ia32.cc 500 // label to discard it if unneeded.
501 Label discard; local
516 if_false = &discard;
525 if_true = &discard;
593 __ j(zero, &discard);
601 __ bind(&discard);
609 __ j(not_zero, &discard);
617 __ bind(&discard);
    [all...]
  /external/webkit/JavaScriptGlue/
JSUtils.cpp 384 * JSGlue has no API for accessing exceptions, so we just discard them. As for
422 // Discard exceptions -- otherwise an exception would forestall JS
  /external/webkit/WebKitTools/Scripts/
extract-localizable-strings 213 $_ = ""; # If the comment doesn't end, discard the result of the line and set flag
217 $_ = ""; # Discard the rest of the line
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
alloca.c 362 /* Discard segments that do not contain our argument address. */
442 a stack overflow. Discard stack segments which do not
  /bionic/libc/bionic/
arc4random.c 152 * Discard early keystream, as per recommendations in:
  /bionic/libc/stdio/
fseek.c 229 /* success: clear EOF indicator and discard ungetc() data */

Completed in 176 milliseconds

1 2 3 4 56 7 8 91011>>