Searched refs:sharing (Results 1 - 14 of 14) sorted by relevance

/external/chromium/net/disk_cache/
H A Dcache_util_win.cc68 DWORD sharing = FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE; local
71 name.value().c_str(), access, sharing, NULL, OPEN_EXISTING, 0, NULL));
H A Dfile_win.cc79 DWORD sharing = FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE;
81 platform_file_ = CreateFile(name.value().c_str(), access, sharing, NULL,
91 sync_platform_file_ = CreateFile(name.value().c_str(), access, sharing, NULL,
H A Dbackend_unittest.cc2078 // Tests that sharing of external files works and we are able to delete the
2092 DWORD sharing = FILE_SHARE_READ | FILE_SHARE_WRITE; local
2095 name.value().c_str(), access, sharing, NULL, OPEN_EXISTING, 0, NULL));
2098 sharing |= FILE_SHARE_DELETE;
2099 file2.Set(CreateFile(name.value().c_str(), access, sharing, NULL,
/external/chromium/base/
H A Dplatform_file_win.cc56 DWORD sharing = (flags & PLATFORM_FILE_EXCLUSIVE_READ) ? 0 : FILE_SHARE_READ; local
58 sharing |= FILE_SHARE_WRITE;
70 HANDLE file = CreateFile(name.value().c_str(), access, sharing, NULL,
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex394 \item \verb|S| is sharing style.
396 sharing style.
H A Dip-cref.tex403 to all hosts sharing the same link. A typical example is an Ethernet link.
838 addresses and link layer addresses for hosts sharing the same link.
3095 sends unsolicited ARP to update the caches of other hosts sharing
/external/quake/
H A DNOTICE276 of promoting the sharing and reuse of software generally.
621 of promoting the sharing and reuse of software generally.
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb214 [siblings] all other nodes sharing the same parent as some node
/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl524 of promoting the sharing and reuse of software generally.
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as20 * object so the state can be shared. This sharing is needed to
/external/e2fsprogs/lib/et/
H A Dtexinfo.tex97 %all derivatives of our free software and of promoting the sharing and reuse of
/external/v8/src/
H A Dobjects.h4750 NormalizedMapSharingMode sharing);
5217 // - A different constructor function sharing the same SharedFunctionInfo is
5434 // Disable (further) attempted optimization of all functions sharing this
8065 // * a pointer to a map: a transition used to ensure map sharing
H A Dobjects.cc4791 NormalizedMapSharingMode sharing) {
4814 Map::cast(result)->set_is_shared(sharing == SHARED_NORMALIZED_MAP);
4790 CopyNormalized(PropertyNormalizationMode mode, NormalizedMapSharingMode sharing) argument
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas1996 /// external state objects so that the state can be shared. This sharing

Completed in 1071 milliseconds