HomeSort by relevance Sort by last modified time
    Searched full:guarded (Results 76 - 100 of 381) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/support/core-utils/java/android/support/v4/content/
PermissionChecker.java 42 * platform disables the APIs guarded by this permission making
  /libcore/ojluni/src/main/java/java/lang/ref/
Reference.java 71 * Access to the queueNext field is guarded by synchronization on a lock
  /libcore/ojluni/src/main/java/java/security/
package.html 39 this package provides classes that support signed/guarded objects
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_sum_methods.h 18 * This file do not have to be macro guarded as it is only used in the _string.h
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_string_sum_methods.h 18 * This file do not have to be macro guarded as it is only used in the _string.h
  /packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
AndroidImageProxy.java 85 * be guarded by {@link #mLock}.
  /packages/apps/Email/src/com/android/email2/ui/
MailActivityEmail.java 92 * The calls to log() must be guarded with "if (Email.LOGD)" for performance reasons.
  /prebuilts/go/darwin-x86/src/runtime/
print1_write_android.go 14 // guarded by printlock/printunlock.
  /prebuilts/go/linux-x86/src/runtime/
print1_write_android.go 14 // guarded by printlock/printunlock.
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_string_sum_methods.h 18 * This file do not have to be macro guarded as it is only used in the _string.h
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/debug/
_string_sum_methods.h 18 * This file do not have to be macro guarded as it is only used in the _string.h
  /external/clang/docs/
ThreadSafetyAnalysis.rst 20 *guarded by* the mutex ``mu``, then the analysis will issue a warning whenever
444 + ``-Wthread-safety-reference``: Checks when guarded members are passed by reference.
465 ensuring that a capability is held before reading or writing to guarded data,
660 common practice) to initialize guarded members without acquiring any locks.
663 Ideally, the analysis would allow initialization of guarded members inside the
832 // access at any one time. Write operations to guarded data require an
893 THREAD_ANNOTATION_ATTRIBUTE__(guarded)
  /frameworks/base/services/core/java/com/android/server/display/
DisplayPowerController.java 165 // Guarded by mLock.
169 // Guarded by mLock.
174 // Guarded by mLock.
180 // Guarded by mLock.
184 // Guarded by mLock.
    [all...]
OverlayDisplayAdapter.java 51 * Display adapters are guarded by the {@link DisplayManagerService.SyncRoot} lock.
356 * Guarded by the {@link DisplayManagerService.SyncRoot} lock.
  /bionic/libc/arch-arm/generic/bionic/
memcpy.S 159 // for ARM9 preload will not be safely guarded by the preceding subs.
160 // When it is safely guarded the only possibility to have SIGSEGV here
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
vmwgfx_drm.h 40 /* guarded by DRM_VMW_PARAM_NUM_STREAMS != 0*/
44 /* guarded by DRM_VMW_PARAM_3D == 1 */
  /prebuilts/go/darwin-x86/src/cmd/vet/
main.go 392 // Println is fmt.Println guarded by -v.
400 // Printf is fmt.Printf guarded by -v.
  /prebuilts/go/linux-x86/src/cmd/vet/
main.go 392 // Println is fmt.Println guarded by -v.
400 // Printf is fmt.Printf guarded by -v.
  /art/runtime/
monitor_pool.h 220 // Updates to monitor_chunks_ are guarded by allocated_monitor_ids_lock_ .
  /cts/tests/tests/content/src/android/content/cts/
ContentProviderTest.java 74 info1.writePermission = null; // Guarded by an app op not a permission.
  /external/clang/include/clang/Lex/
MultipleIncludeOpt.h 145 // there is a chunk of the file not guarded by the controlling macro.
  /external/clang/test/Sema/
warn-unreachable.c 137 // Test case for <rdar://problem/11005770>. We should treat code guarded
  /external/libgsm/src/
add.c 214 * Although this is explicitly guarded against in 4.2.5,
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Call.java 37 // Guarded by this.
  /external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/
WebSocketWriter.java 52 /** Writes must be guarded by synchronizing on this instance! */

Completed in 3243 milliseconds

1 2 34 5 6 7 8 91011>>