HomeSort by relevance Sort by last modified time
    Searched refs:testData (Results 26 - 50 of 112) sorted by null

12 3 4 5

  /cts/tests/tests/permission/src/android/permission/cts/
NoSystemFunctionPermissionTest.java 155 byte[] testData = new byte[10];
157 smsManager.sendDataMessage("1233", "1233", (short) 0, testData, null, null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeRenameParticipantTest.java 137 @NonNull Object[] testData,
142 IProject project = createProject(testData);
AndroidTypeMoveParticipantTest.java 101 @NonNull Object[] testData,
106 IProject project = createProject(testData);
  /developers/build/prebuilts/gradle/CardEmulation/Application/tests/src/com/example/android/cardemulation/tests/
SampleTests.java 76 final byte[] testData = {(byte) 0xc0, (byte) 0xff, (byte) 0xee};
78 for (int i = 0; i < testData.length; i++) {
79 assertEquals(testData[i], output[i]);
  /developers/samples/android/connectivity/nfc/CardEmulation/Application/tests/src/com/example/android/cardemulation/tests/
SampleTests.java 76 final byte[] testData = {(byte) 0xc0, (byte) 0xff, (byte) 0xee};
78 for (int i = 0; i < testData.length; i++) {
79 assertEquals(testData[i], output[i]);
  /external/chromium_org/tools/sheriffing/
failureinfo.js 30 function findIntersections(testData) {
31 var keys = Object.keys(testData);
34 var range = testData[botName];
38 range = testData[botName];
76 * Build the HTML table row for a test failure. |test| is [ name, testData ].
77 * |testData| contains ranges suitable for input to |findIntersections|.
  /external/chromium_org/third_party/icu/source/test/intltest/
itrbnf.cpp 404 static const char* const testData[][2] = {
430 doTest(&formatter, testData, FALSE); // exact values aren't parsable from fractions
    [all...]
regiontst.cpp 396 typedef struct TestData {
400 } TestData;
402 static TestData testData[] = {
428 for (int32_t i = 0 ; i < LENGTHOF(testData) ; i++ ) {
429 TestData data = testData[i];
451 typedef struct TestData {
455 } TestData;
457 static TestData testData[] =
    [all...]
convtest.cpp 96 TestData *testData;
104 testData=dataModule->createTestData("toUnicode", errorCode);
106 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
189 delete testData;
208 TestData *testData;
217 testData=dataModule->createTestData("fromUnicode", errorCode);
219 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
342 delete testData;
    [all...]
  /external/icu/icu4c/source/test/intltest/
itrbnf.cpp 404 static const char* const testData[][2] = {
430 doTest(&formatter, testData, FALSE); // exact values aren't parsable from fractions
    [all...]
regiontst.cpp 396 typedef struct TestData {
400 } TestData;
402 static TestData testData[] = {
428 for (int32_t i = 0 ; i < LENGTHOF(testData) ; i++ ) {
429 TestData data = testData[i];
451 typedef struct TestData {
455 } TestData;
457 static TestData testData[] =
    [all...]
convtest.cpp 96 TestData *testData;
104 testData=dataModule->createTestData("toUnicode", errorCode);
106 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
198 delete testData;
217 TestData *testData;
226 testData=dataModule->createTestData("fromUnicode", errorCode);
228 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
360 delete testData;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidPackageRenameParticipantTest.java 203 @NonNull Object[] testData,
209 IProject project = createProject(testData);
RenameResourceParticipantTest.java 338 @NonNull Object[] testData,
343 renameResource(testData, resource, updateReferences, newName, expected, null);
347 @NonNull Object[] testData,
353 IProject project = createProject(testData);
RefactoringTestBase.java 99 protected IProject createProject(Object[] testData) throws Exception {
106 createTestDataDir(projectDir, testData);
109 for (int i = 0; i < testData.length; i+= 2) {
110 assertTrue(testData[i].toString(), testData[i] instanceof String);
111 String relative = (String) testData[i];
  /external/chromium_org/v8/test/intl/string/
normalization.js 81 var testData = [
134 for (var i = 0; i < testData.length; ++i) {
137 var str = testData[i][column];
138 assertEquals(str.normalize(), testData[i][kNFC]); // defaults to NFC
139 assertEquals(str.normalize('NFC'), testData[i][kNFC]);
140 assertEquals(str.normalize('NFD'), testData[i][kNFD]);
141 assertEquals(str.normalize('NFKC'), testData[i][kNFKC]);
142 assertEquals(str.normalize('NFKD'), testData[i][kNFKD]);
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
FillTest.java 77 ScriptField_FillTestData_s testData = new ScriptField_FillTestData_s(mRS, 1);
78 testData.set(dataItem, 0, true);
79 mTests[index].testData = testData.getAllocation();
MeshTest.java 78 ScriptField_MeshTestData_s testData = new ScriptField_MeshTestData_s(mRS, 1);
79 testData.set(dataItem, 0, true);
80 mTests[index].testData = testData.getAllocation();
TorusTest.java 109 ScriptField_TorusTestData_s testData = new ScriptField_TorusTestData_s(mRS, 1);
110 testData.set(dataItem, 0, true);
111 mTests[index].testData = testData.getAllocation();
  /hardware/libhardware/tests/keymaster/
keymaster_test.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageDecoderTest.cpp 366 RefPtr<SharedBuffer> testData = readFile("/Source/web/tests/data/radient-bad-terminator.gif");
368 ASSERT_TRUE(testData.get());
377 testDecoder->setData(testData.get(), true);
464 RefPtr<SharedBuffer> testData = readFile("/Source/platform/image-decoders/testing/bad-initial-code.gif");
465 ASSERT_TRUE(testData.get());
468 testDecoder->setData(testData.get(), true);
477 RefPtr<SharedBuffer> testData = readFile("/Source/platform/image-decoders/testing/bad-code.gif");
478 ASSERT_TRUE(testData.get());
481 testDecoder->setData(testData.get(), true);
  /external/chromium_org/third_party/WebKit/Source/platform/text/
BidiResolverTest.cpp 66 struct TestData {
73 void testDirectionality(const TestData& entry)
85 const TestData testData[] = {
107 for (size_t i = 0; i < WTF_ARRAY_LENGTH(testData); ++i)
108 testDirectionality(testData[i]);
265 // src/third_party/icu/source/test/testdata/BidiTest.txt
  /external/chromium_org/third_party/icu/source/test/iotest/
iotest.cpp 136 tdrelativepath = "test" U_FILE_SEP_STRING "testdata" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING;
139 tdrelativepath = ".." U_FILE_SEP_STRING "test" U_FILE_SEP_STRING "testdata" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING;
147 * directory to ..\source\data\..\test\testdata\out\testdata
151 strcat(tdpath,"testdata");
157 log_data_err("Could not load testtypes.res in testdata bundle with path %s - %s\n", tdpath, u_errorName(err));
199 TestData *testData;
225 testData=dataModule->createTestData("printf", errorCode);
227 for(i=0; testData->nextCase(testCase, errorCode); ++i)
    [all...]
  /external/icu/icu4c/source/test/iotest/
iotest.cpp 136 tdrelativepath = "test" U_FILE_SEP_STRING "testdata" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING;
139 tdrelativepath = ".." U_FILE_SEP_STRING "test" U_FILE_SEP_STRING "testdata" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING;
147 * directory to ..\source\data\..\test\testdata\out\testdata
151 strcat(tdpath,"testdata");
157 log_data_err("Could not load testtypes.res in testdata bundle with path %s - %s\n", tdpath, u_errorName(err));
199 TestData *testData;
225 testData=dataModule->createTestData("printf", errorCode);
227 for(i=0; testData->nextCase(testCase, errorCode); ++i)
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
udatpg_test.c 396 const DTPtnGenOptionsData testData[] = {
412 int count = sizeof(testData) / sizeof(testData[0]);
413 const DTPtnGenOptionsData * testDataPtr = testData;

Completed in 1699 milliseconds

12 3 4 5