HomeSort by relevance Sort by last modified time
    Searched refs:aTest (Results 1 - 10 of 10) sorted by null

  /external/valgrind/none/tests/ppc32/
test_isa_2_06_part1.c     [all...]
test_isa_2_06_part2.c     [all...]
test_dfp1.c 491 test_table_t aTest;
496 aTest = all_tests[i];
497 printf( "%s\n", aTest.name );
test_dfp2.c 656 test_table_t aTest;
667 aTest = all_tests[i];
668 printf( "%s\n", aTest.name );
test_dfp4.c 630 test_table_t aTest;
635 aTest = all_tests[i];
636 printf( "%s\n", aTest.name );
test_dfp5.c 599 test_table_t aTest;
604 aTest = all_tests[i];
605 printf( "%s\n", aTest.name );
test_dfp3.c     [all...]
test_isa_2_06_part3.c     [all...]
  /external/valgrind/none/tests/ppc64/
test_isa_2_07_part2.c 952 fp_test_args_t aTest = test_group.targs[i];
953 inA = (unsigned int *)&spec_fargs[aTest.fra_idx];
954 inB = (unsigned int *)&spec_fargs[aTest.frb_idx];
955 frap = (unsigned long long *)&spec_fargs[aTest.fra_idx];
956 frbp = (unsigned long long *)&spec_fargs[aTest.frb_idx];
    [all...]
  /frameworks/base/test-runner/src/android/test/
TestCaseUtil.java 48 for (Test aTest : tests) {
49 testCaseNames.add(getTestName(aTest));

Completed in 190 milliseconds