Home
last modified time | relevance | path

Searched refs:lock1 (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/importer/
Dfirefox_profile_lock_unittest.cc24 FirefoxProfileLock lock1(temp_dir_.path()); in TEST_F() local
25 ASSERT_TRUE(lock1.HasAcquired()); in TEST_F()
26 lock1.Unlock(); in TEST_F()
27 ASSERT_FALSE(lock1.HasAcquired()); in TEST_F()
28 lock1.Lock(); in TEST_F()
29 ASSERT_TRUE(lock1.HasAcquired()); in TEST_F()
93 scoped_ptr<FirefoxProfileLock> lock1; in TEST_F() local
94 EXPECT_EQ(static_cast<FirefoxProfileLock*>(NULL), lock1.get()); in TEST_F()
95 lock1.reset(new FirefoxProfileLock(test_path)); in TEST_F()
96 EXPECT_TRUE(lock1->HasAcquired()); in TEST_F()
[all …]
/external/chromium_org/third_party/webrtc/base/
Dfilelock_unittest.cc73 scoped_ptr<FileLock> lock1(FileLock::TryLock(temp_file_.pathname())); in TEST_F() local
74 EXPECT_TRUE(lock1.get() != NULL); in TEST_F()
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
Dnode.py19 self.lock1 = 0 # these two should be properties (simplifies serializing)
134 if not self.lock1:
135 self.lock1=1
141 self.lock1=0
/external/chromium_org/ash/wm/
Dimmersive_fullscreen_controller_unittest.cc295 scoped_ptr<ImmersiveRevealedLock> lock1; in TEST_F() local
304 lock1.reset(controller()->GetRevealedLock( in TEST_F()
318 lock1.reset(); in TEST_F()
330 lock1.reset(controller()->GetRevealedLock( in TEST_F()
338 lock1.reset(); in TEST_F()
/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.cc484 v8::Locker lock1(isolate1_); in Run() local
545 v8::Locker lock1(isolate_); in Run() local
610 v8::Locker lock1(CcTest::isolate()); in Run() local
/external/chromium_org/ui/gfx/image/
Dimage_unittest_util.cc111 SkAutoLockPixels lock1(bmp1); in IsEqual() local
/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp2842 void lock1() EXCLUSIVE_LOCK_FUNCTION(mu1_);
2862 void Foo::lock1() EXCLUSIVE_LOCK_FUNCTION(mu1_) { in lock1() function in DuplicateAttributeTest::Foo
2917 foo.lock1(); in test1()
2921 foo.lock1(); in test1()
2922 foo.lock1(); // expected-warning {{acquiring mutex 'foo.mu1_' that is already held}} in test1()
/external/chromium_org/ui/gfx/
Dskbitmap_operations_unittest.cc407 SkAutoLockPixels lock1(result); in TEST() local
/external/valgrind/main/drd/tests/
Dtsan_unittest.cpp6991 MutexLock lock1(&mu1); // Protect PTR. in Writer1() local
6997 MutexLock lock1(&mu1); // Protect PTR. in Writer2() local
7050 MutexLock lock1(&mu1); // Protect PTR. in GoodWriter1() local
7056 MutexLock lock1(&mu1); // Protect PTR. in GoodWriter2() local
7061 MutexLock lock1(&mu1); // Protect PTR. in GoodReader() local
/external/chromium_org/content/common/gpu/client/
Dgl_helper_unittest.cc1156 SkAutoLockPixels lock1(bmp1); in IsEqual() local