Home
last modified time | relevance | path

Searched defs:exclusive (Results 1 – 25 of 42) sorted by relevance

12

/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
Dgallery_item.js105 dirEntry.getFile(name + ext, {create: false, exclusive: false}, property
164 dir.getFile(name, {create: newFile, exclusive: newFile}, property
169 dir.getFile(name, {create: false, exclusive: false}, property
219 {create: false, exclusive: false}, property
/external/chromium_org/content/test/data/fileapi/
Dquota_test.js6 fs.root.getFile('fd', {create: false, exclusive: false}, function(fileEntry) { property
25 fs.root.getFile('fd', {create: true, exclusive: false}, function(fileEntry) { property
Dcreate_test.js7 fs.root.getFile('foo', {create: true, exclusive: false}, done, property
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DFileSystemFlags.h48 bool exclusive; member
/external/javassist/src/main/javassist/bytecode/
DCodeIterator.java448 private int insert0(int pos, byte[] code, boolean exclusive) in insert0()
592 public Gap insertGapAt(int pos, int length, boolean exclusive) in insertGapAt()
797 boolean exclusive, ExceptionTable etable, CodeAttribute ca) in insertGapCore0()
818 boolean exclusive, ExceptionTable etable, in insertGapCore1()
854 int endPos, byte[] newcode, boolean exclusive) in insertGap2()
974 int gapLength, boolean exclusive) { in newOffset()
1014 void shiftPc(int where, int gapLength, boolean exclusive) throws BadBytecode { in shiftPc()
1086 private byte[] insertGapCore0w(byte[] code, int where, int gapLength, boolean exclusive, in insertGapCore0w()
1111 boolean exclusive, ArrayList jumps, Pointers ptrs) in insertGap2w()
1270 void shift(int where, int gapLength, boolean exclusive) { in shift()
[all …]
DExceptionTable.java251 void shiftPc(int where, int gapLength, boolean exclusive) { in shiftPc()
262 boolean exclusive) { in shiftPc()
DLineNumberAttribute.java172 void shiftPc(int where, int gapLength, boolean exclusive) { in shiftPc()
DStackMap.java375 void shiftPc(int where, int gapSize, boolean exclusive) in shiftPc()
383 private boolean exclusive; field in StackMap.Shifter
385 public Shifter(StackMap smt, int where, int gap, boolean exclusive) { in Shifter()
DStackMapTable.java788 void shiftPc(int where, int gapSize, boolean exclusive) in shiftPc()
799 private boolean exclusive; field in StackMapTable.Shifter
801 public Shifter(StackMapTable smt, int where, int gap, boolean exclusive) { in Shifter()
DLocalVariableAttribute.java180 void shiftPc(int where, int gapLength, boolean exclusive) { in shiftPc()
/external/chromium_org/third_party/WebKit/public/platform/
DWebFileSystem.h117 …virtual void createFile(const WebURL& path, bool exclusive, WebFileSystemCallbacks) { BLINK_ASSERT… in createFile()
127 …virtual void createDirectory(const WebURL& path, bool exclusive, WebFileSystemCallbacks) { BLINK_A… in createDirectory()
/external/chromium_org/content/browser/fileapi/
Dobfuscated_file_util_unittest.cc456 bool exclusive = true; in FillTestDirectory() local
755 bool exclusive = true; in TEST_F() local
936 bool exclusive = true; in TEST_F() local
957 bool exclusive = false; in TEST_F() local
1098 bool exclusive = true; in TEST_F() local
1153 bool exclusive = true; in TEST_F() local
1179 bool exclusive = true; in TEST_F() local
1217 bool exclusive = true; in TEST_F() local
1257 bool exclusive = false; in TEST_F() local
1405 bool exclusive = true; in TEST_F() local
[all …]
/external/chromium_org/webkit/browser/fileapi/
Dfile_system_operation_impl.cc46 bool exclusive, in CreateFile()
57 bool exclusive, in CreateDirectory()
384 bool exclusive) { in DoCreateFile()
397 bool exclusive, bool recursive) { in DoCreateDirectory()
Dnative_file_util.cc173 bool exclusive, in CreateDirectory()
Dlocal_file_util.cc116 bool exclusive, in CreateDirectory()
Dfile_system_operation_runner.cc44 bool exclusive, in CreateFile()
66 bool exclusive, in CreateDirectory()
/external/chromium_org/chrome/browser/sync_file_system/local/
Dsyncable_file_system_operation.cc78 bool exclusive, in CreateFile()
99 bool exclusive, in CreateDirectory()
/external/chromium_org/chrome/browser/media_galleries/fileapi/
Dnative_media_file_util.cc144 bool exclusive, in CreateDirectory()
306 bool exclusive, in CreateDirectoryOnTaskRunnerThread()
420 bool exclusive, in CreateDirectorySync()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
DMenuLoaderTest.java128 boolean exclusive) { in setGroupCheckable()
/external/zlib/src/
Dgzlib.c103 int exclusive = 0; local
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/view/
DTestMenu.java114 public void setGroupCheckable(int group, boolean checkable, boolean exclusive) { in setGroupCheckable()
/external/chromium_org/content/child/fileapi/
Dwebfilesystem_impl.cc472 bool exclusive, in createFile()
489 bool exclusive, in createDirectory()
Dfile_system_dispatcher.cc252 bool exclusive, in CreateFile()
262 bool exclusive, in CreateDirectory()
/external/chromium_org/chrome/common/metrics/proto/
Dperf_data.proto70 optional bool exclusive = 11; field
/external/chromium_org/chrome/browser/chromeos/drive/
Dasync_file_util.cc175 bool exclusive, in CreateDirectory()

12