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

1 2 3 4 5 6 78 91011>>

  /test/vts/tools/build/tasks/
vts_package.mk 92 $(call find-files-in-subdirs,test/vts-testcase/hal-trace,"*.vts.trace" -and -type f,.) \
96 test/vts-testcase/hal-trace/$(f):$(VTS_TESTCASES_OUT)/hal-hidl-trace/test/vts-testcase/hal-trace/$(f))
132 $(call find-files-in-subdirs,test/vts-testcase,"*.py" -and -type f,.) \
133 $(call find-files-in-subdirs,test/vts-testcase,"*.runner_conf" -and -type f,.) \
134 $(call find-files-in-subdirs,test/vts-testcase,"*.push" -and -type f,.) \
135 $(call find-files-in-subdirs,test/vts-testcase,"*.dump" -and -type f,.)
139 test/vts-testcase/$(f):$(VTS_TESTCASES_OUT)/vts/testcases/$(f))
181 $(call find-files-in-subdirs,test/vts-testcase/performance/res/,"*.*" -and -type f,.) \
185 test/vts-testcase/performance/res/$(f):$(VTS_TESTCASES_OUT)/DATA/performance/res/$(f)
    [all...]
  /external/icu/icu4c/source/test/intltest/
astrotst.cpp 441 static const double testcase[][10] = {{2012, 5, 20 , 16 , 48, 59}, local
456 for (int32_t i = 0; i < UPRV_LENGTHOF(testcase); i++) {
458 logln((UnicodeString)"CASE["+i+"]: Year "+(int32_t)testcase[i][0]+" Month "+(int32_t)testcase[i][1]+" Day "+
459 (int32_t)testcase[i][2]+" Hour "+(int32_t)testcase[i][3]+" Minutes "+(int32_t)testcase[i][4]+
460 " Seconds "+(int32_t)testcase[i][5]);
461 gc->set((int32_t)testcase[i][0], (int32_t)testcase[i][1]-1, (int32_t)testcase[i][2], (int32_t)testcase[i][3], (int32_t)testcase[i][4], (int32_t)testc (…)
    [all...]
  /prebuilts/go/darwin-x86/src/log/
log_test.go 75 for _, testcase := range tests {
76 testPrint(t, testcase.flag, testcase.prefix, testcase.pattern, false)
77 testPrint(t, testcase.flag, testcase.prefix, testcase.pattern, true)
  /prebuilts/go/linux-x86/src/log/
log_test.go 75 for _, testcase := range tests {
76 testPrint(t, testcase.flag, testcase.prefix, testcase.pattern, false)
77 testPrint(t, testcase.flag, testcase.prefix, testcase.pattern, true)
  /external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
TestConversion.java 53 int caseNr; // testcase index
114 DataMap testcase = (DataMap) iter.next(); local
117 TestToUnicode(testcase, testToUnicode);
121 TestFromUnicode(testcase, testFromUnicode);
124 TestGetUnicodeSet(testcase);
136 private void TestFromUnicode(DataMap testcase, int caseNr) {
143 cc.charset = ((ICUResourceBundle) testcase.getObject("charset")).getString();
144 cc.unicode = ((ICUResourceBundle) testcase.getObject("unicode")).getString();
145 cc.bytes = ((ICUResourceBundle) testcase.getObject("bytes")).getBinary();
146 cc.offsets = ((ICUResourceBundle) testcase.getObject("offsets")).getIntVector()
    [all...]
  /external/v8/tools/foozzie/
v8_foozzie.py 125 parser.add_argument('testcase', help='path to test case')
129 assert (os.path.exists(options.testcase) and
130 os.path.isfile(options.testcase)), (
131 'Test case %s doesn\'t exist' % options.testcase)
215 with open(options.testcase) as f:
231 args = [d8] + config_flags + preamble + [options.testcase]
238 cwd=os.path.dirname(options.testcase),
  /external/linux-kselftest/tools/testing/selftests/x86/
5lvl.c 10 struct testcase { struct
19 static struct testcase testcases[] = {
158 struct testcase *t = testcases + i;
  /external/libunwind/tests/
test-coredump-unwind.c 275 int testcase = 0; local
307 if (*argv && !strcmp(*argv, "-testcase"))
309 testcase = 1;
337 if (!testcase)
343 if (testcase && test_cur < TEST_FRAMES)
367 if (testcase &&
379 if (testcase &&
run-coredump-unwind 52 # magic option -testcase enables checking for the specific contents of the stack
53 ./test-coredump-unwind $COREFILE -testcase `cat $TEMPDIR/backing_files`
  /external/skia/tests/
UtilsTest.cpp 248 for (const char* testcase : goodTestcases) {
249 REPORTER_ASSERT(r, valid_utf8(testcase, strlen(testcase)));
278 for (const char* testcase : badTestcases) {
279 REPORTER_ASSERT(r, !valid_utf8(testcase, strlen(testcase)));
  /external/skqp/tests/
UtilsTest.cpp 248 for (const char* testcase : goodTestcases) {
249 REPORTER_ASSERT(r, valid_utf8(testcase, strlen(testcase)));
278 for (const char* testcase : badTestcases) {
279 REPORTER_ASSERT(r, !valid_utf8(testcase, strlen(testcase)));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
ResponderTestActivity.java 32 import com.android.cts.verifier.p2p.testcase.TestCase;
33 import com.android.cts.verifier.p2p.testcase.TestCase.TestCaseListener;
48 private TestCase mTestCase;
75 abstract protected TestCase getTestCase(Context context);
  /cts/tests/tests/opengl/src/android/opengl/cts/
OpenGLES20NativeActivityOne.java 91 public OpenGLES20View(Context context, int category, int testCase, CountDownLatch latch) {
94 mRenderer = new GL2Renderer(category, testCase, latch);
117 public GL2Renderer(int category, int testcase, CountDownLatch latch) {
119 this.mTestCase = testcase;
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
QCameraHAL3Base.h 132 int testcase; member in struct:qcamera::__anon48873
173 void hal3appCheckStream(int testcase, int camid);
QCameraHAL3RawSnapshotTest.cpp 48 int testcase, int camid, int w, int h)
51 LOGD("\n Raw buffer thread created for testcase : %d", testcase);
78 LOGD(" configureSnapshotStream testcase dim :%d X %d", w, h);
205 hal3_camera_lib_test *my_hal3test_obj, int camid, int testcase)
208 LOGD("camid :%d and testcase : %d handle is NULL", camid, testcase);
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/
disasm_test.go 27 type testcase struct {
44 testcases := []testcase{
105 type testcase struct {
110 testcases := []testcase{
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/
disasm_test.go 27 type testcase struct {
44 testcases := []testcase{
105 type testcase struct {
110 testcases := []testcase{
  /external/curl/tests/server/
tftpd.c 105 struct testcase { struct
271 static void read_ahead(struct testcase *test, int convert);
273 static ssize_t write_behind(struct testcase *test, int convert);
277 static int do_tftp(struct testcase *test, struct tftphdr *tp, ssize_t size);
279 static int validate_access(struct testcase *test, const char *fname, int mode);
281 static void sendtftp(struct testcase *test, struct formats *pf);
283 static void recvtftp(struct testcase *test, struct formats *pf);
458 static int readit(struct testcase *test, struct tftphdr **dpp,
478 static void read_ahead(struct testcase *test,
538 static int writeit(struct testcase *test, struct tftphdr * volatile *dpp
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
ActionListenerTest.java 17 package com.android.cts.verifier.p2p.testcase;
GoNegRespTestCase.java 16 package com.android.cts.verifier.p2p.testcase;
30 public class GoNegRespTestCase extends TestCase {
ServReqTestSuite.java 17 package com.android.cts.verifier.p2p.testcase;
  /external/autotest/server/cros/
cfm_jmidata_log_collector.py 10 def GetDataFromLogs(testcase, data_type, log_lines):
13 @param testcase: Testcase instance.
  /external/ltp/testcases/kernel/mem/include/
mem.h 40 void oom(int testcase, int lite, int retcode, int allow_sigkill);
  /external/ltp/testscripts/
ltpfsnolvm.sh 38 you must configure Device Mapper and install LVM2 from www.systina.com for the testcase to run correctly.
  /external/python/cpython2/Lib/ctypes/test/
__init__.py 82 if type(o) is type(unittest.TestCase) and issubclass(o, unittest.TestCase):
90 def test_with_refcounts(runner, verbosity, testcase):
91 """Run testcase several times, tracking reference counts."""
106 test = unittest.makeSuite(testcase)
119 print "%s leaks:\n\t" % testcase, refcounts
121 print "%s: ok." % testcase

Completed in 595 milliseconds

1 2 3 4 5 6 78 91011>>