HomeSort by relevance Sort by last modified time
    Searched full:expectedid (Results 1 - 16 of 16) sorted by null

  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
PropertyChangeRegistryTest.java 47 final int expectedId = 100;
52 assertEquals(expectedId, id);
59 propertyChangeRegistry.notifyChange(observableObj, expectedId);
BaseObservableTest.java 79 final int expectedId = 100;
81 mObservable.notifyPropertyChanged(expectedId);
83 assertEquals(expectedId, (int) mNotifications.get(0));
  /cts/tests/tests/widget/src/android/widget/cts/
AdapterViewTest.java 368 int expectedId = 1;
369 mAdapterView.setSelection(expectedId);
370 assertEquals(expectedId, mAdapterView.getSelectedItemId());
371 assertEquals(expectedId, mAdapterView.getSelectedItemPosition());
372 assertEquals(FRUIT[expectedId], mAdapterView.getSelectedItem());
375 expectedId = -1;
376 mAdapterView.setSelection(expectedId);
381 expectedId = mAdapterView.getCount();
382 mAdapterView.setSelection(expectedId);
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
BaseKeyboardShortcutsTestCase.java 50 private void testKeyboardShortcut(final int keyCode, final int meta, final int expectedId) {
64 assertEquals("Correct options item selected", selectedItem.getItemId(), expectedId);
  /frameworks/base/tools/aapt2/flatten/
TableFlattener_test.cpp 70 const ResourceId expectedId,
81 if (table->getResource(expectedId.id, &val, false, 0, &specFlags, &config) < 0) {
107 if (!table->getResourceName(expectedId.id, false, &actualName)) {
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
InputMethodInfoTest.java 133 String expectedId = component.flattenToShortString();
134 assertEquals(expectedId, info.getId());
  /external/skia/src/core/
SkImageCacherator.cpp 77 static bool check_output_bitmap(const SkBitmap& bitmap, uint32_t expectedID) {
78 SkASSERT(bitmap.getGenerationID() == expectedID);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
RegionTest.java 396 String expectedID = data[1];
399 if ( !expectedID.equals(r.toString())) {
400 errln("Unexpected region ID for Region.getInstance(\"" + inputID + "\"); Expected: " + expectedID + " Got: " + r.toString());
426 String expectedID = data[1];
429 if ( !expectedID.equals(r.toString())) {
430 errln("Unexpected region ID for Region.getInstance(" + inputID + "); Expected: " + expectedID + " Got: " + r.toString());
  /external/icu/icu4c/source/test/intltest/
regiontst.cpp 396 const char *expectedID;
439 if ( uprv_strcmp(id,data.expectedID)) {
440 dataerrln("Unexpected region ID for Region::getInstance(\"%s\"); Expected: %s Got: %s",data.inputID,data.expectedID,id);
451 const char *expectedID;
483 if ( uprv_strcmp(data.expectedID,id)) {
484 dataerrln("Unexpected region ID for Region.getInstance(%d)); Expected: %s Got: %s",data.inputID,data.expectedID,id);
    [all...]
tztest.cpp     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
RegionTest.java 392 String expectedID = data[1];
395 if ( !expectedID.equals(r.toString())) {
396 errln("Unexpected region ID for Region.getInstance(\"" + inputID + "\"); Expected: " + expectedID + " Got: " + r.toString());
422 String expectedID = data[1];
425 if ( !expectedID.equals(r.toString())) {
426 errln("Unexpected region ID for Region.getInstance(" + inputID + "); Expected: " + expectedID + " Got: " + r.toString());
  /external/v8/test/cctest/
test-profile-generator.cc 406 static void CheckNodeIds(ProfileNode* node, unsigned* expectedId) {
407 CHECK_EQ((*expectedId)++, node->id());
409 CheckNodeIds(node->children()->at(i), expectedId);
  /external/webrtc/webrtc/p2p/base/
stun_unittest.cc 33 const unsigned char* expectedID, size_t length) {
37 ASSERT_EQ(0, memcmp(msg.transaction_id().c_str(), expectedID, length));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.security_1.0.200.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar 

Completed in 275 milliseconds