Searched defs:nameCount (Results 1 - 11 of 11) sorted by relevance

/external/stlport/test/unit/
H A Dadj_test.cpp72 const int nameCount = sizeof(names)/sizeof(names[0]); local
73 CStrVector v(nameCount);
74 for(int i = 0; i < nameCount; i++)
/external/chromium_org/third_party/skia/tests/
H A DFontNamesTest.cpp87 size_t nameCount; member in struct:FontNamesTest
117 while (nameIndex < test[i].nameCount && iter.next(record)) {
133 REPORTER_ASSERT_MESSAGE(reporter, nameIndex == test[i].nameCount,
/external/skia/tests/
H A DFontNamesTest.cpp87 size_t nameCount; member in struct:FontNamesTest
117 while (nameIndex < test[i].nameCount && iter.next(record)) {
133 REPORTER_ASSERT_MESSAGE(reporter, nameIndex == test[i].nameCount,
/external/icu/icu4c/source/test/intltest/
H A Dlrucachetest.cpp91 int32_t count, int32_t nameCount, int32_t formatCount);
259 void LRUCacheTest::verifyReferences(const CopyOnWriteForTesting* ptr, int32_t count, int32_t nameCount, int32_t formatCount) { argument
265 if (nameCount != actual) {
266 errln("name reference count wrong: Expected %d, got %d", nameCount, actual);
H A Dalphaindextst.cpp433 int32_t nameCount; local
434 for (nameCount=0; pinyinTestData[nameCount] != NULL; nameCount++) {
435 names[nameCount] = UnicodeString(pinyinTestData[nameCount], -1, UnicodeString::kInvariant).unescape();
436 aindex.addRecord(names[nameCount], &names[nameCount], status);
442 TEST_ASSERT(nameCount == aindex.getRecordCount(status));
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A Dnpruntime.cpp188 void _NPN_GetStringIdentifiers(const NPUTF8** names, int32_t nameCount, NPIdentifier* identifiers) argument
194 for (int i = 0; i < nameCount; i++)
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dalphaindextst.cpp431 int32_t nameCount; local
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/chromium_org/third_party/WebKit/Source/web/
H A DWebBindings.cpp96 void WebBindings::getStringIdentifiers(const NPUTF8** names, int32_t nameCount, NPIdentifier* identifiers) argument
98 _NPN_GetStringIdentifiers(names, nameCount, identifiers);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 4827 milliseconds