/external/flatbuffers/tests/union_vector/ |
D | union_vector_generated.ts | 28 __init(i:number, bb:flatbuffers.ByteBuffer):Attacker { method in Attacker 108 __init(i:number, bb:flatbuffers.ByteBuffer):Rapunzel { method in Rapunzel 160 __init(i:number, bb:flatbuffers.ByteBuffer):BookReader { method in BookReader 212 __init(i:number, bb:flatbuffers.ByteBuffer):Movie { method in Movie
|
D | union_vector_generated.js | 36 Attacker.prototype.__init = function(i, bb) { method in Attacker 129 Rapunzel.prototype.__init = function(i, bb) { method in Rapunzel 188 BookReader.prototype.__init = function(i, bb) { method in BookReader 247 Movie.prototype.__init = function(i, bb) { method in Movie
|
D | BookReader.cs | 12 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init() method
|
D | BookReader.java | 10 public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; } in __init() method in BookReader
|
D | Rapunzel.java | 10 public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; } in __init() method in Rapunzel
|
D | Rapunzel.cs | 12 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init() method
|
/external/flatbuffers/tests/namespace_test/ |
D | namespace_test2_generated.ts | 17 __init(i:number, bb:flatbuffers.ByteBuffer):TableInFirstNS { method in NamespaceA.TableInFirstNS 135 __init(i:number, bb:flatbuffers.ByteBuffer):TableInC { method in NamespaceC.TableInC 221 __init(i:number, bb:flatbuffers.ByteBuffer):SecondTableInA { method in NamespaceA.SecondTableInA
|
D | namespace_test1_generated.ts | 26 __init(i:number, bb:flatbuffers.ByteBuffer):TableInNestedNS { method in NamespaceA.NamespaceB.TableInNestedNS 108 __init(i:number, bb:flatbuffers.ByteBuffer):StructInNestedNS { method in NamespaceA.NamespaceB.StructInNestedNS
|
D | namespace_test2_generated.js | 41 NamespaceA.TableInFirstNS.prototype.__init = function(i, bb) { method in NamespaceA.TableInFirstNS 172 NamespaceC.TableInC.prototype.__init = function(i, bb) { method in NamespaceC.TableInC 270 NamespaceA.SecondTableInA.prototype.__init = function(i, bb) { method in NamespaceA.SecondTableInA
|
D | namespace_test1_generated.js | 44 NamespaceA.NamespaceB.TableInNestedNS.prototype.__init = function(i, bb) { method in NamespaceA.NamespaceB.TableInNestedNS 137 NamespaceA.NamespaceB.StructInNestedNS.prototype.__init = function(i, bb) { method in NamespaceA.NamespaceB.StructInNestedNS
|
/external/libnl/include/netlink/cli/ |
D | utils.h | 56 #define __init __attribute__((constructor)) macro
|
/external/flatbuffers/net/FlatBuffers/ |
D | IFlatbufferObject.cs | 24 void __init(int _i, ByteBuffer _bb); in __init() method
|
/external/libcxx/src/ |
D | valarray.cpp | 19 gslice::__init(size_t __start) in __init() function in gslice
|
/external/flatbuffers/tests/ |
D | monster_test_generated.ts | 59 __init(i:number, bb:flatbuffers.ByteBuffer):InParentNamespace { method in MyGame.InParentNamespace 109 __init(i:number, bb:flatbuffers.ByteBuffer):Monster { method in MyGame.Example2.Monster 159 __init(i:number, bb:flatbuffers.ByteBuffer):Test { method in MyGame.Example.Test 238 __init(i:number, bb:flatbuffers.ByteBuffer):TestSimpleTableWithEnum { method in MyGame.Example.TestSimpleTableWithEnum 320 __init(i:number, bb:flatbuffers.ByteBuffer):Vec3 { method in MyGame.Example.Vec3 487 __init(i:number, bb:flatbuffers.ByteBuffer):Ability { method in MyGame.Example.Ability 565 __init(i:number, bb:flatbuffers.ByteBuffer):Stat { method in MyGame.Example.Stat 699 __init(i:number, bb:flatbuffers.ByteBuffer):Referrable { method in MyGame.Example.Referrable 783 __init(i:number, bb:flatbuffers.ByteBuffer):Monster { method in MyGame.Example.Monster 2538 __init(i:number, bb:flatbuffers.ByteBuffer):TypeAliases { method in MyGame.Example.TypeAliases
|
/external/compiler-rt/test/scudo/ |
D | preinit.cpp | 13 void __init(void) { in __init() function
|
/external/tensorflow/tensorflow/python/util/ |
D | deprecation_test.py | 277 def __init(self): member in DeprecationTest.test_instance_fn_with_doc._Object 322 def __init(self): member in DeprecationTest.test_instance_fn_with_one_line_doc._Object 352 def __init(self): member in DeprecationTest.test_instance_fn_no_doc._Object 383 def __init(self): member in DeprecationTest.test_prop_wrong_order._Object 398 def __init(self): member in DeprecationTest.test_prop_with_doc._Object 437 def __init(self): member in DeprecationTest.test_prop_no_doc._Object
|
/external/flatbuffers/tests/MyGame/Example2/ |
D | Monster.cs | 17 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init() method
|
D | Monster.java | 14 …public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; vtable_start = bb_pos - bb.get… in __init() method in Monster
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Ability.java | 12 public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; } in __init() method in Ability
|
D | Test.java | 12 public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; } in __init() method in Test
|
D | Ability.cs | 15 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init() method
|
/external/flatbuffers/tests/MyGame/ |
D | InParentNamespace.cs | 17 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init() method
|
D | InParentNamespace.java | 14 …public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; vtable_start = bb_pos - bb.get… in __init() method in InParentNamespace
|
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/ |
D | StructInNestedNS.java | 12 public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; } in __init() method in StructInNestedNS
|
D | StructInNestedNS.cs | 15 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init() method
|