HomeSort by relevance Sort by last modified time
    Searched defs:TEST_CASE_RESULT_SKIP (Results 1 - 2 of 2) sorted by null

  /test/vts/proto/
VtsReportMessage_pb2.py 38 name='TEST_CASE_RESULT_SKIP', index=3, number=3,
154 TEST_CASE_RESULT_SKIP = 3
    [all...]
  /test/vti/dashboard/src/main/java/com/android/vts/proto/
VtsReportMessage.java 33 * <code>TEST_CASE_RESULT_SKIP = 3;</code>
35 TEST_CASE_RESULT_SKIP(3, 3),
59 * <code>TEST_CASE_RESULT_SKIP = 3;</code>
79 case 3: return TEST_CASE_RESULT_SKIP;
    [all...]

Completed in 1262 milliseconds