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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/manual-tests/memory/
string-growth.html 12 // now append to it repeatedly in a way that prevents buffer sharing
  /external/chromium/base/
platform_file_win.cc 44 DWORD sharing = (flags & PLATFORM_FILE_EXCLUSIVE_READ) ? 0 : FILE_SHARE_READ; local
46 sharing |= FILE_SHARE_WRITE;
58 HANDLE file = CreateFile(name.value().c_str(), access, sharing, NULL,
sync_socket_win.cc 76 0, // no sharing.
  /external/chromium/net/http/
http_basic_stream.h 6 // not sharing a sharing with any other HttpStreams, therefore it just reads and
  /frameworks/base/graphics/java/android/graphics/
BitmapRegionDecoder.java 51 * input data, and keep that. Even if sharing is allowed,
54 * allowing sharing may degrade the decoding speed.
76 * input data, and keep that. Even if sharing is allowed,
79 * allowing sharing may degrade the decoding speed.
99 * input data, and keep that. Even if sharing is allowed,
102 * allowing sharing may degrade the decoding speed.
135 * input data, and keep that. Even if sharing is allowed,
138 * allowing sharing may degrade the decoding speed.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
ainstr_fm.h 55 unsigned int share_id[4]; /* share id - zero = no sharing */
103 __u32 share_id[4]; /* share id - zero = no sharing */
ainstr_simple.h 73 unsigned int share_id[4]; /* share id - zero = no sharing */
115 __u32 share_id[4]; /* share id - zero = no sharing */
ainstr_gf1.h 53 unsigned int share_id[4]; /* share id - zero = no sharing */
138 __u32 share_id[4]; /* share id - zero = no sharing */
  /external/chromium/third_party/icu/source/i18n/
regexst.h 14 // the thread safe lazy creation and sharing of these sets across
  /external/icu4c/i18n/
regexst.h 14 // the thread safe lazy creation and sharing of these sets across
  /development/samples/SampleSyncAdapter/
_index.html 9 manager</a> allows sharing of credentials across multiple applications and
  /external/chromium/net/disk_cache/
storage_block.h 53 // Stops sharing the data with another object.
  /external/bluetooth/glib/docs/reference/glib/tmpl/
caches.sgml 5 caches allow sharing of complex data structures to save resources
9 A #GCache allows sharing of complex data structures, in order to save
  /external/gtest/samples/
sample3_unittest.cc 46 // The tests share the test fixture in the sense of code sharing, not
47 // data sharing. Each test is given its own fresh copy of the
  /external/iproute2/examples/diffserv/
afcbq 26 # if you use GRIO buffer sharing, then GRED priority is set as follows:
37 #GRIO buffer sharing on or off?
  /external/protobuf/gtest/samples/
sample3_unittest.cc 46 // The tests share the test fixture in the sense of code sharing, not
47 // data sharing. Each test is given its own fresh copy of the
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
jbd.h 164 __be32 s_nr_users; /* Nr of filesystems sharing log */
176 __u8 s_users[16*48]; /* ids of all fs'es sharing the log */
  /bionic/libc/bionic/
malloc_debug_common.h 42 /* flag definitions, currently sharing storage with "size" */
  /dalvik/vm/
LinearAlloc.h 30 * allocated region, but that would prevent us from sharing the rest of
  /development/simulator/app/
Shmem.h 28 * SysV you can work around this by using a "private" key and sharing
  /external/chromium/third_party/icu/source/common/
ucnv_imp.h 116 * This will only unload the data if no other converters are sharing it.
  /external/icu4c/common/
ucnv_imp.h 116 * This will only unload the data if no other converters are sharing it.
  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.h 126 begin with DIB private structure to allow DIB events code sharing
  /external/quake/quake/src/
readme.txt 23 commercial exploitation, but have no clause forcing sharing of source code.
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
10.1.8-1.js 52 and vice versa. The value sharing mechanism depends on the implementation.

Completed in 460 milliseconds

1 2 3 4 5 6 7 8 91011>>