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

  /external/chromium/net/disk_cache/
sparse_control.cc 331 int map_len = data_len - sizeof(SparseHeader); local
332 if (map_len > kMaxMapSize || map_len % 4)
396 int map_len = data_len - sizeof(sparse_header_); local
397 if (map_len > kMaxMapSize || map_len % 4)
416 buf = new net::IOBuffer(map_len);
417 rv = entry_->ReadData(kSparseIndex, sizeof(sparse_header_), buf, map_len,
419 if (rv != map_len)
423 children_map_.Resize(map_len * 8, false)
    [all...]
  /external/chromium_org/net/disk_cache/
sparse_control.cc 341 int map_len = data_len - sizeof(SparseHeader); local
342 if (map_len > kMaxMapSize || map_len % 4)
409 int map_len = data_len - sizeof(sparse_header_); local
410 if (map_len > kMaxMapSize || map_len % 4)
430 buf = new net::IOBuffer(map_len);
432 map_len, CompletionCallback());
433 if (rv != map_len)
437 children_map_.Resize(map_len * 8, false)
    [all...]
  /external/chromium_org/net/disk_cache/v3/
sparse_control_v3.cc 322 int map_len = data_len - sizeof(SparseHeader); local
323 if (map_len > kMaxMapSize || map_len % 4)
413 int map_len = data_len - sizeof(sparse_header_); local
414 if (map_len > kMaxMapSize || map_len % 4)
434 buf = new net::IOBuffer(map_len);
436 map_len, CompletionCallback());
437 if (rv != map_len)
441 children_map_.Resize(map_len * 8, false)
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraParameters.h 515 const QCameraMap *map, int map_len);
517 int map_len);
519 const QCameraMap *map, int map_len);
QCameraParameters.cpp     [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraParameters.h 515 const QCameraMap *map, int map_len);
517 int map_len);
519 const QCameraMap *map, int map_len);
QCameraParameters.cpp     [all...]
  /system/extras/ksmutils/
ksminfo.c 193 size_t map_len; local
231 error = pm_map_pagemap(maps[i], &pagemap, &map_len);
237 for (j = 0; j < map_len; j++) {
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/include/
bfd.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/include/
bfd.h     [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/include/
bfd.h     [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/include/
bfd.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/include/
bfd.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/include/
bfd.h     [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/include/
bfd.h     [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/include/
bfd.h     [all...]

Completed in 1283 milliseconds