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

1 2

  /external/chromium_org/net/disk_cache/
cache_util_win.cc 34 DWORD sharing = FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE; local
37 name.value().c_str(), access, sharing, NULL, OPEN_EXISTING, 0, NULL));
backend_unittest.cc 3075 DWORD sharing = FILE_SHARE_READ | FILE_SHARE_WRITE; local
    [all...]
  /external/chromium_org/sandbox/win/src/
filesystem_interception.h 20 ULONG file_attributes, ULONG sharing, ULONG disposition, ULONG options,
27 ULONG sharing, ULONG options);
filesystem_interception.cc 23 ULONG file_attributes, ULONG sharing,
29 file_attributes, sharing, disposition,
70 desired_access, file_attributes, sharing,
97 PIO_STATUS_BLOCK io_status, ULONG sharing,
101 io_status, sharing, options);
139 desired_access, sharing, options, &answer);
interceptors_64.cc 77 PLARGE_INTEGER allocation_size, ULONG file_attributes, ULONG sharing,
83 sharing, disposition, options, ea_buffer,
90 ULONG sharing, ULONG options) {
94 io_status, sharing, options);
interceptors_64.h 54 PLARGE_INTEGER allocation_size, ULONG file_attributes, ULONG sharing,
61 ULONG sharing, ULONG options);
policy_low_level_unittest.cc 259 unsigned long sharing = 66; local
264 POLPARAM(sharing) // Argument 2
306 sharing = 0;
  /external/chromium_org/base/files/
file_win.cc 71 DWORD sharing = (flags & FLAG_EXCLUSIVE_READ) ? 0 : FILE_SHARE_READ; local
73 sharing |= FILE_SHARE_WRITE;
75 sharing |= FILE_SHARE_DELETE;
89 file_.Set(CreateFile(name.value().c_str(), access, sharing, NULL,
  /external/chromium_org/net/disk_cache/blockfile/
file_win.cc 83 DWORD sharing = FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE;
86 base::File(CreateFile(name.value().c_str(), access, sharing, NULL,
97 base::File(CreateFile(name.value().c_str(), access, sharing, NULL,
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2326.js 46 // Generate two closures sharing the same underlying function literal.
regress-137768.js 30 // Create elements in a constructor function to ensure map sharing.
  /external/chromium_org/third_party/mesa/src/docs/
WL_bind_wayland_display.spec 45 needed for buffer sharing in an EGL wayland platform.
MESA_multithread_makecurrent.spec 138 synchronization (beyond that already required by context sharing)
  /external/mesa3d/docs/
WL_bind_wayland_display.spec 45 needed for buffer sharing in an EGL wayland platform.
MESA_multithread_makecurrent.spec 138 synchronization (beyond that already required by context sharing)
  /external/chromium_org/remoting/webapp/
event_handlers.js 102 { event: 'click', id: 'stop-sharing-button', fn: remoting.cancelShare }
host_screen.js 194 console.error('Sharing error: ' + errorTag);
199 * Show a sharing error with error code UNEXPECTED .
207 // message for sharing error.
remoting.js 430 // Currently, sharing on Chromebooks is not supported.
session_connector_impl.js 175 * address of the person sharing their computer.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
CPUProfileDataModel.js 144 // between two call stacks sharing the same bottom node, it is replaced
  /external/chromium_org/third_party/sqlite/src/
configure.ac 260 AC_HELP_STRING([--enable-cross-thread-connections],[Allow connection sharing across threads]),,enable_xthreadconnect=no)
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
share_dialog.js 265 // Fetches an url to the sharing dialog.
  /external/iproute2/doc/
api-ip6-flowlabels.tex 394 \item \verb|S| is sharing style.
396 sharing style.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 214 [siblings] all other nodes sharing the same parent as some node
    [all...]
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 524 of promoting the sharing and reuse of software generally.

Completed in 936 milliseconds

1 2