OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GuardedBy
(Results
1 - 25
of
255
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/jsr305/ri/src/main/java/javax/annotation/concurrent/
GuardedBy.java
16
*
GuardedBy
36
public @interface
GuardedBy
{
/external/owasp/sanitizer/tools/findbugs/lib/
jcip-annotations.jar
/frameworks/base/core/java/com/android/internal/annotations/
GuardedBy.java
30
public @interface
GuardedBy
{
/prebuilts/tools/common/m2/repository/net/jcip/jcip-annotations/1.0/
jcip-annotations-1.0.jar
/packages/apps/Camera2/src/com/android/camera/device/
SingleDeviceStateMachine.java
28
import javax.annotation.concurrent.
GuardedBy
;
76
@
GuardedBy
("mLock")
79
@
GuardedBy
("mLock")
82
@
GuardedBy
("mLock")
86
@
GuardedBy
("mLock")
90
@
GuardedBy
("mLock")
264
@
GuardedBy
("mLock")
281
@
GuardedBy
("mLock")
293
@
GuardedBy
("mLock")
303
@
GuardedBy
("mLock"
[
all
...]
ActiveCameraDeviceTracker.java
24
import javax.annotation.concurrent.
GuardedBy
;
47
@
GuardedBy
("mLock")
50
@
GuardedBy
("mLock")
CameraDeviceLifecycle.java
23
import javax.annotation.concurrent.
GuardedBy
;
40
@
GuardedBy
("mLock")
44
@
GuardedBy
("mLock")
/frameworks/base/core/java/com/android/server/net/
NetworkPinner.java
26
import com.android.internal.annotations.
GuardedBy
;
67
@
GuardedBy
("sLock")
69
@
GuardedBy
("sLock")
72
@
GuardedBy
("sLock")
/packages/apps/Camera2/src/com/android/camera/one/v2/
CloseWhenDoneImageReader.java
27
import javax.annotation.concurrent.
GuardedBy
;
57
@
GuardedBy
("mLock")
59
@
GuardedBy
("mLock")
61
@
GuardedBy
("mLock")
/packages/apps/Camera2/src/com/android/camera/processing/memory/
SimpleLruResourcePool.java
22
import javax.annotation.concurrent.
GuardedBy
;
31
@
GuardedBy
("mLock")
88
@
GuardedBy
("mLock")
91
@
GuardedBy
("mLock")
LruPool.java
25
import javax.annotation.concurrent.
GuardedBy
;
91
@
GuardedBy
("mLock")
97
@
GuardedBy
("mLock")
108
@
GuardedBy
("mLock")
225
@
GuardedBy
("mLock")
/external/guava/guava/src/com/google/common/util/concurrent/
SerializingExecutor.java
27
import javax.annotation.concurrent.
GuardedBy
;
54
@
GuardedBy
("internalLock")
65
@
GuardedBy
("internalLock")
ExecutionList.java
27
import javax.annotation.concurrent.
GuardedBy
;
55
@
GuardedBy
("this")
57
@
GuardedBy
("this")
ListenerCallQueue.java
29
import javax.annotation.concurrent.
GuardedBy
;
62
@
GuardedBy
("this") private final Queue<Callback<L>> waitQueue = Queues.newArrayDeque();
63
@
GuardedBy
("this") private boolean isThreadScheduled;
AbstractService.java
42
import javax.annotation.concurrent.
GuardedBy
;
126
@
GuardedBy
("monitor")
139
@
GuardedBy
("monitor")
279
@
GuardedBy
("monitor")
438
@
GuardedBy
("monitor")
443
@
GuardedBy
("monitor")
448
@
GuardedBy
("monitor")
459
@
GuardedBy
("monitor")
479
@
GuardedBy
("monitor")
Monitor.java
28
import javax.annotation.concurrent.
GuardedBy
;
296
@
GuardedBy
("monitor.lock")
300
@
GuardedBy
("monitor.lock")
331
@
GuardedBy
("lock")
889
@
GuardedBy
("lock")
907
// @
GuardedBy
("lock")
921
@
GuardedBy
("lock")
934
@
GuardedBy
("lock")
944
@
GuardedBy
("lock"
[
all
...]
/frameworks/base/core/java/com/android/internal/util/
ProgressReporter.java
27
import com.android.internal.annotations.
GuardedBy
;
59
@
GuardedBy
("this")
62
@
GuardedBy
("this")
64
@
GuardedBy
("this")
66
@
GuardedBy
("this")
73
@
GuardedBy
("this")
/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/ticketpool/
FiniteTicketPool.java
32
import javax.annotation.concurrent.
GuardedBy
;
77
@
GuardedBy
("mLock")
80
@
GuardedBy
("mLock")
82
@
GuardedBy
("mLock")
94
@
GuardedBy
("mLock")
154
@
GuardedBy
("mLock")
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
TrialOutputLogger.java
29
import javax.annotation.concurrent.
GuardedBy
;
36
@
GuardedBy
("this")
39
@
GuardedBy
("this")
TrialOutputFactoryService.java
36
import javax.annotation.concurrent.
GuardedBy
;
56
@
GuardedBy
("this")
59
@
GuardedBy
("this")
62
@
GuardedBy
("this")
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/
NsdResolveQueue.java
22
import com.android.internal.annotations.
GuardedBy
;
35
@
GuardedBy
("sLock")
42
@
GuardedBy
("mLock")
/packages/services/Car/service/src/com/android/car/
DeviceIdleControllerWrapper.java
22
import com.android.internal.annotations.
GuardedBy
;
42
@
GuardedBy
("mLock")
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
SecurityLogMonitor.java
25
import com.android.internal.annotations.
GuardedBy
;
75
@
GuardedBy
("mLock")
77
@
GuardedBy
("mLock")
79
@
GuardedBy
("mLock")
82
@
GuardedBy
("mLock")
/packages/apps/Camera2/src/com/android/camera/one/v2/commands/
CameraCommandExecutor.java
35
import javax.annotation.concurrent.
GuardedBy
;
82
@
GuardedBy
("mLock")
84
@
GuardedBy
("mLock")
/frameworks/base/services/print/java/com/android/server/print/
RemotePrintServiceRecommendationService.java
34
import com.android.internal.annotations.
GuardedBy
;
56
@
GuardedBy
("mLock")
60
@
GuardedBy
("mLock")
64
@
GuardedBy
("mLock")
Completed in 198 milliseconds
1
2
3
4
5
6
7
8
9
10
11