HomeSort by relevance Sort by last modified time
    Searched full:discard (Results 201 - 225 of 1464) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/qemu/
sparc.ld 149 /DISCARD/ : { *(.note.GNU-stack) *(.note.ABI-tag) }
  /external/webkit/Source/JavaScriptCore/wtf/
StdLibExtras.h 146 // Discard all values in the left hand half of the array, up to and including the item at pos.
  /external/webkit/Source/WebCore/storage/
IDBKeyPath.cpp 172 // It bails out as soon as it finds an error, but doesn't discard the bits it managed to parse.
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queuestest.py 65 return "CAUTION: %(name)s will discard all local changes in \"%(checkout_dir)s\"\nRunning WebKit %(name)s.\nMOCK: update_status: %(name)s Starting Queue\n" % string_replacements
  /external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
cssvalues.in 102 discard
  /frameworks/base/core/java/com/google/android/mms/pdu/
Base64.java 65 // RFC 2045 requires that we discard ALL non-Base64 characters
  /frameworks/base/media/libdrm/mobile1/include/objmng/
drm_rights_manager.h 129 * Discard the padding bytes in DCF decrypted data.
  /frameworks/base/services/java/com/android/server/am/
EventLogTags.logtags 62 # Discard an undelivered serialized broadcast (timeout/ANR/crash)
  /packages/apps/Gallery/res/layout/
viewimage.xml 96 android:id="@+id/discard"
  /packages/apps/Mms/res/values-en-rGB/
strings.xml 64 <string name="discard_slideshow" msgid="5054239124146413609">"Discard slide show"</string>
77 <string name="discard" msgid="1624800293064498479">"Discard"</string>
95 <string name="discard_message" msgid="6078326880056142781">"Discard"</string>
  /packages/apps/SoundRecorder/res/layout-land/
main.xml 108 android:text="@string/discard"
  /packages/apps/SoundRecorder/res/layout-port/
main.xml 105 android:text="@string/discard"
  /packages/apps/SoundRecorder/res/layout-xlarge/
main.xml 105 android:text="@string/discard"
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fts.h 115 #define FTS_SKIP 4 /* discard node */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
som.h 73 unsigned int ignore :1; /* Discard section if unknown */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
fts.h 107 #define FTS_SKIP 4 /* discard node */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
fts.h 107 #define FTS_SKIP 4 /* discard node */
  /prebuilt/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/include/
fts.h 107 #define FTS_SKIP 4 /* discard node */
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/include/
fts.h 107 #define FTS_SKIP 4 /* discard node */
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-x86/usr/include/
fts.h 107 #define FTS_SKIP 4 /* discard node */
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
SyncCommon.java 168 return -1; // Unknown tickles; discard
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
ITaskMonitor.java 84 * discouraged from using more than once -- implementations can either discard
  /external/jpeg/
jdmarker.c 884 * can discard the byte from its buffer.
902 * Discard it and loop back to try again.
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 824 case GGL_NEVER: goto discard;
825 case GGL_LESS: if (alpha<ref) break; goto discard;
826 case GGL_EQUAL: if (alpha==ref) break; goto discard;
827 case GGL_LEQUAL: if (alpha<=ref) break; goto discard;
828 case GGL_GREATER: if (alpha>ref) break; goto discard;
829 case GGL_NOTEQUAL: if (alpha!=ref) break; goto discard;
830 case GGL_GEQUAL: if (alpha>=ref) break; goto discard;
842 case GGL_NEVER: goto discard;
843 case GGL_LESS: if (zz<depth) break; goto discard;
844 case GGL_EQUAL: if (zz==depth) break; goto discard
    [all...]
  /external/jhead/
jpgfile.c 237 // Discard this section.
270 // Oterwise, discard this section.
426 // Discard this section.
459 // Oterwise, discard this section.
502 // Discard read data.
733 // Discard everything but the exif and comment sections.

Completed in 1554 milliseconds

1 2 3 4 5 6 7 891011>>