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
334
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/compiler-rt/lib/
ctzsi2.c
19
/*
Precondition
: a != 0 */
/external/compiler-rt/test/Unit/
ashldi3_test.c
19
//
Precondition
: 0 <= b < bits_in_dword
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/protobuf/src/google/protobuf/compiler/cpp/
cpp_enum.h
67
//
Precondition
: in ::google::protobuf namespace.
/external/v8/src/
fast-dtoa.h
51
//
Precondition
:
double.h
150
//
Precondition
: the value encoded by this Double must be greater or equal
160
//
Precondition
: the value encoded by this Double must be greater than 0.
/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
/external/chromium_org/chrome/browser/extensions/
extension_pref_value_map.h
85
//
Precondition
: the extension must be registered.
92
//
Precondition
: the extension must be registered.
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
double.h
150
//
Precondition
: the value encoded by this Double must be greater or equal
160
//
Precondition
: the value encoded by this Double must be greater than 0.
/external/chromium_org/v8/src/
double.h
144
//
Precondition
: the value encoded by this Double must be greater or equal
154
//
Precondition
: the value encoded by this Double must be greater than 0.
/external/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
/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
221
* The
precondition
for calling this method is that the channel is connected
252
* The
precondition
for calling this method is that the channel is connected
293
* The
precondition
for calling this method is that the channel is connected
327
* The
precondition
of calling this method is that the channel is connected
355
* The
precondition
of calling this method is that the channel is connected
396
* The
precondition
of calling this method is that the channel is connected
/external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp
84
/// Derive the
precondition
block (i.e the block that guards the loop
114
/// be called to see if the
precondition
and postcondition of the loop
280
// the preheader and be placed at the end of the
precondition
block without
337
// It should have a
precondition
block where the generated popcount instrinsic
373
// goto loop-exit // the
precondition
of the loop
479
// step 5: check if the
precondition
is in this form:
505
// if (x) // the
precondition
508
// Step 1: Insert the ctpop instruction at the end of the
precondition
block
531
// Step 2: Replace the
precondition
from "if(x == 0) goto loop-exit" to
534
// 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
319
// check
precondition
356
// check
precondition
397
// 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
/external/chromium_org/content/renderer/media/
buffered_resource_loader_unittest.cc
690
//
PRECONDITION
735
//
PRECONDITION
768
//
PRECONDITION
816
//
PRECONDITION
871
//
PRECONDITION
932
//
PRECONDITION
[
all
...]
Completed in 724 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>