OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:precondition
(Results
226 - 250
of
384
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libbrillo/brillo/glib/
dbus.h
23
// \
precondition
No functions in the dbus namespace can be called before
/external/libbrillo/brillo/http/
http_request.h
176
//
Precondition
given in request failed
/external/libcxx/src/
ios.cpp
166
{ //
Precondition
: __req_size > __current_cap
/external/opencv3/modules/flann/include/opencv2/flann/
autotuned_index.h
486
*
Precondition
: the index is built
/external/opencv3/modules/java/android_test/src/org/opencv/test/
OpenCVTestCase.java
183
// Do nothing if the
precondition
does not hold.
/external/opencv3/modules/java/pure_test/src/org/opencv/test/
OpenCVTestCase.java
213
// Do nothing if the
precondition
does not hold.
/external/owasp/sanitizer/tools/findbugs/doc/manual/
eclipse.html
88
anything anymore. The (really small)
precondition
/external/v8/src/crankshaft/
hydrogen-bce.cc
136
// The
precondition
is that new_check follows UpperCheck() and
/frameworks/native/libs/gui/tests/
IGraphicBufferProducer_test.cpp
112
//
Precondition
: Consumer is connected.
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderImpl.java
183
* The main parsing loop. The
precondition
is that we are already on the
/packages/apps/Messaging/src/com/android/messaging/util/
UiUtils.java
326
* a message, that requires this app to be the default app. This is also a
precondition
/art/compiler/optimizing/
induction_var_range.cc
209
LOG(FATAL) << "Failed
precondition
: GenerateCode()";
219
LOG(FATAL) << "Failed
precondition
: GenerateCode()";
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/gslib/
translation_helper.py
307
if no
precondition
headers are present.
317
raise ArgumentException('Invalid
precondition
header specified. '
[
all
...]
cloud_api.py
603
"""Exception raised for
precondition
failures."""
/external/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp
240
// If the nullability
precondition
of a function is violated, we should not
242
//
precondition
is not met on a path, this checker will be esentially turned off
[
all
...]
/external/v8/src/
fast-dtoa.cc
162
//
Precondition
: rest < ten_kappa.
219
//
Precondition
: number < (1 << (number_bits + 1)).
/libcore/ojluni/src/main/java/java/nio/charset/
CharsetDecoder.java
367
* If the
precondition
on the parameter does not hold
408
* If the
precondition
on the parameter does not hold
[
all
...]
CharsetEncoder.java
382
* If the
precondition
on the parameter does not hold
423
* If the
precondition
on the parameter does not hold
[
all
...]
/ndk/sources/cxx-stl/stlport/stlport/stl/
_deque.c
365
//
Precondition
: this->_M_start and this->_M_finish have already been initialized,
449
// Note that if the deque has at least one element (a
precondition
for this member
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_deque.c
365
//
Precondition
: this->_M_start and this->_M_finish have already been initialized,
449
// Note that if the deque has at least one element (a
precondition
for this member
/frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp
[
all
...]
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
httparchive.py
151
412 (
precondition
failed)
176
status = 412 #
precondition
failed
[
all
...]
/external/chromium-trace/catapult/third_party/Paste/paste/
wsgiwrappers.py
576
412: '
PRECONDITION
FAILED',
/external/chromium-trace/catapult/third_party/gsutil/
CHANGES.md
112
-
Precondition
headers (x-goog-if-...) are now respected for the setmeta
294
- The rm command now properly supports
precondition
headers.
478
- Parallel composite uploads no longer specify an if-not-match
precondition
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_rm.py
430
stderr, r'PreconditionException: 412
Precondition
\s*Failed')
Completed in 2058 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>