HomeSort by relevance Sort by last modified time
    Searched full:last (Results 851 - 875 of 13702) sorted by null

<<31323334353637383940>>

  /dalvik/tools/
get-hprof 18 # the so-named file. If no argument is specified, grab the last such file
  /dalvik/vm/compiler/codegen/arm/
GlobalOptimizations.cpp 51 * method-based JIT the branch might be the last real
  /developers/samples/android/input/Multitouch/BasicMultitouch/src/com/example/android/input/multitouch/basicMultitouch/
MainActivity.java 30 * touch events and draws coloured circles for each pointer, stores the last
  /development/samples/BackupRestore/res/values/
strings.xml 27 <string name="restore_text">Restore last data</string>
  /development/samples/training/network-usage/res/values/
strings.xml 29 <string name="updated">Last updated:</string>
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
IntStream.as 52 * last symbol has been read. The index is the symbol about to be
67 /** Rewind to the input position of the last marker.
73 * like invoking rewind(last marker) but it should not "pop"
74 * the marker off. It's like seek(last marker's input position).
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
IIntStream.cs 67 * last symbol has been read. The index is the symbol about to be
89 * Rewind to the input position of the last marker.
95 * like invoking rewind(last marker) but it should not "pop"
96 * the marker off. It's like seek(last marker's input position).
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
IntStream.java 53 * last symbol has been read. The index is the symbol about to be
68 /** Rewind to the input position of the last marker.
74 * like invoking rewind(last marker) but it should not "pop"
75 * the marker off. It's like seek(last marker's input position).
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/misc/
ANTLRIntArrayTest.m 32 STAssertTrue(popped == 10, @"Pop should pull the last element out, which should be 10 was: %d", popped);
IntArrayTest.m 32 STAssertTrue(popped == 10, @"Pop should pull the last element out, which should be 10 was: %d", popped);
  /external/apache-http/src/org/apache/commons/codec/language/
RefinedSoundex.java 168 char last, current; local
169 last = '*';
174 if (current == last) {
180 last = current;
  /external/bison/lib/
dirname.c 1 /* dirname.c -- return all but the last element in a file name
  /external/blktrace/
verify_blkparse.c 40 fprintf(stdout, "last: %s", last_line);
  /external/bluetooth/bluedroid/bta/include/
ptim.h 37 UINT32 last_gki_ticks; /* GKI ticks since last time update called */
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_cfg.c 43 * it can be de-allocated after the last call to access the database */
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
StreamCipher.java 50 * it was at after the last init (if there was one).
  /external/chromium/base/
string_split.cc 19 size_t last = 0; local
24 size_t len = i - last;
25 STR tmp = str.substr(last, len);
33 last = i + 1;
  /external/chromium/chrome/browser/autofill/
name_field.h 42 // A form field that can parse a first and last name field.
  /external/chromium/chrome/browser/chromeos/login/
screen_observer.h 40 EXIT_CODES_COUNT // not a real code, must be the last
  /external/chromium/chrome/browser/chromeos/
wm_overview_controller.h 106 // Show was last called. Used when cancelling overview mode.
151 // These indices are used to track the last updated browser listener and tab
154 int browser_listener_index_; // index of the last updated browser listener.
155 int tab_contents_index_; // index of the last updated tab contents.
  /external/chromium/chrome/browser/google/
google_update_settings_unittest.cc 29 // Setting and querying the last update time in fast sequence
  /external/chromium/chrome/browser/
mock_browsing_data_database_helper.h 40 // Returns true if all databases since the last Reset() invokation were
mock_browsing_data_indexed_db_helper.h 33 // Returns true if all indexed db files were deleted since the last
mock_browsing_data_local_storage_helper.h 39 // Returns true if all local storage files were deleted since the last
  /external/chromium/chrome/browser/password_manager/
password_manager_delegate.h 36 // If any SSL certificate errors were encountered as a result of the last

Completed in 2167 milliseconds

<<31323334353637383940>>