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

<<11121314151617181920>>

  /external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format21c/
StringWrapper.smali 6 .method public constructor <init>(Ljava/lang/String;)V
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format51l/
Format51l.smali 5 .method public constructor <init>()V
  /external/v8/test/mjsunit/
debug-stepin-constructor.js 50 // Test step into constructor with simple constructor.
67 // Test step into constructor with builtin constructor.
  /external/webkit/LayoutTests/fast/js/resources/
js-constructors-use-correct-global.js 1 description("Test to ensure that js constructors create objects with the correct constructor");
  /external/webkit/Source/JavaScriptCore/API/
JSCallbackConstructor.cpp 59 JSObject* constructor = exec->callee(); local
61 JSObjectRef constructorRef = toRef(constructor);
63 JSObjectCallAsConstructorCallback callback = static_cast<JSCallbackConstructor*>(constructor)->callback();
81 return JSValue::encode(toJS(JSObjectMake(ctx, static_cast<JSCallbackConstructor*>(constructor)->classRef(), 0)));
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/FunctionObjects/
15.3.1.1-2.js 24 ECMA Section: 15.3.1.1 The Function Constructor Called as a Function
32 1. Create and return a new Function object exactly if the function constructor
42 var TITLE = "The Function Constructor Called as a Function";
69 array[item++] = new TestCase( SECTION, "myfunc1.prototype.constructor", myfunc1, myfunc1.prototype.constructor );
83 array[item++] = new TestCase( SECTION, "myfunc2.prototype.constructor", myfunc2, myfunc2.prototype.constructor );
97 array[item++] = new TestCase( SECTION, "myfunc3.prototype.constructor", myfunc3, myfunc3.prototype.constructor );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ObjectObjects/
15.2.3-1.js 24 ECMA Section: 15.2.3 Properties of the Object Constructor
27 Object constructor is the Function prototype object.
30 property, the Object constructor has properties described
42 writeHeaderToLog( SECTION + " Properties of the Object Constructor");
15.2.3.js 24 ECMA Section: 15.2.3 Properties of the Object Constructor
27 Object constructor is the Function prototype object.
30 property, the Object constructor has properties described
41 var TITLE = "Properties of the Object Constructor";
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/
15.5.3.js 24 ECMA Section: 15.5.3 Properties of the String Constructor
27 the String constructor is the Function prototype
31 properties, the String constructor also has the length
43 writeHeaderToLog( SECTION + " Properties of the String Constructor" );
  /external/webkit/Source/ThirdParty/ANGLE/src/common/
angleutils.h 12 // A macro to disallow the copy constructor and operator= functions
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
parseConst.cpp 48 int size; // size of the constructor ( 4 for vec4)
64 infoSink.info.message(EPrefixInternalError, "Symbol Node found in constant constructor", node->getLine());
75 buf.append("'constructor' : assigning non-constant to ");
82 infoSink.info.message(EPrefixInternalError, "Binary Node found in constant constructor", node->getLine());
90 buf.append("'constructor' : assigning non-constant to ");
101 buf.append("'constructor' : assigning non-constant to ");
147 infoSink.info.message(EPrefixInternalError, "Selection Node found in constant constructor", node->getLine());
209 infoSink.info.message(EPrefixInternalError, "Loop Node found in constant constructor", node->getLine());
216 infoSink.info.message(EPrefixInternalError, "Branch Node found in constant constructor", node->getLine());
  /libcore/luni/src/main/java/java/lang/reflect/
InvocationTargetException.java 22 * {@code Constructor} invocation.
25 * @see Constructor#newInstance
47 * Constructor
62 * Constructor
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DHPrivateKeySpecTest.java 39 * specified in the constructor with the values returned by getters.
51 + "equal to the value specified in the constructor",
54 + "equal to the value specified in the constructor",
57 + "equal to the value specified in the constructor",
DHPublicKeySpecTest.java 39 * specified in the constructor with the values returned by getters.
51 + "equal to the value specified in the constructor",
54 + "equal to the value specified in the constructor",
57 + "equal to the value specified in the constructor",
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DigestExceptionTest.java 43 * Test for <code>DigestException()</code> constructor Assertion:
53 * Test for <code>DigestException(String)</code> constructor Assertion:
68 * Test for <code>DigestException(String)</code> constructor Assertion:
79 * Test for <code>DigestException(Throwable)</code> constructor Assertion:
90 * Test for <code>DigestException(Throwable)</code> constructor Assertion:
107 * Test for <code>DigestException(String, Throwable)</code> constructor
118 * Test for <code>DigestException(String, Throwable)</code> constructor
133 * Test for <code>DigestException(String, Throwable)</code> constructor
151 * Test for <code>DigestException(String, Throwable)</code> constructor
GeneralSecurityExceptionTest.java 44 * Test for <code>GeneralSecurityException()</code> constructor Assertion:
54 * Test for <code>GeneralSecurityException(String)</code> constructor
69 * Test for <code>GeneralSecurityException(String)</code> constructor
81 * Test for <code>GeneralSecurityException(Throwable)</code> constructor
93 * Test for <code>GeneralSecurityException(Throwable)</code> constructor
112 * constructor Assertion: constructs GeneralSecurityException when
123 * constructor Assertion: constructs GeneralSecurityException when
138 * constructor Assertion: constructs GeneralSecurityException when
156 * constructor Assertion: constructs GeneralSecurityException when
InvalidAlgorithmParameterExceptionTest.java 44 * Test for <code>InvalidAlgorithmParameterException()</code> constructor
56 * constructor Assertion: constructs InvalidAlgorithmParameterException with
71 * constructor Assertion: constructs InvalidAlgorithmParameterException when
84 * constructor Assertion: constructs InvalidAlgorithmParameterException when
97 * constructor Assertion: constructs InvalidAlgorithmParameterException when
117 * constructor Assertion: constructs InvalidAlgorithmParameterException when
130 * constructor Assertion: constructs InvalidAlgorithmParameterException when
146 * constructor Assertion: constructs InvalidAlgorithmParameterException when
166 * constructor Assertion: constructs InvalidAlgorithmParameterException when
InvalidKeyExceptionTest.java 43 * Test for <code>InvalidKeyException()</code> constructor Assertion:
53 * Test for <code>InvalidKeyException(String)</code> constructor
68 * Test for <code>InvalidKeyException(String)</code> constructor
79 * Test for <code>InvalidKeyException(Throwable)</code> constructor
91 * Test for <code>InvalidKeyException(Throwable)</code> constructor
110 * constructor Assertion: constructs InvalidKeyException when
121 * constructor Assertion: constructs InvalidKeyException when
136 * constructor Assertion: constructs InvalidKeyException when
154 * constructor Assertion: constructs InvalidKeyException when
KeyExceptionTest.java 43 * Test for <code>KeyException()</code> constructor Assertion: constructs
53 * Test for <code>KeyException(String)</code> constructor Assertion:
68 * Test for <code>KeyException(String)</code> constructor Assertion:
79 * Test for <code>KeyException(Throwable)</code> constructor Assertion:
90 * Test for <code>KeyException(Throwable)</code> constructor Assertion:
107 * Test for <code>KeyException(String, Throwable)</code> constructor
118 * Test for <code>KeyException(String, Throwable)</code> constructor
133 * Test for <code>KeyException(String, Throwable)</code> constructor
151 * Test for <code>KeyException(String, Throwable)</code> constructor
KeyManagementExceptionTest.java 44 * Test for <code>KeyManagementException()</code> constructor Assertion:
54 * Test for <code>KeyManagementException(String)</code> constructor
69 * Test for <code>KeyManagementException(String)</code> constructor
81 * Test for <code>KeyManagementException(Throwable)</code> constructor
93 * Test for <code>KeyManagementException(Throwable)</code> constructor
112 * constructor Assertion: constructs KeyManagementException when
123 * constructor Assertion: constructs KeyManagementException when
138 * constructor Assertion: constructs KeyManagementException when
156 * constructor Assertion: constructs KeyManagementException when
KeyStoreExceptionTest.java 43 * Test for <code>KeyStoreException()</code> constructor Assertion:
53 * Test for <code>KeyStoreException(String)</code> constructor Assertion:
68 * Test for <code>KeyStoreException(String)</code> constructor Assertion:
79 * Test for <code>KeyStoreException(Throwable)</code> constructor
90 * Test for <code>KeyStoreException(Throwable)</code> constructor
108 * Test for <code>KeyStoreException(String, Throwable)</code> constructor
119 * Test for <code>KeyStoreException(String, Throwable)</code> constructor
134 * Test for <code>KeyStoreException(String, Throwable)</code> constructor
152 * Test for <code>KeyStoreException(String, Throwable)</code> constructor
NoSuchAlgorithmExceptionTest.java 44 * Test for <code>NoSuchAlgorithmException()</code> constructor Assertion:
54 * Test for <code>NoSuchAlgorithmException(String)</code> constructor
69 * Test for <code>NoSuchAlgorithmException(String)</code> constructor
81 * Test for <code>NoSuchAlgorithmException(Throwable)</code> constructor
93 * Test for <code>NoSuchAlgorithmException(Throwable)</code> constructor
112 * constructor Assertion: constructs NoSuchAlgorithmException when
123 * constructor Assertion: constructs NoSuchAlgorithmException when
138 * constructor Assertion: constructs NoSuchAlgorithmException when
156 * constructor Assertion: constructs NoSuchAlgorithmException when
ProviderExceptionTest.java 43 * Test for <code>ProviderException()</code> constructor Assertion:
53 * Test for <code>ProviderException(String)</code> constructor Assertion:
68 * Test for <code>ProviderException(String)</code> constructor Assertion:
79 * Test for <code>ProviderException(Throwable)</code> constructor
90 * Test for <code>ProviderException(Throwable)</code> constructor
108 * Test for <code>ProviderException(String, Throwable)</code> constructor
119 * Test for <code>ProviderException(String, Throwable)</code> constructor
134 * Test for <code>ProviderException(String, Throwable)</code> constructor
152 * Test for <code>ProviderException(String, Throwable)</code> constructor
SignatureExceptionTest.java 43 * Test for <code>SignatureException()</code> constructor Assertion:
53 * Test for <code>SignatureException(String)</code> constructor Assertion:
68 * Test for <code>SignatureException(String)</code> constructor Assertion:
79 * Test for <code>SignatureException(Throwable)</code> constructor
91 * Test for <code>SignatureException(Throwable)</code> constructor
109 * Test for <code>SignatureException(String, Throwable)</code> constructor
120 * Test for <code>SignatureException(String, Throwable)</code> constructor
135 * Test for <code>SignatureException(String, Throwable)</code> constructor
153 * Test for <code>SignatureException(String, Throwable)</code> constructor
  /libcore/luni/src/test/java/tests/security/cert/
CRLExceptionTest.java 43 * Test for <code>CRLException()</code> constructor Assertion: constructs
53 * Test for <code>CRLException(String)</code> constructor Assertion:
68 * Test for <code>CRLException(String)</code> constructor Assertion:
79 * Test for <code>CRLException(Throwable)</code> constructor Assertion:
90 * Test for <code>CRLException(Throwable)</code> constructor Assertion:
107 * Test for <code>CRLException(String, Throwable)</code> constructor
118 * Test for <code>CRLException(String, Throwable)</code> constructor
133 * Test for <code>CRLException(String, Throwable)</code> constructor
151 * Test for <code>CRLException(String, Throwable)</code> constructor

Completed in 1369 milliseconds

<<11121314151617181920>>