HomeSort by relevance Sort by last modified time
    Searched refs:LAST (Results 26 - 50 of 111) sorted by null

12 3 4 5

  /external/stlport/test/eh/
intel45.mak 55 #MT/MD etc should be LAST in CPP_PRJ_LIBTYP string!!!
intel50.mak 56 #MT/MD etc should be LAST in CPP_PRJ_LIBTYP string!!!
  /external/chromium_org/chrome/browser/sessions/
session_data_deleter.cc 160 startup_pref_type == SessionStartupPref::LAST));
better_session_restore_browsertest.cc 375 browser()->profile(), SessionStartupPref(SessionStartupPref::LAST));
771 // Tests that session cookies are cleared if the last window to close is a
session_restore_browsertest.cc 78 SessionStartupPref pref(SessionStartupPref::LAST);
360 SessionStartupPref(SessionStartupPref::LAST));
510 // Verifies we remember the last browser window when closing the last
543 // entries that correspond to the given URLs and that all but the last
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/indices/
u_unfilled_gen.py 29 FIRST, LAST = 'first', 'last'
  /external/mesa3d/src/gallium/auxiliary/indices/
u_unfilled_gen.py 29 FIRST, LAST = 'first', 'last'
  /external/chromium_org/ui/native_theme/
native_theme_win.h 52 LAST
356 mutable HANDLE theme_handles_[LAST];
native_theme_win.cc 193 for (int i = 0; i < LAST; ++i) {
    [all...]
  /external/chromium_org/third_party/angle/tests/preprocessor_tests/
input_test.cpp 21 EXPECT_EQ(pp::Token::LAST, token.type);
147 // strlen(str[0]. We want to make sure that the last character is ignored.
  /external/clang/include/clang/AST/
Comment.h 187 #define COMMENT_RANGE(BASE, FIRST, LAST) \
188 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind,
189 #define LAST_COMMENT_RANGE(BASE, FIRST, LAST) \
190 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind
Stmt.h 109 #define STMT_RANGE(BASE, FIRST, LAST) \
110 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class,
111 #define LAST_STMT_RANGE(BASE, FIRST, LAST) \
112 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class
    [all...]
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.cc 125 // If this profile was the last launched one without an opened window,
182 // Asynchronous post to give a chance to the last window to completely
380 // switch so do not set the session pref to SessionStartupPref::LAST for
385 pref.type = SessionStartupPref::LAST;
387 if (pref.type == SessionStartupPref::LAST &&
390 // chosen to restore last session and launched incognito, fallback to
617 // profiles. |last_used_profile| is the profile which owned the last open
620 // |last_used_profile| is the last used incognito profile. Restoring it will
623 // If the last used profile is locked or was a guest, show the user manager.
644 // Launch the last used profile with the full command line, and the othe
    [all...]
startup_browser_creator_impl.cc 555 // Restore the last session if any.
593 if (pref.type == SessionStartupPref::LAST)
594 VLOG(1) << "Pref: last";
608 if (pref.type == SessionStartupPref::LAST) {
611 // The last session crashed. It's possible automatically loading the
652 // Session restore may occur if the startup preference is "last" or if the
655 if (pref.type != SessionStartupPref::LAST &&
    [all...]
  /external/chromium_org/chrome/browser/profile_resetter/
resettable_settings_snapshot.cc 286 case SessionStartupPref::LAST:
  /frameworks/base/core/java/android/app/
FragmentManager.java 210 * Pop the last fragment transition from the manager's fragment
1496 int last = mBackStack.size()-1; local
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang.l 385 yy_size_t len = token.type == pp::Token::LAST ? 0 : token.text.size();
  /external/chromium_org/v8/src/
parser.h 100 // a single element. The last element added is stored outside the backing list,
110 // be read using last() or removed using RemoveLast until a new Add or until
122 T* last() { function in class:v8::internal::BufferedZoneList
208 #define LAST(x) last_added_ = x;
210 #define LAST(x)
701 // All ParseXXX functions take as the last argument an *ok parameter
    [all...]
  /external/chromium_org/chrome/browser/prefs/tracked/
pref_hash_browsertest.cc 141 // Represents the strongest level (i.e. always equivalent to the last one in
142 // terms of protection), leave this one last when adding new levels.
412 // its last run.
424 // Make sure the settings written in the last run stuck.
    [all...]
  /external/qemu/android/
hw-events.h 350 KEY_CODE(LAST ,0x195) \
  /frameworks/support/v4/java/android/support/v4/app/
FragmentManager.java 215 * Pop the last fragment transition from the manager's fragment
1543 int last = mBackStack.size()-1; local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
provided_file_systems.js 93 return opt_hasMore ? 'HAS_MORE' : 'LAST';
311 // If this was the last active request, then idling starts.
339 * List of rows in the chart, with the last endTime value on it.
357 * Time of the last idling started.
  /external/owasp/sanitizer/tools/findbugs/lib/
annotations.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/annotations/2.0.1/
annotations-2.0.1.jar 
  /build/tools/droiddoc/templates-ds/
class.cs 118 <?cs if:last(supr) && subcount(supr.interfaces) ?>
183 <?cs # The apilevel-N class MUST BE LAST in the sequence of class names ?>
491 <?cs # The apilevel-N class MUST BE LAST in the sequence of class names ?>
530 <?cs # The apilevel-N class MUST BE LAST in the sequence of class names ?>

Completed in 708 milliseconds

12 3 4 5