/external/javassist/src/main/javassist/bytecode/ |
D | CodeIterator.java | 448 private int insert0(int pos, byte[] code, boolean exclusive) in insert0() argument 456 pos = insertGapAt(pos, len, exclusive).position; in insert0() 592 public Gap insertGapAt(int pos, int length, boolean exclusive) in insertGapAt() argument 610 c = insertGapCore0w(bytecode, pos, length, exclusive, in insertGapAt() 617 c = insertGapCore0(bytecode, pos, length, exclusive, in insertGapAt() 626 if (mark > pos || (mark == pos && exclusive)) in insertGapAt() 797 boolean exclusive, ExceptionTable etable, CodeAttribute ca) in insertGapCore0() argument 804 return insertGapCore1(code, where, gapLength, exclusive, etable, ca); in insertGapCore0() 809 exclusive, etable, ca); in insertGapCore0() 818 boolean exclusive, ExceptionTable etable, in insertGapCore1() argument [all …]
|
D | ExceptionTable.java | 251 void shiftPc(int where, int gapLength, boolean exclusive) { in shiftPc() argument 255 e.startPc = shiftPc(e.startPc, where, gapLength, exclusive); in shiftPc() 256 e.endPc = shiftPc(e.endPc, where, gapLength, exclusive); in shiftPc() 257 e.handlerPc = shiftPc(e.handlerPc, where, gapLength, exclusive); in shiftPc() 262 boolean exclusive) { in shiftPc() argument 263 if (pc > where || (exclusive && pc == where)) in shiftPc()
|
D | StackMap.java | 375 void shiftPc(int where, int gapSize, boolean exclusive) in shiftPc() argument 378 new Shifter(this, where, gapSize, exclusive).visit(); in shiftPc() 383 private boolean exclusive; field in StackMap.Shifter 385 public Shifter(StackMap smt, int where, int gap, boolean exclusive) { in Shifter() argument 389 this.exclusive = exclusive; in Shifter() 393 if (exclusive ? where <= offset : where < offset) in locals()
|
D | StackMapTable.java | 788 void shiftPc(int where, int gapSize, boolean exclusive) in shiftPc() argument 791 new Shifter(this, where, gapSize, exclusive).doit(); in shiftPc() 799 private boolean exclusive; field in StackMapTable.Shifter 801 public Shifter(StackMapTable smt, int where, int gap, boolean exclusive) { in Shifter() argument 808 this.exclusive = exclusive; in Shifter() 829 if (exclusive) in update() 876 if (exclusive)
|
D | LineNumberAttribute.java | 172 void shiftPc(int where, int gapLength, boolean exclusive) { in shiftPc() argument 177 if (pc > where || (exclusive && pc == where)) in shiftPc()
|
D | LocalVariableAttribute.java | 180 void shiftPc(int where, int gapLength, boolean exclusive) { in shiftPc() argument 189 if (pc > where || (exclusive && pc == where && pc != 0)) in shiftPc() 191 else if (pc + len > where || (exclusive && pc + len == where)) in shiftPc()
|
/external/clang/test/SemaObjC/ |
D | property-10.m | 6 …int p0; // expected-error {{property attributes 'readonly' and 'readwrite' are mutually exclusive}} 13 …opy) id p3_0; // expected-error {{property attributes 'assign' and 'copy' are mutually exclusive}} 14 …n) id p3_1; // expected-error {{property attributes 'assign' and 'retain' are mutually exclusive}} 15 …g) id s3_1; // expected-error {{property attributes 'assign' and 'strong' are mutually exclusive}} 16 …ain) id p3_2; // expected-error {{property attributes 'copy' and 'retain' are mutually exclusive}} 17 …ong) id s3_2; // expected-error {{property attributes 'copy' and 'strong' are mutually exclusive}} 18 …ign' and 'copy' are mutually exclusive}}, expected-error {{property attributes 'assign' and 'retai… 19 …ign' and 'copy' are mutually exclusive}}, expected-error {{property attributes 'assign' and 'stron… 21 …0; // expected-error {{property attributes 'unsafe_unretained' and 'copy' are mutually exclusive}} 22 … // expected-error {{property attributes 'unsafe_unretained' and 'retain' are mutually exclusive}} [all …]
|
D | warn-retain-block-property.m | 37 // CHECK-ARC: 15:1: error: property attributes 'retain' and 'weak' are mutually exclusive 40 // CHECK-ARC: 18:1: error: property attributes 'copy' and 'retain' are mutually exclusive 43 // CHECK-ARC: 19:1: error: property attributes 'assign' and 'retain' are mutually exclusive 54 // CHECK: 15:1: error: property attributes 'retain' and 'weak' are mutually exclusive 57 // CHECK: 18:1: error: property attributes 'copy' and 'retain' are mutually exclusive 60 // CHECK: 19:1: error: property attributes 'assign' and 'retain' are mutually exclusive
|
D | weak-property.m | 13 …ssign) id v1; // expected-error {{property attributes 'assign' and 'weak' are mutually exclusive}} 14 …ak, copy) id v2; // expected-error {{property attributes 'copy' and 'weak' are mutually exclusive}} 15 …retain) id v3; // expected-error {{property attributes 'retain' and 'weak' are mutually exclusive}} 16 …ssign) id v4; // expected-error {{property attributes 'assign' and 'weak' are mutually exclusive}}
|
D | property-12.m | 16 …) id X; // expected-error {{property attributes 'readonly' and 'readwrite' are mutually exclusive}} 20 …gn,copy) id X; // expected-error {{property attributes 'assign' and 'copy' are mutually exclusive}} 24 …etain) id X; // expected-error {{property attributes 'assign' and 'retain' are mutually exclusive}} 28 …,retain) id X; // expected-error {{property attributes 'copy' and 'retain' are mutually exclusive}}
|
D | conflict-atomic-property.m | 5 …at dummy; // expected-error {{property attributes 'atomic' and 'nonatomic' are mutually exclusive}} 9 …float d4; // expected-error {{property attributes 'atomic' and 'nonatomic' are mutually exclusive}}
|
D | property-in-class-extension-1.m | 52 …ertyName; // expected-error {{property attributes 'atomic' and 'nonatomic' are mutually exclusive}} 58 …Name; // expected-error {{property attributes 'readonly' and 'readwrite' are mutually exclusive}} \ 59 // expected-error {{property attributes 'atomic' and 'nonatomic' are mutually exclusive}}
|
D | arc-property-decl-attrs.m | 91 …onNulldelete; // expected-error {{property attributes 'nonnull' and 'weak' are mutually exclusive}} 104 … id delegate; // expected-error {{property attributes 'nonnull' and 'weak' are mutually exclusive}} 105 …d ROdelegate; // expected-error {{property attributes 'nonnull' and 'weak' are mutually exclusive}}
|
/external/autotest/client/cros/ |
D | kernel_config.py | 96 def is_exclusive(self, exclusive): argument 106 for name in exclusive['missing']: 108 for name in exclusive['builtin']: 111 for name in exclusive['module']: 116 regex = r'CONFIG_%s' % (exclusive['regex'])
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrAtomics.td | 36 // Low-level exclusive operations 39 // TODO: add exclusive operations here... 47 // And clear exclusive.
|
/external/libxml2/result/schemas/ |
D | src-element3_0_0.err | 1 …g/2001/XMLSchema}element': The attribute 'type' and the <complexType> child are mutually exclusive. 2 …rg/2001/XMLSchema}element': The attribute 'type' and the <simpleType> child are mutually exclusive.
|
D | element-err_0_0.err | 8 …://www.w3.org/2001/XMLSchema}element': The attributes 'default' and 'fixed' are mutually exclusive. 10 …{http://www.w3.org/2001/XMLSchema}element': The attributes 'ref' and 'name' are mutually exclusive. 18 …://www.w3.org/2001/XMLSchema}element': The attributes 'default' and 'fixed' are mutually exclusive. 19 …g/2001/XMLSchema}element': The attribute 'type' and the <complexType> child are mutually exclusive.
|
/external/vixl/ |
D | README.md | 94 All exclusive-access instructions are supported, but the simulator cannot 98 * A local monitor is simulated, so simulated exclusive loads and stores execute 100 * The global monitor is simulated by occasionally causing exclusive-access 109 * A pair of load-/store-exclusive instructions will only succeed if they have 112 will clear the exclusive monitor. 114 exclusive monitor will sometimes be left intact after these instructions.
|
/external/webrtc/webrtc/ |
D | PATENTS | 6 Google hereby grants to you a perpetual, worldwide, non-exclusive, 16 your agent or exclusive licensee institute or order or agree to the
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | PATENTS.TXT | 7 Google hereby grants to you a perpetual, worldwide, non-exclusive, no-charge, 15 implementations. If you or your agent or exclusive licensee institute or order
|
/external/libyuv/files/ |
D | PATENTS | 6 Google hereby grants to you a perpetual, worldwide, non-exclusive, 16 your agent or exclusive licensee institute or order or agree to the
|
/external/libvpx/libvpx/ |
D | PATENTS | 7 Google hereby grants to you a perpetual, worldwide, non-exclusive, no-charge, 15 implementations. If you or your agent or exclusive licensee institute or order
|
/external/webp/ |
D | PATENTS | 7 Google hereby grants to you a perpetual, worldwide, non-exclusive, no-charge, 15 implementations. If you or your agent or exclusive licensee institute or order
|
/external/valgrind/drd/tests/ |
D | hold_lock_1.vgtest | 3 vgopts: --exclusive-threshold=500 --shared-threshold=2000
|
D | hold_lock_2.vgtest | 3 vgopts: --exclusive-threshold=2000 --shared-threshold=500
|