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

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DecodeUtils.java 186 boolean shareable) {
195 bytes, offset, length, shareable);
203 JobContext jc, String filePath, boolean shareable) {
205 return BitmapRegionDecoder.newInstance(filePath, shareable);
213 JobContext jc, FileDescriptor fd, boolean shareable) {
215 return BitmapRegionDecoder.newInstance(fd, shareable);
223 JobContext jc, InputStream is, boolean shareable) {
225 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/
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...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]

Completed in 437 milliseconds