HomeSort by relevance Sort by last modified time
    Searched refs:initial (Results 251 - 275 of 365) sorted by null

<<1112131415

  /external/chromium_org/third_party/ply/
lex.py 124 self.lexstate = "INITIAL" # Current lexer state
185 # Collect all functions in the initial state
186 initial = self.lexstatere["INITIAL"]
188 for part in initial:
246 self.begin('INITIAL')
529 states = ('INITIAL',)
550 self.stateinfo = { 'INITIAL' : 'inclusive'}
    [all...]
  /external/chromium_org/v8/src/
platform-win32.cc 1066 void* initial) {
    [all...]
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 131 0100 0000 show after initial opt
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
gimple.h 292 any useful value when the pass starts. Any initial state that
611 /* Initial value. */
612 tree initial; variable
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
gimple.h 292 any useful value when the pass starts. Any initial state that
611 /* Initial value. */
612 tree initial; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
gimple.h 292 any useful value when the pass starts. Any initial state that
611 /* Initial value. */
612 tree initial; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
gimple.h 292 any useful value when the pass starts. Any initial state that
611 /* Initial value. */
612 tree initial; variable
    [all...]
  /external/chromium/net/disk_cache/
entry_unittest.cc 1219 Time initial = Time::Now(); local
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 1591 size_t initial = mDataSize; local
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
StringBuilderTest.java     [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
CollectionsTest.java     [all...]
  /external/chromium_org/chrome/browser/resources/
feedback.js 350 // Set the initial description text.
  /external/chromium_org/chrome/browser/resources/help/
help.js 49 * Perform initial setup.
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js 520 * The initial keys to sort by when loading the page (can be changed later).
530 * The initial keys to group by when loading the page (can be changed later).
578 * The initial number of rows to display (the rest are hidden) when no
585 * The initial number of rows to display (rest are hidden) for each group.
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 328 (* Store the initial value into the alloca. *)
  /external/strace/
strace.spec 209 - Fix initial execve output with -i (#143365).
  /external/v8/src/
platform-win32.cc 1037 void* initial) {
1048 if (memory) memmove(memory, initial, size)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
PatternTest.java     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 136 public void assertDeserialized(Serializable initial,
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
main.js 164 // Trigger initial layout.
167 // Select the initial view based on the current URL.
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 135 public void assertDeserialized(Serializable initial,
    [all...]
  /external/chromium_org/chrome/browser/resources/ntp_android/
ntp_android.js 204 * Whether the initial history state has been replaced. The state will be
316 INITIAL: 0,
326 var syncState = SyncState.INITIAL;
396 * Flag set to true when the page is loading its initial set of images. This
397 * is set to false after all the initial images have loaded.
    [all...]
  /external/chromium/chrome/browser/resources/
print_preview.js 310 // Once the printer list is populated, generate the initial preview.
  /external/chromium_org/chrome/browser/resources/net_internals/
log_view_painter.js 618 // the initial proxy settings fetch.

Completed in 464 milliseconds

<<1112131415