HomeSort by relevance Sort by last modified time
    Searched full:discard (Results 76 - 100 of 1003) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSSerializerFilter.java 32 * discard-default-content" is set to <code>false</code>), are never passed
  /packages/apps/SoundRecorder/res/values-cs/
strings.xml 32 <string name="discard" msgid="761613433029406319">"Zru?it"</string>
  /packages/apps/SoundRecorder/res/values-es/
strings.xml 32 <string name="discard" msgid="761613433029406319">"Descartar"</string>
  /packages/apps/SoundRecorder/res/values-es-rUS/
strings.xml 32 <string name="discard" msgid="761613433029406319">"Descartar"</string>
  /packages/apps/SoundRecorder/res/values-fr/
strings.xml 32 <string name="discard" msgid="761613433029406319">"Supprimer"</string>
  /packages/apps/SoundRecorder/res/values-pl/
strings.xml 32 <string name="discard" msgid="761613433029406319">"Odrzu?"</string>
  /packages/apps/SoundRecorder/res/values-pt/
strings.xml 32 <string name="discard" msgid="761613433029406319">"Descartar"</string>
  /packages/apps/SoundRecorder/res/values-pt-rPT/
strings.xml 32 <string name="discard" msgid="761613433029406319">"Rejeitar"</string>
  /packages/apps/SoundRecorder/res/values-sv/
strings.xml 32 <string name="discard" msgid="761613433029406319">"Släng"</string>
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/
dir 38 * strip: (binutils)strip. Discard symbols.
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
ITaskMonitor.java 51 * discouraged from using more than once -- implementations can either discard
  /external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
msgutil.py 95 # Read and discard.
106 # Discard data of other types.
  /packages/apps/Email/src/com/android/email/
AccountBackupRestore.java 199 // // log and discard - we don't care if remove fails, generally
202 // // log and discard - we don't care if remove fails, generally
  /system/core/libpixelflinger/
scanline.cpp 711 case GGL_NEVER: goto discard;
712 case GGL_LESS: if (alpha<ref) break; goto discard;
713 case GGL_EQUAL: if (alpha==ref) break; goto discard;
714 case GGL_LEQUAL: if (alpha<=ref) break; goto discard;
715 case GGL_GREATER: if (alpha>ref) break; goto discard;
716 case GGL_NOTEQUAL: if (alpha!=ref) break; goto discard;
717 case GGL_GEQUAL: if (alpha>=ref) break; goto discard;
729 case GGL_NEVER: goto discard;
730 case GGL_LESS: if (zz<depth) break; goto discard;
731 case GGL_EQUAL: if (zz==depth) break; goto discard;
    [all...]
  /external/libvpx/vp8/common/arm/neon/
sixtappredict4x4_neon.asm 69 vswp d7, d8 ;discard 2nd half data after src_ptr[3] is done
133 vswp d7, d8 ;discard 2nd half data after src_ptr[3] is done
281 vswp d7, d8 ;discard 2nd half data after src_ptr[3] is done
  /external/zlib/examples/
zran.c 251 unsigned char discard[WINSIZE]; local
298 strm.next_out = discard;
303 strm.next_out = discard;
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMConfigurationImpl.java 76 * True to keep comments in the document; false to discard them.
106 * True to keep whitespace elements in the document; false to discard
192 * True to include namespace declarations; false to discard them
  /external/chromium/net/disk_cache/
entry_impl.cc 39 void Discard();
59 void SyncCallback::Discard() {
240 io_callback->Discard();
245 io_callback->Discard();
340 io_callback->Discard();
345 io_callback->Discard();
  /external/apache-http/src/org/apache/http/impl/io/
AbstractSessionInputBuffer.java 209 // discard LF if found
216 // discard CR if found
  /external/ppp/pppd/
demand.c 132 * demand_discard - set each network protocol to discard packets
147 /* discard all saved packets */
  /external/qemu/distrib/sdl-1.2.12/src/events/
SDL_events.c 424 /* Set filter and discard pending events */
464 /* Set state and discard pending events */
  /external/qemu/
ppc.ld 225 /DISCARD/ : { *(.fixup) }
226 /DISCARD/ : { *(.note.GNU-stack) }
  /frameworks/base/include/utils/
AssetManager.h 201 * Discard cached filename information. This only needs to be called
203 * discard our cached notion of what's where.
  /bionic/libc/include/
fts.h 107 #define FTS_SKIP 4 /* discard node */
  /bionic/libc/stdio/
setvbuf.c 59 * Write current buffer, if any. Discard unread input (including

Completed in 314 milliseconds

1 2 34 5 6 7 8 91011>>