OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:outcome
(Results
126 - 150
of
334
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/vixl/test/
test-utils-a64.h
237
// correct
outcome
could already be stored in the register.
/prebuilts/go/darwin-x86/src/net/
ipsock_test.go
268
// Inverting the function's output should not affect the
outcome
.
/prebuilts/go/linux-x86/src/net/
ipsock_test.go
268
// Inverting the function's output should not affect the
outcome
.
/external/mesa3d/src/gallium/docs/source/
context.rst
381
A drawing command can be skipped depending on the
outcome
of a query
389
drawing commands will be predicated on the
outcome
of the query. If
397
has completed, drawing will be predicated on the
outcome
of the query.
/prebuilts/go/darwin-x86/src/regexp/
exec_test.go
499
// Field 4: the test
outcome
...
562
// Field 4: the test
outcome
. This is either one of the posix error
569
// in the
outcome
. Unspecified endpoints (offset -1) are denoted by ?.
/prebuilts/go/linux-x86/src/regexp/
exec_test.go
499
// Field 4: the test
outcome
...
562
// Field 4: the test
outcome
. This is either one of the posix error
569
// in the
outcome
. Unspecified endpoints (offset -1) are denoted by ?.
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_re.py
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_re.py
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_re.py
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_re.py
[
all
...]
/art/test/004-checker-UnsafeTest18/src/
Main.java
308
// read the same value consistently would be a valid
outcome
.
/external/autotest/server/site_tests/infra_ServoDiagnosis/
infra_ServoDiagnosis.py
34
pre-requisite, and it assumes the only
outcome
is a simple
/external/chromium-trace/catapult/experimental/statistical_analysis/
results_stats.py
225
is_different: True or False, depending on the test
outcome
.
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
typeannotation_test.py
234
"""Tests that spaces don't change the
outcome
."""
/external/chromium-trace/catapult/third_party/pipeline/pipeline/
models.py
216
to fire. The
outcome
is a pipeline is WAITING and never RUN, even though all
/external/dbus/dbus/
dbus-server-socket.c
519
* @returns the
outcome
/external/google-breakpad/src/testing/gtest/test/
gtest_test_utils.py
206
An object that represents
outcome
of the executed process. It has the
/external/gtest/test/
gtest_test_utils.py
221
An object that represents
outcome
of the executed process. It has the
/external/guava/guava-gwt/test-super/com/google/common/net/super/com/google/common/net/
InternetDomainNameTest.java
295
// Expected
outcome
/external/guava/guava-tests/test/com/google/common/net/
InternetDomainNameTest.java
297
// Expected
outcome
/external/protobuf/gtest/test/
gtest_test_utils.py
210
An object that represents
outcome
of the executed process. It has the
/external/v8/src/compiler/
typer.cc
351
ComparisonOutcome
outcome
, Typer* t) {
353
if ((
outcome
& kComparisonUndefined) != 0) result |= kComparisonUndefined;
354
if ((
outcome
& kComparisonTrue) != 0) result |= kComparisonFalse;
355
if ((
outcome
& kComparisonFalse) != 0) result |= kComparisonTrue;
360
Type* Typer::Visitor::FalsifyUndefined(ComparisonOutcome
outcome
, Typer* t) {
361
if ((
outcome
& kComparisonFalse) != 0 ||
362
(
outcome
& kComparisonUndefined) != 0) {
363
return (
outcome
& kComparisonTrue) != 0 ? Type::Boolean()
367
DCHECK((
outcome
& kComparisonTrue) != 0);
[
all
...]
/external/valgrind/coregrind/
m_seqmatch.c
149
// then the
outcome
is failure. However, if we're merely attempting
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_test_utils.py
221
An object that represents
outcome
of the executed process. It has the
/external/webrtc/webrtc/modules/audio_coding/neteq/
dtmf_buffer_unittest.cc
144
// event. The expected
outcome
is that only the longer event is played.
Completed in 4904 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>