Searched defs:exclusive (Results 1 - 25 of 40) sorted by relevance

12

/external/javassist/src/main/javassist/bytecode/
H A DLineNumberAttribute.java172 void shiftPc(int where, int gapLength, boolean exclusive) { argument
177 if (pc > where || (exclusive && pc == where))
H A DExceptionTable.java251 void shiftPc(int where, int gapLength, boolean exclusive) { argument
255 e.startPc = shiftPc(e.startPc, where, gapLength, exclusive);
256 e.endPc = shiftPc(e.endPc, where, gapLength, exclusive);
257 e.handlerPc = shiftPc(e.handlerPc, where, gapLength, exclusive);
262 boolean exclusive) {
263 if (pc > where || (exclusive && pc == where))
261 shiftPc(int pc, int where, int gapLength, boolean exclusive) argument
H A DLocalVariableAttribute.java180 void shiftPc(int where, int gapLength, boolean exclusive) { argument
189 if (pc > where || (exclusive && pc == where && pc != 0))
191 else if (pc + len > where || (exclusive && pc + len == where))
H A DStackMap.java375 void shiftPc(int where, int gapSize, boolean exclusive) argument
378 new Shifter(this, where, gapSize, exclusive).visit();
383 private boolean exclusive; field in class:StackMap.Shifter
385 public Shifter(StackMap smt, int where, int gap, boolean exclusive) { argument
389 this.exclusive = exclusive;
393 if (exclusive ? where <= offset : where < offset)
H A DStackMapTable.java788 void shiftPc(int where, int gapSize, boolean exclusive) argument
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) { argument
808 this.exclusive = exclusive;
829 if (exclusive)
876 if (exclusive)
H A DCodeIterator.java448 private int insert0(int pos, byte[] code, boolean exclusive) argument
456 pos = insertGapAt(pos, len, exclusive).position;
505 * Inserts an exclusive gap
524 * Inserts an exclusive gap in front of the instruction at the given
561 * Inserts an inclusive or exclusive gap in front of the instruction
569 * then it is included within that block. If the gap is exclusive,
588 * @param exclusive true if exclusive, otherwise false.
592 public Gap insertGapAt(int pos, int length, boolean exclusive) argument
596 * cursorPos indicates the next bytecode whichever exclusive i
796 insertGapCore0(byte[] code, int where, int gapLength, boolean exclusive, ExceptionTable etable, CodeAttribute ca) argument
817 insertGapCore1(byte[] code, int where, int gapLength, boolean exclusive, ExceptionTable etable, CodeAttribute ca) argument
853 insertGap2(byte[] code, int where, int gapLength, int endPos, byte[] newcode, boolean exclusive) argument
973 newOffset(int i, int offset, int where, int gapLength, boolean exclusive) argument
1014 shiftPc(int where, int gapLength, boolean exclusive) argument
1086 insertGapCore0w(byte[] code, int where, int gapLength, boolean exclusive, ExceptionTable etable, CodeAttribute ca, Gap newWhere) argument
1110 insertGap2w(byte[] code, int where, int gapLength, boolean exclusive, ArrayList jumps, Pointers ptrs) argument
1270 shift(int where, int gapLength, boolean exclusive) argument
1275 shiftOffset(int i, int offset, int where, int gapLength, boolean exclusive) argument
1347 shift(int where, int gapLength, boolean exclusive) argument
1435 shift(int where, int gapLength, boolean exclusive) argument
1458 shift(int where, int gapLength, boolean exclusive) argument
[all...]
/external/python/cpython2/Modules/zlib/
H A Dgzlib.c103 int exclusive = 0; local
151 exclusive = 1;
234 (exclusive ? O_EXCL : 0) |
/external/zlib/src/
H A Dgzlib.c103 int exclusive = 0; local
151 exclusive = 1;
234 (exclusive ? O_EXCL : 0) |
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DFrameReader.java93 * @param exclusive inserts this stream ID as the sole child of
96 void priority(int streamId, int streamDependency, int weight, boolean exclusive); argument
H A DFramedConnection.java812 boolean exclusive) {
811 priority(int streamId, int streamDependency, int weight, boolean exclusive) argument
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
H A DBaseTestHandler.java62 boolean exclusive) {
61 priority(int streamId, int streamDependency, int weight, boolean exclusive) argument
H A DMockSpdyPeer.java304 boolean exclusive) {
303 priority(int streamId, int streamDependency, int weight, boolean exclusive) argument
/external/pdfium/third_party/zlib_v128/
H A Dgzlib.c103 int exclusive = 0; local
151 exclusive = 1;
234 (exclusive ? O_EXCL : 0) |
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/view/
H A DTestMenu.java114 public void setGroupCheckable(int group, boolean checkable, boolean exclusive) { argument
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/
H A DMenuLoaderTest.java128 boolean exclusive) {
127 setGroupCheckable(int group, boolean checkable, boolean exclusive) argument
/external/strace/
H A Dperf_event_struct.h19 exclusive :1, member in struct:perf_event_attr
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorScan.h60 const XprType& expr, const Index& axis, bool exclusive = false, const Op& op = Op())
61 : m_expr(expr), m_axis(axis), m_accumulator(op), m_exclusive(exclusive) {}
70 bool exclusive() const { return m_exclusive; } function in class:Eigen::TensorScanOp
108 m_exclusive(op.exclusive()),
147 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool exclusive() const { function in struct:Eigen::TensorEvaluator
231 if (self.exclusive()) {
261 if (self.exclusive()) {
/external/kernel-headers/original/uapi/linux/
H A Disdn.h84 #define ISDN_USAGE_EXCLUSIVE 64 /* This bit is set, if channel is exclusive */
119 int exclusive; /* Channel, if bound exclusive */ member in struct:__anon8865
H A Dperf_event.h311 exclusive : 1, /* only group on PMU */ member in struct:perf_event_attr
/external/strace/tests/
H A Dperf_event_open.c81 exclusive :1, member in struct:pea_flags
228 ", exclusive=%u"
243 attr->exclusive,
/external/strace/tests-m32/
H A Dperf_event_open.c81 exclusive :1, member in struct:pea_flags
228 ", exclusive=%u"
243 attr->exclusive,
/external/strace/tests-mx32/
H A Dperf_event_open.c81 exclusive :1, member in struct:pea_flags
228 ", exclusive=%u"
243 attr->exclusive,
/external/libxml2/python/
H A Dlibxml.c3614 int exclusive; local
3628 &exclusive,
3642 if (exclusive) {
3655 exclusive,
3690 int exclusive; local
3706 &exclusive,
3728 if (exclusive) {
3741 exclusive,
/external/mesa3d/src/amd/vulkan/
H A Dradv_private.h1023 bool exclusive; member in struct:radv_image
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...

Completed in 536 milliseconds

12