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

<<11121314151617181920>>

  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KSSecretKeyEntryTest.java 30 * Tests for <code>KeyStore.SecretKeyEntry</code> class constructor and methods
37 * Constructor for KSSecretKeyTest.
44 * Test for <code>SecretKeyEntry(SecretKey secretKey)</code> constructor
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
ECGenParameterSpecTest.java 35 * Constructor for ECGenParameterSpecTest.
47 * Test #1 for <code>ECGenParameterSpec</code> constructor<br>
57 * Test #2 for <code>ECGenParameterSpec</code> constructor<br>
  /external/bouncycastle/patches/
README 16 - singleton DERNull (BouncyCastle now does this but we make constructor private to be sure)
17 - similarly made DERBoolean constructor private and moved to DERBoolean.{getInstance,TRUE,FALSE}
18 - removed use of Boolean constructor (not-upstreamable due to J2ME requirement upstream)
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p6.cpp 45 constexpr ConstexprCtor<NonLiteral> f3() { return { 0 }; } // expected-error {{never produces a constant expression}} expected-note {{non-constexpr constructor 'NonLiteral}}
46 constexpr ConstexprCtor<int, NonLiteral> f4() { return { 0, 0 }; } // expected-error {{never produces a constant expression}} expected-note {{non-constexpr constructor 'NonLiteral}}
52 constexpr T1() {} // expected-error {{constexpr constructor not allowed in struct with virtual base class}}
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p14.cpp 17 (void)[nc] { }; // expected-error{{capture of variable 'nc' as type 'NonCopyable' calls private copy constructor}}
19 ncr.foo(); // expected-error{{capture of variable 'ncr' as type 'NonCopyable' calls private copy constructor}}
22 [nco] {}(); // expected-error{{no matching constructor for initialization of 'const NonConstCopy'}}
  /external/skia/include/effects/
Sk1DPathEffect.h 71 SkPath fPath; // copied from constructor
72 SkScalar fAdvance; // copied from constructor
74 Style fStyle; // copied from constructor
  /external/v8/test/mjsunit/regress/
regress-124594.js 30 // Test that a GC inside a constructor frame is correctly handled right
31 // after we deoptimize from an inlined constructor to a constructor stub
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.3.js 24 ECMA Section: 15.4.3 Properties of the Array Constructor
26 Array constructor is the Function prototype object.
35 var TITLE = "Properties of the Array Constructor";
  /frameworks/base/core/java/android/view/
AbsSavedState.java 32 * Constructor used to make the EMPTY_STATE singleton
39 * Constructor called by derived classes when creating their SavedState objects
51 * Constructor used when reading from a parcel. Reads the state of the superclass.
  /hardware/samsung_slsi/exynos5/libexynosutils/
ExynosMutex.h 49 //! Constructor.
90 //! Lock on constructor
93 //! Lock on constructor
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTestSuite.java 38 * This constructor is used for suites that
41 * the completion of the constructor in the derived class.
47 * This constructor is used for suites that make no
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
TestOracle.java 14 import java.lang.reflect.Constructor;
35 * Constructor
43 Constructor testConstructor =
TestOracleAltConfig.java 14 import java.lang.reflect.Constructor;
34 * Constructor
42 Constructor testConstructor =
  /libcore/dom/src/test/java/org/w3c/domts/level2/events/
TestOracle.java 14 import java.lang.reflect.Constructor;
35 * Constructor
43 Constructor testConstructor =
TestOracleAltConfig.java 14 import java.lang.reflect.Constructor;
34 * Constructor
42 Constructor testConstructor =
  /libcore/dom/src/test/java/org/w3c/domts/level3/core/
TestOracle.java 14 import java.lang.reflect.Constructor;
35 * Constructor
43 Constructor testConstructor =
TestOracleAltConfig.java 14 import java.lang.reflect.Constructor;
34 * Constructor
42 Constructor testConstructor =
  /libcore/dom/src/test/java/org/w3c/domts/level3/validation/
TestOracle.java 14 import java.lang.reflect.Constructor;
35 * Constructor
43 Constructor testConstructor =
TestOracleAltConfig.java 14 import java.lang.reflect.Constructor;
34 * Constructor
42 Constructor testConstructor =
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DHGenParameterSpecTest.java 39 * parameters specified in the constructor with the values returned
49 + "equal to the value specified in the constructor",
52 + "equal to the value specified in the constructor",
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnClause.java 27 * Constructor
42 * Constructor
57 * Constructor
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
XmlReport.java 86 for (ApiConstructor constructor : apiClass.getConstructors()) {
87 out.println("<constructor name=\"" + constructor.getName()
88 + "\" deprecated=\"" + constructor.isDeprecated()
89 + "\" covered=\"" + constructor.isCovered() + "\">");
90 if (constructor.isDeprecated()) {
91 if (constructor.isCovered()) {
96 for (String parameterType : constructor.getParameterTypes()) {
100 out.println("</constructor>");
  /cts/tools/dasm/src/java_cup/runtime/
token.java 15 /* Simple constructor -- just delegates to the super class. */
  /development/samples/Alarm/tests/src/com/example/android/newalarm/
AlarmServiceTest.java 35 * Constructor for the test class. Test classes that are run by InstrumentationTestRunner
36 * must provide a constructor with no arguments that calls the base class constructor as its
62 // Always call the super constructor when overriding tearDown()
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
MismatchedRangeExceptions.js 6 org.antlr.runtime.MismatchedRangeException.superclass.constructor.call(

Completed in 660 milliseconds

<<11121314151617181920>>