HomeSort by relevance Sort by last modified time
    Searched refs:Reopen (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/sql/
recovery_unittest.cc 83 bool Reopen() {
107 ASSERT_TRUE(Reopen());
125 ASSERT_TRUE(Reopen());
150 ASSERT_TRUE(Reopen());
195 ASSERT_TRUE(Reopen());
265 ASSERT_TRUE(Reopen());
283 ASSERT_TRUE(Reopen());
327 ASSERT_TRUE(Reopen());
358 ASSERT_TRUE(Reopen());
389 ASSERT_TRUE(Reopen()); // Handle was poisoned
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
corruption_test.cc 44 Reopen();
60 void Reopen() {
207 Reopen();
233 Reopen();
250 Reopen();
259 Reopen();
269 Reopen();
276 Reopen();
287 Reopen();
296 Reopen();
    [all...]
db_test.cc 215 Reopen();
257 void Reopen(Options* options = NULL) {
540 Reopen(&options);
856 Reopen();
864 Reopen();
877 Reopen();
878 Reopen();
880 Reopen();
892 Reopen(&options);
894 // Trigger a long memtable compaction and reopen the database during i
    [all...]
  /external/llvm/unittests/Support/
MemoryBufferTest.cpp 34 /// If \p Reopen is true, the file is closed after creating and reopened
36 void testGetOpenFileSlice(bool Reopen);
128 void MemoryBufferTest::testGetOpenFileSlice(bool Reopen) {
139 raw_fd_ostream OF(TestFD, true, !Reopen);
144 if (Reopen) {
  /external/chromium_org/ui/file_manager/file_manager/background/js/
background.js 331 * @param {boolean} reopen True if the launching is triggered automatically.
335 AppWindowWrapper.prototype.launch = function(appState, reopen, opt_callback) {
437 contentWindow.appReopen = reopen;
527 * @param {boolean} reopen True if the launching is triggered automatically.
532 function(appState, reopen, opt_callback) {
536 this, appState, reopen, opt_callback);
544 this.window_.contentWindow.appReopen = reopen;
553 * Reopen a window if its state is saved in the local storage.
556 SingletonAppWindowWrapper.prototype.reopen = function(opt_callback) {
867 // Reopen file manager windows
    [all...]

Completed in 104 milliseconds