/frameworks/base/core/jni/ |
android_backup_BackupHelperDispatcher.cpp | 37 int nameLength; // not including the NULL terminator, which is not written to the file 92 ALOGD(" nameLength=%d", flattenedHeader.nameLength); 95 if (flattenedHeader.dataSize < 0 || flattenedHeader.nameLength < 0 || 96 remainingHeader < flattenedHeader.nameLength) { 97 ALOGW("Malformed V1 header remainingHeader=%d dataSize=%d nameLength=%d", remainingHeader, 98 flattenedHeader.dataSize, flattenedHeader.nameLength); 102 buf = keyPrefix.lockBuffer(flattenedHeader.nameLength); 104 ALOGW("unable to allocate %d bytes", flattenedHeader.nameLength); 108 amt = read(fd, buf, flattenedHeader.nameLength); [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
zrule.cpp | 41 zrule_getName(ZRule* rule, UChar* name, int32_t nameLength) { 42 UnicodeString s(nameLength==-1, name, nameLength); 44 nameLength = s.length(); 45 memcpy(name, s.getBuffer(), nameLength); 69 izrule_open(const UChar* name, int32_t nameLength, int32_t rawOffset, int32_t dstSavings) { 70 UnicodeString s(nameLength==-1, name, nameLength); 90 izrule_getName(IZRule* rule, UChar* & name, int32_t & nameLength) { 91 // UnicodeString s(nameLength==-1, name, nameLength) [all...] |
zrule.h | 75 * @param nameLength, length of the returned name 79 zrule_getName(ZRule* rule, UChar* name, int32_t nameLength); 120 * @param nameLength The length of the time zone name. 127 izrule_open(const UChar* name, int32_t nameLength, int32_t rawOffset, int32_t dstSavings); 162 * @param nameLength, length of the returned name 166 izrule_getName(IZRule* rule, UChar* & name, int32_t & nameLength);
|
/external/icu/icu4c/source/i18n/ |
zrule.cpp | 41 zrule_getName(ZRule* rule, UChar* name, int32_t nameLength) { 42 UnicodeString s(nameLength==-1, name, nameLength); 44 nameLength = s.length(); 45 memcpy(name, s.getBuffer(), nameLength); 69 izrule_open(const UChar* name, int32_t nameLength, int32_t rawOffset, int32_t dstSavings) { 70 UnicodeString s(nameLength==-1, name, nameLength); 90 izrule_getName(IZRule* rule, UChar* & name, int32_t & nameLength) { 91 // UnicodeString s(nameLength==-1, name, nameLength) [all...] |
zrule.h | 70 * @param nameLength, length of the returned name 73 zrule_getName(ZRule* rule, UChar* name, int32_t nameLength); 111 * @param nameLength The length of the time zone name. 117 izrule_open(const UChar* name, int32_t nameLength, int32_t rawOffset, int32_t dstSavings); 149 * @param nameLength, length of the returned name 152 izrule_getName(IZRule* rule, UChar* & name, int32_t & nameLength);
|
/frameworks/wilhelm/tests/sandbox/ |
object.c | 95 SLint16 nameLength = -1; 96 result = (*engineEngine)->QuerySupportedExtension(engineEngine, i, NULL, &nameLength); 99 printf(" extension[%u] length = %u\n", i, nameLength); 102 assert(0 == nameLength); 105 nameLength = -1; 107 &nameLength); 114 nameLength = 0; 116 &nameLength); 123 nameLength = 1; 125 &nameLength); [all...] |
/frameworks/rs/driver/runtime/ |
rs_element.c | 37 rsElementGetSubElementName(rs_element e, uint32_t index, char *name, uint32_t nameLength) { 40 nameLength == 0 || name == 0) { 45 if (nameLength < numToCopy) { 46 numToCopy = nameLength;
|
/external/chromium_org/third_party/skia/src/utils/win/ |
SkDWrite.cpp | 108 UINT32 nameLength; 109 HRVM(names->GetStringLength(nameIndex, &nameLength), "Could not get name length."); 110 nameLength += 1; 112 SkSMallocWCHAR name(nameLength); 113 HRVM(names->GetString(nameIndex, name.get(), nameLength), "Could not get string.");
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
S_I_N_G_.py | 19 nameLength: 1s 32 self.nameLength = byteord(self.nameLength) 33 assert len(rest) == self.nameLength 62 d["nameLength"] = bytechr(len(self.baseGlyphName))
|
/external/skia/src/utils/win/ |
SkDWrite.cpp | 108 UINT32 nameLength; 109 HRVM(names->GetStringLength(nameIndex, &nameLength), "Could not get name length."); 110 nameLength += 1; 112 SkSMallocWCHAR name(nameLength); 113 HRVM(names->GetString(nameIndex, name.get(), nameLength), "Could not get string.");
|
/frameworks/rs/driver/ |
rsdShaderCache.h | 76 uint32_t nameLength; 82 nameLength = maxName; 83 if (nameLength > 0 ) { 84 name = new char[nameLength];
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
mountdev.h | 20 USHORT NameLength;
|
acpiioct.h | 126 ULONG NameLength; 132 ULONG NameLength; 171 ( (2* sizeof (ULONG)) + Child->NameLength )
|
/external/libpcap/ |
fad-win32.c | 225 ULONG NameLength; 232 * ERROR_INSUFFICIENT_BUFFER, NameLength will be set to 234 * problem, and NameLength should be set to 0. 236 * It shouldn't require NameLength to be set, but, 238 * NameLength is big enough before it checks for a 240 * the right thing if NameLength is uninitialized and 245 NameLength = 0; 246 if (!PacketGetAdapterNames(NULL, &NameLength)) 259 if (NameLength > 0) 260 AdaptersName = (char*) malloc(NameLength); [all...] |
/external/lzma/CPP/7zip/Archive/7z/ |
7zOut.h | 144 static UInt32 GetVolHeadersSize(UInt64 dataSize, int nameLength = 0, bool props = false);
145 static UInt64 GetVolPureSize(UInt64 volSize, int nameLength = 0, bool props = false);
|
/external/chromium_org/third_party/webrtc/modules/video_capture/android/ |
video_capture_android.cc | 144 const int nameLength = strlen(deviceUniqueIdUTF8); 145 if (nameLength >= kVideoCaptureUniqueNameLength) 149 _deviceUniqueId = new char[nameLength + 1]; 150 memcpy(_deviceUniqueId, deviceUniqueIdUTF8, nameLength + 1);
|
/external/chromium_org/third_party/webrtc/modules/video_capture/mac/qtkit/ |
video_capture_qtkit.mm | 65 const int32_t nameLength = 67 if(nameLength>kVideoCaptureUniqueNameLength) 71 _deviceUniqueId = new char[nameLength+1]; 72 memcpy(_deviceUniqueId, iDeviceUniqueIdUTF8,nameLength+1);
|
/external/oprofile/libpopt/ |
poptconfig.c | 17 size_t nameLength; 25 nameLength = strlen(con->appName); 30 if (strncmp(line, con->appName, nameLength)) return; 32 line += nameLength;
|
/frameworks/rs/scriptc/ |
rs_element.rsh | 71 * @param nameLength length of the provided name array 76 rsElementGetSubElementName(rs_element e, uint32_t index, char *name, uint32_t nameLength);
|
/libcore/luni/src/main/java/java/util/zip/ |
ZipEntry.java | 55 int nameLength = -1; 72 int nameLength, long localHeaderRelOffset, long dataOffset) { 82 this.nameLength = nameLength; 343 nameLength = ze.nameLength; 415 nameLength = it.readShort() & 0xffff; 423 byte[] nameBytes = new byte[nameLength];
|
/libcore/luni/src/main/native/ |
java_util_jar_StrictJarFile.cpp | 36 const uint16_t nameLength) { 52 static_cast<jint>(nameLength),
|
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/ |
rs_element.rsh | 71 * @param nameLength length of the provided name array 76 rsElementGetSubElementName(rs_element e, uint32_t index, char *name, uint32_t nameLength);
|
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/ |
rs_element.rsh | 71 * @param nameLength length of the provided name array 76 rsElementGetSubElementName(rs_element e, uint32_t index, char *name, uint32_t nameLength);
|
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/ |
rs_element.rsh | 71 * @param nameLength length of the provided name array 76 rsElementGetSubElementName(rs_element e, uint32_t index, char *name, uint32_t nameLength);
|
/prebuilts/sdk/renderscript/include/ |
rs_element.rsh | 71 * @param nameLength length of the provided name array 76 rsElementGetSubElementName(rs_element e, uint32_t index, char *name, uint32_t nameLength);
|