Home
last modified time | relevance | path

Searched refs:__init (Results 1 – 25 of 203) sorted by relevance

123456789

/external/libcxx/include/
Dnumeric159 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init)
162 __init = __init + *__first;
163 return __init;
169 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOperation __binary_op)
172 __init = __binary_op(__init, *__first);
173 return __init;
180 reduce(_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOp __b)
183 __init = __b(__init, *__first);
184 return __init;
190 reduce(_InputIterator __first, _InputIterator __last, _Tp __init)
[all …]
/external/flatbuffers/tests/namespace_test/
Dnamespace_test2_generated.js41 NamespaceA.TableInFirstNS.prototype.__init = function(i, bb) { method in NamespaceA.TableInFirstNS
53 …return (obj || new NamespaceA.TableInFirstNS).__init(bb.readInt32(bb.position()) + bb.position(), …
62 …return offset ? (obj || new NamespaceA.NamespaceB.TableInNestedNS).__init(this.bb.__indirect(this.…
94 …return offset ? (obj || new NamespaceA.NamespaceB.StructInNestedNS).__init(this.bb_pos + offset, t…
172 NamespaceC.TableInC.prototype.__init = function(i, bb) { method in NamespaceC.TableInC
184 return (obj || new NamespaceC.TableInC).__init(bb.readInt32(bb.position()) + bb.position(), bb);
193 …return offset ? (obj || new NamespaceA.TableInFirstNS).__init(this.bb.__indirect(this.bb_pos + off…
202 …return offset ? (obj || new NamespaceA.SecondTableInA).__init(this.bb.__indirect(this.bb_pos + off…
270 NamespaceA.SecondTableInA.prototype.__init = function(i, bb) { method in NamespaceA.SecondTableInA
282 …return (obj || new NamespaceA.SecondTableInA).__init(bb.readInt32(bb.position()) + bb.position(), …
[all …]
Dnamespace_test2_generated.ts17 __init(i:number, bb:flatbuffers.ByteBuffer):TableInFirstNS { method in NamespaceA.TableInFirstNS
29 return (obj || new TableInFirstNS).__init(bb.readInt32(bb.position()) + bb.position(), bb);
38 …return offset ? (obj || new NS8755221360535654258.NamespaceA.NamespaceB.TableInNestedNS).__init(th…
70 …return offset ? (obj || new NS8755221360535654258.NamespaceA.NamespaceB.StructInNestedNS).__init(t…
135 __init(i:number, bb:flatbuffers.ByteBuffer):TableInC { method in NamespaceC.TableInC
147 return (obj || new TableInC).__init(bb.readInt32(bb.position()) + bb.position(), bb);
156 …return offset ? (obj || new NamespaceA.TableInFirstNS).__init(this.bb!.__indirect(this.bb_pos + of…
165 …return offset ? (obj || new NamespaceA.SecondTableInA).__init(this.bb!.__indirect(this.bb_pos + of…
221 __init(i:number, bb:flatbuffers.ByteBuffer):SecondTableInA { method in NamespaceA.SecondTableInA
233 return (obj || new SecondTableInA).__init(bb.readInt32(bb.position()) + bb.position(), bb);
[all …]
Dnamespace_test1_generated.ts26 __init(i:number, bb:flatbuffers.ByteBuffer):TableInNestedNS { method in NamespaceA.NamespaceB.TableInNestedNS
38 return (obj || new TableInNestedNS).__init(bb.readInt32(bb.position()) + bb.position(), bb);
108 __init(i:number, bb:flatbuffers.ByteBuffer):StructInNestedNS { method in NamespaceA.NamespaceB.StructInNestedNS
Dnamespace_test1_generated.js44 NamespaceA.NamespaceB.TableInNestedNS.prototype.__init = function(i, bb) { method in NamespaceA.NamespaceB.TableInNestedNS
56 …return (obj || new NamespaceA.NamespaceB.TableInNestedNS).__init(bb.readInt32(bb.position()) + bb.…
137 NamespaceA.NamespaceB.StructInNestedNS.prototype.__init = function(i, bb) { method in NamespaceA.NamespaceB.StructInNestedNS
/external/libcxx/src/
Dsystem_error.cpp233 system_error::__init(const error_code& ec, string what_arg) in __init() function in system_error
245 : runtime_error(__init(ec, what_arg)), in system_error()
251 : runtime_error(__init(ec, what_arg)), in system_error()
257 : runtime_error(__init(ec, "")), in system_error()
263 : runtime_error(__init(error_code(ev, ecat), what_arg)), in system_error()
269 : runtime_error(__init(error_code(ev, ecat), what_arg)), in system_error()
275 : runtime_error(__init(error_code(ev, ecat), "")), in system_error()
Dstrstream.cpp37 strstreambuf::__init(char* __gnext, streamsize __n, char* __pbeg) in __init() function in strstreambuf
58 __init(__gnext, __n, __pbeg); in strstreambuf()
67 __init(const_cast<char *>(__gnext), __n, nullptr); in strstreambuf()
76__init(const_cast<char *>(reinterpret_cast<const char*>(__gnext)), __n, reinterpret_cast<char*>(__… in strstreambuf()
85 __init(const_cast<char *>(reinterpret_cast<const char*>(__gnext)), __n, nullptr); in strstreambuf()
94__init(const_cast<char *>(reinterpret_cast<const char*>(__gnext)), __n, reinterpret_cast<char*>(__… in strstreambuf()
103 __init(const_cast<char *>(reinterpret_cast<const char*>(__gnext)), __n, nullptr); in strstreambuf()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/
Dvectorize-once.ll29 %__init.addr.05.i = phi i32 [ %add.i, %for.body.i ], [ 0, %entry ]
32 %add.i = add nsw i32 %0, %__init.addr.05.i
38 %__init.addr.0.lcssa.i = phi i32 [ 0, %entry ], [ %add.i, %for.body.i ]
39 ret i32 %__init.addr.0.lcssa.i
55 %__init.addr.05.i = phi i32 [ %add.i, %for.body.i ], [ 0, %entry ]
58 %add.i = add nsw i32 %0, %__init.addr.05.i
64 %__init.addr.0.lcssa.i = phi i32 [ 0, %entry ], [ %add.i, %for.body.i ]
65 ret i32 %__init.addr.0.lcssa.i
Dee-crash.ll18 %__init.addr.05.i = phi i32 [ %add.i, %for.body.i ], [ 0, %entry ]
23 %add.i = add nsw i32 %q2, %__init.addr.05.i
29 %__init.addr.0.lcssa.i = phi i32 [ 0, %entry ], [ %add.i, %for.body.i ]
30 ret i32 %__init.addr.0.lcssa.i
/external/llvm/test/Transforms/LoopVectorize/
Dvectorize-once.ll30 %__init.addr.05.i = phi i32 [ %add.i, %for.body.i ], [ 0, %entry ]
33 %add.i = add nsw i32 %0, %__init.addr.05.i
39 %__init.addr.0.lcssa.i = phi i32 [ 0, %entry ], [ %add.i, %for.body.i ]
40 ret i32 %__init.addr.0.lcssa.i
56 %__init.addr.05.i = phi i32 [ %add.i, %for.body.i ], [ 0, %entry ]
59 %add.i = add nsw i32 %0, %__init.addr.05.i
65 %__init.addr.0.lcssa.i = phi i32 [ 0, %entry ], [ %add.i, %for.body.i ]
66 ret i32 %__init.addr.0.lcssa.i
Dee-crash.ll19 %__init.addr.05.i = phi i32 [ %add.i, %for.body.i ], [ 0, %entry ]
24 %add.i = add nsw i32 %q2, %__init.addr.05.i
30 %__init.addr.0.lcssa.i = phi i32 [ 0, %entry ], [ %add.i, %for.body.i ]
31 ret i32 %__init.addr.0.lcssa.i
/external/flatbuffers/tests/namespace_test/NamespaceA/
DTableInC.cs11 …public static TableInC GetRootAsTableInC(ByteBuffer _bb, TableInC obj) { return (obj.__init(_bb.Ge… in GetRootAsTableInC()
12 public TableInC __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; return this; } in __init() method in NamespaceA.TableInC
15 …amespaceA.TableInFirstNS obj) { int o = __offset(4); return o != 0 ? obj.__init(__indirect(o + bb_… in GetReferToA1()
17 …ReferToA2(SecondTableInA obj) { int o = __offset(6); return o != 0 ? obj.__init(__indirect(o + bb_… in GetReferToA2()
/external/flatbuffers/tests/union_vector/
Dunion_vector_generated.js36 Attacker.prototype.__init = function(i, bb) { method in Attacker
48 return (obj || new Attacker).__init(bb.readInt32(bb.position()) + bb.position(), bb);
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
259 return (obj || new Movie).__init(bb.readInt32(bb.position()) + bb.position(), bb);
Dunion_vector_generated.ts28 __init(i:number, bb:flatbuffers.ByteBuffer):Attacker { method in Attacker
40 return (obj || new Attacker).__init(bb.readInt32(bb.position()) + bb.position(), bb);
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
224 return (obj || new Movie).__init(bb.readInt32(bb.position()) + bb.position(), bb);
DBookReader.cs12 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init() method
13 public BookReader __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
DBookReader.java10 public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; } in __init() method in BookReader
11 public BookReader __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
DRapunzel.java10 public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; } in __init() method in Rapunzel
11 public Rapunzel __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
DRapunzel.cs12 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init() method
13 public Rapunzel __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
/external/python/pyasn1/tests/codec/ber/
Dtest_encoder.py543 def __init(self): member in SequenceOfEncoderWithComponentsSchemaTestCase
548 self.__init()
552 self.__init()
558 self.__init()
564 self.__init()
639 def __init(self): member in SetOfEncoderWithComponentsSchemaTestCase
644 self.__init()
648 self.__init()
654 self.__init()
660 self.__init()
[all …]
/external/compiler-rt/test/scudo/
Dpreinit.cpp13 void __init(void) { in __init() function
35 void (*__local_preinit)(void) = __init;
/external/flatbuffers/tests/
Dmonster_test_generated.js86 MyGame.InParentNamespace.prototype.__init = function(i, bb) { method in MyGame.InParentNamespace
98 …return (obj || new MyGame.InParentNamespace).__init(bb.readInt32(bb.position()) + bb.position(), b…
146 MyGame.Example2.Monster.prototype.__init = function(i, bb) { method in MyGame.Example2.Monster
158 …return (obj || new MyGame.Example2.Monster).__init(bb.readInt32(bb.position()) + bb.position(), bb…
206 MyGame.Example.Test.prototype.__init = function(i, bb) { method in MyGame.Example.Test
290 MyGame.Example.TestSimpleTableWithEnum.prototype.__init = function(i, bb) { method in MyGame.Example.TestSimpleTableWithEnum
302 …return (obj || new MyGame.Example.TestSimpleTableWithEnum).__init(bb.readInt32(bb.position()) + bb…
383 MyGame.Example.Vec3.prototype.__init = function(i, bb) { method in MyGame.Example.Vec3
504 return (obj || new MyGame.Example.Test).__init(this.bb_pos + 26, this.bb);
555 MyGame.Example.Ability.prototype.__init = function(i, bb) { method in MyGame.Example.Ability
[all …]
Dmonster_test_generated.ts59 __init(i:number, bb:flatbuffers.ByteBuffer):InParentNamespace { method in MyGame.InParentNamespace
71 return (obj || new InParentNamespace).__init(bb.readInt32(bb.position()) + bb.position(), bb);
109 __init(i:number, bb:flatbuffers.ByteBuffer):Monster { method in MyGame.Example2.Monster
121 return (obj || new Monster).__init(bb.readInt32(bb.position()) + bb.position(), bb);
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
250 …return (obj || new TestSimpleTableWithEnum).__init(bb.readInt32(bb.position()) + bb.position(), bb…
320 __init(i:number, bb:flatbuffers.ByteBuffer):Vec3 { method in MyGame.Example.Vec3
441 return (obj || new MyGame.Example.Test).__init(this.bb_pos + 26, this.bb!);
487 __init(i:number, bb:flatbuffers.ByteBuffer):Ability { method in MyGame.Example.Ability
[all …]
/external/libnl/include/netlink/cli/
Dutils.h55 #ifndef __init
56 #define __init __attribute__((constructor)) macro
/external/flatbuffers/tests/MyGame/Example/
DAbility.java12 public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; } in __init() method in Ability
13 public Ability __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
/external/flatbuffers/tests/MyGame/
DInParentNamespace.cs17 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init() method
18 public InParentNamespace __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()

123456789