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

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DecodeUtils.java 201 boolean shareable) {
210 bytes, offset, length, shareable);
218 JobContext jc, String filePath, boolean shareable) {
220 return BitmapRegionDecoder.newInstance(filePath, shareable);
228 JobContext jc, FileDescriptor fd, boolean shareable) {
230 return BitmapRegionDecoder.newInstance(fd, shareable);
238 JobContext jc, InputStream is, boolean shareable) {
240 return BitmapRegionDecoder.newInstance(is, shareable);
  /ndk/sources/host-tools/make-3.81/
makefile.com 5 $! of the shareable executable
  /external/chromium/base/
process_util.h 483 // shareable: These pages (kbytes) can be shared with other processes under
491 // shareable: 0
496 // shareable: 0
498 WorkingSetKBytes() : priv(0), shareable(0), shared(0) {}
500 size_t shareable; member in struct:base::WorkingSetKBytes
process_util_linux.cc 419 ws_usage->shareable = 0;
process_util_win.cc 731 ws_usage->shareable = ws_shareable * PAGESIZE_KB;
  /external/chromium/chrome/browser/
process_info_snapshot_mac.cc 456 ws_usage->shareable = 0;
462 ws_usage->shareable = proc_info.rss / 1024;
browser_about_handler.cc     [all...]
  /external/zlib/src/
make_vms.com 227 $! Create shareable image
479 $! needed to build shareable image
719 $! Analyze the project map file and create the symbol vector for a shareable
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]

Completed in 276 milliseconds