HomeSort by relevance Sort by last modified time
    Searched refs:nameCount (Results 1 - 13 of 13) 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++)
  /external/webkit/WebCore/bridge/
npruntime.cpp 49 void _NPN_GetStringIdentifiers(const NPUTF8** names, int32_t nameCount, NPIdentifier* identifiers)
55 for (int i = 0; i < nameCount; i++)
npruntime_impl.h 39 extern void _NPN_GetStringIdentifiers(const NPUTF8** names, int32_t nameCount, NPIdentifier* identifiers);
npruntime.h 217 void NPN_GetStringIdentifiers(const NPUTF8 **names, int32_t nameCount, NPIdentifier *identifiers);
  /external/webkit/WebCore/bindings/v8/
npruntime_impl.h 48 void _NPN_GetStringIdentifiers(const NPUTF8** names, int32_t nameCount, NPIdentifier*);
npruntime.cpp 183 void _NPN_GetStringIdentifiers(const NPUTF8** names, int32_t nameCount, NPIdentifier* identifiers)
189 for (int i = 0; i < nameCount; i++)
  /external/webkit/WebKit/mac/WebView/
WebPDFDocumentExtras.mm 44 size_t nameCount = CGPDFArrayGetCount(names) / 2;
45 for (size_t i = 0; i < nameCount; ++i) {
  /external/webkit/WebKit/chromium/public/
WebBindings.h 73 WEBKIT_API static void getStringIdentifiers(const NPUTF8** names, int32_t nameCount, NPIdentifier*);
  /external/webkit/WebKit/chromium/src/
WebBindings.cpp 105 void WebBindings::getStringIdentifiers(const NPUTF8** names, int32_t nameCount, NPIdentifier* identifiers)
107 _NPN_GetStringIdentifiers(names, nameCount, identifiers);
  /external/webkit/WebCore/plugins/
npfunctions.h 81 typedef void (*NPN_GetStringIdentifiersProcPtr) (const NPUTF8 **names, int32_t nameCount, NPIdentifier *identifiers);
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityModifierTests.java 704 final int nameCount = state.getMimeEntriesCount(StructuredName.CONTENT_ITEM_TYPE, true);
705 assertEquals("Unexpected names", 1, nameCount);
    [all...]

Completed in 1066 milliseconds