Searched refs:fileLength (Results 1 - 22 of 22) sorted by relevance

/external/oprofile/libpopt/
H A Dpoptconfig.c102 off_t fileLength; local
108 fileLength = lseek(fd, 0, SEEK_END);
109 if (fileLength == -1 || lseek(fd, 0, 0) == -1) {
116 file = alloca(fileLength + 1);
117 if (read(fd, (char *)file, fileLength) != fileLength) {
127 dst = buf = alloca(fileLength + 1);
130 end = (file + fileLength);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
H A DDexFileFactory.java70 long fileLength = zipEntry.getSize();
71 if (fileLength < 40) {
74 } else if (fileLength > Integer.MAX_VALUE) {
77 byte[] dexBytes = new byte[(int)fileLength];
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebHTTPBody.h56 long long fileLength; // -1 means to the end of the file. member in struct:blink::WebHTTPBody::Element
88 // Passing -1 to fileLength means to the end of the file.
89 BLINK_PLATFORM_EXPORT void appendFileRange(const WebString&, long long fileStart, long long fileLength, double modificationTime);
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebHTTPBody.cpp78 result.fileLength = 0;
91 result.fileLength = element.m_fileLength;
102 result.fileLength = element.m_fileLength;
127 void WebHTTPBody::appendFileRange(const WebString& filePath, long long fileStart, long long fileLength, double modificationTime) argument
130 m_private->appendFileRange(filePath, fileStart, fileLength, modificationTime);
/external/chromium_org/third_party/icu/source/common/
H A Dumapfile.c234 int32_t fileLength; local
245 fileLength=umap_fsize(file);
246 if(ferror(file) || fileLength<=20) {
252 p=uprv_malloc(fileLength);
259 if(fileLength!=fread(p, 1, fileLength, file)) {
/external/icu/icu4c/source/common/
H A Dumapfile.c234 int32_t fileLength; local
245 fileLength=umap_fsize(file);
246 if(ferror(file) || fileLength<=20) {
252 p=uprv_malloc(fileLength);
259 if(fileLength!=fread(p, 1, fileLength, file)) {
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dunewdata.c143 uint32_t fileLength=0; local
152 fileLength=T_FileStream_size(pData->file);
156 fileLength-=pData->headerSize;
163 return fileLength;
H A Dpackage.cpp311 int32_t fileLength, typeEnum; local
323 fileLength=getFileLength(file);
324 if(ferror(file) || fileLength<=0) {
331 length=(fileLength+0xf)&~0xf;
340 if(fileLength!=(int32_t)fread(data, 1, fileLength, file)) {
348 if(fileLength<length) {
349 memset(data+fileLength, 0xaa, length-fileLength);
1134 int32_t fileLength; local
[all...]
H A Dxmlparser.cpp170 int32_t fileLength, bytesLength, length, capacity; local
186 fileLength=bytesLength;
189 fileLength=T_FileStream_size(f);
270 capacity=fileLength; // estimated capacity
/external/icu/icu4c/source/tools/toolutil/
H A Dunewdata.c143 uint32_t fileLength=0; local
152 fileLength=T_FileStream_size(pData->file);
156 fileLength-=pData->headerSize;
163 return fileLength;
H A Dpackage.cpp311 int32_t fileLength, typeEnum; local
323 fileLength=getFileLength(file);
324 if(ferror(file) || fileLength<=0) {
331 length=(fileLength+0xf)&~0xf;
340 if(fileLength!=(int32_t)fread(data, 1, fileLength, file)) {
348 if(fileLength<length) {
349 memset(data+fileLength, 0xaa, length-fileLength);
1135 int32_t fileLength; local
[all...]
H A Dxmlparser.cpp170 int32_t fileLength, bytesLength, length, capacity; local
186 fileLength=bytesLength;
189 fileLength=T_FileStream_size(f);
270 capacity=fileLength; // estimated capacity
/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DFormData.h39 FormDataElement(const String& filename, long long fileStart, long long fileLength, double expectedFileModificationTime) : m_type(encodedFile), m_filename(filename), m_fileStart(fileStart), m_fileLength(fileLength), m_expectedFileModificationTime(expectedFileModificationTime) { } argument
/external/chromium_org/content/renderer/
H A Dhistory_serialization.cc43 output->file_length = input.fileLength;
49 output->file_length = input.fileLength;
/external/chromium_org/content/child/
H A Dweb_url_loader_impl.cc423 if (element.fileLength == -1) {
431 static_cast<uint64>(element.fileLength),
441 static_cast<uint64>(element.fileLength),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dyjp-controller-api-redist.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/yourkit/ com/yourkit/api/ com/yourkit/runtime/ com/ ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 663 milliseconds