HomeSort by relevance Sort by last modified time
    Searched full:constructor (Results 151 - 175 of 9262) sorted by null

1 2 3 4 5 67 8 91011>>

  /ndk/tests/standalone/init-fini-arrays/
README 4 - The address of functions with __attribute__((constructor)) are placed in
12 corresponding destructors. Instead, the constructor must call __cxa_atexit
  /cts/tools/dasm/src/java_cup/
internal_error.java 7 /** Constructor with a message */
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
MismatchedNotSetException.js 2 org.antlr.runtime.MismatchedNotSetException.superclass.constructor.call(this, expecting, input);
MismatchedSetException.js 2 org.antlr.runtime.MismatchedSetException.superclass.constructor.call(
MismatchedTreeNodeException.js 3 org.antlr.runtime.MismatchedTreeNodeException.superclass.constructor.call(
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t053heteroT1.g 8 V.superclass.constructor.apply(this, arguments);
t053heteroT10.g 8 V.superclass.constructor.apply(this, arguments);
t053heteroT11.g 8 V.superclass.constructor.apply(this, arguments);
t053heteroT12.g 8 V.superclass.constructor.apply(this, arguments);
t053heteroT2.g 8 V.superclass.constructor.apply(this, arguments);
t053heteroT3.g 8 V.superclass.constructor.apply(this, arguments);
t053heteroT4.g 8 V.superclass.constructor.apply(this, arguments);
t053heteroT5.g 8 V.superclass.constructor.apply(this, arguments);
t053heteroT6.g 8 V.superclass.constructor.apply(this, arguments);
t053heteroT7.g 8 V.superclass.constructor.apply(this, arguments);
t053heteroT8.g 8 V.superclass.constructor.apply(this, arguments);
t053heteroTP.g 10 VX.superclass.constructor.apply(this, arguments);
t053heteroTP15.g 11 V15.superclass.constructor.call(this, new org.antlr.runtime.CommonToken(ttype));
t053heteroTP16.g 10 V16.superclass.constructor.call(this, new org.antlr.runtime.CommonToken(ttype));
t053heteroTP17.g 10 V17.superclass.constructor.call(this, new org.antlr.runtime.CommonToken(ttype));
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
ECPrivateKeySpec.java 14 * base constructor
ECPublicKeySpec.java 14 * base constructor
  /external/chromium/third_party/libjingle/overrides/talk/base/
constructormagic.h 6 // We do this because constructor magic defines DISALLOW_EVIL_CONSTRUCTORS,
  /external/clang/test/CodeGenCXX/
abstract-class-ctors-dtors.cpp 3 // Check that we dont emit the complete constructor/destructor for this class.
pr9965.cpp 4 struct X : A // default constructor is not trivial

Completed in 793 milliseconds

1 2 3 4 5 67 8 91011>>