OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:assume
(Results
226 - 250
of
9582
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/e2fsprogs/lib/uuid/
uuid_types.h.in
2
* If linux/types.h is already been included,
assume
it has defined
/external/guava/guava-tests/test/com/google/common/collect/
RegularImmutableAsListTest.java
29
* RegularImmutableAsList should
assume
its input is null-free without checking, because it only
/external/icu/icu4c/source/i18n/
collation.cpp
47
// First byte,
assume
no further overflow.
69
// First byte,
assume
no further overflow.
78
//
Assume
no further underflow for the first byte.
119
// First byte,
assume
no further underflow.
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
BaseResourceLoader.java
38
* tend to
assume
they are the only ResourceLoader in use. Or at least that the filename is the
/external/junit/src/main/java/org/junit/
AssumptionViolatedException.java
10
* @see org.junit.
Assume
/external/libchrome/base/strings/
utf_string_conversion_utils.cc
115
//
Assume
that the entire input will be ASCII.
118
//
Assume
that the entire input is non-ASCII and will have 3 bytes per char.
135
//
Assume
the input is all ASCII, which means 1:1 correspondence.
138
// Otherwise
assume
that the UTF-8 sequences will have 2 bytes for each
/external/libchrome/base/time/
tick_clock.h
32
//
assume
that NowTicks() is monotonic (but not strictly monotonic).
/external/libmojo/mojo/edk/system/
atomic_flag.h
26
// if (!flag_) //
Assume
this is the common case.
/external/llvm/test/Analysis/ScalarEvolution/
nsw-offset-assume.ll
6
;
assume
instead of a preheader conditional branch to guard the loop).
14
tail call void @llvm.
assume
(i1 %0)
78
declare void @llvm.
assume
(i1) nounwind
80
; Note: Without the preheader
assume
, there is an 'smax' in the
/external/llvm/test/Transforms/Inline/
inline-invoke-with-asm-call.ll
4
; In inliner, we
assume
that inline asm does not throw. This testing case makes
/external/llvm/test/Transforms/InstCombine/
weak-symbols.ll
1
; PR4738 - Test that the library call simplifier doesn't
assume
anything about
/external/ltp/testcases/kernel/device-drivers/rtc/
README
24
The tests
assume
the rtc device node to be "/dev/rtc". If you have a
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_getres/
1-1.c
27
if (res.tv_sec != LARGENUM) { //
assume
initialized
3-1.c
29
if (res.tv_sec != LARGENUM) { //
assume
initialized
7-1.c
35
if (res.tv_sec != LARGENUM) { //
assume
initialized
8-1.c
35
if (res.tv_sec != LARGENUM) { //
assume
initialized
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlock/
8-1.c
14
*
Assume
that the value LONG_MAX is an invalid pointer.
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/munlock/
10-1.c
14
*
Assume
that the value LONG_MAX is an invalid pointer.
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/
4-1.c
46
/*
Assume
the pid is not yet reatributed to an other process */
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getscheduler/
5-1.c
45
/*
Assume
the pid is not yet reatributed to an other process */
/external/ltp/testcases/realtime/func/pi-tests/
run_auto.sh
7
#
assume
we're running standalone
/external/lz4/contrib/djgpp/
README.MD
7
* Extract and install it (`tar jxvf djgpp-linux64-gcc492.tar.bz2`). Note the path. We'll
assume
`/home/user/djgpp`.
/external/mesa3d/src/gallium/drivers/rbug/
README
26
target. The procedure on both cases is the same. Let's
assume
you have a
/external/mesa3d/src/gallium/drivers/trace/
README
37
target. The procedure on both cases is the same. Let's
assume
you have a
/external/mockito/src/test/java/org/mockitousage/misuse/
DetectingFinalMethodsTest.java
14
import static org.junit.
Assume
.assumeTrue;
Completed in 1078 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>