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

1 2

  /external/jpeg/
makvms.opt 1 ! A pointer to the VAX/VMS C Run-Time Shareable Library.
  /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...]
  /external/webkit/Source/WebKit2/Shared/
ShareableBitmap.h 71 // Create a shareable bitmap that uses malloced memory.
74 // Create a shareable bitmap whose backing memory can be shared with another process.
77 // Create a shareable bitmap from an already existing shared memory block.
80 // Create a shareable bitmap from a handle.
102 // This creates a copied CGImageRef (most likely a copy-on-write) of the shareable bitmap.
106 // This is only safe to use when we know that the contents of the shareable bitmap won't change.
127 // If the shareable bitmap is backed by shared memory, this points to the shared memory object.
130 // If the shareable bitmap is backed by fastMalloced memory, this points to the data.
UpdateInfo.h 62 // The handle of the shareable bitmap containing the updates. Will be null if there are no updates.
  /external/expat/vms/
README.vms 21 -- create a shareable image
  /external/webkit/Source/WebKit2/Shared/mac/
ShareableSurface.h 63 // Create a shareable surface with the given size. Returns 0 on failure.
66 // Create a shareable surface from a handle. Returns 0 on failure.
  /external/chromium/base/threading/
thread_collision_warner.h 82 // a "shareable" method (with external syncronization) and a not
83 // shareable method (even with external synchronization).
92 // void Shareable() { DFAKE_SCOPED_LOCK(shareable_section_); ... }
  /external/webkit/Source/WebCore/bindings/v8/
SharedPersistent.h 40 // A shareable reference to a v8 persistent handle. Using a shared
  /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
  /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/webkit/Tools/android/flex-2.5.4a/MISC/VMS/
build.com 41 $ LIBS = "sys$share:vaxcrtl.exe/Shareable"
descrip.mms 33 LIBS = sys$share:vaxcrtl.exe/Shareable
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 157 // for now we don't allow shareable with java inputstreams
BitmapFactory.cpp 323 shareable case.
  /ndk/sources/host-tools/make-3.81/
makefile.com 5 $! of the shareable executable
  /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/emma/core/java12/com/vladium/util/
IProperties.java 179 // note: m_mapper field is not cloned by design (mappers are stateless/shareable)
  /external/mesa3d/docs/
README.AMIWIN 54 and the shareable X libraries. Some examples require the AmiTCP4.0
  /external/openssl/crypto/
symhacks.h 66 may disagree with yours, which in turn may come with shareable library
  /external/openssl/include/openssl/
symhacks.h 66 may disagree with yours, which in turn may come with shareable library
  /external/qemu/
a.out.h 302 #define IMAGE_SCN_MEM_SHARED 0x10000000 /* Section is shareable. */
  /ndk/docs/system/libc/
CHANGES.html 87 futexes for performance reasons. Mutexes and Condvars are no longer shareable
  /bionic/libc/docs/
CHANGES.TXT 190 futexes for performance reasons. Mutexes and Condvars are no longer shareable
  /external/wpa_supplicant_8/src/wps/
wps_attr_parse.c 46 "Shareable length %u", len);

Completed in 852 milliseconds

1 2