HomeSort by relevance Sort by last modified time
    Searched refs:exclusive (Results 51 - 75 of 178) sorted by null

1 23 4 5 6 7 8

  /external/chromium_org/webkit/browser/fileapi/
async_file_util_adapter.h 53 bool exclusive,
file_system_file_util.h 80 bool exclusive,
local_file_util.h 42 bool exclusive,
file_system_operation_runner.h 58 // Creates a file at |url|. If |exclusive| is true, an error is raised
61 bool exclusive,
65 bool exclusive,
async_file_util.h 133 // and |exclusive| is true.
135 // (regardless of |exclusive| value).
141 bool exclusive,
local_file_util.cc 107 bool exclusive,
113 return NativeFileUtil::CreateDirectory(file_path, exclusive, recursive);
native_file_util.cc 167 bool exclusive,
174 if (exclusive && path_exists)
  /external/oprofile/events/mips/r12000/
events 34 event:0x1e counters:0,1,2,3 um:zero minimum:500 name:STORE_PREFETCH_EXCLUSIVE_TO_CLEAN_SC_BLOCK : Store/prefetch exclusive to clean block in secondary cache
35 event:0x1f counters:0,1,2,3 um:zero minimum:500 name:STORE_PREFETCH_EXCLUSIVE_SHARED_SC_BLOCK : Store/prefetch exclusive to shared block in secondary
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
perf_event.h 191 exclusive : 1, /* only group on PMU */ member in struct:perf_event_attr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
perf_event.h 191 exclusive : 1, /* only group on PMU */ member in struct:perf_event_attr
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/photo/
gallery_item.js 105 dirEntry.getFile(name + ext, {create: false, exclusive: false},
164 dir.getFile(name, {create: newFile, exclusive: newFile},
169 dir.getFile(name, {create: false, exclusive: false},
220 {create: false, exclusive: false},
  /external/chromium_org/ui/file_manager/gallery/js/
gallery_item.js 105 dirEntry.getFile(name + ext, {create: false, exclusive: false},
164 dir.getFile(name, {create: newFile, exclusive: newFile},
169 dir.getFile(name, {create: false, exclusive: false},
220 {create: false, exclusive: false},
  /external/oprofile/events/i386/atom/
unit_masks 48 name:macro_insts type:exclusive default:0x03
51 name:simd_uops_exec type:exclusive default:0x80
118 0x04 exclusive Counts exclusive state
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenu.java 219 boolean exclusive) {
227 item.setExclusiveCheckable(exclusive);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ActionMenuItem.java 59 private static final int EXCLUSIVE = 0x00000004;
147 public ActionMenuItem setExclusiveCheckable(boolean exclusive) {
148 mFlags = (mFlags & ~EXCLUSIVE) | (exclusive ? EXCLUSIVE : 0);
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
gzlib.c 103 int exclusive = 0; local
151 exclusive = 1;
234 (exclusive ? O_EXCL : 0) |
  /external/qemu/distrib/zlib-1.2.8/
gzlib.c 103 int exclusive = 0; local
151 exclusive = 1;
234 (exclusive ? O_EXCL : 0) |
  /external/zlib/src/
gzlib.c 103 int exclusive = 0; local
151 exclusive = 1;
234 (exclusive ? O_EXCL : 0) |
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
device_media_async_file_util.h 54 bool exclusive,
  /external/chromium_org/content/child/fileapi/
webfilesystem_impl.cc 497 bool exclusive,
505 MakeTuple(GURL(path), exclusive,
513 bool exclusive,
521 MakeTuple(GURL(path), exclusive, false /* recursive */,
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
attr.c 106 WRITE_ASS(exclusive, "d");
  /external/oprofile/events/mips/sb1/
events 44 event:0xa counters:1,2,3 um:zero minimum:500 name:DCACHE_FILLED_SHD_NONC_EXC :Dcache is filled (shared, nonc, exclusive)
49 event:0x7 counters:1,2,3 um:zero minimum:500 name:UPGRADE_SHARED_TO_EXCLUSIVE :A line is upgraded from shared to exclusive
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/view/
TestMenu.java 114 public void setGroupCheckable(int group, boolean checkable, boolean exclusive) {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
MenuLoaderTest.java 128 boolean exclusive) {
  /frameworks/support/v4/java/android/support/v4/widget/
AutoScrollHelper.java 251 * Enables or disables exclusive handling of touch events during scrolling.
252 * By default, exclusive handling is disabled and the target view receives
258 * @param exclusive True to exclusively handle touch events during scrolling,
262 public AutoScrollHelper setExclusive(boolean exclusive) {
263 mExclusive = exclusive;
271 * @return True if exclusive handling of touch events during scrolling is
    [all...]

Completed in 632 milliseconds

1 23 4 5 6 7 8