HomeSort by relevance Sort by last modified time
    Searched refs:expectedKey (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/content/test/data/indexeddb/
cursor_prefetch.js 94 expectedKey = 0;
103 if (cursor.key !== expectedKey)
104 shouldBe("cursor.key", "expectedKey");
105 if (cursor.value !== expectedKey)
106 shouldBe("cursor.value", "expectedKey");
112 expectedKey = jumpTable[i].to;
113 debug("Jumping from "+ cursor.key + " to " + expectedKey);
114 cursor.continue(expectedKey);
119 ++expectedKey;
146 expectedKey = kNumberOfItems - count - 1
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/backup/
BackupDataTest.java 269 private void readAndVerifyEntity(BackupDataInput bdi, String expectedKey, byte[] expectedData)
272 expectedKey, bdi.getKey());
284 private void readAndVerifyDeletedEntity(BackupDataInput bdi, String expectedKey)
287 expectedKey, bdi.getKey());
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
LayoutTestsBase.java 31 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey;
32 import com.android.inputmethod.keyboard.layout.expected.ExpectedKey.ExpectedAdditionalMoreKey;
68 // Helper method to create an {@link ExpectedKey} object that has the label.
69 static ExpectedKey key(final String label, final ExpectedKey ... moreKeys) {
73 // Helper method to create an {@link ExpectedKey} object that has the label and the output text.
74 static ExpectedKey key(final String label, final String outputText,
75 final ExpectedKey ... moreKeys) {
79 // Helper method to create an {@link ExpectedKey} object that has new "more keys".
80 static ExpectedKey key(final ExpectedKey key, final ExpectedKey ... moreKeys)
    [all...]
  /frameworks/base/keystore/tests/src/android/security/
AndroidKeyStoreTest.java     [all...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
AndroidKeyStoreTest.java     [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
JavaApiConverterTest.java 500 int headerIndex, String expectedKey, String expectedValue) {
501 assertEquals(expectedKey, httpUrlConnection.getHeaderFieldKey(headerIndex));
505 private void assertHeadersContainsMapping(Map<String, List<String>> headers, String expectedKey,
507 assertTrue(headers.containsKey(expectedKey));
508 assertEquals(newSet(expectedValues), newSet(headers.get(expectedKey)));
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
IDBBindingUtilities.cpp 444 IDBKey* expectedKey = createIDBKeyFromScriptValueAndKeyPathInternal(isolate, scriptValue, keyPath, allowExperimentalTypes);
445 ASSERT(!expectedKey || expectedKey->isEqual(key));
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 

Completed in 366 milliseconds