OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:guarded
(Results
1 - 25
of
381
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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);
no-elide-constructors.cpp
30
// FIXME: This call is present even in the -ELIDE runs, but is
guarded
by a
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/
guard.s
1
# D30V
guarded
execution assembly test
guard.d
2
#name: D30V
guarded
execution test
/external/skia/include/private/
GrSingleOwner.h
48
SkThreadID fOwner; //
guarded
by fMutex
49
int fReentranceCount; //
guarded
by fMutex
/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/current/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.
/external/webrtc/webrtc/base/
thread_annotations.h
31
// indicates a shared variable should be
guarded
(by any lock). GUARDED_VAR
34
#define GUARDED_VAR THREAD_ANNOTATION_ATTRIBUTE__(
guarded
)
36
// Document if the memory location pointed to by a pointer should be
guarded
41
// q, which is
guarded
by mu1, points to a shared memory location that is
42
//
guarded
by mu2, q should be annotated as follows:
thread_checker_impl.h
42
// It's
guarded
by |lock_|.
/libcore/ojluni/src/main/java/java/security/
GuardedObject.java
61
* @param object the object to be
guarded
.
73
* Retrieves the
guarded
object, or throws an exception if access
74
* to the
guarded
object is denied by the guard.
76
* @return the
guarded
object.
78
* @exception SecurityException if access to the
guarded
object is
/external/slf4j/slf4j-jdk14/src/test/java/org/slf4j/impl/
PerfTest.java
57
// when the code is
guarded
by a logger.isLoggable condition,
59
// when it is not
guarded
the figure is 90 milliseconds,
/external/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
/art/runtime/entrypoints/quick/
quick_alloc_entrypoints.h
30
// However, Thread::Init is
guarded
by the runtime shutdown lock, so we can prevent these races by
/external/clang/test/PCH/
crash-12631281.cpp
7
// reproduced only on
guarded
malloc (and probably valgrind).
/external/libchrome/base/threading/
thread_checker_impl.h
38
// It's
guarded
by |lock_|.
/external/valgrind/drd/tests/
pth_barrier_thr_cr.c
4
* test program that triggers the code
guarded
by if (q->thread_finished) in
/packages/apps/Camera2/src/com/android/camera/stats/profiler/
GuardingProfiler.java
20
* A guarding profiler creates new
guarded
profiles that
/external/clang/test/SemaCUDA/
function-target-hd.cu
52
// No errors as
guarded
59
// Errors as incorrectly
guarded
/art/runtime/mirror/
string-inl.h
40
// Sets string count in the allocation code path to ensure it is
guarded
by a CAS.
57
// Sets string count and value in the allocation code path to ensure it is
guarded
by a CAS.
84
// Sets string count and value in the allocation code path to ensure it is
guarded
by a CAS.
107
// Sets string count and value in the allocation code path to ensure it is
guarded
by a CAS.
/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
/art/runtime/
java_vm_ext.h
197
// Not
guarded
by globals_lock since we sometimes use SynchronizedGet in Thread::DecodeJObject.
212
// Not
guarded
by weak_globals_lock since we may use SynchronizedGet in DecodeWeakGlobal.
214
// Not
guarded
by weak_globals_lock since we may use SynchronizedGet in DecodeWeakGlobal.
/external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.h
90
// Should be
guarded
by ThreadRegistryLock.
100
// Should be
guarded
by ThreadRegistryLock.
107
// Should be
guarded
by ThreadRegistryLock. Return 0 if no thread
/external/llvm/test/CodeGen/X86/
wineh-coreclr.ll
168
; Clause 1: call f(2) is
guarded
by catch1
181
; Clause 2: call f(2) is also
guarded
by catch2
194
; Clause 3: calls f(1) and f(2) are
guarded
by finally
207
; Clause 4: call f(3) is
guarded
by finally
223
; Clause 5: call f(5) is
guarded
by fault
236
; Clause 6: calls f(4) and f(5) are
guarded
by finally
252
; Clause 7: call f(6) is
guarded
by finally
/toolchain/binutils/binutils-2.25/gas/doc/
c-d30v.texi
57
* D30V-
Guarded
::
Guarded
Execution
173
@node D30V-
Guarded
174
@subsection
Guarded
Execution
175
@cindex D30V
Guarded
Execution
176
@code{@value{AS}} supports the full range of
guarded
execution
Completed in 813 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>