/frameworks/base/services/java/com/android/server/media/ |
MediaRouterService.java | 85 // State guarded by mLock. 493 * The contents of this object is guarded by mLock. 546 * The contents of this object is guarded by mLock. [all...] |
/art/runtime/ |
runtime.h | 473 // A non-zero value indicates that a thread has been created but not yet initialized. Guarded by
|
/external/chromium_org/cc/resources/ |
worker_pool.cc | 80 // shared between threads lives in this class. All members are guarded
|
/external/chromium_org/cc/trees/ |
single_thread_proxy.cc | 514 // DrawLayers() depends on the result of PrepareToDraw(), it is guarded on
|
/external/chromium_org/ipc/ |
ipc_message_macros.h | 74 // guarded in the usual manner. Ideally, there will be no need for any 81 // partially-guarded, care must be taken to ensure that it is only included 96 // One approach here is to move these type definitions to another (guarded) 109 // restriction, these type ought to be guarded. Follow a convention like: [all...] |
/external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/ |
SyncStatusHelper.java | 156 // Instantiation of SyncStatusHelper is guarded by a lock so volatile is unneeded.
|
/external/libvpx/libvpx/vpx/ |
vpx_decoder.h | 119 * is not thread safe and should be guarded with a lock if being used
|
/external/llvm/include/llvm/Support/ |
Compiler.h | 114 /// The r-value override should be guarded by LLVM_HAS_RVALUE_REFERENCE_THIS
|
/external/llvm/test/Analysis/ScalarEvolution/ |
scev-aa.ll | 91 ; by MayAlias. The loop is guarded by a n > 0 test though, so
|
/frameworks/base/core/java/android/hardware/ |
LegacySensorManager.java | 40 // List of legacy listeners. Guarded by mLegacyListenersMap.
|
/frameworks/base/core/java/android/os/ |
Looper.java | 58 private static Looper sMainLooper; // guarded by Looper.class
|
/frameworks/base/services/java/com/android/server/display/ |
LogicalDisplay.java | 52 * Logical displays are guarded by the {@link DisplayManagerService.SyncRoot} lock.
|
/frameworks/base/services/java/com/android/server/input/ |
InputManagerService.java | 125 private boolean mInputDevicesChangedPending; // guarded by mInputDevicesLock 128 new SparseArray<InputDevicesChangedListenerRecord>(); // guarded by mInputDevicesLock 146 IInputFilter mInputFilter; // guarded by mInputFilterLock 147 InputFilterHost mInputFilterHost; // guarded by mInputFilterLock [all...] |
/frameworks/webview/chromium/java/com/android/webview/chromium/ |
WebViewChromiumFactoryProvider.java | 69 // Initialization guarded by mLock.
|
/packages/apps/Email/src/com/android/email2/ui/ |
MailActivityEmail.java | 230 * The calls to log() must be guarded with "if (Email.LOGD)" for performance reasons.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/ |
profiler.h | 101 // Instead, use the __profcxx... macros, which offer guarded access.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/ |
profiler.h | 101 // Instead, use the __profcxx... macros, which offer guarded access.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/ |
profiler.h | 101 // Instead, use the __profcxx... macros, which offer guarded access.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/ |
profiler.h | 94 // Instead, use the __profcxx... macros, which offer guarded access.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/ |
profiler.h | 101 // Instead, use the __profcxx... macros, which offer guarded access.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/ |
profiler.h | 94 // Instead, use the __profcxx... macros, which offer guarded access.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/ |
profiler.h | 94 // Instead, use the __profcxx... macros, which offer guarded access.
|
/bionic/libc/arch-arm/bionic/ |
memcpy.S | 449 // for ARM9 preload will not be safely guarded by the preceding subs. 450 // When it is safely guarded the only possibility to have SIGSEGV here
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/ |
vmwgfx_drm.h | 39 /* guarded by DRM_VMW_PARAM_NUM_STREAMS != 0*/ 43 /* guarded by DRM_VMW_PARAM_3D == 1 */
|
/external/clang/lib/CodeGen/ |
CGDeclCXX.cpp | 297 // Generate a guarded initialization function. 396 // Use guarded initialization if the global variable is weak. This
|