/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/ |
QCameraHAL3SnapshotTest.cpp | 48 int testcase, int camid, int w, int h) 52 LOGD("\ntestcase %d %d and %d ",testcase, w, h); 80 LOGD(" configureSnapshotStream testcase dim :%d X %d", w, h); 252 hal3_camera_lib_test *my_hal3test_obj, int camid, int testcase) 255 LOGD("camid :%d and testcase : %d handle is NULL", camid, testcase);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/ |
__init__.py | 74 if type(o) is type(unittest.TestCase) and issubclass(o, unittest.TestCase): 82 def test_with_refcounts(runner, verbosity, testcase): 83 """Run testcase several times, tracking reference counts.""" 98 test = unittest.makeSuite(testcase) 111 print "%s leaks:\n\t" % testcase, refcounts 113 print "%s: ok." % testcase
|
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/ |
__init__.py | 74 if type(o) is type(unittest.TestCase) and issubclass(o, unittest.TestCase): 82 def test_with_refcounts(runner, verbosity, testcase): 83 """Run testcase several times, tracking reference counts.""" 98 test = unittest.makeSuite(testcase) 111 print "%s leaks:\n\t" % testcase, refcounts 113 print "%s: ok." % testcase
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
__init__.py | 74 if type(o) is type(unittest.TestCase) and issubclass(o, unittest.TestCase): 82 def test_with_refcounts(runner, verbosity, testcase): 83 """Run testcase several times, tracking reference counts.""" 98 test = unittest.makeSuite(testcase) 111 print "%s leaks:\n\t" % testcase, refcounts 113 print "%s: ok." % testcase
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
__init__.py | 74 if type(o) is type(unittest.TestCase) and issubclass(o, unittest.TestCase): 82 def test_with_refcounts(runner, verbosity, testcase): 83 """Run testcase several times, tracking reference counts.""" 98 test = unittest.makeSuite(testcase) 111 print "%s leaks:\n\t" % testcase, refcounts 113 print "%s: ok." % testcase
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
FakeTestTest.java | 72 for (Map.Entry<String, String> testcase : t.entrySet()) { 73 final String input = testcase.getKey(); 74 final String output = testcase.getValue(); 110 for (Map.Entry<String, String> testcase : t.entrySet()) { 111 final String input = testcase.getKey(); 112 final String output = testcase.getValue();
|
/external/ltp/testcases/kernel/controllers/pids/ |
pids.sh | 47 caseno - testcase number from interval 1-5 49 (applicable to testcase 1-4) 201 tst_res TINFO "Running testcase $caseno with $max processes"
|
/external/ltp/testcases/kernel/syscalls/getdents/ |
getdents01.c | 61 struct testcase { struct 68 struct testcase testcases[] = {
|
/system/extras/tests/sdcard/ |
Android.mk | 29 testcase.cpp
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
GoTestCase.java | 16 package com.android.cts.verifier.p2p.testcase; 28 public class GoTestCase extends TestCase {
|
P2pClientPbcTestCase.java | 17 package com.android.cts.verifier.p2p.testcase;
|
P2pClientPinTestCase.java | 17 package com.android.cts.verifier.p2p.testcase;
|
ServReqClearRequestTestCase.java | 16 package com.android.cts.verifier.p2p.testcase;
|
ServRespTestCase.java | 16 package com.android.cts.verifier.p2p.testcase; 32 public class ServRespTestCase extends TestCase {
|
UPnPServiceResponseListenerTest.java | 17 package com.android.cts.verifier.p2p.testcase;
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_test_printf.c | 90 const struct printf_test_case *testcase)
|
/external/v8/tools/testrunner/local/ |
testsuite_unittest.py | 16 from testrunner.objects.testcase import TestCase 19 class TestSuiteTest(unittest.TestCase): 23 TestCase(suite, 'foo/bar'), 24 TestCase(suite, 'baz/bar'), 39 [TestCase(suite, 'baz/bar')], 47 test1 = TestCase(suite, 'foo/bar') 48 test2 = TestCase(suite, 'baz/bar') 81 TestCase(suite, 'foo/bar', flags=['-v']), 82 TestCase(suite, 'baz/bar') [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/ |
RequesterTestActivity.java | 39 import com.android.cts.verifier.p2p.testcase.ReqTestCase; 40 import com.android.cts.verifier.p2p.testcase.TestCase; 41 import com.android.cts.verifier.p2p.testcase.TestCase.TestCaseListener; 116 TestCase.EXTRA_TEST_NAME);
|
/external/clang/test/CodeGenCXX/ |
cxx0x-initializer-stdinitializerlist.cpp | 495 struct testcase { struct in namespace:B19773010 496 testcase(std::initializer_list<pair<const char *, E>>); 500 testcase a{{"", ENUM_CONSTANT}};
|
/external/v8/tools/foozzie/ |
v8_suppressions.py | 283 def ignore_by_content(self, testcase): 309 def ignore_by_content(self, testcase): 311 if exp.match(testcase):
|
/external/valgrind/auxprogs/ |
nightly-build-summary | 33 # "failure_frequency" hash indexed by testcase name; value = int 168 my ($testcase) = (split(/\s+/, $line))[0]; 169 print "ADD failing testcase $testcase\n" if ($debug); 170 push @{$hash{"failures"}}, $testcase; 237 # Compute how often a testcase failed 373 printf("%3d testcase failures (across all runs)\n",
|
/test/vts/testcases/template/llvmfuzzer_test/ |
llvmfuzzer_test.py | 64 def PushFiles(self, testcase): 65 """adb pushes testcase file to target. 68 testcase: string, path to executable fuzzer. 71 testcase) 73 logging.info("Adb pushed: %s", testcase) 158 """Runs the given testcase and asserts the result. 225 """Asserts that testcase finished as expected.
|
/prebuilts/go/darwin-x86/doc/progs/ |
run.go | 116 type testcase struct { type 121 var tests = []testcase{ 177 var new []testcase
|
/prebuilts/go/linux-x86/doc/progs/ |
run.go | 116 type testcase struct { type 121 var tests = []testcase{ 177 var new []testcase
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_socketserver.py | 53 def simple_subprocess(testcase):
60 testcase.assertEqual(pid2, pid)
61 testcase.assertEqual(72 << 8, status)
65 class SocketServerTest(unittest.TestCase):
|