HomeSort by relevance Sort by last modified time
    Searched refs:testcase (Results 276 - 300 of 344) sorted by null

<<11121314

  /frameworks/rs/tests/lldb/
run_tests.py 676 testcase = ET.Element('testcase')
677 testcase.attrib['name'] = "%s:%s" % key
680 testcase.append(result_element)
681 results.append(testcase)
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
report_test.go 30 type testcase struct { type
42 for _, tc := range []testcase{
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
report_test.go 30 type testcase struct { type
42 for _, tc := range []testcase{
  /cts/apps/CtsVerifier/assets/report/
compatibility_result.css 137 td.testcase {
  /external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServer.java 28 import junit.framework.TestCase;
85 TestCase testcase = null; field in class:Support_HttpServer
87 public Support_HttpServer(Support_ServerSocket serversocket, TestCase test) {
89 this.testcase = test;
  /external/valgrind/memcheck/tests/
vcpu_fbench.c 330 static double testcase[4][4] = { variable
745 s[i + 1][j + 1] = testcase[i][j];
  /external/valgrind/perf/
fbench.c 326 static double testcase[4][4] = { variable
741 s[i + 1][j + 1] = testcase[i][j];
  /test/suite_harness/common/host-side/tradefed/res/report/
compatibility_result.css 156 td.testcase {
  /build/soong/java/
java_test.go 433 for _, testcase := range classpathTestcases {
434 t.Run(testcase.name, func(t *testing.T) {
436 if testcase.moduleType != "" {
437 moduleType = testcase.moduleType
443 ` + testcase.properties + `
447 if testcase.host == android.Host {
459 bootclasspath := convertModulesToPaths(testcase.bootclasspath)
460 classpath := convertModulesToPaths(testcase.classpath)
472 if testcase.system == "none" {
474 } else if testcase.system != ""
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/lib/
gas-defs.exp 308 foreach testcase $testcases {
310 if ![runtest_file_p $runtests $testcase] {
313 run_dump_test [file rootname [file tail $testcase]] $extra_options
  /external/icu/icu4c/source/test/cintltst/
cnumtst.c 69 #define TESTCASE(x) addTest(root, &x, "tsformat/cnumtst/" #x)
73 TESTCASE(TestNumberFormat);
74 TESTCASE(TestSpelloutNumberParse);
75 TESTCASE(TestSignificantDigits);
76 TESTCASE(TestSigDigRounding);
77 TESTCASE(TestNumberFormatPadding);
78 TESTCASE(TestInt64Format);
79 TESTCASE(TestNonExistentCurrency);
80 TESTCASE(TestCurrencyRegression);
81 TESTCASE(TestTextAttributeCrash)
1969 const char *testcase; local
    [all...]
  /external/python/cpython3/Lib/test/
test_threading.py 44 def __init__(self, name, testcase, sema, mutex, nrunning):
46 self.testcase = testcase
62 self.testcase.assertLessEqual(self.nrunning.get(), 3)
70 self.testcase.assertGreaterEqual(self.nrunning.get(), 0)
76 class BaseTestCase(unittest.TestCase):
    [all...]
test_socketserver.py 59 def simple_subprocess(testcase):
67 testcase.assertEqual(pid2, pid)
68 testcase.assertEqual(72 << 8, status)
72 class SocketServerTest(unittest.TestCase):
288 class ErrorHandlerTest(unittest.TestCase):
380 class SocketWriterTest(unittest.TestCase):
458 class MiscTestCase(unittest.TestCase):
  /external/annotation-tools/scene-lib/src/annotations/util/
SceneOps.java 109 for (String testcase : testcases) {
112 String filename = dirname+"/Test"+testcase+".jaif";
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
fetch_test.go 182 type testcase struct {
186 for _, tc := range []testcase{
214 type testcase struct {
222 testcases := []testcase{
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
fetch_test.go 182 type testcase struct {
186 for _, tc := range []testcase{
214 type testcase struct {
222 testcases := []testcase{
  /build/soong/androidmk/cmd/androidmk/
androidmk_test.go 601 got, errs := convertFile(fmt.Sprintf("<testcase %d>", i), bytes.NewBufferString(test.in))
608 t.Errorf("failed testcase '%s'\ninput:\n%s\n\nexpected:\n%s\ngot:\n%s\n", test.desc, strings.TrimSpace(test.in), expected, got)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/testcase/
DataPathInBandTestCase.java 17 package com.android.cts.verifier.wifiaware.testcase;
DiscoveryWithRangingTestCase.java 17 package com.android.cts.verifier.wifiaware.testcase;
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl14.c 83 } testcase; typedef in typeref:struct:__anon28538
85 static testcase testcases[] = {
533 static testcase *thiscase;
895 tst_resm(TFAIL, "testcase:%d FAILED", test + 1);
897 tst_resm(TPASS, "testcase:%d PASSED", test + 1);
950 thiscase = malloc(sizeof(testcase));
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/symbolizer/
symbolizer_test.go 111 type testcase struct {
120 for i, tc := range []testcase{
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/
legacy_profile_test.go 27 type testcase struct {
36 testcases := []testcase{
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/symbolizer/
symbolizer_test.go 111 type testcase struct {
120 for i, tc := range []testcase{
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
legacy_profile_test.go 27 type testcase struct {
36 testcases := []testcase{
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/
x86-64.s 104 #testcase for symbol references.

Completed in 562 milliseconds

<<11121314