HomeSort by relevance Sort by last modified time
    Searched full:namecount (Results 1 - 17 of 17) 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/Source/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 224 void NPN_GetStringIdentifiers(const NPUTF8 **names, int32_t nameCount,
  /external/webkit/Source/WebKit/mac/WebView/
WebPDFDocumentExtras.mm 44 size_t nameCount = CGPDFArrayGetCount(names) / 2;
45 for (size_t i = 0; i < nameCount; ++i) {
  /external/webkit/Source/WebCore/bindings/v8/
npruntime_impl.h 48 void _NPN_GetStringIdentifiers(const NPUTF8** names, int32_t nameCount, NPIdentifier*);
npruntime.cpp 185 void _NPN_GetStringIdentifiers(const NPUTF8** names, int32_t nameCount, NPIdentifier* identifiers)
191 for (int i = 0; i < nameCount; i++)
  /external/icu4c/test/intltest/
alphaindextst.cpp 431 int32_t nameCount;
432 for (nameCount=0; pinyinTestData[nameCount] != NULL; nameCount++) {
433 names[nameCount] = UnicodeString(pinyinTestData[nameCount], -1, UnicodeString::kInvariant).unescape();
434 aindex.addRecord(names[nameCount], &names[nameCount], status);
440 TEST_ASSERT(nameCount == aindex.getRecordCount(status));
  /external/webkit/Source/WebKit/chromium/src/
WebBindings.cpp 101 void WebBindings::getStringIdentifiers(const NPUTF8** names, int32_t nameCount, NPIdentifier* identifiers)
103 _NPN_GetStringIdentifiers(names, nameCount, identifiers);
  /external/webkit/Source/WebKit/chromium/public/
WebBindings.h 77 WEBKIT_API static void getStringIdentifiers(const NPUTF8** names, int32_t nameCount, NPIdentifier*);
  /external/webkit/Source/WebCore/plugins/
npfunctions.h 81 typedef void (*NPN_GetStringIdentifiersProcPtr) (const NPUTF8 **names, int32_t nameCount, NPIdentifier *identifiers);
  /hardware/qcom/media/mm-core/omxcore/src/common/
qc_omx_core.c 660 unsigned i,j,namecount=0; local
690 namecount = *numComps;
692 if (namecount == 0)
714 if (*numComps == namecount)
  /hardware/qcom/media/mm-core/src/common/
qc_omx_core.c 643 unsigned i,j,namecount=0; local
673 namecount = *numComps;
675 if (namecount == 0)
697 if (*numComps == namecount)
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapeBrowserFuncs.cpp 589 static void NPN_GetStringIdentifiers(const NPUTF8 **names, int32_t nameCount, NPIdentifier *identifiers)
597 for (int32_t i = 0; i < nameCount; ++i)
  /packages/apps/Contacts/tests/src/com/android/contacts/
RawContactModifierTests.java     [all...]

Completed in 375 milliseconds