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
324
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/content/browser/gamepad/
gamepad_provider.h
81
// must be
guarded
by is_paused_lock_.
110
// tests. Access to devices_changed_ must be
guarded
by
/external/chromium_org/chrome/browser/extensions/api/system_storage/
storage_info_provider.h
65
// threads, but the whole class is being
guarded
by SystemInfoProvider base
/external/jsr305/ri/src/main/java/javax/annotation/concurrent/
GuardedBy.java
23
* The string literal "this" means that this field is
guarded
by the class in
/frameworks/base/services/java/com/android/server/display/
HeadlessDisplayAdapter.java
27
* Display adapters are
guarded
by the {@link DisplayManagerService.SyncRoot} lock.
/external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.h
88
// Should be
guarded
by ThreadRegistryLock.
98
// Should be
guarded
by ThreadRegistryLock.
105
// Should be
guarded
by ThreadRegistryLock. Return 0 if no thread
/external/chromium_org/components/breakpad/app/
breakpad_mac.mm
74
static bool
guarded
= false;
75
if (
guarded
)
78
base::AutoReset<bool> guard(&
guarded
, true);
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
ptw32_cond_check_need_init.c
49
* The following
guarded
test is specifically for statically
ptw32_rwlock_check_need_init.c
47
* The following
guarded
test is specifically for statically
ptw32_spinlock_check_need_init.c
48
* The following
guarded
test is specifically for statically
pthread_mutex_trylock.c
55
* again inside the
guarded
section of ptw32_mutex_check_need_init()
pthread_rwlock_rdlock.c
56
* again inside the
guarded
section of ptw32_rwlock_check_need_init()
pthread_rwlock_timedrdlock.c
57
* again inside the
guarded
section of ptw32_rwlock_check_need_init()
pthread_rwlock_timedwrlock.c
57
* again inside the
guarded
section of ptw32_rwlock_check_need_init()
pthread_rwlock_tryrdlock.c
56
* again inside the
guarded
section of ptw32_rwlock_check_need_init()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
AudioTrackDecoder.java
38
private final ByteArrayOutputStream mAudioByteStream; //
Guarded
by mAudioByteStreamLock.
VideoTrackDecoder.java
33
protected volatile boolean mFrameAvailable; // Access
guarded
by mFrameMonitor.
/external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
InMemorySharedPreferences.java
21
//
Guarded
on its own monitor.
127
// All
guarded
by |mChanges|
/frameworks/base/core/java/android/speech/tts/
SynthesisPlaybackQueueItem.java
48
//
Guarded
by mListLock.
50
//
Guarded
by mListLock.
/libcore/luni/src/main/java/java/util/
MiniEnumSet.java
145
@SuppressWarnings("unchecked") //
guarded
by isValidType()
220
@SuppressWarnings("unchecked") //
guarded
by isValidType()
/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'
/external/valgrind/main/coregrind/m_debuginfo/
priv_d3basics.h
573
/*
Guarded
Dwarf3 expressions, which can be linked together to form a
575
which hold the
guarded
expressions. The length can be inferred by
579
Guarded
-Expression format is similar but not identical to the
611
/* Show a so-called
guarded
expression */
639
/* Evaluate a
guarded
expression. If regs is NULL, then gx is assumed
640
(and checked) to contain just a single
guarded
expression, with a
666
/* Evaluate a very simple
Guarded
(DWARF3) expression. The expression
/external/chromium_org/chrome/browser/browsing_data/
browsing_data_indexed_db_helper.h
108
//
guarded
by |is_fetching_|. This means |indexed_db_info_| is only accessed
/external/chromium_org/chrome/browser/extensions/api/webview/
webview_api.h
73
//
Guarded
by a process ID check.
/external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest_manager.h
40
// WARNING: All APIs should be
guarded
with a process ID check like
/external/chromium_org/content/renderer/media/
audio_message_filter.h
101
// Access is
guarded
by |lock_|.
Completed in 1087 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>