HomeSort by relevance Sort by last modified time
    Searched refs:fileLength (Results 1 - 20 of 20) sorted by null

  /external/oprofile/libpopt/
poptconfig.c 102 off_t fileLength;
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/chromium_org/third_party/WebKit/public/platform/
WebHTTPBody.h 56 long long fileLength; // -1 means to the end of the file.
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/
WebHTTPBody.cpp 78 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)
130 m_private->appendFileRange(filePath, fileStart, fileLength, modificationTime);
  /external/chromium_org/third_party/icu/source/common/
umapfile.c 234 int32_t fileLength;
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/
umapfile.c 234 int32_t fileLength;
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/
unewdata.c 143 uint32_t fileLength=0;
152 fileLength=T_FileStream_size(pData->file);
156 fileLength-=pData->headerSize;
163 return fileLength;
package.cpp 311 int32_t fileLength, typeEnum;
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);
    [all...]
xmlparser.cpp 170 int32_t fileLength, bytesLength, length, capacity;
186 fileLength=bytesLength;
189 fileLength=T_FileStream_size(f);
270 capacity=fileLength; // estimated capacity
  /external/icu/icu4c/source/tools/toolutil/
unewdata.c 143 uint32_t fileLength=0;
152 fileLength=T_FileStream_size(pData->file);
156 fileLength-=pData->headerSize;
163 return fileLength;
package.cpp 311 int32_t fileLength, typeEnum;
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);
    [all...]
xmlparser.cpp 170 int32_t fileLength, bytesLength, length, capacity;
186 fileLength=bytesLength;
189 fileLength=T_FileStream_size(f);
270 capacity=fileLength; // estimated capacity
  /external/chromium_org/third_party/WebKit/Source/platform/network/
FormData.h 39 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) { }
  /external/chromium_org/content/renderer/
history_serialization.cc 43 output->file_length = input.fileLength;
49 output->file_length = input.fileLength;
  /build/tools/zipalign/
ZipFile.cpp 210 off_t fileLength, seekStart;
215 fileLength = ftell(mZipFp);
219 if (fileLength < EndOfCentralDir::kEOCDLen) {
220 ALOGD("Length is %ld -- too small\n", (long)fileLength);
233 if (fileLength > EndOfCentralDir::kMaxEOCDSearch) {
234 seekStart = fileLength - EndOfCentralDir::kMaxEOCDSearch;
238 readAmount = (long) fileLength;
    [all...]
  /external/chromium_org/content/child/
web_url_loader_impl.cc 423 if (element.fileLength == -1) {
431 static_cast<uint64>(element.fileLength),
441 static_cast<uint64>(element.fileLength),
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar 
org.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jar 
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
org.apache.lucene_1.9.1.v20100518-1140.jar 
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar 

Completed in 5669 milliseconds