HomeSort by relevance Sort by last modified time
    Searched full:filesize (Results 76 - 100 of 335) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wdstci.h 45 PULARGE_INTEGER FileSize
  /external/chromium_org/third_party/angle/samples/dds_to_header/
main.cpp 33 std::streamoff fileSize = readFile.tellg();
37 if (fileSize < minSize)
39 std::cout << inputFile << " is only " << fileSize << " bytes, must be at greater than " << minSize
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLTraceCollectorDialog.java 197 double fileSize = mTraceFileWriter.getCurrentFileSize();
198 fileSize /= (1024 * 1024); // convert to size in MB
199 final String frameSize = SIZE_FORMATTER.format(fileSize) + " MB";
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalImage.java 145 fileSize = cursor.getLong(INDEX_SIZE);
167 fileSize = uh.update(fileSize, cursor.getLong(INDEX_SIZE));
291 fileSize = new File(filePath).length();
292 values.put(Images.Media.SIZE, fileSize);
LocalVideo.java 113 fileSize = cursor.getLong(INDEX_SIZE);
149 fileSize = uh.update(fileSize, cursor.getLong(INDEX_SIZE));
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
ChannelsTest.java 59 private final int fileSize = 31;// the file size
271 assertEquals(this.fileSize, this.fins.available());
288 assertEquals(this.fileSize, this.fins.available());
293 assertEquals(this.fins.available(), this.fileSize - this.testNum);
296 assertEquals(this.fins.available(), this.fileSize - this.testNum * 2);
298 assertEquals(this.fins.available(), this.fileSize - this.testNum * 3);
471 assertEquals(this.fileSize, this.fins.available());
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profiledata_unittest.cc 197 ssize_t filesize = statbuf.st_size;
199 scoped_array<char> filedata(new char[filesize]);
200 if (ReadPersistent(fd.get(), filedata.get(), filesize) != filesize)
204 if (filesize < (5 + 3) * sizeof(ProfileDataSlot))
223 if (cur_offset > filesize - 3 * sizeof(ProfileDataSlot))
229 if (cur_offset > filesize - size_this_sample)
250 if (cur_offset >= filesize)
252 if (filedata[filesize - 1] != '\n')
255 while (cur_offset < filesize) {
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profiledata_unittest.cc 197 ssize_t filesize = statbuf.st_size;
199 scoped_array<char> filedata(new char[filesize]);
200 if (ReadPersistent(fd.get(), filedata.get(), filesize) != filesize)
204 if (filesize < (5 + 3) * sizeof(ProfileDataSlot))
223 if (cur_offset > filesize - 3 * sizeof(ProfileDataSlot))
229 if (cur_offset > filesize - size_this_sample)
250 if (cur_offset >= filesize)
252 if (filedata[filesize - 1] != '\n')
255 while (cur_offset < filesize) {
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/content_settings/
cookie_details.h 167 - (NSString*)fileSize;
195 fileSize:(unsigned long)fileSize;
cookie_details_view_controller_unittest.mm 44 fileSize:2222];
  /external/chromium_org/content/browser/resources/media/
cache_entry.js 133 var fileSize = this.size;
139 var left = start / fileSize * width;
140 var right = end / fileSize * width;
  /libcore/dex/src/main/java/com/android/dex/
TableOfContents.java 58 public int fileSize;
84 fileSize = headerIn.readInt();
170 out.writeInt(fileSize);
  /external/llvm/test/CodeGen/ARM/
2011-03-10-DAGCombineCrash.ll 10 define internal fastcc i32 @t(i32* %vp, i32 %withfsize, i64 %filesize) nounwind {
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs 298 Int64 fileSize;
300 fileSize = -1;
302 fileSize = inStream.Length;
304 outStream.WriteByte((Byte)(fileSize >> (8 * i)));
  /external/valgrind/main/gdbserver_tests/
mcsignopass.stdoutB.exp 57 115 mapping[FILESIZE+10];
  /frameworks/av/include/media/
mediascanner.h 118 long long fileSize, bool isDirectory, bool noMedia) = 0;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
binaryajax.js 161 this.fileSize = iFileSize || this.getResponseHeader("Content-Length");
173 this.fileSize = iFileSize || this.getResponseHeader("Content-Length");
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/
FileUtils.js 83 fileSize: function() { },
146 fileSize: function()
  /external/chromium_org/third_party/icu/source/test/intltest/
itspoof.cpp 386 int32_t fileSize = ftell(f.getAlias());
387 LocalArray<char> fileBuf(new char[fileSize]);
389 int32_t amt_read = fread(fileBuf.getAlias(), 1, fileSize, f.getAlias());
390 TEST_ASSERT_EQ(amt_read, fileSize);
391 TEST_ASSERT(fileSize>0);
392 if (amt_read != fileSize || fileSize <=0) {
395 UnicodeString confusablesTxt = UnicodeString::fromUTF8(StringPiece(fileBuf.getAlias(), fileSize));
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
test.cc 22 long filesize(const char *filename); // local function defined at end of file
161 long filesize(const char *filename) function
  /external/icu/icu4c/source/test/intltest/
itspoof.cpp 386 int32_t fileSize = ftell(f.getAlias());
387 LocalArray<char> fileBuf(new char[fileSize]);
389 int32_t amt_read = fread(fileBuf.getAlias(), 1, fileSize, f.getAlias());
390 TEST_ASSERT_EQ(amt_read, fileSize);
391 TEST_ASSERT(fileSize>0);
392 if (amt_read != fileSize || fileSize <=0) {
395 UnicodeString confusablesTxt = UnicodeString::fromUTF8(StringPiece(fileBuf.getAlias(), fileSize));
  /external/libmtp/examples/
tracks.c 46 printf(" File size %I64u bytes\n", track->filesize);
48 printf(" File size %llu bytes\n", (long long unsigned int) track->filesize);
  /external/pdfium/fpdfsdk/include/javascript/
Document.h 101 FX_BOOL filesize(OBJ_PROP_PARAMS);
219 JS_STATIC_PROP(filesize, Document);
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java 271 long getFileNumBlocks(long fileSize, long blkSize) {
272 long ret = fileSize/blkSize;
273 if(ret*blkSize < fileSize) {
353 long fileSize = createdFileBlks-existingFileBlks;
354 //verify fileSize number of bytes have been cleared from cache
355 if(localLOGV) Log.i(TAG, "deletedFileBlks="+fileSize+" shouldFreeBlks="+shouldFree);
356 if((fileSize > (shouldFree-blkSize) && (fileSize < (shouldFree+blkSize)))) {
  /frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
ObbBackupService.java 106 long fileSize, int type, String path, long mode, long mtime,
117 FullBackup.restoreFile(data, fileSize, type, -1, mtime, outFile);

Completed in 1185 milliseconds

1 2 34 5 6 7 8 91011>>