OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:precondition
(Results
51 - 75
of
337
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/compiler-rt/test/builtins/Unit/
ashrdi3_test.c
19
//
Precondition
: 0 <= b < bits_in_dword
clzti2_test.c
21
//
Precondition
: a != 0
ctzti2_test.c
21
//
Precondition
: a != 0
lshrdi3_test.c
19
//
Precondition
: 0 <= b < bits_in_dword
/external/libcxx/include/
__split_buffer
207
//
Precondition
: __n > 0
208
//
Precondition
: size() + __n <= capacity()
225
//
Precondition
: __n > 0
226
//
Precondition
: size() + __n <= capacity()
__tree
62
//
Precondition
: __x != nullptr.
128
//
Precondition
: __x != nullptr.
140
//
Precondition
: __x != nullptr.
152
//
Precondition
: __x != nullptr.
165
//
Precondition
: __x != nullptr.
178
//
Precondition
: __x != nullptr.
202
//
Precondition
: __x->__right_ != nullptr
222
//
Precondition
: __x->__left_ != nullptr
241
//
Precondition
: __root != nulptr && __x != nullptr.
311
//
Precondition
: __root != nullptr && __z != nullptr
[
all
...]
/external/libcxx/test/std/containers/associative/
tree_left_rotate.pass.cpp
12
//
Precondition
: __x->__right_ != nullptr
tree_right_rotate.pass.cpp
12
//
Precondition
: __x->__left_ != nullptr
/external/libxml2/result/
dav7.sax2
52
SAX.characters(HTTP/1.1 412
Precondition
Fail, 32)
dav8.sax2
46
SAX.characters(HTTP/1.1 412
Precondition
Fail, 32)
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_enum.h
69
//
Precondition
: in ::google::protobuf namespace.
/external/v8/src/
bignum.h
31
//
Precondition
: this >= other.
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__split_buffer
207
//
Precondition
: __n > 0
208
//
Precondition
: size() + __n <= capacity()
225
//
Precondition
: __n > 0
226
//
Precondition
: size() + __n <= capacity()
__tree
62
//
Precondition
: __x != nullptr.
128
//
Precondition
: __x != nullptr.
140
//
Precondition
: __x != nullptr.
152
//
Precondition
: __x != nullptr.
165
//
Precondition
: __x != nullptr.
178
//
Precondition
: __x != nullptr.
202
//
Precondition
: __x->__right_ != nullptr
222
//
Precondition
: __x->__left_ != nullptr
241
//
Precondition
: __root != nulptr && __x != nullptr.
311
//
Precondition
: __root != nullptr && __z != nullptr
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/
tree_left_rotate.pass.cpp
12
//
Precondition
: __x->__right_ != nullptr
tree_right_rotate.pass.cpp
12
//
Precondition
: __x->__left_ != nullptr
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
__split_buffer
207
//
Precondition
: __n > 0
208
//
Precondition
: size() + __n <= capacity()
225
//
Precondition
: __n > 0
226
//
Precondition
: size() + __n <= capacity()
__tree
62
//
Precondition
: __x != nullptr.
128
//
Precondition
: __x != nullptr.
140
//
Precondition
: __x != nullptr.
152
//
Precondition
: __x != nullptr.
165
//
Precondition
: __x != nullptr.
178
//
Precondition
: __x != nullptr.
202
//
Precondition
: __x->__right_ != nullptr
222
//
Precondition
: __x->__left_ != nullptr
241
//
Precondition
: __root != nulptr && __x != nullptr.
311
//
Precondition
: __root != nullptr && __z != nullptr
[
all
...]
/ndk/sources/cxx-stl/stlport/src/details/
fstream_unistd.cpp
312
// at position offset.
Precondition
: offset is a multiple of the
338
//
precondition
: there is a valid mapping at the moment
/packages/apps/Music/tests/src/com/android/music/functional/
TestSongs.java
147
* Test case
precondition
: The testing device should wipe data before
173
* Test case
precondition
: Copy a song and rescan the sdcard
/libcore/luni/src/main/java/java/nio/channels/
DatagramChannel.java
224
* The
precondition
for calling this method is that the channel is connected
255
* The
precondition
for calling this method is that the channel is connected
296
* The
precondition
for calling this method is that the channel is connected
330
* The
precondition
of calling this method is that the channel is connected
358
* The
precondition
of calling this method is that the channel is connected
399
* The
precondition
of calling this method is that the channel is connected
/external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp
83
/// Derive the
precondition
block (i.e the block that guards the loop
113
/// be called to see if the
precondition
and postcondition of the loop
252
// the preheader and be placed at the end of the
precondition
block without
304
// It should have a
precondition
block where the generated popcount instrinsic
340
// goto loop-exit // the
precondition
of the loop
445
// step 5: check if the
precondition
is in this form:
471
// if (x) // the
precondition
474
// Step 1: Insert the ctpop instruction at the end of the
precondition
block
497
// Step 2: Replace the
precondition
from "if(x == 0) goto loop-exit" to
500
// it back from the
precondition
block to the preheader
[
all
...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DigestInputStreamTest.java
332
// check
precondition
372
// check
precondition
455
// check
precondition
DigestOutputStreamTest.java
320
// check
precondition
357
// check
precondition
398
// check
precondition
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DigestInputStreamTest.java
327
// check
precondition
367
// check
precondition
450
// check
precondition
Completed in 515 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>