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

<<11121314151617181920>>

  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/jcajce/
JcaX509CertificateHolder.java 16 * Base constructor.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
CryptoException.java 12 * base constructor.
DataLengthException.java 13 * base constructor.
InvalidCipherTextException.java 11 * base constructor.
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_manager_mac.h 20 // constructor.
  /external/chromium/chrome/browser/automation/
mock_tab_event_observer.h 15 // Convenience constructor for observing the |tab_helper| on creation.
  /external/chromium/net/base/
keygen_handler.cc 9 // The constructor and destructor must be defined in a .cc file so that
  /external/clang/test/CXX/class/class.mem/
p14.cpp 3 // In addition, if class T has a user-declared constructor (12.1),
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/
p6.cpp 9 explicit void f0(); // expected-error {{'explicit' can only be applied to a constructor or conversion function}}
  /external/clang/test/CXX/expr/expr.unary/expr.new/
p17.cpp 12 new ctor[0]; // expected-error{{calling a private constructor of class 'ctor'}}
  /external/clang/test/CXX/special/class.copy/
p11.0x.move.cpp 7 // A defaulted move constructor for a class X is defined as deleted if X has:
9 // -- a variant member with a non-trivial corresponding constructor
85 NoAccessDtor(NoAccessDtor&&); // expected-note{{copy constructor is implicitly deleted because 'NoAccessDtor' has a user-declared move constructor}}
103 struct HasNoAccessDtorBase : NoAccessDtor { // expected-note{{copy constructor of 'HasNoAccessDtorBase' is implicitly deleted because base class 'NoAccessDtor' has a deleted copy constructor}}
106 HasNoAccessDtorBase HNADBb(HNADBa); // expected-error{{implicitly-deleted copy constructor}}
109 // constructor.
117 // does not have a move constructor and is not trivially copyable
  /external/clang/test/CXX/special/class.ctor/
p6-0x.cpp 12 constexpr NonConstexpr1 nc1 = NonConstexpr1(); // ok, does not call constructor
13 constexpr NonConstexpr2 nc2 = NonConstexpr2(); // ok, does not call constructor
14 constexpr NonConstexpr2a nc2a = NonConstexpr2a(); // ok, does not call constructor
41 constexpr NonConstexpr4 nc4 = NonConstexpr4(); // expected-error {{constant expression}} expected-note {{non-constexpr constructor 'NonConstexpr4'}}
  /external/clang/test/CXX/special/class.inhctor/
p8.cpp 18 // constructor.
  /external/clang/test/SemaCXX/
literal-type.cpp 21 // -- every constructor call and full-expression in the
24 // -- it is an aggregate type or has at least one constexpr constructor
25 // or constructor template that is not a copy or move constructor, and
warn-pure-virtual-call-from-ctor-dtor.cpp 3 A() { f(); } // expected-warning {{call to pure virtual member function 'f'; overrides of 'f' in subclasses are not available in the constructor of 'A'}}
warn-unused-variables.cpp 91 // This constructor call can be elided.
97 // This call cannot, but the constructor is trivial.
101 // The same is true even when we know thet constructor has side effects.
115 // Or when the constructor is not declared by the user.
  /external/clang/test/SemaTemplate/
default-expr-arguments-2.cpp 4 // the default arguments of the constructor when the function type is
delegating-constructors.cpp 12 : string(str) {} // expected-error{{constructor for 'string<6>' creates a delegation cycle}}
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
DHGexParameters.java 11 * Depending on which constructor is used, either the use of a
40 * This constructor can be used to force the sending of a
58 * This constructor can be used to force the sending of a
62 * case you should use the {@link #DHGexParameters(int)} constructor.
  /external/icu4c/common/
ustrenum.h 28 * Constructor. This constructor adopts its UEnumeration
33 * constructor.
39 * constructor.
  /external/jmonkeyengine/engine/src/blender/com/jme3/asset/
GeneratedTextureKey.java 13 * Constructor. Stores the name. Extension and folder name are empty
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/exceptions/
BlenderFileException.java 43 * Constructor. Creates an exception with no description.
49 * Constructor. Creates an exception containing the given message.
58 * Constructor. Creates an exception that is based upon other thrown object. It contains the whole stacktrace then.
67 * Constructor. Creates an exception with both a message and stacktrace.
  /external/jsilver/src/org/clearsilver/jni/
JniClearsilverFactory.java 32 * Default constructor. Any {@link org.clearsilver.DelegatedHdf}s passed to
34 * implementation constructor.
41 * Constructor that takes the option whether to unwrap all
44 * implementation constructor.
  /external/qemu/
module.h 19 static void __attribute__((constructor)) do_qemu_init_ ## function(void) { \
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format10t/
Format10t.smali 5 .method public constructor <init>()V

Completed in 890 milliseconds

<<11121314151617181920>>