HomeSort by relevance Sort by last modified time
    Searched defs:TestResult (Results 1 - 25 of 467) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/testrunner/
am_instrument_parser.py 35 test_results (list of am_output_parser.TestResult)
52 test_result = TestResult(result_block_string)
124 class TestResult(object):
  /external/autotest/server/site_tests/brillo_HWRandom/
brillo_HWRandom.py 22 TestResult = collections.namedtuple('TestResult', 'test_name assessment')
69 @returns A list of TestResult
95 results.append(self.TestResult(
  /external/icu/icu4c/source/test/letest/
letest.h 42 struct TestResult
51 typedef struct TestResult TestResult;
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
Test.py 5 class TestResult:
10 PASS = TestResult('PASS', False)
11 XFAIL = TestResult('XFAIL', False)
12 FAIL = TestResult('FAIL', True)
13 XPASS = TestResult('XPASS', True)
14 UNRESOLVED = TestResult('UNRESOLVED', True)
15 UNSUPPORTED = TestResult('UNSUPPORTED', False)
  /external/llvm/tools/bugpoint/
ListReducer.h 30 enum TestResult {
44 virtual TestResult doTest(std::vector<ElTy> &Prefix,
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ListReducer.h 30 enum TestResult {
44 virtual TestResult doTest(std::vector<ElTy> &Prefix,
  /external/vixl/test/aarch32/
test-assembler-cond-dt-drt-drd-drn-drm-float-f32-only-a32.cc 99 struct TestResult {
207 // These headers each contain an array of `TestResult` with the reference output
232 const TestResult reference[]) {
320 // Finalize the trace file by writing the final `TestResult` array
322 printf("const TestResult kReference%s[] = {\n", mnemonic);
test-assembler-cond-dt-drt-drd-drn-drm-float-f32-only-t32.cc 99 struct TestResult {
207 // These headers each contain an array of `TestResult` with the reference output
232 const TestResult reference[]) {
320 // Finalize the trace file by writing the final `TestResult` array
322 printf("const TestResult kReference%s[] = {\n", mnemonic);
test-assembler-cond-dt-drt-drd-drn-drm-float-not-f16-a32.cc 90 struct TestResult {
198 // These headers each contain an array of `TestResult` with the reference output
214 const TestResult reference[]) {
302 // Finalize the trace file by writing the final `TestResult` array
304 printf("const TestResult kReference%s[] = {\n", mnemonic);
test-assembler-cond-dt-drt-drd-drn-drm-float-not-f16-t32.cc 90 struct TestResult {
198 // These headers each contain an array of `TestResult` with the reference output
214 const TestResult reference[]) {
302 // Finalize the trace file by writing the final `TestResult` array
304 printf("const TestResult kReference%s[] = {\n", mnemonic);
test-assembler-cond-rd-operand-const-can-use-pc-a32.cc 91 struct TestResult {
    [all...]
test-assembler-cond-rd-operand-const-cannot-use-pc-a32.cc 91 struct TestResult {
    [all...]
test-assembler-cond-rd-operand-const-t32.cc 95 struct TestResult {
    [all...]
test-assembler-cond-rd-operand-imm16-t32.cc 90 struct TestResult {
488 // These headers each contain an array of `TestResult` with the reference output
504 const TestResult reference[]) {
    [all...]
test-assembler-cond-rd-operand-rn-a32.cc 101 struct TestResult {
    [all...]
test-assembler-cond-rd-operand-rn-identical-low-registers-in-it-block-t32.cc 87 struct TestResult {
206 // These headers each contain an array of `TestResult` with the reference output
220 const TestResult reference[]) {
308 // Finalize the trace file by writing the final `TestResult` array
310 printf("const TestResult kReference%s[] = {\n", mnemonic);
test-assembler-cond-rd-operand-rn-in-it-block-t32.cc 89 struct TestResult {
    [all...]
test-assembler-cond-rd-operand-rn-low-registers-in-it-block-t32.cc 89 struct TestResult {
    [all...]
test-assembler-cond-rd-operand-rn-ror-amount-a32.cc 95 struct TestResult {
    [all...]
test-assembler-cond-rd-operand-rn-ror-amount-t32.cc 95 struct TestResult {
    [all...]
test-assembler-cond-rd-operand-rn-shift-amount-1to31-a32.cc 97 struct TestResult {
    [all...]
test-assembler-cond-rd-operand-rn-shift-amount-1to31-in-it-block-t32.cc 89 struct TestResult {
    [all...]
test-assembler-cond-rd-operand-rn-shift-amount-1to31-t32.cc 97 struct TestResult {
    [all...]
test-assembler-cond-rd-operand-rn-shift-amount-1to32-a32.cc 97 struct TestResult {
    [all...]
test-assembler-cond-rd-operand-rn-shift-amount-1to32-in-it-block-t32.cc 89 struct TestResult {
    [all...]

Completed in 406 milliseconds

1 2 3 4 5 6 7 8 91011>>