/external/curl/tests/unit/ |
unit1307.c | 30 struct testcase { struct 36 static const struct testcase tests[] = { 225 int testnum = sizeof(tests) / sizeof(struct testcase);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
5-1.c | 36 struct testcase { struct 41 struct testcase testcases[] = { 61 static void print_error(struct testcase *t, int saved_errno)
|
/external/tensorflow/tensorflow/contrib/gan/python/estimator/python/ |
gan_estimator_test.py | 62 def mock_head(testcase, expected_generator_inputs, expected_real_data, 76 testcase.assertIsNone(features) 77 testcase.assertIsNone(labels) 78 testcase.assertIsInstance(gan_model, namedtuples.GANModel) 83 testcase.assertItemsEqual(expected_var_names, 89 testcase.assertEqual(expected_generator_inputs, gan_model.generator_inputs) 91 testcase.assertItemsEqual( 94 testcase.assertEqual(generator_scope_name, gan_model.generator_scope.name) 95 testcase.assertEqual(_or_none(expected_real_data), gan_model.real_data) 99 testcase.assertIsNone(gan_model.discriminator_scope [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
GoNegReqTestSuite.java | 17 package com.android.cts.verifier.p2p.testcase;
|
LocalServices.java | 16 package com.android.cts.verifier.p2p.testcase;
|
P2pClientTestSuite.java | 17 package com.android.cts.verifier.p2p.testcase;
|
ServReqAllTestCase01.java | 17 package com.android.cts.verifier.p2p.testcase;
|
ServReqAllTestCase02.java | 17 package com.android.cts.verifier.p2p.testcase;
|
ServReqAllTestCase03.java | 17 package com.android.cts.verifier.p2p.testcase;
|
ServReqDnsPtrTestCase.java | 16 package com.android.cts.verifier.p2p.testcase;
|
ServReqDnsTxtTestCase.java | 16 package com.android.cts.verifier.p2p.testcase;
|
ServReqUpnpAllTestCase.java | 16 package com.android.cts.verifier.p2p.testcase;
|
ServReqUpnpRootDeviceTestCase.java | 16 package com.android.cts.verifier.p2p.testcase;
|
ServReqTestCase.java | 16 package com.android.cts.verifier.p2p.testcase; 24 import com.android.cts.verifier.p2p.testcase.ListenerTest.ListenerArgument;
|
/prebuilts/go/darwin-x86/src/runtime/pprof/internal/profile/ |
proto_test.go | 10 type testcase struct { 15 for i, tc := range []testcase{
|
/prebuilts/go/linux-x86/src/runtime/pprof/internal/profile/ |
proto_test.go | 10 type testcase struct { 15 for i, tc := range []testcase{
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/ |
localcom-1.s | 2 ! at one time. This is reasonably close to the original testcase.
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/ |
tocopt4b.s | 6 # This testcase will fail with a warning "xt defined on removed toc entry" 10 # !can_optimize. The testcase only passes because toc analysis considers
|
/external/linux-kselftest/tools/testing/selftests/powerpc/stringloops/ |
memcmp.c | 42 static int testcase(void) function 103 return test_harness(testcase, "memcmp");
|
/external/ltp/testcases/kernel/syscalls/epoll_ctl/ |
epoll_ctl02.c | 56 static struct testcase { struct 102 struct testcase *tc = &tcases[n];
|
/external/v8/tools/testrunner/objects/ |
workpacket.py | 30 from . import testcase 87 tests = [ testcase.TestCase.UnpackTask(t) for t in packed["tests"] ]
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/ |
QCameraHAL3PreviewTest.cpp | 59 int testcase, int camid, int w, int h) 63 LOGD("\n buffer thread created for testcase %d %d and %d ",testcase, w, h); 82 int testcase, int camid, int w, int h) 84 LOGD("Requested Capture Sizes for testcase:%d are :%d X %d",testcase, w, h); 117 hal3_camera_lib_test *my_hal3test_obj, int camid, int testcase) 127 if (testcase == MENU_START_PREVIEW) {
|
QCameraHAL3VideoTest.cpp | 60 int testcase, int camid, int w, int h) 65 LOGD("\n buffer thread created for testcase %d %d and %d ",testcase, w, h); 86 int testcase, int camid, int w, int h) 88 LOGD("Requested Capture Sizes for testcase:%d are :%d X %d",testcase, w, h); 124 hal3_camera_lib_test *my_hal3test_obj, int camid, int testcase) 130 if (testcase == MENU_START_VIDEO) {
|
QCameraHAL3Base.cpp | 300 void CameraHAL3Base::hal3appCheckStream(int testcase, int camid) 302 if (testcase != MENU_START_PREVIEW) { 309 if (testcase != MENU_START_VIDEO){ 317 if (testcase != MENU_START_CAPTURE){ 324 if (testcase != MENU_START_RAW_CAPTURE) { 333 int CameraHAL3Base::hal3appCameraPreviewInit(int testcase, int camid, int w, int h) 342 if(testcase == MENU_TOGGLE_IR_MODE) { 346 if(testcase == MENU_TOGGLE_SVHDR_MODE) { 379 int CameraHAL3Base::hal3appCameraVideoInit(int testcase, int camid, int w, int h) 389 if(testcase == MENU_TOGGLE_BINNING_CORRECTION) [all...] |
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
GTestXmlResultParser.java | 49 private final static String TEST_CASE_TAG = "testcase"; 159 * @param testcase Raw log output of the form classname.testname, with an optional time (x ms) 161 private void processTestResult(Element testcase) { 162 String classname = testcase.getAttribute("classname"); 163 String testname = testcase.getAttribute("name"); 164 String runtime = testcase.getAttribute("time"); 174 if (testcase.getElementsByTagName("failure").getLength() != 0) { 175 String trace = ((Element)testcase.getElementsByTagName("failure").item(0))
|