Searched defs:nameSize (Results 1 - 13 of 13) sorted by relevance

/external/stlport/test/unit/
H A Dincludes_test.cpp68 const unsigned nameSize = sizeof(names)/sizeof(names[0]); local
69 vector <char const*> v1(nameSize);
H A Dpartial_test.cpp101 const unsigned nameSize = sizeof(names) / sizeof(names[0]); local
102 vector <char const*> v1(nameSize);
106 partial_sort(v1.begin(), v1.begin() + nameSize / 2, v1.end(), str_compare);
157 const unsigned nameSize = sizeof(names) / sizeof(names[0]); local
158 vector <char const*> v1(nameSize);
/external/chromium_org/third_party/angle/samples/translator/
H A Dtranslator.cpp286 size_t nameSize = 0; local
289 ShGetInfo(compiler, SH_ACTIVE_ATTRIBUTE_MAX_LENGTH, &nameSize);
292 ShGetInfo(compiler, SH_ACTIVE_UNIFORM_MAX_LENGTH, &nameSize);
296 if (nameSize <= 1) return;
297 char* name = new char[nameSize];
/external/lzma/CPP/Windows/
H A DRegistry.cpp311 UInt32 nameSize = kBufferSize; local
313 (DWORD *)&nameSize, NULL, NULL, NULL, &lastWriteTime);
/external/qemu/android/filesystems/
H A Dramdisk_extractor.cpp243 uint32_t nameSize; local
245 if (!parse_hex8(header.c_namesize, &nameSize) ||
251 D("---- %d nameSize=%d entrySize=%d\n", __LINE__, nameSize, entrySize);
257 ((sizeof header + nameSize + 3) & ~3) - sizeof header;
267 if ((entrySize == 0 || nameSize != fileNameLen + 1U) &&
268 nameSize != kTrailerSize + 1U) {
273 nameSize -= 1U;
275 entryName.resize(nameSize);
276 if (!input.doRead(&entryName[0], nameSize)) {
[all...]
/external/deqp/executor/
H A DxeTcpIpLink.cpp55 int nameSize = (int)strlen(name) + 1; local
59 int totalSize = xs::MESSAGE_HEADER_SIZE + nameSize + paramsSize + workDirSize + caseListSize;
62 dst.write(nameSize, (const deUint8*)name);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c1348 int32_t nameSize; local
1369 nameSize = uloc_getDisplayName(locName, NULL, name, 256, &status);
1370 for(j = 0; j<nameSize; j++) {
1373 cName[nameSize] = 0;
1763 int32_t nameSize = uloc_getDisplayName(locName, NULL, name, sizeof(cName), &status); local
1765 for(j = 0; j<nameSize; j++) {
1768 cName[nameSize] = 0;
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp4314 unsigned nameSize = Name.size(); local
4318 nameSize = 1;
4319 ReplaceText(DeclLoc, endBuf-startBuf+nameSize, ByrefType);
H A DRewriteModernObjC.cpp5268 unsigned nameSize = Name.size(); local
5272 nameSize = 1;
5273 ReplaceText(DeclLoc, endBuf-startBuf+nameSize, ByrefType);
/external/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c658 int32_t nameSize = uloc_getDisplayName(locName, NULL, name, sizeof(cName), &status); local
660 for(j = 0; j<nameSize; j++) {
663 cName[nameSize] = 0;
/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 ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 656 milliseconds