Home
last modified time | relevance | path

Searched refs:lock2 (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/sqlite/src/test/
Dlock2.test14 # $Id: lock2.test,v 1.11 2009/05/01 10:55:34 danielk1977 Exp $
24 # lock2-1.1: Connect a second process to the database.
25 # lock2-1.2: Establish a RESERVED lock with this process.
26 # lock2-1.3: Get a SHARED lock with the second process.
27 # lock2-1.4: Try for a RESERVED lock with process 2. This fails.
28 # lock2-1.5: Try to upgrade the first process to EXCLUSIVE, this fails so
30 # lock2-1.6: Release the SHARED lock held by the second process.
31 # lock2-1.7: Attempt to reaquire a SHARED lock with the second process.
33 # lock2-1.8: Ensure the first process can now upgrade to EXCLUSIVE.
35 do_test lock2-1.1 {
[all …]
Dasync.test34 lock2.test
Dpermutations.test402 laststmtchanges.test limit.test lock2.test lock.test main.test
/external/chromium_org/chrome/browser/importer/
Dfirefox_profile_lock_unittest.cc98 scoped_ptr<FirefoxProfileLock> lock2; in TEST_F() local
99 EXPECT_EQ(static_cast<FirefoxProfileLock*>(NULL), lock2.get()); in TEST_F()
100 lock2.reset(new FirefoxProfileLock(test_path)); in TEST_F()
101 EXPECT_FALSE(lock2->HasAcquired()); in TEST_F()
106 lock2->Lock(); in TEST_F()
107 EXPECT_TRUE(lock2->HasAcquired()); in TEST_F()
108 lock2->Unlock(); in TEST_F()
109 EXPECT_FALSE(lock2->HasAcquired()); in TEST_F()
/external/chromium_org/third_party/webrtc/base/
Dfilelock_unittest.cc76 scoped_ptr<FileLock> lock2(FileLock::TryLock(temp_file_.pathname())); in TEST_F() local
77 EXPECT_TRUE(lock2.get() == NULL); in TEST_F()
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
Dnode.py20 self.lock2 = 0
117 if not self.lock2:
118 self.lock2=1
123 self.lock2=0
/external/chromium_org/content/browser/indexed_db/leveldb/
Dleveldb_unittest.cc259 leveldb::FileLock* lock2; in TEST() local
260 status = env->LockFile(file.AsUTF8Unsafe(), &lock2); in TEST()
/external/chromium_org/third_party/WebKit/Source/platform/
DDragImageTest.cpp140 …SkAutoLockPixels lock1(dragImage->bitmap()), lock2(testImage->nativeImageForCurrentFrame()->bitmap… in TEST() local
/external/chromium_org/v8/test/cctest/
Dtest-lockers.cc498 v8::Locker lock2(isolate2_); in Run() local
561 v8::Locker lock2(isolate_); in Run() local
622 v8::Locker lock2(CcTest::isolate()); in Run() local
/external/chromium_org/ash/wm/
Dimmersive_fullscreen_controller_unittest.cc296 scoped_ptr<ImmersiveRevealedLock> lock2; in TEST_F() local
336 lock2.reset(controller()->GetRevealedLock( in TEST_F()
341 lock2.reset(); in TEST_F()
/external/chromium_org/ui/gfx/image/
Dimage_unittest_util.cc112 SkAutoLockPixels lock2(bmp2); in IsEqual() local
/external/chromium_org/ui/gfx/
Dskbitmap_operations_unittest.cc416 SkAutoLockPixels lock2(result); in TEST() local
/external/valgrind/main/drd/tests/
Dtsan_unittest.cpp6996 MutexLock lock2(&mu2); // This lock is unrelated to PTR. in Writer2() local
7006 MutexLock lock2(&mu2); // Oh, gosh, this is a wrong mutex! in Reader() local
7055 MutexLock lock2(&mu2); // This lock is unrelated to PTR. in GoodWriter2() local
7066 MutexLock lock2(&mu2); // Wrong mutex! in BuggyWriter() local
/external/chromium_org/content/common/gpu/client/
Dgl_helper_unittest.cc1157 SkAutoLockPixels lock2(bmp2); in IsEqual() local
/external/chromium_org/third_party/sqlite/src/
Dmanifest540 F test/lock2.test 5242d8ac4e2d59c403aebff606af449b455aceff