Home
last modified time | relevance | path

Searched defs:o (Results 1 – 25 of 3236) sorted by relevance

12345678910>>...130

/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DExecutionVisitor.java125 public void visitAALOAD(final AALOAD o) { in visitAALOAD()
139 public void visitAASTORE(final AASTORE o) { in visitAASTORE()
146 public void visitACONST_NULL(final ACONST_NULL o) { in visitACONST_NULL()
151 public void visitALOAD(final ALOAD o) { in visitALOAD()
156 public void visitANEWARRAY(final ANEWARRAY o) { in visitANEWARRAY()
162 public void visitARETURN(final ARETURN o) { in visitARETURN()
167 public void visitARRAYLENGTH(final ARRAYLENGTH o) { in visitARRAYLENGTH()
174 public void visitASTORE(final ASTORE o) { in visitASTORE()
181 public void visitATHROW(final ATHROW o) { in visitATHROW()
193 public void visitBALOAD(final BALOAD o) { in visitBALOAD()
[all …]
DInstConstraintVisitor.java151 private void indexOfInt(final Instruction o, final Type index) { in indexOfInt()
163 private void referenceTypeIsInitialized(final Instruction o, final ReferenceType r) { in referenceTypeIsInitialized()
170 private void valueOfInt(final Instruction o, final Type value) { in valueOfInt()
181 private boolean arrayrefOfArrayType(final Instruction o, final Type arrayref) { in arrayrefOfArrayType()
206 private void _visitStackAccessor(final Instruction o) { in _visitStackAccessor()
231 public void visitLoadClass(final LoadClass o) { in visitLoadClass()
247 public void visitStackConsumer(final StackConsumer o) { in visitStackConsumer()
255 public void visitStackProducer(final StackProducer o) { in visitStackProducer()
269 public void visitCPInstruction(final CPInstruction o) { in visitCPInstruction()
281 public void visitFieldInstruction(final FieldInstruction o) { in visitFieldInstruction()
[all …]
/external/flatbuffers/tests/MyGame/Example/
DMonster.kt25 val o = __offset(4) in pos() constant
34 val o = __offset(6) constant
38 val o = __offset(6) in mutateMana() constant
48 val o = __offset(8) constant
52 val o = __offset(8) in mutateHp() constant
62 val o = __offset(10) constant in MyGame.Example.Monster
68 val o = __offset(14) in nameInByteBuffer() constant
77 val o = __offset(14); return if (o != 0) __vector_len(o) else 0 constant in MyGame.Example.Monster
82 val o = __offset(14) in inventoryInByteBuffer() constant
92 val o = __offset(16) constant in MyGame.Example.Monster
[all …]
DTypeAliases.kt22 val o = __offset(4) constant in MyGame.Example.TypeAliases
26 val o = __offset(4) in mutateI8() constant
36 val o = __offset(6) constant
40 val o = __offset(6) in mutateU8() constant
50 val o = __offset(8) constant
54 val o = __offset(8) in mutateI16() constant
64 val o = __offset(10) constant
68 val o = __offset(10) in mutateU16() constant
78 val o = __offset(12) constant
82 val o = __offset(12) in mutateI32() constant
[all …]
DMonster.java23 …public MyGame.Example.Vec3 pos(MyGame.Example.Vec3 obj) { int o = __offset(4); return o != 0 ? obj… in pos() local
24 public short mana() { int o = __offset(6); return o != 0 ? bb.getShort(o + bb_pos) : 150; } in mana() local
25 …public boolean mutateMana(short mana) { int o = __offset(6); if (o != 0) { bb.putShort(o + bb_pos,… in mutateMana() local
26 public short hp() { int o = __offset(8); return o != 0 ? bb.getShort(o + bb_pos) : 100; } in hp() local
27 …public boolean mutateHp(short hp) { int o = __offset(8); if (o != 0) { bb.putShort(o + bb_pos, hp)… in mutateHp() local
28 public String name() { int o = __offset(10); return o != 0 ? __string(o + bb_pos) : null; } in name() local
31 …public int inventory(int j) { int o = __offset(14); return o != 0 ? bb.get(__vector(o) + j * 1) & … in inventory() local
32 public int inventoryLength() { int o = __offset(14); return o != 0 ? __vector_len(o) : 0; } in inventoryLength() local
34 …public ByteVector inventoryVector(ByteVector obj) { int o = __offset(14); return o != 0 ? obj.__as… in inventoryVector() local
37 …public boolean mutateInventory(int j, int inventory) { int o = __offset(14); if (o != 0) { bb.put(… in mutateInventory() local
[all …]
DTypeAliases.java18 public byte i8() { int o = __offset(4); return o != 0 ? bb.get(o + bb_pos) : 0; } in i8() local
19 …public boolean mutateI8(byte i8) { int o = __offset(4); if (o != 0) { bb.put(o + bb_pos, i8); retu… in mutateI8() local
20 public int u8() { int o = __offset(6); return o != 0 ? bb.get(o + bb_pos) & 0xFF : 0; } in u8() local
21 …public boolean mutateU8(int u8) { int o = __offset(6); if (o != 0) { bb.put(o + bb_pos, (byte)u8);… in mutateU8() local
22 public short i16() { int o = __offset(8); return o != 0 ? bb.getShort(o + bb_pos) : 0; } in i16() local
23 …public boolean mutateI16(short i16) { int o = __offset(8); if (o != 0) { bb.putShort(o + bb_pos, i… in mutateI16() local
24 public int u16() { int o = __offset(10); return o != 0 ? bb.getShort(o + bb_pos) & 0xFFFF : 0; } in u16() local
25 …public boolean mutateU16(int u16) { int o = __offset(10); if (o != 0) { bb.putShort(o + bb_pos, (s… in mutateU16() local
26 public int i32() { int o = __offset(12); return o != 0 ? bb.getInt(o + bb_pos) : 0; } in i32() local
27 …public boolean mutateI32(int i32) { int o = __offset(12); if (o != 0) { bb.putInt(o + bb_pos, i32)… in mutateI32() local
[all …]
DStat.kt22 val o = __offset(4) constant
29 val o = __offset(6) in idInByteBuffer() constant
33 val o = __offset(6) in mutateVal_() constant
43 val o = __offset(8) constant
47 val o = __offset(8) in mutateCount() constant
74 val o = builder.endTable() in startStat() constant
/external/flatbuffers/tests/MyGame/
DMonsterExtra.kt22 val o = __offset(4) constant in MyGame.MonsterExtra
26 val o = __offset(4) in mutateD0() constant
36 val o = __offset(6) constant in MyGame.MonsterExtra
40 val o = __offset(6) in mutateD1() constant
50 val o = __offset(8) constant
54 val o = __offset(8) in mutateD2() constant
64 val o = __offset(10) constant
68 val o = __offset(10) in mutateD3() constant
78 val o = __offset(12) constant
82 val o = __offset(12) in mutateF0() constant
[all …]
DMonsterExtra.java19 public double d0() { int o = __offset(4); return o != 0 ? bb.getDouble(o + bb_pos) : Double.NaN; } in d0() local
20 …public boolean mutateD0(double d0) { int o = __offset(4); if (o != 0) { bb.putDouble(o + bb_pos, d… in mutateD0() local
21 public double d1() { int o = __offset(6); return o != 0 ? bb.getDouble(o + bb_pos) : Double.NaN; } in d1() local
22 …public boolean mutateD1(double d1) { int o = __offset(6); if (o != 0) { bb.putDouble(o + bb_pos, d… in mutateD1() local
23 …public double d2() { int o = __offset(8); return o != 0 ? bb.getDouble(o + bb_pos) : Double.POSITI… in d2() local
24 …public boolean mutateD2(double d2) { int o = __offset(8); if (o != 0) { bb.putDouble(o + bb_pos, d… in mutateD2() local
25 …public double d3() { int o = __offset(10); return o != 0 ? bb.getDouble(o + bb_pos) : Double.NEGAT… in d3() local
26 …public boolean mutateD3(double d3) { int o = __offset(10); if (o != 0) { bb.putDouble(o + bb_pos, … in mutateD3() local
27 public float f0() { int o = __offset(12); return o != 0 ? bb.getFloat(o + bb_pos) : Float.NaN; } in f0() local
28 …public boolean mutateF0(float f0) { int o = __offset(12); if (o != 0) { bb.putFloat(o + bb_pos, f0… in mutateF0() local
[all …]
/external/guava/android/guava-tests/test/com/google/common/eventbus/outside/
DAnnotatedSubscriberFinderTests.java70 public void notASubscriber(Object o) { in notASubscriber()
75 public void subscriber(Object o) { in subscriber()
98 public abstract void overriddenAndAnnotatedInSubclass(Object o); in overriddenAndAnnotatedInSubclass()
101 public abstract void overriddenInSubclass(Object o); in overriddenInSubclass()
110 public void overriddenAndAnnotatedInSubclass(Object o) { in overriddenAndAnnotatedInSubclass()
115 public void overriddenInSubclass(Object o) { in overriddenInSubclass()
145 public void notOverriddenInSubclass(Object o) { in notOverriddenInSubclass()
150 public void overriddenNotAnnotatedInSubclass(Object o) { in overriddenNotAnnotatedInSubclass()
155 public void overriddenAndAnnotatedInSubclass(Object o) { in overriddenAndAnnotatedInSubclass()
160 public void differentlyOverriddenNotAnnotatedInSubclass(Object o) { in differentlyOverriddenNotAnnotatedInSubclass()
[all …]
/external/guava/guava-tests/test/com/google/common/eventbus/outside/
DAnnotatedSubscriberFinderTests.java70 public void notASubscriber(Object o) { in notASubscriber()
75 public void subscriber(Object o) { in subscriber()
98 public abstract void overriddenAndAnnotatedInSubclass(Object o); in overriddenAndAnnotatedInSubclass()
101 public abstract void overriddenInSubclass(Object o); in overriddenInSubclass()
110 public void overriddenAndAnnotatedInSubclass(Object o) { in overriddenAndAnnotatedInSubclass()
115 public void overriddenInSubclass(Object o) { in overriddenInSubclass()
145 public void notOverriddenInSubclass(Object o) { in notOverriddenInSubclass()
150 public void overriddenNotAnnotatedInSubclass(Object o) { in overriddenNotAnnotatedInSubclass()
155 public void overriddenAndAnnotatedInSubclass(Object o) { in overriddenAndAnnotatedInSubclass()
160 public void differentlyOverriddenNotAnnotatedInSubclass(Object o) { in differentlyOverriddenNotAnnotatedInSubclass()
[all …]
/external/flatbuffers/tests/union_vector/
DMovie.kt20 val o = __offset(4) constant
24 val o = __offset(4) in mutateMainCharacterType() constant
33 val o = __offset(6); return if (o != 0) __union(obj, o + bb_pos) else null in mainCharacter() constant
36 val o = __offset(8) in charactersType() constant
45 val o = __offset(8); return if (o != 0) __vector_len(o) else 0 constant in Movie
50 val o = __offset(8) in charactersTypeInByteBuffer() constant
59 val o = __offset(10) in characters() constant
68 val o = __offset(10); return if (o != 0) __vector_len(o) else 0 constant
108 val o = builder.endTable() in startCharactersVector() constant
/external/tensorflow/tensorflow/python/util/
Dutil_wrapper.cc40 [](const py::handle& o) { in PYBIND11_MODULE()
52 [](const py::handle& o) { in PYBIND11_MODULE()
68 [](const py::handle& o) { in PYBIND11_MODULE()
87 [](const py::handle& o) { in PYBIND11_MODULE()
105 [](const py::handle& o) { in PYBIND11_MODULE()
123 [](const py::handle& o, bool strict) { in PYBIND11_MODULE()
132 [](const py::handle& o) { in PYBIND11_MODULE()
150 [](const py::handle& o) { in PYBIND11_MODULE()
168 [](const py::handle& o) { in PYBIND11_MODULE()
186 [](const py::handle& o) { in PYBIND11_MODULE()
[all …]
Dutil.cc100 bool IsString(PyObject* o) { in IsString()
112 StringPiece GetClassName(PyObject* o) { in GetClassName()
130 string PyObjectToString(PyObject* o) { in PyObjectToString()
165 int CachedLookup(PyObject* o) { in CachedLookup()
235 int IsMappingHelper(PyObject* o) { in IsMappingHelper()
245 int IsMutableMappingHelper(PyObject* o) { in IsMutableMappingHelper()
256 int IsMappingViewHelper(PyObject* o) { in IsMappingViewHelper()
266 int IsObjectProxy(PyObject* o) { in IsObjectProxy()
275 int IsAttrsHelper(PyObject* o) { in IsAttrsHelper()
292 int IsIndexedSlicesHelper(PyObject* o) { in IsIndexedSlicesHelper()
[all …]
/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
Dmonster_test_generated.swift232 …public func mutate(color: MyGame.Example.Color) -> Bool {let o = _accessor.offset(4); return _acc… in mutate() variable
259 …public func mutate(val: Int64) -> Bool {let o = _accessor.offset(6); return _accessor.mutate(val,… in mutate() variable
261 …public func mutate(count: UInt16) -> Bool {let o = _accessor.offset(8); return _accessor.mutate(c… in mutate() variable
292 …public func mutate(id: UInt64) -> Bool {let o = _accessor.offset(4); return _accessor.mutate(id, … in mutate() variable
343 …public func mutate(mana: Int16) -> Bool {let o = _accessor.offset(6); return _accessor.mutate(man… in mutate() variable
345 …public func mutate(hp: Int16) -> Bool {let o = _accessor.offset(8); return _accessor.mutate(hp, i… in mutate() variable
349 …public func inventory(at index: Int32) -> UInt8 { let o = _accessor.offset(14); return o == 0 ? 0 … in inventory() variable
351 …public func mutate(inventory: UInt8, at index: Int32) -> Bool { let o = _accessor.offset(14); retu… in mutate() variable
353 …public func mutate(color: MyGame.Example.Color) -> Bool {let o = _accessor.offset(16); return _ac… in mutate() variable
355 …public func test<T: FlatBufferObject>(type: T.Type) -> T? { let o = _accessor.offset(20); return o… in test<T: FlatBufferObject>() variable
[all …]
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/
DPass3aVerifier.java520 public void visitLoadClass(final LoadClass o) { in visitLoadClass()
542 public void visitLDC(final LDC o) { in visitLDC()
561 public void visitLDC2_W(final LDC2_W o) { in visitLDC2_W()
576 private ObjectType getObjectType(final FieldInstruction o) { in getObjectType()
588 public void visitFieldInstruction(final FieldInstruction o) { in visitFieldInstruction()
662 public void visitInvokeInstruction(final InvokeInstruction o) { in visitInvokeInstruction()
741 public void visitINSTANCEOF(final INSTANCEOF o) { in visitINSTANCEOF()
751 public void visitCHECKCAST(final CHECKCAST o) { in visitCHECKCAST()
761 public void visitNEW(final NEW o) { in visitNEW()
779 public void visitMULTIANEWARRAY(final MULTIANEWARRAY o) { in visitMULTIANEWARRAY()
[all …]
/external/tensorflow/tensorflow/python/distribute/
Dps_values.py209 def __add__(self, o): argument
212 def __radd__(self, o): argument
215 def __sub__(self, o): argument
218 def __rsub__(self, o): argument
221 def __mul__(self, o): argument
224 def __rmul__(self, o): argument
227 def __truediv__(self, o): argument
230 def __rtruediv__(self, o): argument
233 def __floordiv__(self, o): argument
236 def __rfloordiv__(self, o): argument
[all …]
/external/flatbuffers/tests/namespace_test/NamespaceA/
DTableInFirstNS.kt22 val o = __offset(4) in fooTable() constant
31 val o = __offset(6) constant in NamespaceA.TableInFirstNS
35 val o = __offset(6) in mutateFooEnum() constant
45 val o = __offset(8) in fooStruct() constant
64 val o = builder.endTable() in startTableInFirstNS() constant
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Ddrf.h36 #define DRF_MW_SPANS(o,drf) (DRF_LW_IDX((o),drf) != DRF_HW_IDX((o),drf)) argument
37 #define DRF_MW_SIZE(o) (sizeof((o)[0]) * 8) argument
39 #define DRF_LW_IDX(o,drf) (DRF_LO(DRF_MW(drf)) / DRF_MW_SIZE(o)) argument
40 #define DRF_LW_LO(o,drf) (DRF_LO(DRF_MW(drf)) % DRF_MW_SIZE(o)) argument
41 #define DRF_LW_HI(o,drf) (DRF_MW_SPANS((o),drf) ? (DRF_MW_SIZE(o) - 1) : DRF_HW_HI((o),drf)) argument
42 #define DRF_LW_BITS(o,drf) (DRF_LW_HI((o),drf) - DRF_LW_LO((o),drf) + 1) argument
43 #define DRF_LW_MASK(o,drf) (~0ULL >> (64 - DRF_LW_BITS((o),drf))) argument
44 #define DRF_LW_SMASK(o,drf) (DRF_LW_MASK((o),drf) << DRF_LW_LO((o),drf)) argument
45 #define DRF_LW_GET(o,drf) (((o)[DRF_LW_IDX((o),drf)] >> DRF_LW_LO((o),drf)) & DRF_LW_MASK((o),drf… argument
46 #define DRF_LW_VAL(o,drf,v) (((v) & DRF_LW_MASK((o),drf)) << DRF_LW_LO((o),drf)) argument
[all …]
/external/antlr/runtime/JavaScript/src/org/
Dantlr.js81 var o= /** @lends org.antlr.env.ua */ { variable
266 isArray: function(o) { argument
279 isBoolean: function(o) { argument
288 isFunction: function(o) { argument
297 isNull: function(o) { argument
306 isNumber: function(o) { argument
316 isObject: function(o) { argument
325 isString: function(o) { argument
334 isUndefined: function(o) { argument
480 isValue: function(o) { argument
/external/objenesis/main/src/test/java/org/objenesis/
DObjenesisTest.java36 Objenesis o = new ObjenesisStd(); in testObjenesis() local
44 Objenesis o = new ObjenesisStd(false); in testObjenesis_WithoutCache() local
54 Objenesis o = new ObjenesisStd(); in testNewInstance() local
60 Objenesis o = new ObjenesisStd(); in testGetInstantiatorOf() local
72 Objenesis o = new ObjenesisStd(); in testGetInstantiatorOf_primitive() local
79 Objenesis o = new ObjenesisStd() {}; in testToString() local
/external/protobuf/java/core/src/stubs/sun/misc/
DUnsafe.java42 public boolean getBoolean(Object o, long offset) { /* null implementation */ return false; } in getBoolean()
44 public byte getByte(Object o, long offset) { /* null implementation */ return 0; } in getByte()
46 public float getFloat(Object o, long offset) { /* null implementation */ return 0; } in getFloat()
47 public double getDouble(Object o, long offset) { /* null implementation */ return 0; } in getDouble()
48 public int getInt(Object o, long offset) { /* null implementation */ return 0; } in getInt()
50 public long getLong(Object o, long offset) { /* null implementation */ return 0; } in getLong()
52 public Object getObject(Object o, long offset) { /* null implementation */ return null; } in getObject()
54 public void putBoolean(Object o, long offset, boolean x) { /* null implementation */ } in putBoolean()
56 public void putByte(Object o, long offset, byte x) { /* null implementation */ } in putByte()
58 public void putFloat(Object o, long offset, float x) { /* null implementation */ } in putFloat()
[all …]
/external/angle/third_party/abseil-cpp/absl/types/
Dany_test.cc111 absl::any o; in TEST() local
120 absl::any o; in TEST() local
133 absl::any o; in TEST() local
143 absl::any o; in TEST() local
154 absl::any o(absl::in_place_type_t<IntMoveOnlyCopyOnly>(), 5, MoveOnly(), in TEST() local
185 absl::any o(absl::in_place_type_t<FunctionType>(), FunctionToEmplace); in TEST() local
198 absl::any o(absl::in_place_type_t<ArrayType>(), ar); in TEST() local
212 absl::any o(absl::in_place_type_t<ListMoveOnlyCopyOnly>(), {1, 2, 3, 4}, in TEST() local
270 absl::any o; in TEST() local
287 absl::any o; in TEST() local
[all …]
/external/abseil-cpp/absl/types/
Dany_test.cc111 absl::any o; in TEST() local
120 absl::any o; in TEST() local
133 absl::any o; in TEST() local
143 absl::any o; in TEST() local
154 absl::any o(absl::in_place_type_t<IntMoveOnlyCopyOnly>(), 5, MoveOnly(), in TEST() local
185 absl::any o(absl::in_place_type_t<FunctionType>(), FunctionToEmplace); in TEST() local
198 absl::any o(absl::in_place_type_t<ArrayType>(), ar); in TEST() local
212 absl::any o(absl::in_place_type_t<ListMoveOnlyCopyOnly>(), {1, 2, 3, 4}, in TEST() local
270 absl::any o; in TEST() local
287 absl::any o; in TEST() local
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/
Dany_test.cc111 absl::any o; in TEST() local
120 absl::any o; in TEST() local
133 absl::any o; in TEST() local
143 absl::any o; in TEST() local
154 absl::any o(absl::in_place_type_t<IntMoveOnlyCopyOnly>(), 5, MoveOnly(), in TEST() local
185 absl::any o(absl::in_place_type_t<FunctionType>(), FunctionToEmplace); in TEST() local
198 absl::any o(absl::in_place_type_t<ArrayType>(), ar); in TEST() local
212 absl::any o(absl::in_place_type_t<ListMoveOnlyCopyOnly>(), {1, 2, 3, 4}, in TEST() local
270 absl::any o; in TEST() local
287 absl::any o; in TEST() local
[all …]

12345678910>>...130