/external/chromium_org/base/synchronization/ |
lock_unittest.cc | 42 int acquired() const { return acquired_; } function in class:base::BasicLockTestThread 58 int acquired = 0; local 61 acquired++; 66 acquired++; 72 acquired++; 79 acquired++; 86 EXPECT_GE(acquired, 20); 87 EXPECT_GE(thread.acquired(), 20);
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_clock.cc | 67 // last_acquire_ - current thread time when it acquired something from 72 // the remaining bits hold "acquired" flag (the actual value is thread's 75 // acquired this clock (except possibly dirty_tids_). 77 // need to acquire regardless of "acquired" flag value; 117 // Check if we've already acquired src after the last release operation on src 118 bool acquired = false; local 129 acquired = true; 133 if (acquired) { 148 acquired = true; 152 // Remember that this thread has acquired this clock 194 bool acquired = IsAlreadyAcquired(dst); local [all...] |
/external/llvm/include/llvm/Support/ |
Mutex.h | 63 /// the lock is available, it is acquired. 90 unsigned acquired; member in class:llvm::sys::SmartMutex 94 MutexImpl(rec), acquired(0), recursive(rec) { } 103 assert((recursive || acquired == 0) && "Lock already acquired!!"); 104 ++acquired; 116 assert(((recursive && acquired) || (acquired == 1)) && 117 "Lock not acquired before release!"); 118 --acquired; [all...] |
/external/chromium_org/third_party/sfntly/cpp/src/test/ |
lock_test.cc | 52 int acquired() const { return acquired_; } function in class:sfntly::BasicLockTestThread 68 int acquired = 0; local 71 acquired++; 76 acquired++; 82 acquired++; 89 acquired++; 96 EXPECT_GE(acquired, 20); 97 EXPECT_GE(thread.acquired(), 20);
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/ |
Resource.java | 15 private volatile int acquired; field in class:Resource 45 if (acquired > 0) { 46 throw new IllegalStateException("Cannot recycle a resource while it is still acquired"); 65 acquired += times; 69 if (acquired <= 0) { 70 throw new IllegalStateException("Cannot release a recycled or not yet acquired resource"); 75 if (--acquired == 0) {
|
/external/sfntly/cpp/src/test/ |
lock_test.cc | 52 int acquired() const { return acquired_; } function in class:sfntly::BasicLockTestThread 68 int acquired = 0; local 71 acquired++; 76 acquired++; 82 acquired++; 89 acquired++; 96 EXPECT_GE(acquired, 20); 97 EXPECT_GE(thread.acquired(), 20);
|
/frameworks/base/services/core/java/com/android/server/ |
UpdateLockService.java | 50 public void acquired() { method in class:UpdateLockService.LockWatcher
|
/frameworks/base/services/core/java/com/android/server/wm/ |
KeyguardDisableHandler.java | 85 public void acquired() { method in class:KeyguardDisableHandler.KeyguardTokenWatcher
|
/cts/tests/tests/os/src/android/os/cts/ |
TokenWatcherTest.java | 120 // test acquire() and acquired() 124 // this time acquired() will not be called 194 public void acquired() { method in class:TokenWatcherTest.MockTokenWatcher
|
/frameworks/base/core/java/android/os/ |
TokenWatcher.java | 36 * @param h A handler to call {@link #acquired} and {@link #released} 51 public abstract void acquired(); method in class:TokenWatcher 59 * Record that this token has been acquired. When acquire is called, and 60 * the current count is 0, the acquired method is called on the given 63 * @param token An IBinder object. If this token has already been acquired, 156 acquired();
|
/hardware/libhardware/include/hardware/ |
fingerprint.h | 89 fingerprint_acquired_t acquired; member in union:fingerprint_msg::__anon40410
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrDrawTarget.cpp | 152 bool acquired = false; local 158 acquired = this->onReserveVertexSpace(vertexSize, 162 if (acquired) { 169 return acquired; 175 bool acquired = false; local 181 acquired = this->onReserveIndexSpace(indexCount, indices); 183 if (acquired) { 189 return acquired; [all...] |
/external/skia/src/gpu/ |
GrDrawTarget.cpp | 152 bool acquired = false; local 158 acquired = this->onReserveVertexSpace(vertexSize, 162 if (acquired) { 169 return acquired; 175 bool acquired = false; local 181 acquired = this->onReserveIndexSpace(indexCount, indices); 183 if (acquired) { 189 return acquired; [all...] |
/hardware/intel/common/libmix/videodecoder/ |
VideoDecoderBase.cpp | 582 bool acquired = false; local 584 while (acquired == false) { 592 acquired = true; 602 acquired = false; 607 if (acquired) { 619 if (acquired == false) { 705 // frame is not decoded to the acquired buffer, current surface is invalid, and can't be output. [all...] |
/libcore/jsr166-tests/src/test/java/jsr166/ |
AbstractQueuedLongSynchronizerTest.java | 534 * getState is true when acquired and false when not 543 final BooleanLatch acquired = new BooleanLatch(); local 548 assertTrue(acquired.releaseShared(0)); 553 acquired.acquireShared(0); 657 final BooleanLatch acquired = new BooleanLatch(); 661 assertTrue(acquired.releaseShared(0)); 666 acquired.acquireShared(0); 797 final BooleanLatch acquired = new BooleanLatch(); 803 assertTrue(acquired.releaseShared(0)); 808 acquired.acquireShared(0) [all...] |
AbstractQueuedSynchronizerTest.java | 537 * getState is true when acquired and false when not 546 final BooleanLatch acquired = new BooleanLatch(); local 551 assertTrue(acquired.releaseShared(0)); 556 acquired.acquireShared(0); 660 final BooleanLatch acquired = new BooleanLatch(); 664 assertTrue(acquired.releaseShared(0)); 669 acquired.acquireShared(0); 800 final BooleanLatch acquired = new BooleanLatch(); 806 assertTrue(acquired.releaseShared(0)); 811 acquired.acquireShared(0) [all...] |
/device/lge/mako/camera/mm-camera-interface/ |
mm_camera.h | 38 MM_CAMERA_STREAM_STATE_ACQUIRED, /* acquired, fd opened */ 170 uint8_t acquired; member in struct:__anon3785
|
/external/clang/lib/Frontend/ |
ASTUnit.cpp | 2878 bool acquired = static_cast<llvm::sys::MutexImpl *>(Mutex)->tryacquire(); local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar | |
/external/chromium_org/third_party/libaddressinput/src/java/ |
android.jar | |
/external/robolectric/lib/main/ |
android.jar | |
/prebuilts/sdk/10/ |
android.jar | |
/prebuilts/sdk/12/ |
android.jar | |