OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RETURNED
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/testing/gtest/src/
gtest-death-test.cc
238
//
RETURNED
means that the test statement attempted to execute a return
240
//
returned
control by throwing an exception. IN_PROGRESS means the test
244
enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED,
RETURNED
, THREW };
442
set_outcome(
RETURNED
);
513
// concluded: DIED, LIVED, THREW, or
RETURNED
. The death test
549
case
RETURNED
:
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-death-test.cc
200
//
RETURNED
means that the test statement attempted to execute a return
202
//
returned
control by throwing an exception. IN_PROGRESS means the test
206
enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED,
RETURNED
, THREW };
402
set_outcome(
RETURNED
);
473
// concluded: DIED, LIVED, THREW, or
RETURNED
. The death test
509
case
RETURNED
:
[
all
...]
/external/gtest/src/
gtest-death-test.cc
238
//
RETURNED
means that the test statement attempted to execute a return
240
//
returned
control by throwing an exception. IN_PROGRESS means the test
244
enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED,
RETURNED
, THREW };
442
set_outcome(
RETURNED
);
513
// concluded: DIED, LIVED, THREW, or
RETURNED
. The death test
549
case
RETURNED
:
[
all
...]
/external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc
200
//
RETURNED
means that the test statement attempted to execute a return
202
//
returned
control by throwing an exception. IN_PROGRESS means the test
206
enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED,
RETURNED
, THREW };
405
set_outcome(
RETURNED
);
476
// concluded: DIED, LIVED, THREW, or
RETURNED
. The death test
512
case
RETURNED
:
[
all
...]
/external/mesa3d/src/gtest/src/
gtest-death-test.cc
200
//
RETURNED
means that the test statement attempted to execute a return
202
//
returned
control by throwing an exception. IN_PROGRESS means the test
206
enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED,
RETURNED
, THREW };
402
set_outcome(
RETURNED
);
473
// concluded: DIED, LIVED, THREW, or
RETURNED
. The death test
509
case
RETURNED
:
[
all
...]
Completed in 81 milliseconds