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 159 boolean shareable) {
168 bytes, offset, length, shareable);
176 JobContext jc, String filePath, boolean shareable) {
178 return BitmapRegionDecoder.newInstance(filePath, shareable);
186 JobContext jc, FileDescriptor fd, boolean shareable) {
188 return BitmapRegionDecoder.newInstance(fd, shareable);
196 JobContext jc, InputStream is, boolean shareable) {
198 return BitmapRegionDecoder.newInstance(is, shareable);
209 boolean shareable) {
214 pfd.getFileDescriptor(), shareable);
    [all...]
  /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/
make_vms.com 195 $! Alpha gets a shareable image
453 $! needed to build shareable image
676 $! information to build a symbol vector for a shareable image
683 $! 0.01 20040406 Skip over shareable images in option file
684 $! 0.02 20041109 Fix option file for shareable images with case_sensitive=YES
  /external/dbus/dbus/
dbus-connection.c 306 unsigned int shareable : 1; /**< #TRUE if libdbus owns a reference to the connection and can return it from dbus_connection_open() more than once */ member in struct:DBusConnection
    [all...]

Completed in 509 milliseconds