Home
last modified time | relevance | path

Searched refs:sharing (Results 1 – 25 of 137) sorted by relevance

123456

/external/chromium/net/disk_cache/
Dcache_util_win.cc68 DWORD sharing = FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE; in DeleteCacheFile() local
71 name.value().c_str(), access, sharing, NULL, OPEN_EXISTING, 0, NULL)); in DeleteCacheFile()
Dfile_win.cc78 DWORD sharing = FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE; in Init() local
80 platform_file_ = CreateFile(name.value().c_str(), access, sharing, NULL, in Init()
90 sync_platform_file_ = CreateFile(name.value().c_str(), access, sharing, NULL, in Init()
Dbackend_unittest.cc2061 DWORD sharing = FILE_SHARE_READ | FILE_SHARE_WRITE; in TEST_F() local
2064 name.value().c_str(), access, sharing, NULL, OPEN_EXISTING, 0, NULL)); in TEST_F()
2067 sharing |= FILE_SHARE_DELETE; in TEST_F()
2068 file2.Set(CreateFile(name.value().c_str(), access, sharing, NULL, in TEST_F()
/external/chromium/base/
Dplatform_file_win.cc56 DWORD sharing = (flags & PLATFORM_FILE_EXCLUSIVE_READ) ? 0 : FILE_SHARE_READ; in CreatePlatformFile() local
58 sharing |= FILE_SHARE_WRITE; in CreatePlatformFile()
70 HANDLE file = CreateFile(name.value().c_str(), access, sharing, NULL, in CreatePlatformFile()
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dside_tab_strip_controller.mm24 // Side tabs have no indent since they are not sharing space with the
/external/iptables/extensions/
Dlibxt_cluster.man1 Allows you to deploy gateway and back-end load-sharing clusters without the
/external/mesa3d/docs/
DREADME.CYGWIN128 toolkits try to minimize colormap "flashing" by sharing colormaps when
133 When sharing the root colormap, Mesa may be unable to allocate the colors
136 To prevent colormap sharing in aux, tk and GLUT, define the environment
DCOPYING88 sharing, because most developers did not use the libraries. We
89 concluded that weaker conditions might promote sharing better.
419 of all derivatives of our free software and of promoting the sharing
/external/quake/quake/src/
Dreadme.txt23 commercial exploitation, but have no clause forcing sharing of source code.
Dgnu.txt78 …free status of all derivatives of our free software and of promoting the sharing and reuse of soft…
/external/iproute2/doc/actions/
Dactions-general121 me that someone was writing a qdisc just to do sharing across multiple devices;
123 summer -- the key to sharing is to use a operator "index" in your policer
Difb-README13 IFB allows for sharing.
/external/llvm/lib/CodeGen/
DREADME.txt94 Furthermore, with re-association, we can enable sharing:
/external/dbus/doc/
DTODO62 of binding. This would use dbus_connection_open()'s connection-sharing
/external/iproute2/doc/
Dapi-ip6-flowlabels.tex394 \item \verb|S| is sharing style.
396 sharing style.
/external/dnsmasq/contrib/dnslist/
Ddnslist.pl524 of promoting the sharing and reuse of software generally.
/external/valgrind/main/docs/internals/
Dsegments-seginfos.txt73 the page sharing. Non-pic code is faster, too: register %ebx is
Dthreads-syscalls-signals.txt285 all. LT predates the kernel's support for proper POSIX-like sharing of
/external/webkit/Source/WebCore/
DLICENSE-LGPL-280 sharing, because most developers did not use the libraries. We
81 concluded that weaker conditions might promote sharing better.
411 of all derivatives of our free software and of promoting the sharing
/external/bluetooth/glib/
DCOPYING80 sharing, because most developers did not use the libraries. We
81 concluded that weaker conditions might promote sharing better.
411 of all derivatives of our free software and of promoting the sharing
/external/bluetooth/glib/gmodule/
DCOPYING80 sharing, because most developers did not use the libraries. We
81 concluded that weaker conditions might promote sharing better.
411 of all derivatives of our free software and of promoting the sharing
/external/quake/quake/src/WinQuake/kit/
D3DFX.TXT196 using File and print sharing or TCP/IP ping. If you are using IPX also
/external/e2fsprogs/
DCOPYING281 of promoting the sharing and reuse of software generally.
448 sharing, because most developers did not use the libraries. We
449 concluded that weaker conditions might promote sharing better.
779 of all derivatives of our free software and of promoting the sharing
/external/webkit/
DNOTICE129 sharing, because most developers did not use the libraries. We
130 concluded that weaker conditions might promote sharing better.
460 of all derivatives of our free software and of promoting the sharing
962 of all derivatives of our free software and of promoting the sharing
/external/srtp/doc/
Drfc3711.txt516 SRTP/SRTCP parameter sharing above, separate replay lists and packet
1621 derivation, whether sharing of keys between SRTP and SRTCP is allowed
1823 If the pre-defined transforms are used, SRTP allows sharing of the
1827 First, sharing between SRTP streams belonging to the same RTP session
1834 Second, sharing between SRTP and the corresponding SRTCP is secure.
2484 ALL streams sharing the master key. (From strict security point of
2486 but then the streams would no longer be sharing master key, which is

123456