OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:prevent
(Results
26 - 50
of
5347
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/compiler-rt/test/tsan/
thread_leak5.c
10
volatile int N = 5; //
prevent
loop unrolling
/external/dng_sdk/source/
dng_uncopyable.h
21
// Virtual base class to
prevent
object copies.
/external/icu/icu4c/source/test/intltest/
testutil.h
34
TestUtility() {} //
Prevent
instantiation
/external/libchrome/base/debug/
alias.h
13
// Make the optimizer think that var is aliased. This is to
prevent
it from
/external/libpng/projects/visualc71/
PRJ0041.mak
0
#
Prevent
"Cannot find missing dependency..." warnings while compiling
/external/llvm/test/Transforms/GlobalDCE/
deadblockaddr.ll
4
; so that a dead BlockAddress reference to foo won't
prevent
other passes
/external/valgrind/exp-sgcheck/tests/
is_arch_supported
9
# So we use this script to
prevent
these tests from running on unsupported
/external/valgrind/helgrind/tests/
hg02_deadlock.c
31
/*
prevent
spurious messages from the dynamic linker */
/prebuilts/gdb/darwin-x86/lib/python2.7/
dbhash.py
9
#
prevent
a second import of this module from spuriously succeeding
/prebuilts/gdb/linux-x86/lib/python2.7/
dbhash.py
9
#
prevent
a second import of this module from spuriously succeeding
/prebuilts/go/darwin-x86/test/fixedbugs/
issue12133.go
24
} //
prevent
inlining
/prebuilts/go/linux-x86/test/fixedbugs/
issue12133.go
24
} //
prevent
inlining
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dbhash.py
9
#
prevent
a second import of this module from spuriously succeeding
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dbhash.py
9
#
prevent
a second import of this module from spuriously succeeding
/art/runtime/entrypoints/quick/
quick_alloc_entrypoints.h
28
// Runtime shutdown lock is necessary to
prevent
races in thread initialization. When the thread is
30
// However, Thread::Init is guarded by the runtime shutdown lock, so we can
prevent
these races by
/art/runtime/gc/
scoped_gc_critical_section.h
30
// Wait until the GC is finished and then
prevent
GC from starting until the destructor. Used
31
// to
prevent
deadlocks in places where we call ClassLinker::VisitClass with all th threads
/art/test/551-implicit-null-checks/src/
Main.java
40
throw new Exception(); //
prevent
inline
45
throw new Exception(); //
prevent
inline
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
function_types.h
7
int data_[10]; // dummy variable to
prevent
small object optimization in
30
int data_[10]; // dummy variable to
prevent
small object optimization in
/external/libjpeg-turbo/win/
jconfig.h.in
37
#define HAVE_BOOLEAN /*
prevent
jmorecfg.h from redefining it */
44
#define XMD_H /*
prevent
jmorecfg.h from redefining it */
/external/libchrome/base/time/
time.cc
31
// Preserve max to
prevent
overflow.
39
// Preserve max to
prevent
overflow.
47
// Preserve max to
prevent
overflow.
55
// Preserve max to
prevent
overflow.
63
// Preserve max to
prevent
overflow.
71
// Preserve max to
prevent
overflow.
79
// Preserve max to
prevent
overflow.
87
// Preserve max to
prevent
overflow.
96
// Preserve max to
prevent
overflow.
156
// Preserve max without offset to
prevent
overflow
[
all
...]
/external/libweave/third_party/chromium/base/time/
time.cc
28
// Preserve max to
prevent
overflow.
36
// Preserve max to
prevent
overflow.
44
// Preserve max to
prevent
overflow.
52
// Preserve max to
prevent
overflow.
60
// Preserve max to
prevent
overflow.
68
// Preserve max to
prevent
overflow.
76
// Preserve max to
prevent
overflow.
84
// Preserve max to
prevent
overflow.
93
// Preserve max to
prevent
overflow.
153
// Preserve max without offset to
prevent
overflow
[
all
...]
/cts/apps/CtsVerifier/jni/audio_loopback/audio_utils/
roundup.c
27
// 0x800000001 and higher are actually rounded _down_ to
prevent
overflow
/development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardFlipListener.java
20
* This interface is used to
prevent
flipping multiple cards at the same time.
/device/generic/x86_64/
BoardConfig.mk
32
# PDK does not use ext4 image, but it is added here to
prevent
build break.
/device/sample/apps/SampleEmailPolicy/
proguard.flags
15
#
Prevent
ProGuard from discarding the "getPolicy" method, or the class that contains it.
Completed in 1258 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>