OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:outcome
(Results
1 - 25
of
85
) sorted by null
1
2
3
4
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
predict.def
37
/* A value used as final
outcome
of all heuristics. */
40
/* An
outcome
estimated by Dempster-Shaffer theory. */
gimple.def
345
/* GIMPLE_PREDICT <PREDICT,
OUTCOME
> specifies a hint for branch prediction.
349
OUTCOME
is NOT_TAKEN or TAKEN. */
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
predict.def
37
/* A value used as final
outcome
of all heuristics. */
40
/* An
outcome
estimated by Dempster-Shaffer theory. */
gimple.def
345
/* GIMPLE_PREDICT <PREDICT,
OUTCOME
> specifies a hint for branch prediction.
349
OUTCOME
is NOT_TAKEN or TAKEN. */
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/experiments/
SequenceExperiment.java
27
* the experiment
outcome
may depend on the whole sequence of recordings.
/external/oauth/core/src/main/java/net/oauth/http/
HttpResponseMessage.java
53
/** The statusCode that indicates a normal
outcome
. */
/external/gtest/include/gtest/internal/
gtest-death-test-internal.h
124
// Returns a human-readable
outcome
message regarding the
outcome
of
131
// A string containing a description of the
outcome
of the last death test.
/external/protobuf/gtest/include/gtest/internal/
gtest-death-test-internal.h
120
// Returns a human-readable
outcome
message regarding the
outcome
of
127
// A string containing a description of the
outcome
of the last death test.
/external/v8/tools/
test.py
191
outcome
= 'CRASH'
193
outcome
= 'FAIL'
195
outcome
= 'pass'
196
print 'Done running %s: %s' % (output.test.GetLabel(),
outcome
)
389
outcome
= CRASH
391
outcome
= TIMEOUT
393
outcome
= FAIL
395
outcome
= PASS
396
return not
outcome
in self.test.outcomes
692
class
Outcome
(Expression)
[
all
...]
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-death-test-internal.h
119
// Returns a human-readable
outcome
message regarding the
outcome
of
/external/gtest/src/
gtest-death-test.cc
348
DeathTestOutcome
outcome
() const { return outcome_; }
function in class:testing::internal::DeathTestImpl
349
void set_outcome(DeathTestOutcome
outcome
) { outcome_ =
outcome
; }
390
// 5. The parent reads child's output through the pipe (
outcome
code and
432
//
outcome
data member.
433
// TODO(vladl@google.com):
Outcome
classification logic is common with
733
//
outcome
data member.
787
//
outcome
: An enumeration describing how the death test
819
switch (
outcome
()) {
[
all
...]
/external/protobuf/gtest/src/
gtest-death-test.cc
332
DeathTestOutcome
outcome
() const { return outcome_; }
function in class:testing::internal::DeathTestImpl
333
void set_outcome(DeathTestOutcome
outcome
) { outcome_ =
outcome
; }
429
//
outcome
: An enumeration describing how the death test
457
switch (
outcome
()) {
513
// 5. The parent reads child's output through the pipe (
outcome
code and
550
//
outcome
data member.
714
//
outcome
data member.
[
all
...]
/external/dbus/dbus/
dbus-server-unix.c
48
* @returns the
outcome
dbus-server-debug-pipe.c
334
* @returns the
outcome
dbus-server-socket.c
372
* @returns the
outcome
/external/gtest/include/gtest/
gtest-test-part.h
70
// Gets the
outcome
of the test part.
/external/protobuf/gtest/include/gtest/
gtest-test-part.h
70
// Gets the
outcome
of the test part.
/external/protobuf/gtest/samples/
sample9_unittest.cc
155
// Test that were meant to fail should not affect the test program
outcome
.
/frameworks/base/core/java/android/net/
ConnectivityManager.java
288
* @return an integer value representing the
outcome
of the request.
308
* @return an integer value representing the
outcome
of the request.
NetworkStateTracker.java
375
* @return an integer value representing the
outcome
of the request.
389
* @return an integer value representing the
outcome
of the request.
MobileDataStateTracker.java
456
* @return an integer value representing the
outcome
of the request.
480
* @return an integer value representing the
outcome
of the request.
521
* @return an integer value representing the
outcome
of the request.
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLRecordProtocol.java
27
* and packages
outcome
data into SSL/TLS records.
29
* perform any cryptography computations over the income/
outcome
data.
/external/chromium/sdch/open-vcdiff/src/gtest/
gtest-spi.h
61
// Gets the
outcome
of the test part.
gtest-death-test.cc
142
// Static string containing a description of the
outcome
of the
314
//
outcome
data member.
364
//
outcome
: an enumeration describing how the death test
/external/webkit/WebKitTools/Scripts/webkitpy/style/
checker_unittest.py
635
# Check the
outcome
.
648
# Check the
outcome
.
666
# Check the
outcome
.
Completed in 1477 milliseconds
1
2
3
4