HomeSort by relevance Sort by last modified time
    Searched defs:lock2 (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/importer/
firefox_profile_lock_unittest.cc 109 scoped_ptr<FirefoxProfileLock> lock2; local
110 EXPECT_EQ(static_cast<FirefoxProfileLock*>(NULL), lock2.get());
111 lock2.reset(new FirefoxProfileLock(test_path));
112 EXPECT_FALSE(lock2->HasAcquired());
117 lock2->Lock();
118 EXPECT_TRUE(lock2->HasAcquired());
119 lock2->Unlock();
120 EXPECT_FALSE(lock2->HasAcquired());
  /external/chromium_org/chrome/browser/importer/
firefox_profile_lock_unittest.cc 98 scoped_ptr<FirefoxProfileLock> lock2; local
99 EXPECT_EQ(static_cast<FirefoxProfileLock*>(NULL), lock2.get());
100 lock2.reset(new FirefoxProfileLock(test_path));
101 EXPECT_FALSE(lock2->HasAcquired());
106 lock2->Lock();
107 EXPECT_TRUE(lock2->HasAcquired());
108 lock2->Unlock();
109 EXPECT_FALSE(lock2->HasAcquired());
  /system/extras/tests/bionic/libc/other/
bench_locks.c 18 int volatile lock2 = 0; local
  /external/chromium_org/content/browser/indexed_db/leveldb/
leveldb_unittest.cc 264 leveldb::FileLock* lock2; local
265 status = env->LockFile(file.AsUTF8Unsafe(), &lock2);
  /external/chromium_org/ash/wm/
immersive_fullscreen_controller_unittest.cc 261 scoped_ptr<ImmersiveRevealedLock> lock2; local
301 lock2.reset(controller()->GetRevealedLock(
306 lock2.reset();
    [all...]
  /external/v8/test/cctest/
test-lockers.cc 487 v8::Locker lock2(isolate2_);
552 v8::Locker lock2(isolate_);
607 v8::Locker lock2; local

Completed in 112 milliseconds