OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:guarded
(Results
26 - 50
of
381
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/guice/core/src/com/google/inject/internal/
CycleDetectingLock.java
89
*
Guarded
by {@code this}.
107
*
Guarded
by {@code this}.
131
*
Guarded
by {@code CycleDetectingLockFactory.this}.
136
*
Guarded
by {@code CycleDetectingLockFactory.this}.
/external/webrtc/webrtc/modules/audio_processing/
echo_cancellation_impl.h
80
// Not
guarded
as its public API is thread safe.
echo_control_mobile_impl.h
66
// Not
guarded
as its public API is thread safe.
gain_control_impl.h
76
// Not
guarded
as its public API is thread safe.
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
ReferenceCountedTrigger.java
110
*
guarded
to prevent being called back multiple times, and will trigger a decrement once and
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
VideoTrackDecoder.java
33
protected volatile boolean mFrameAvailable; // Access
guarded
by mFrameMonitor.
AudioTrackDecoder.java
38
private final ByteArrayOutputStream mAudioByteStream; //
Guarded
by mAudioByteStreamLock.
/libcore/ojluni/src/main/java/java/security/
Guard.java
46
* Determines whether or not to allow access to the
guarded
object
/external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java
86
* are
guarded
by a lock and operations are applied in batches to avoid lock contention. The
499
//
Guarded
By Segment.this
505
//
Guarded
By Segment.this
517
//
Guarded
By Segment.this
1031
//
Guarded
By Segment.this
1044
//
Guarded
By Segment.this
1066
//
Guarded
By Segment.thi
[
all
...]
/frameworks/base/core/java/android/speech/tts/
SynthesisPlaybackQueueItem.java
49
//
Guarded
by mListLock.
51
//
Guarded
by mListLock.
/frameworks/base/services/core/java/com/android/server/
LockGuard.java
53
* <li>A
guarded
synchronized block takes 50ns when disabled.
54
* <li>A
guarded
synchronized block takes 460ns per lock checked when enabled.
/frameworks/base/core/java/android/app/
SharedPreferencesImpl.java
64
private Map<String, Object> mMap; //
guarded
by 'this'
65
private int mDiskWritesInFlight = 0; //
guarded
by 'this'
66
private boolean mLoaded = false; //
guarded
by 'this'
67
private long mStatTimestamp; //
guarded
by 'this'
68
private long mStatSize; //
guarded
by 'this'
QueuedWork.java
41
private static ExecutorService sSingleThreadExecutor = null; // lazy,
guarded
by class
/system/core/include/utils/
Looper.h
453
Vector<MessageEnvelope> mMessageEnvelopes; //
guarded
by mLock
454
bool mSendingMessage; //
guarded
by mLock
460
int mEpollFd; //
guarded
by mLock but only modified on the looper thread
461
bool mEpollRebuildRequired; //
guarded
by mLock
464
KeyedVector<int, Request> mRequests; //
guarded
by mLock
/external/valgrind/coregrind/m_debuginfo/
priv_d3basics.h
584
/*
Guarded
Dwarf3 expressions, which can be linked together to form a
586
which hold the
guarded
expressions. The length can be inferred by
590
Guarded
-Expression format is similar but not identical to the
622
/* Show a so-called
guarded
expression */
650
/* Evaluate a
guarded
expression. If regs is NULL, then gx is assumed
651
(and checked) to contain just a single
guarded
expression, with a
677
/* Evaluate a very simple
Guarded
(DWARF3) expression. The expression
/docs/source.android.com/src/security/bulletin/
2015-08-01.jd
213
guarded
with SELinux, it does have access to audio and video streams as well as
247
guarded
with SELinux, it does have access to audio and video streams as well as
282
guarded
with SELinux, it does have access to audio and video streams as well as
318
guarded
with SELinux, it does have access to audio and video streams as well as
355
guarded
with SELinux, it does have access to audio and video streams as well as
391
guarded
with SELinux, it does have access to audio and video streams as well as
426
guarded
with SELinux, it does have access to audio and video streams as well as
461
guarded
with SELinux, it does have access to audio and video streams as well as
497
mediaserver is
guarded
with SELinux, it does have access to audio and video
624
not accessible to a third-party application. While mediaserver is
guarded
wit
[
all
...]
/external/llvm/lib/Target/X86/
X86VZeroUpper.cpp
67
// each basic block that may need to be
guarded
by a
69
// to be
guarded
until we discover a predecessor that
301
//
guarded
.
/frameworks/base/services/core/java/com/android/server/display/
DisplayAdapter.java
33
* Display adapters are
guarded
by the {@link DisplayManagerService.SyncRoot} lock.
/frameworks/base/services/core/java/com/android/server/pm/
ShortcutPackageItem.java
32
* All methods should be
guarded
by {@code #mShortcutUser.mService.mLock}.
/packages/providers/TelephonyProvider/
AndroidManifest.xml
65
Note: We do not require a write permission as it is
guarded
by an app op.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
virtio_blk.h
62
/* the next 4 entries are
guarded
by VIRTIO_BLK_F_TOPOLOGY */
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwmapi.h
21
* This API is available only on Vista+ versions. It's not
guarded
by version check
/frameworks/base/libs/input/
SpriteController.h
248
} mLocked; //
guarded
by mController->mLock
278
} mLocked; //
guarded
by mLock
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
TiledImageView.java
52
//
Guarded
by locks
66
//
Guarded
by mLock
/external/iptables/libiptc/
linux_list.h
444
* as long as the traversal is
guarded
by rcu_read_lock().
463
* as long as the traversal is
guarded
by rcu_read_lock().
477
* as long as the traversal is
guarded
by rcu_read_lock().
496
* as long as the traversal is
guarded
by rcu_read_lock().
609
* must be
guarded
by rcu_read_lock().
715
* as long as the traversal is
guarded
by rcu_read_lock().
Completed in 4574 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>