Home
last modified time | relevance | path

Searched refs:load (Results 1 – 25 of 29) sorted by relevance

12

/cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
Drun.js29 load('base.js');
30 load('richards.js');
31 load('deltablue.js');
32 load('crypto.js');
33 load('raytrace.js');
34 load('earley-boyer.js');
35 load('regexp.js');
36 load('splay.js');
37 load('navier-stokes.js');
38 load('pdfjs.js');
[all …]
/cts/tests/tests/provider/src/android/provider/cts/
DContactsContract_DataTest.java67 TestContact lookupContact = mBuilder.newContact().setUri(lookupUri).load(); in testGetLookupUriBySourceId()
69 lookupContact.getId(), data.load().getRawContact().load().getContactId()); in testGetLookupUriBySourceId()
84 TestContact lookupContact = mBuilder.newContact().setUri(lookupUri).load(); in testGetLookupUriByDisplayName()
86 lookupContact.getId(), data.load().getRawContact().load().getContactId()); in testGetLookupUriByDisplayName()
DContactsContract_ContactsTest.java56 TestRawContact rawContact = mBuilder.newRawContact().insert().load(); in testMarkAsContacted()
57 TestContact contact = rawContact.getContact().load(); in testMarkAsContacted()
61 contact.load(); // Reload in testMarkAsContacted()
68 contact.load(); in testMarkAsContacted()
85 TestRawContact rawContact = mBuilder.newRawContact().insert().load();
86 TestContact contact = rawContact.getContact().load();
DContactsContract_PhotoTest.java61 TestRawContact rawContact = mBuilder.newRawContact().insert().load(); in testAddPhoto()
62 TestContact contact = rawContact.getContact().load(); in testAddPhoto()
72 photoData.load(); in testAddPhoto()
82 TestRawContact rawContact = mBuilder.newRawContact().insert().load(); in testAddEmptyPhoto()
83 TestContact contact = rawContact.getContact().load(); in testAddEmptyPhoto()
92 assertNotNull(photoData.load()); in testAddEmptyPhoto()
DContactsContract_RawContactsTest.java65 TestContact lookupContact = mBuilder.newContact().setUri(lookupUri).load(); in testGetLookupUriBySourceId()
67 lookupContact.getId(), rawContact.load().getContactId()); in testGetLookupUriBySourceId()
82 TestContact lookupContact = mBuilder.newContact().setUri(lookupUri).load(); in testGetLookupUriByDisplayName()
84 lookupContact.getId(), rawContact.load().getContactId()); in testGetLookupUriByDisplayName()
DContactsContract_GroupMembershipTest.java57 groupMembership.load(); in testAddGroupMembershipWithGroupRowId()
76 groupMembership.load(); in testAddGroupMembershipWithGroupSourceId()
97 groupMembership.load(); in testAddGroupMembershipWithUnknownGroupSourceId()
DContactsContract_TestDataBuilder.java151 public T load() throws Exception { in load() method in ContactsContract_TestDataBuilder.Builder
301 public TestContact load() throws Exception { in load() method in ContactsContract_TestDataBuilder.NestedTestContact
/cts/tests/tests/media/src/android/media/cts/
DSoundPoolTest.java91 int sampleId1 = mSoundPool.load(mContext, getSoundA(), PRIORITY); in testLoad()
98 sampleId2 = mSoundPool.load(afd, PRIORITY); in testLoad()
106 sampleId3 = mSoundPool.load(fd, offset, length, PRIORITY); in testLoad()
113 sampleId4 = mSoundPool.load(path, PRIORITY); in testLoad()
239 int sample = mSoundPool.load(mContext, sampleId, prio); in loadSampleSync()
/cts/tests/tests/gesture/src/android/gesture/cts/
DGestureLibraryTest.java87 public boolean load() { in load() method in GestureLibraryTest.GestureLibraryStub
DGestureStoreTest.java151 loadStore.load(inStream); in testSaveLoadOutputStream()
/cts/tests/tests/security/src/android/security/cts/
DCertificateTest.java65 keyStore.load(null, null); in getDeviceCertificates()
/cts/tests/tests/text/src/android/text/method/cts/
DTimeKeyListenerTest.java110 KeyCharacterMap kcm = KeyCharacterMap.load(KeyCharacterMap.VIRTUAL_KEYBOARD); in testTimeKeyListener()
DDateTimeKeyListenerTest.java115 KeyCharacterMap kcm = KeyCharacterMap.load(KeyCharacterMap.VIRTUAL_KEYBOARD); in testDateTimeKeyListener()
DPasswordTransformationMethodTest.java117 KeyCharacterMap keymap = KeyCharacterMap.load(KeyCharacterMap.VIRTUAL_KEYBOARD); in testTextChangedCallBacks()
DTextKeyListenerTest.java218 int keyType = KeyCharacterMap.load(KeyCharacterMap.VIRTUAL_KEYBOARD).getKeyboardType(); in testPressKey()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DMatrix2fTest.java106 m1.load(m2); in testLoad()
DMatrix3fTest.java107 m1.load(m2); in testLoad()
DMatrix4fTest.java109 m1.load(m2); in testLoad()
/cts/tests/tests/view/src/android/view/inputmethod/cts/
DBaseInputConnectionTest.java224 KeyCharacterMap keymap = KeyCharacterMap.load(KeyCharacterMap.VIRTUAL_KEYBOARD); in testSendKeyEvent()
/cts/tests/tests/view/src/android/view/cts/
DKeyCharacterMapTest.java34 mKeyCharacterMap = KeyCharacterMap.load(KeyCharacterMap.VIRTUAL_KEYBOARD); in setUp()
256 mKeyCharacterMap = KeyCharacterMap.load(KeyCharacterMap.BUILT_IN_KEYBOARD); in testLoad()
/cts/tests/tests/widget/src/android/widget/cts/
DDialerFilterTest.java101 = KeyCharacterMap.load(KeyCharacterMap.VIRTUAL_KEYBOARD); in testOnKeyUpDown()
DAutoCompleteTextViewTest.java95 KeyCharacterMap keymap = KeyCharacterMap.load(KeyCharacterMap.VIRTUAL_KEYBOARD); in setUp()
/cts/tests/tests/app/src/android/app/cts/
DInstrumentationTest.java277 KeyCharacterMap kcm = KeyCharacterMap.load(KeyCharacterMap.VIRTUAL_KEYBOARD); in testSendStringSync()
/cts/libs/testserver/src/android/webkit/cts/
DCtsTestServer.java765 keyStore.load(inputStream, PASSWORD.toCharArray()); in getKeyManagers()
/cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/js/
Djquery.js3351 load: {
6836 _load = jQuery.fn.load,
6973 load: function( url, params, callback ) { method

12