HomeSort by relevance Sort by last modified time
    Searched defs:nameCount (Results 1 - 4 of 4) sorted by null

  /external/stlport/test/unit/
adj_test.cpp 72 const int nameCount = sizeof(names)/sizeof(names[0]);
73 CStrVector v(nameCount);
74 for(int i = 0; i < nameCount; i++)
  /ndk/tests/device/test-gnustl-full/unit/
adj_test.cpp 72 const int nameCount = sizeof(names)/sizeof(names[0]);
73 CStrVector v(nameCount);
74 for(int i = 0; i < nameCount; i++)
  /ndk/tests/device/test-stlport/unit/
adj_test.cpp 72 const int nameCount = sizeof(names)/sizeof(names[0]);
73 CStrVector v(nameCount);
74 for(int i = 0; i < nameCount; i++)
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityModifierTests.java 716 final int nameCount = state.getMimeEntriesCount(StructuredName.CONTENT_ITEM_TYPE, true);
717 assertEquals("Unexpected names", 1, nameCount);
    [all...]

Completed in 165 milliseconds