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

12 3 4 5 6 7 8

  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_system_operation.h 36 bool exclusive,
39 bool exclusive,
syncable_file_system_operation.cc 78 bool exclusive,
92 url, exclusive,
99 bool exclusive,
118 url, exclusive, recursive,
  /external/chromium_org/content/child/fileapi/
file_system_dispatcher.h 92 bool exclusive,
95 bool exclusive,
file_system_dispatcher.cc 245 bool exclusive,
249 request_id, path, exclusive,
255 bool exclusive,
260 request_id, path, exclusive, true /* is_directory */, recursive));
  /external/chromium_org/webkit/browser/fileapi/
file_system_operation.h 227 // Creates a file at |path|. If |exclusive| is true, an error is raised
230 bool exclusive,
233 // Creates a directory at |path|. If |exclusive| is true, an error is
238 bool exclusive,
file_system_operation_impl.cc 46 bool exclusive,
52 weak_factory_.GetWeakPtr(), url, callback, exclusive),
57 bool exclusive,
65 exclusive, recursive),
382 bool exclusive) {
386 exclusive ?
395 bool exclusive, bool recursive) {
398 url, exclusive, recursive,
  /external/javassist/src/main/javassist/bytecode/
StackMapTable.java 788 void shiftPc(int where, int gapSize, boolean exclusive)
791 new Shifter(this, where, gapSize, exclusive).doit();
799 private boolean exclusive; field in class:StackMapTable.Shifter
801 public Shifter(StackMapTable smt, int where, int gap, boolean exclusive) {
808 this.exclusive = exclusive;
829 if (exclusive)
876 if (exclusive)
LocalVariableAttribute.java 180 void shiftPc(int where, int gapLength, boolean exclusive) {
189 if (pc > where || (exclusive && pc == where && pc != 0))
191 else if (pc + len > where || (exclusive && pc + len == where))
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuItem.java 55 private static final int EXCLUSIVE = 0x00000004;
143 public ActionMenuItem setExclusiveCheckable(boolean exclusive) {
144 mFlags = (mFlags & ~EXCLUSIVE) | (exclusive ? EXCLUSIVE : 0);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
MenuWrapperICS.java 113 public void setGroupCheckable(int group, boolean checkable, boolean exclusive) {
114 mWrappedObject.setGroupCheckable(group, checkable, exclusive);
  /bionic/libc/kernel/uapi/linux/
isdn.h 125 int exclusive; member in struct:__anon550
  /development/ndk/platforms/android-L/include/linux/
isdn.h 125 int exclusive; member in struct:__anon2148
  /external/kernel-headers/original/uapi/linux/
isdn.h 84 #define ISDN_USAGE_EXCLUSIVE 64 /* This bit is set, if channel is exclusive */
119 int exclusive; /* Channel, if bound exclusive */ member in struct:__anon26927
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
isdn.h 83 #define ISDN_USAGE_EXCLUSIVE 64 /* This bit is set, if channel is exclusive */
118 int exclusive; /* Channel, if bound exclusive */ member in struct:__anon45992
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
isdn.h 83 #define ISDN_USAGE_EXCLUSIVE 64 /* This bit is set, if channel is exclusive */
118 int exclusive; /* Channel, if bound exclusive */ member in struct:__anon47728
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
isdn.h 125 int exclusive; member in struct:__anon74367
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
isdn.h 125 int exclusive; member in struct:__anon75676
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
isdn.h 125 int exclusive; member in struct:__anon76984
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
native_media_file_util.h 57 bool exclusive,
118 bool exclusive,
160 bool exclusive,
  /external/chromium_org/content/browser/fileapi/
obfuscated_file_util_unittest.cc 468 bool exclusive = true; local
474 exclusive, recursive));
871 bool exclusive = true; local
877 ofu()->CreateDirectory(context.get(), directory_url, exclusive,
1034 bool exclusive = true; local
1054 bool exclusive = false; local
1195 bool exclusive = true; local
1250 bool exclusive = true; local
1276 bool exclusive = true; local
1314 bool exclusive = true; local
1354 bool exclusive = false; local
1500 bool exclusive = true; local
1544 bool exclusive = true; local
1672 bool exclusive = true; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/fileapi/
async_file_util.h 37 bool exclusive,
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
provider_async_file_util.h 47 bool exclusive,
  /external/chromium_org/chrome/browser/local_discovery/storage/
privet_filesystem_async_util.h 32 bool exclusive,
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
list_changes_task.cc 101 blocking_factor->exclusive = true;
  /external/chromium_org/tools/grit/grit/
exception.py 58 '''This element has 2 mutually exclusive mandatory attributes'''

Completed in 1404 milliseconds

12 3 4 5 6 7 8