HomeSort by relevance Sort by last modified time
    Searched refs:lock2 (Results 1 - 19 of 19) 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/third_party/libjingle/source/talk/base/
filelock_unittest.cc 92 scoped_ptr<FileLock> lock2(FileLock::TryLock(temp_file_.pathname()));
93 EXPECT_TRUE(lock2.get() == NULL);
  /external/chromium_org/third_party/sqlite/src/test/
async.test 34 lock2.test
  /external/chromium_org/third_party/WebKit/Source/web/tests/
DragImageTest.cpp 143 SkAutoLockPixels lock1(dragImage->bitmap()), lock2(testImage->nativeImageForCurrentFrame()->bitmap());
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
node.py 20 self.lock2 = 0
117 if not self.lock2:
118 self.lock2=1
123 self.lock2=0
  /external/valgrind/unittest/
demo_tests.cc 341 MutexLock lock2(&mu2); // This lock is unrelated to PTR.
351 MutexLock lock2(&mu2); // Oh, gosh, this is a wrong mutex!
399 MutexLock lock2(&mu2); // This lock is unrelated to PTR.
410 MutexLock lock2(&mu2); // Wrong mutex!
  /external/chromium_org/chrome/browser/ui/views/frame/
immersive_mode_controller_ash_browsertest.cc 275 scoped_ptr<ImmersiveRevealedLock> lock2; local
324 lock2.reset(controller()->GetRevealedLock(
329 lock2.reset();
  /external/v8/test/cctest/
test-lockers.cc 487 v8::Locker lock2(isolate2_);
552 v8::Locker lock2(isolate_);
607 v8::Locker lock2; local
  /libcore/luni/src/main/java/java/nio/
FileChannelImpl.java 46 public int compare(FileLock lock1, FileLock lock2) {
48 long position2 = lock2.position();
  /external/chromium_org/chrome_frame/crash_reporting/
nt_loader_unittest.cc 74 ScopedEnterCriticalSection lock2(&cs);
  /external/chromium_org/ui/gfx/image/
image_unittest_util.cc 115 SkAutoLockPixels lock2(bmp2);
  /external/chromium_org/v8/test/cctest/
test-lockers.cc 502 v8::Locker lock2(isolate2_);
565 v8::Locker lock2(isolate_);
625 v8::Locker lock2(CcTest::default_isolate());
  /external/chromium_org/ui/gfx/
skbitmap_operations_unittest.cc 430 SkAutoLockPixels lock2(result);
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp     [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp 313 Mutex::Autolock lock2(m_numOfEntriesLock);
338 Mutex::Autolock lock2(m_numOfEntriesLock);
350 Mutex::Autolock lock2(m_numOfEntriesLock);
394 Mutex::Autolock lock2(m_numOfEntriesLock);
463 Mutex::Autolock lock2(m_numOfEntriesLock);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 934 lock2 = val2.get_lock()
1021 lock2 = arr2.get_lock()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 934 lock2 = val2.get_lock()
1021 lock2 = arr2.get_lock()
    [all...]

Completed in 5471 milliseconds