HomeSort by relevance Sort by last modified time
    Searched full:guarded (Results 1 - 25 of 324) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/bindings/python/tests/cindex/INPUTS/
header3.h 1 // Not a guarded header!
  /external/clang/test/CodeGenCXX/
aarch64-cxxabi.cpp 35 class Guarded {
37 Guarded(int i);
38 ~Guarded();
42 static Guarded mine(a);
85 Guarded g(42);
96 Guarded g(42);
  /external/chromium_org/chrome/browser/drive/
event_logger.h 54 std::deque<Event> history_; // guarded by lock_.
55 size_t history_size_; // guarded by lock_.
56 int next_event_id_; // guarded by lock_.
  /external/stlport/stlport/stl/
_string_npos.h 16 * implementation. It do not have to be guarded as files including it
17 * are already guarded and it has sometimes to be included several times.
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_npos.h 16 * implementation. It do not have to be guarded as files including it
17 * are already guarded and it has sometimes to be included several times.
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string_npos.h 16 * implementation. It do not have to be guarded as files including it
17 * are already guarded and it has sometimes to be included several times.
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string_npos.h 16 * implementation. It do not have to be guarded as files including it
17 * are already guarded and it has sometimes to be included several times.
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string_npos.h 16 * implementation. It do not have to be guarded as files including it
17 * are already guarded and it has sometimes to be included several times.
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string_npos.h 16 * implementation. It do not have to be guarded as files including it
17 * are already guarded and it has sometimes to be included several times.
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string_npos.h 16 * implementation. It do not have to be guarded as files including it
17 * are already guarded and it has sometimes to be included several times.
  /libcore/luni/src/main/java/java/security/
GuardedObject.java 51 * Returns the guarded {@code Object} if the associated {@code Guard}
55 * @return the guarded object.
57 * if access is not granted to the guarded object.
  /external/chromium_org/content/renderer/media/
rtc_video_decoder.h 241 // The state of RTCVideoDecoder. Guarded by |lock_|.
244 // Guarded by |lock_|.
247 // Total number of allocated SHM buffers. Guarded by |lock_|.
252 // steady-state of the decoder. The vector owns SHM buffers. Guarded by
257 // waiting for the shared memory. Guarded by |lock_|.
261 // decode. The queue owns SHM buffers. Guarded by |lock_|.
264 // The id that will be given to the next bitstream buffer. Guarded by |lock_|.
268 // Release has been called. Guarded by |lock_|.
  /frameworks/av/include/media/stagefright/timedtext/
TimedTextDriver.h 81 // Variables to be guarded by mLock.
87 // -- End of variables to be guarded by mLock
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
thread_annotations.h 61 // indicates a shared variable should be guarded (by any lock). GUARDED_VAR
64 #define GUARDED_VAR THREAD_ANNOTATION_ATTRIBUTE__(guarded)
66 // Document if the memory location pointed to by a pointer should be guarded
71 // q, which is guarded by mu1, points to a shared memory location that is
72 // guarded by mu2, q should be annotated as follows:
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
thread_annotations.h 61 // indicates a shared variable should be guarded (by any lock). GUARDED_VAR
64 #define GUARDED_VAR THREAD_ANNOTATION_ATTRIBUTE__(guarded)
66 // Document if the memory location pointed to by a pointer should be guarded
71 // q, which is guarded by mu1, points to a shared memory location that is
72 // guarded by mu2, q should be annotated as follows:
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2595.js 42 // that calls p.f (guarded by a negative dictionary lookup on the reciever)
50 // Optimize F. We will inline p.f into F guarded by map checked against
  /external/chromium/base/threading/
thread_checker_impl.h 38 // It's guarded by |lock_|.
  /external/chromium_org/base/threading/
thread_checker_impl.h 37 // It's guarded by |lock_|.
  /external/chromium_org/chrome/browser/extensions/api/principals_private/
principals_private_api.h 12 // PrincipalsPrivateExtensionFunction which is guarded with a flag check
  /external/chromium_org/chrome/browser/extensions/api/system_cpu/
cpu_info_provider.h 33 // threads, but the whole class is being guarded by SystemInfoProvider base
  /external/chromium_org/chrome/browser/extensions/api/system_memory/
memory_info_provider.h 32 // threads, but the whole class is being guarded by SystemInfoProvider base
  /external/chromium_org/third_party/mesa/
README.chromium 30 - Added typedefs for EGLNative*Type in eglplatform.h, guarded by an
  /external/clang/test/PCH/
crash-12631281.cpp 7 // reproduced only on guarded malloc (and probably valgrind).
  /external/valgrind/main/drd/tests/
pth_barrier_thr_cr.c 4 * test program that triggers the code guarded by if (q->thread_finished) in
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/define/
ProductionFlag.java 26 // When false, USES_DEVELOPMENT_ONLY_DIAGNOSTICS_DEBUG suggests that all guarded

Completed in 1647 milliseconds

1 2 3 4 5 6 7 8 91011>>