HomeSort by relevance Sort by last modified time
    Searched full:sizeinbytes (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /external/chromium-trace/trace-viewer/tracing/tracing/base/units/
size_in_bytes.html 19 function SizeInBytes(numBytes) {
23 SizeInBytes.prototype = {
25 return SizeInBytes.format(this.numBytes);
29 SizeInBytes.format = function(numBytes) {
46 SizeInBytes: SizeInBytes
size_in_bytes_test.html 14 var SizeInBytes = tr.b.units.SizeInBytes;
17 assert.equal(SizeInBytes.format(numBytes), expectedString);
18 assert.equal(new SizeInBytes(numBytes).toString(), expectedString);
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/units/
size_in_bytes_span.html 35 if (numBytesOrSizeInBytes instanceof tr.b.units.SizeInBytes)
41 tr.b.units.SizeInBytes.format(this.numBytes_);
size_in_bytes_span_test.html 23 timeSpan.numBytes = new tr.b.units.SizeInBytes(5 * 1024);
  /packages/apps/Camera2/src/com/android/camera/data/
VideoItemData.java 33 Size dimensions, long sizeInBytes, int orientation,
36 sizeInBytes, orientation, location);
FilmstripItemData.java 57 long sizeInBytes,
68 mSizeInBytes = sizeInBytes;
170 sb.append(",sizeInBytes:");
266 public Builder withSizeInBytes(long sizeInBytes) {
267 mSizeInBytes = sizeInBytes;
PhotoDataFactory.java 65 long sizeInBytes = c.getLong(PhotoDataQuery.COL_SIZE);
81 sizeInBytes,
VideoDataFactory.java 67 long sizeInBytes = c.getLong(VideoDataQuery.COL_SIZE);
84 sizeInBytes,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
clfsmgmt.h 53 ULONG SizeInBytes;
121 ULONG SizeInBytes;
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/analysis/
memory_dump_vm_regions_details_pane_test.html 26 sizeInBytes: 536870912,
36 sizeInBytes: 2097152,
44 sizeInBytes: 2147483648,
54 sizeInBytes: 2147483648,
65 sizeInBytes: 100,
77 sizeInBytes: 200,
memory_dump_sub_view_test_utils.html 55 sizeInBytes: 20971520, /* 20 MiB */
72 sizeInBytes: 6000,
  /external/chromium-trace/trace-viewer/tracing/tracing/model/
process_memory_dump.html 165 function VMRegion(startAddress, sizeInBytes, protectionFlags,
168 this.sizeInBytes = sizeInBytes;
193 dict.sizeInBytes,
process_memory_dump_test.html 56 sizeInBytes: 336,
91 sizeInBytes: 336,
115 sizeInBytes: 336,
127 sizeInBytes: 592,
200 sizeInBytes: 336,
271 sizeInBytes: 6000,
354 sizeInBytes: 6000,
  /frameworks/base/media/jni/
android_media_MediaSync.h 41 status_t updateQueuedAudioData(int sizeInBytes, int64_t presentationTimeUs);
android_media_MediaSync.cpp 110 int sizeInBytes, int64_t presentationTimeUs) {
111 return mSync->updateQueuedAudioData(sizeInBytes, presentationTimeUs);
258 JNIEnv *env, jobject thiz, jint sizeInBytes, jlong presentationTimeUs) {
265 status_t err = sync->updateQueuedAudioData(sizeInBytes, presentationTimeUs);
  /developers/build/prebuilts/gradle/AutoBackupForApps/Application/src/main/java/com/example/android/autobackupsample/
AddFileActivity.java 223 String sizeInBytes) {
224 long size = Long.valueOf(sizeInBytes);
262 file.getAbsolutePath(), sizeInBytes);
300 long sizeInBytes = 0;
302 sizeInBytes = Long.valueOf(sizeInBytesParamValue);
311 if (sizeInBytes < 0) {
313 Log.d(TAG, "Invalid file size: " + sizeInBytes);
  /developers/samples/android/content/AutoBackupForApps/Application/src/main/java/com/example/android/autobackupsample/
AddFileActivity.java 223 String sizeInBytes) {
224 long size = Long.valueOf(sizeInBytes);
262 file.getAbsolutePath(), sizeInBytes);
300 long sizeInBytes = 0;
302 sizeInBytes = Long.valueOf(sizeInBytesParamValue);
311 if (sizeInBytes < 0) {
313 Log.d(TAG, "Invalid file size: " + sizeInBytes);
  /development/samples/browseable/AutoBackupForApps/src/com.example.android.autobackupsample/
AddFileActivity.java 223 String sizeInBytes) {
224 long size = Long.valueOf(sizeInBytes);
262 file.getAbsolutePath(), sizeInBytes);
300 long sizeInBytes = 0;
302 sizeInBytes = Long.valueOf(sizeInBytesParamValue);
311 if (sizeInBytes < 0) {
313 Log.d(TAG, "Invalid file size: " + sizeInBytes);
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
SuperFloppyFormatter.java 305 public static FatType fatTypeFromSize(long sizeInBytes) {
306 final long sizeInMb = sizeInBytes / (1024 * 1024);
312 public static int clusterSizeFromSize(long sizeInBytes, int sectorSize){
313 switch(fatTypeFromSize(sizeInBytes)) {
315 return sectorsPerCluster12(sizeInBytes, sectorSize);
317 return sectorsPerCluster16FromSize(sizeInBytes, sectorSize);
319 return sectorsPerCluster32FromSize(sizeInBytes, sectorSize);
  /cts/tests/tests/media/src/android/media/cts/
AudioHelper.java 266 public int read(byte[] audioData, int offsetInBytes, int sizeInBytes) {
270 int samples = super.read(audioData, offsetInBytes, sizeInBytes);
279 public int read(byte[] audioData, int offsetInBytes, int sizeInBytes, int readMode) {
283 int samples = super.read(audioData, offsetInBytes, sizeInBytes, readMode);
334 public int read(ByteBuffer audioBuffer, int sizeInBytes) {
335 int bytes = super.read(audioBuffer, sizeInBytes);
351 public int read(ByteBuffer audioBuffer, int sizeInBytes, int readMode) {
352 int bytes = super.read(audioBuffer, sizeInBytes, readMode);
  /external/lzma/CPP/7zip/Archive/7z/
7zDecode.cpp 267 const UInt32 sizeInBytes = password.Length() * 2;
268 buffer.SetCapacity(sizeInBytes);
275 RINOK(cryptoSetPassword->CryptoSetPassword((const Byte *)buffer, sizeInBytes));
7zEncode.cpp 116 const UInt32 sizeInBytes = _options.Password.Length() * 2;
117 buffer.SetCapacity(sizeInBytes);
124 RINOK(cryptoSetPassword->CryptoSetPassword((const Byte *)buffer, sizeInBytes));
  /frameworks/base/media/java/android/media/
AudioRecord.java     [all...]
AudioTrack.java     [all...]
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/tracks/
memory_dump_track_test_utils.html 34 sizeInBytes: 1000,

Completed in 482 milliseconds

1 2 3 4 5