HomeSort by relevance Sort by last modified time
    Searched full:testdata (Results 1 - 25 of 218) sorted by null

1 2 3 4 5 6 7 8 9

  /dalvik/dx/tests/119-merge-conflict/testdata/
A.java 1 package testdata; package
B.java 1 package testdata; package
  /external/webkit/LayoutTests/storage/indexeddb/
objectstore-cursor-expected.txt 13 objectStore.add('', testData[nextToAdd])
14 objectStore.add('', testData[nextToAdd])
15 objectStore.add('', testData[nextToAdd])
16 objectStore.add('', testData[nextToAdd])
17 objectStore.add('', testData[nextToAdd])
18 objectStore.add('', testData[nextToAdd])
19 objectStore.add('', testData[nextToAdd])
24 PASS event.target.result.key is testData[1]
25 PASS event.target.result.key is testData[2]
26 PASS event.target.result.key is testData[3
    [all...]
index-cursor-expected.txt 14 objectStore.add({'x': testData[nextToAdd]}, nextToAdd)
15 objectStore.add({'x': testData[nextToAdd]}, nextToAdd)
16 objectStore.add({'x': testData[nextToAdd]}, nextToAdd)
17 objectStore.add({'x': testData[nextToAdd]}, nextToAdd)
18 objectStore.add({'x': testData[nextToAdd]}, nextToAdd)
19 objectStore.add({'x': testData[nextToAdd]}, nextToAdd)
20 objectStore.add({'x': testData[nextToAdd]}, nextToAdd)
21 objectStore.add({'x': testData[nextToAdd]}, nextToAdd)
27 PASS event.target.result.key is testData[2]
29 PASS event.target.result.key is testData[3
    [all...]
cursor-continue-expected.txt 14 objectStore.add({'x': testData[nextToAdd]}, nextToAdd)
15 objectStore.add({'x': testData[nextToAdd]}, nextToAdd)
16 objectStore.add({'x': testData[nextToAdd]}, nextToAdd)
17 objectStore.add({'x': testData[nextToAdd]}, nextToAdd)
18 objectStore.add({'x': testData[nextToAdd]}, nextToAdd)
19 objectStore.add({'x': testData[nextToAdd]}, nextToAdd)
20 objectStore.add({'x': testData[nextToAdd]}, nextToAdd)
21 objectStore.add({'x': testData[nextToAdd]}, nextToAdd)
22 objectStore.add({'x': testData[nextToAdd]}, nextToAdd)
23 objectStore.add({'x': testData[nextToAdd]}, nextToAdd
    [all...]
index-cursor.html 18 window.testData = [
62 result = evalAndLog("objectStore.add({'x': testData[nextToAdd]}, nextToAdd)");
63 result.onsuccess = ++window.nextToAdd < testData.length ? addData : scheduleTests;
71 for (var i = 0; i < testData.length; ++i) {
81 for (var j = 6; j < testData.length; ++j) {
135 while (upper > 0 && testData[upper] === testData[upper - 1])
138 while (upper < testData.length - 1 && testData[upper] === testData[upper + 1]
    [all...]
  /external/icu4c/test/intltest/
dadrcal.h 10 * source/test/testdata/calendar.txt
26 class TestData;
39 void processTest(TestData *testData);
41 void testConvert(TestData *testData, const DataMap *settings, UBool fwd);
42 void testOps(TestData *testData, const DataMap *settings);
dadrfmt.h 10 * source/test/testdata/calendar.txt
26 class TestData;
39 void processTest(TestData *testData);
41 void testConvertDate(TestData *testData, const DataMap *settings, UBool fmt);
42 // void testOps(TestData *testData, const DataMap *settings);
dadrcoll.h 10 * source/test/testdata/DataDrivenCollationTest.txt
28 class TestData;
45 void processTest(TestData *testData);
  /dalvik/dx/tests/115-merge/testdata/
Basic.java 1 package testdata; package
FillArrayData.java 1 package testdata; package
TryCatchFinally.java 1 package testdata; package
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/
build.properties 13 unittests/com/android/sdklib/testdata/,\
14 unittests/com/android/layoutlib/testdata/,\
15 unittests/com/android/ide/eclipse/testdata/,\
  /external/dbus/test/name-test/
test-privserver.c 27 TestServiceData *testdata = data; local
29 if (!test_connection_setup (testdata->loop, new_connection))
38 TestServiceData *testdata = user_data; local
47 &(testdata->private_addr), DBUS_TYPE_INVALID);
57 _dbus_loop_quit (testdata->loop);
70 TestServiceData *testdata; local
76 testdata = dbus_new (TestServiceData, 1);
77 testdata->loop = loop;
89 if (!dbus_connection_add_filter (session, filter_session_message, testdata, NULL))
99 testdata->private_addr = dbus_server_get_address (server)
    [all...]
  /external/webkit/Source/WebCore/manual-tests/resources/
Default-port-frame-contents.html 3 window.testData = "Sam is SOOOOOO hot!";
  /dalvik/dx/tests/115-merge/
run 26 dx --dex --output=testdata/Annotated.dex testdata/Annotated*
27 dx --dex --output=testdata/Basic.dex testdata/Basic*
28 dx --dex --output=testdata/FillArrayData.dex testdata/FillArrayData*
29 dx --dex --output=testdata/StaticValues.dex testdata/StaticValues*
30 dx --dex --output=testdata/TryCatchFinally.dex testdata/TryCatchFinally
    [all...]
  /external/icu4c/test/testdata/
testdata.mak 10 TESTPKG=testdata
14 ALL : "$(TESTDATAOUT)\testdata.dat"
27 !INCLUDE "$(TESTDATA)\tstfiles.mk"
31 "$(TESTDATAOUT)\testdata.dat" : $(TEST_RES_FILES) "$(TESTDATABLD)\casing.res" "$(TESTDATABLD)\conversion.res" "$(TESTDATABLD)\icuio.res" "$(TESTDATABLD)\mc.res" "$(TESTDATABLD)\structLocale.res" "$(TESTDATABLD)\root.res" "$(TESTDATABLD)\sh.res" "$(TESTDATABLD)\sh_YU.res" "$(TESTDATABLD)\te.res" "$(TESTDATABLD)\te_IN.res" "$(TESTDATABLD)\te_IN_REVISED.res" "$(TESTDATABLD)\testaliases.res" "$(TESTDATABLD)\testtypes.res" "$(TESTDATABLD)\testempty.res" "$(TESTDATABLD)\iscii.res" "$(TESTDATABLD)\idna_rules.res" "$(TESTDATABLD)\DataDrivenCollationTest.res" "$(TESTDATABLD)\test.icu" "$(TESTDATABLD)\testtable32.res" "$(TESTDATABLD)\test1.cnv" "$(TESTDATABLD)\test1bmp.cnv" "$(TESTDATABLD)\test3.cnv" "$(TESTDATABLD)\test4.cnv" "$(TESTDATABLD)\test4x.cnv" "$(TESTDATABLD)\test5.cnv" "$(TESTDATABLD)\ibm9027.cnv" "$(TESTDATABLD)\nfscsi.spp" "$(TESTDATABLD)\nfscss.spp" "$(TESTDATABLD)\nfscis.spp" "$(TESTDATABLD)\nfsmxs.spp" "$(TESTDATABLD)\nfsmxp.spp" "$(TESTDATABLD)\testnorm.nrm"
34 @copy "$(TESTDATA)\old_l_testtypes.res" "$(TESTDATABLD)"
35 @copy "$(TESTDATA)\old_e_testtypes.res" "$(TESTDATABLD)"
78 {$(TESTDATA)}.txt.res::
80 @"$(ICUTOOLS)\genrb\$(CFG)\genrb" -q -s"$(TESTDATA)" -d"$(TESTDATABLD)" $<
82 "$(TESTDATABLD)\iscii.res": "$(TESTDATA)\iscii.bin"
84 @"$(ICUTOOLS)\genrb\$(CFG)\genrb" -s"$(TESTDATA)" -eISCII,version=0 -d"$(TESTDATABLD)" iscii.bi
    [all...]
test4x.ucm 15 # test loading an extension table from the testdata package
  /dalvik/dx/tests/115-merge/com/android/dx/merge/
DexMergeTest.java 42 "/testdata/Basic.dex",
43 "/testdata/FillArrayData.dex");
45 Class<?> basic = loader.loadClass("testdata.Basic");
48 Class<?> fillArrayData = loader.loadClass("testdata.FillArrayData");
62 "/testdata/Basic.dex",
63 "/testdata/TryCatchFinally.dex");
65 Class<?> basic = loader.loadClass("testdata.Basic");
68 Class<?> tryCatchFinally = loader.loadClass("testdata.TryCatchFinally");
74 "/testdata/Basic.dex",
75 "/testdata/StaticValues.dex")
    [all...]
  /external/skia/tests/
FlateTest.cpp 38 SkMemoryStream testData(dataSize);
39 uint8_t* data = (uint8_t*)testData.getMemoryBase();
44 testStream->setMemory(testData.getMemoryBase(), dataSize, true);
53 REPORTER_ASSERT(reporter, testData.getLength() == inputSize);
54 REPORTER_ASSERT(reporter, memcmp(testData.getMemoryBase(),
56 testData.getLength()) == 0);
81 REPORTER_ASSERT(reporter, testData.getLength() == uncompressed.getOffset());
82 REPORTER_ASSERT(reporter, memcmp(testData.getMemoryBase(), data2.data(),
83 testData.getLength()) == 0);
  /dalvik/dx/tests/119-merge-conflict/
run 26 dx --dex --output=testdata/A.dex testdata/A.class
27 dx --dex --output=testdata/B.dex testdata/B.class
28 jar cfM resources.jar testdata/*.dex
  /external/chromium/chrome/browser/autocomplete/
autocomplete_result_unittest.cc 14 struct TestData {
29 static void PopulateAutocompleteMatch(const TestData& data,
33 static void PopulateAutocompleteMatches(const TestData* data,
39 const TestData* expected,
44 void RunCopyOldMatchesTest(const TestData* last, size_t last_size,
45 const TestData* current, size_t current_size,
46 const TestData* expected, size_t expected_size);
54 const TestData& data,
65 const TestData* data,
77 const TestData* expected
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
Sha1Test.java 27 class TestData {
31 public TestData(String i, String r) {
37 TestData[] mTestData = new TestData[]{
38 new TestData("abc", "a9993e364706816aba3e25717850c26c9cd0d89d"),
39 new TestData("abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq",
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
mesh_test.rs 81 TestData *testData = (TestData*)usrData;
82 gRenderSurfaceW = testData->renderSurfaceW;
83 gRenderSurfaceH = testData->renderSurfaceH;
84 gDt = testData->dt;
  /external/icu4c/tools/ctestfw/
testdata.cpp 9 #include "unicode/testdata.h"
12 TestData::TestData(const char* testName)
25 TestData::~TestData() {
37 const char * TestData::getName() const
45 : TestData(testName),
54 : TestData(ures_getKey(data)),

Completed in 696 milliseconds

1 2 3 4 5 6 7 8 9