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

1 2 3 4 5 6 7 891011>>

  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsn.java 242 * it uses sequential registers starting at {@code 0} (storing
299 * it replaces incompatible registers with sequential registers
  /external/chromium_org/testing/
generate_gmock_mutant.py 343 """Expands pattern replacing '%' with sequential integers.
353 """Expands pattern replacing '%' with sequential small ASCII letters.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/
buildbot.py 213 # previous_build() allows callers to avoid assuming build numbers are sequential.
214 # They may not be sequential across all master changes, or when non-trunk builds are made.
  /external/chromium_org/third_party/icu/source/i18n/
chnsecal.h 49 * first method is by sequential numbering from the 61st year of the reign
53 * <code>EXTENDED_YEAR</code> field contains the sequential year count.
  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
bss_file.c 75 * API. But sequential access suffices for practical cases when you
78 * sequential access of large files without extra "magic" comprise *BSD,
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
DalvInsn.java 241 * it uses sequential registers starting at {@code 0} (storing
298 * it replaces incompatible registers with sequential registers
  /external/icu/icu4c/source/i18n/
chnsecal.h 50 * first method is by sequential numbering from the 61st year of the reign
54 * <code>EXTENDED_YEAR</code> field contains the sequential year count.
  /external/jarjar/
build.xml 64 <sequential>
76 </sequential>
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 21 // string and assigned a sequential numeric ID (base 1.)
23 // ID. A file ID is sequential number (base 1.)
  /external/openssl/crypto/bio/
bss_file.c 75 * API. But sequential access suffices for practical cases when you
78 * sequential access of large files without extra "magic" comprise *BSD,
  /external/smali/baksmali/src/main/java/org/jf/baksmali/
main.java 356 Option sequentialLabelsOption = OptionBuilder.withLongOpt("sequential-labels")
357 .withDescription("create label names using a sequential numbering scheme per label type, rather than " +
  /libcore/luni/src/main/java/java/util/concurrent/
ExecutorService.java 236 * sequential order as produced by the iterator for the
263 * sequential order as produced by the iterator for the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fileinput.py 53 sequence must be accessed in strictly sequential order; sequence
194 sequential order; random access and readline() cannot be mixed.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fileinput.py 53 sequence must be accessed in strictly sequential order; sequence
194 sequential order; random access and readline() cannot be mixed.
  /cts/suite/audio_quality/lib/src/task/
ModelBuilder.cpp 55 { "sequential", TaskGeneric::ETaskSequential, SEQUENTIAL_TABLE,
  /device/asus/flo/camera/mm-image-codec/qomx_core/
QOMX_JpegExtensions.h 218 * or sequential encoding for the thumbnail and
  /device/lge/hammerhead/camera/mm-image-codec/qomx_core/
QOMX_JpegExtensions.h 223 * or sequential encoding for the thumbnail and
  /external/chromium_org/base/debug/
trace_event_win_unittest.cc 125 p.LogFileMode = EVENT_TRACE_FILE_MODE_SEQUENTIAL; // Sequential log.
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_apitest.cc 72 // A sequential list of user gesture notifications from the test extension(s).
  /external/chromium_org/chrome/browser/extensions/
extension_apitest.h 92 // A sequential list of pass/fail notifications from the test extension(s).
  /external/chromium_org/components/storage_monitor/
storage_monitor_chromeos.cc 130 // Note: relies on scheduled tasks on the file thread being sequential. This
  /external/chromium_org/courgette/
streams.h 7 // These memory-resident streams are used for serializing data into a sequential
  /external/chromium_org/remoting/host/
chromoting_host.cc 181 // connection attempts as well as sequential ones.
  /external/chromium_org/tools/grit/grit/format/
rc_header.py 159 # be sequential).
  /external/chromium_org/v8/src/arm/
codegen-arm.cc 686 // Distinguish sequential and external strings. Only these two string
688 // reduced to the underlying sequential or external string).
695 // Prepare sequential strings
706 // Sequential strings have already been ruled out.

Completed in 712 milliseconds

1 2 3 4 5 6 7 891011>>