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

1 2 34 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/cocoa/content_settings/
cookie_details.h 153 - (NSString*)fileSize;
181 fileSize:(unsigned long)fileSize;
cookie_details_view_controller_unittest.mm 44 fileSize:2222];
  /external/chromium_org/chrome/browser/ui/cocoa/content_settings/
cookie_details.h 155 - (NSString*)fileSize;
182 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;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
FileUtils.js 82 fileSize: function() { },
145 fileSize: function()
247 fileSize: function()
  /libcore/dex/src/main/java/com/android/dex/
TableOfContents.java 58 public int fileSize;
84 fileSize = headerIn.readInt();
170 out.writeInt(fileSize);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalVideo.java 113 fileSize = cursor.getLong(INDEX_SIZE);
149 fileSize = uh.update(fileSize, cursor.getLong(INDEX_SIZE));
  /external/kernel-headers/original/asm-generic/
resource.h 16 #define RLIMIT_FSIZE 1 /* Maximum 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/openssh/
sandbox-rlimit.c 38 /* Minimal sandbox that sets zero nfiles, nprocs and filesize rlimits */
  /external/valgrind/main/gdbserver_tests/
mcsignopass.stdoutB.exp 57 115 mapping[FILESIZE+10];
  /frameworks/av/include/media/
mediascanner.h 92 long long fileSize, bool isDirectory, bool noMedia) = 0;
  /external/chromium/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/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/icu4c/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);
  /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);
  /packages/apps/Camera2/src/com/android/camera/data/
RotationTask.java 108 long fileSize = new File(filePath).length();
109 values.put(Images.Media.SIZE, fileSize);
  /cts/tests/tests/media/src/android/media/cts/
MediaRecorderTest.java 422 long fileSize, long tolerance) throws Exception {
431 mMediaRecorder.setMaxFileSize(fileSize);
441 checkOutputFileSize(OUTPUT_PATH, fileSize, tolerance);
444 private void checkOutputFileSize(final String fileName, long fileSize, long tolerance) {
446 assertEquals(fileSize, mOutFile.length(), tolerance);
  /development/scripts/
divide_and_compress.py 59 rtn.add_option('-f', '--filesize', dest='filesize', default='1M',
102 raise ValueError(('filesize argument not understood, please include'
106 raise ValueError(('filesize magnitude indicator not valid, must be "B",'
360 ParseSize(options.filesize),
  /external/chromium_org/third_party/icu/source/test/thaitest/
thaitest.cpp 308 int32_t fileSize;
321 fileSize = ftell(f);
324 bufferChars = new char[fileSize];
332 fread(bufferChars, sizeof(char), fileSize, f);
341 UnicodeString myText(bufferChars, fileSize, "UTF-8");
  /external/icu4c/test/thaitest/
thaitest.cpp 308 int32_t fileSize;
321 fileSize = ftell(f);
324 bufferChars = new char[fileSize];
332 fread(bufferChars, sizeof(char), fileSize, f);
341 UnicodeString myText(bufferChars, fileSize, "UTF-8");

Completed in 1141 milliseconds

1 2 34 5 6 7 8 91011>>