Home
last modified time | relevance | path

Searched refs:exclusive (Results 1 – 25 of 363) sorted by relevance

12345678910>>...15

/external/javassist/src/main/javassist/bytecode/
DCodeIterator.java448 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 …]
DExceptionTable.java251 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()
DStackMap.java375 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()
DStackMapTable.java788 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)
DLineNumberAttribute.java172 void shiftPc(int where, int gapLength, boolean exclusive) { in shiftPc() argument
177 if (pc > where || (exclusive && pc == where)) in shiftPc()
DLocalVariableAttribute.java180 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/
Dproperty-10.m6 …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 …]
Dwarn-retain-block-property.m37 // 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
Dweak-property.m13 …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}}
Dproperty-12.m16 …) 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}}
Dconflict-atomic-property.m5 …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}}
Dproperty-in-class-extension-1.m52 …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}}
Darc-property-decl-attrs.m91 …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/
Dkernel_config.py96 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/
DWebAssemblyInstrAtomics.td36 // Low-level exclusive operations
39 // TODO: add exclusive operations here...
47 // And clear exclusive.
/external/libxml2/result/schemas/
Dsrc-element3_0_0.err1 …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.
Delement-err_0_0.err8 …://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/
DREADME.md94 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/
DPATENTS6 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/
DPATENTS.TXT7 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/
DPATENTS6 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/
DPATENTS7 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/
DPATENTS7 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/
Dhold_lock_1.vgtest3 vgopts: --exclusive-threshold=500 --shared-threshold=2000
Dhold_lock_2.vgtest3 vgopts: --exclusive-threshold=2000 --shared-threshold=500

12345678910>>...15