HomeSort by relevance Sort by last modified time
    Searched full:subsequent (Results 426 - 450 of 2987) sorted by null

<<11121314151617181920>>

  /external/jpeg/
jcapimin.c 110 * by a subsequent jpeg_start_compress call.
249 * (same as jpeg_suppress_tables(..., TRUE)). Thus a subsequent start_compress
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 121 subsequent block. A page that is entirely spanned by a single
122 packet (that completes on a subsequent page) has no granule
  /external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
gen_xmlpool.py 100 # Subsequent matches are ENUM matches.
122 # Expand any subsequent enum lines
  /external/qemu/distrib/jpeg-6b/
jcapimin.c 110 * by a subsequent jpeg_start_compress call.
249 * (same as jpeg_suppress_tables(..., TRUE)). Thus a subsequent start_compress
  /frameworks/base/core/java/android/preference/
MultiCheckPreference.java 72 * shown in subsequent dialogs.
95 * The list of entries to be shown in the list in subsequent dialogs.
MultiSelectListPreference.java 64 * shown in subsequent dialogs.
85 * The list of entries to be shown in the list in subsequent dialogs.
  /libcore/luni/src/main/java/java/text/
CollationElementIterator.java 91 * <li>If normalization is on, the index of the immediate subsequent
172 * subsequent call made to {@code getOffset()} may not return the same value
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
SecretKeySpecTest.java 41 * copied to protect against subsequent modification.
79 * is copied to protect against subsequent modification.
  /libcore/luni/src/main/java/java/sql/
Statement.java 143 * first result and {@code getMoreResults} to get any subsequent results.
162 * first result and {@code getMoreResults} to get any subsequent results.
187 * first result and {@code getMoreResults} to get any subsequent results.
210 * first result and {@code getMoreResults} to get any subsequent results.
532 * statement. If there are multiple warnings, subsequent warnings are
547 * Sets the SQL cursor name. This name is used by subsequent statement
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
PKIXParametersTest.java 90 * subsequent modifications
409 * is cloned to protect against subsequent modifications
463 * subsequent modifications
567 * Assertion: list is copied to protect against subsequent modifications
692 * is cloned to protect against subsequent modifications
766 * against subsequent modifications
793 * against subsequent modifications
    [all...]
  /external/aac/libAACenc/src/
intensity.cpp 315 invOverallLoudnessSF = invOverallLoudnessSF - OVERALL_LOUDNESS_SF + 1; /* +1: compensate fMultDiv2() in subsequent loop */
330 /* inv_n is scaled with factor 2 to compensate fMultDiv2() in subsequent loops */
664 inv_n = GetInvInt((sfbOffset[sfb + sfboffs + 1] - sfbOffset[sfb + sfboffs])>>1); // scaled with 2 to compensate fMultDiv2() in subsequent loop
690 s2 = (s2>>1) + 1; // +1 compensate fMultDiv2() in subsequent loop
724 s2 = (s2>>1) + 1; // +1 compensate fMultDiv2() in subsequent loop
  /libcore/luni/src/main/java/java/nio/channels/
SocketChannel.java 43 * is used for the input side of a channel and subsequent read operations return
47 * output side of the channel; subsequent write operations throw a
264 * If a read operation is in progress, subsequent threads will block until
301 * If a read operation is in progress, subsequent threads will block until
365 * If a write operation is in progress, subsequent threads will block until
  /libcore/luni/src/main/java/java/util/concurrent/
Executors.java 53 * execute subsequent tasks. The threads in the pool will exist
113 * needed to execute subsequent tasks. The threads in the pool will
135 * subsequent tasks.) Tasks are guaranteed to execute
216 * subsequent tasks.) Tasks are guaranteed to execute
233 * place if needed to execute subsequent tasks.) Tasks are
CyclicBarrier.java 116 * but no subsequent reset.
211 // "belong" to subsequent execution.
429 * instead create a new barrier for subsequent use.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
header.py 161 character set for all subsequent .append() calls that omit the charset
164 subsequent .append() calls.
192 # is the same length as subsequent lines.
198 # Second and subsequent lines should subtract off the length in
214 # charset. Only do this for the second and subsequent chunks.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
header.py 161 character set for all subsequent .append() calls that omit the charset
164 subsequent .append() calls.
192 # is the same length as subsequent lines.
198 # Second and subsequent lines should subtract off the length in
214 # charset. Only do this for the second and subsequent chunks.
  /external/chromium_org/third_party/sqlite/src/src/
vdbeblob.c 39 ** If successful, SQLITE_OK is returned and subsequent calls to
49 ** If an error does occur, then the b-tree cursor is closed. All subsequent
433 ** subsequent calls to sqlite3_blob_xxx() functions (except blob_close())
  /external/chromium_org/webkit/browser/appcache/
manifest_parser.cc 185 // Look for whitespace separating the URL from subsequent ignored tokens.
276 // Look for whitespace separating the URL from subsequent ignored tokens.
333 // Look for whitespace separating the URL from subsequent ignored tokens.
  /external/v8/src/arm/
codegen-arm.cc 83 // -- r3 : target map, scratch for subsequent call
106 // -- r3 : target map, scratch for subsequent call
241 // -- r3 : target map, scratch for subsequent call
  /external/v8/src/mips/
codegen-mips.cc 82 // -- a3 : target map, scratch for subsequent call
105 // -- a3 : target map, scratch for subsequent call
248 // -- a3 : target map, scratch for subsequent call
  /hardware/libhardware/include/hardware/
camera2.h 365 * number of the request. Subsequent requests are unaffected, and the device
371 * request, but image buffers for it will still be available. Subsequent
379 * available. Subsequent requests are unaffected, and the device remains
443 * Ext1 is an ID that must be returned in subsequent auto-focus state change
462 * Ext1 is an ID that must be returned in subsequent auto-focus state change
475 * Ext1 is an ID that must be returned in subsequent
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemValueOf.java 112 * XML by a subsequent non-XML aware process. For this reason,
137 * XML by a subsequent non-XML aware process. For this reason,
  /external/chromium_org/chrome/browser/drive/
drive_uploader.cc 95 // InitiateUpload. Used for the subsequent ResumeUpload requests.
110 // an async task other than HTTP requests and cancels the subsequent requests
  /external/chromium_org/chrome/browser/extensions/api/storage/
managed_value_store_cache.cc 64 // subsequent loads and unloads, and keeps the SchemaRegistry of the Profile
225 // Subsequent calls to SetReady() are ignored.
  /external/chromium_org/content/renderer/pepper/
plugin_module.h 78 // deleted when the module is destroyed. You can only set it once, subsequent
201 // code, this can interfere with subsequent tests. This deletes the

Completed in 1599 milliseconds

<<11121314151617181920>>