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

<<21222324252627282930>>

  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
PBEKeySpecTest.java 54 assertFalse("The change of password specified in the constructor "
129 assertFalse("The change of password specified in the constructor "
133 assertFalse("The change of salt specified in the constructor "
192 assertFalse("The change of password specified in the constructor "
196 assertFalse("The change of salt specified in the constructor "
219 * to the password specified in the constructor and that the change of
228 + "in the constructor.");
238 * to the salt specified in the constructor and that the change of
251 + "in the constructor.");
264 * to the value specified in the constructor
    [all...]
  /external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyAgreement_Impl1Test.java 37 * Tests for KeyAgreement constructor and methods
62 * Test for <code>KeyAgreement</code> constructor Assertion: returns
92 * Additional class for KeyAgreement constructor verification
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URISyntaxExceptionTest.java 85 // see constructor tests
92 // see constructor tests
99 // see constructor tests
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
MGF1ParameterSpecTest.java 40 * Constructor for MGF1ParameterSpecTest.
52 * Test #1 for <code>MGF1ParameterSpec</code> constructor<br>
61 * Test #2 for <code>MGF1ParameterSpec</code> constructor<br>
RSAPublicKeySpecTest.java 37 * Constructor for RSAPublicKeySpecTest.
46 * Test #1 for <code>RSAPublicKeySpec</code> constructor
59 * Test #2 for <code>RSAPublicKeySpec</code> constructor
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
IdentityScopeStub.java 38 * Stub constructor
45 * Stub constructor
53 * Stub constructor
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLHandshakeExceptionTest.java 36 * Constructor for SSLHandshakeExceptionTests.
52 * Test for <code>SSLHandshakeException(String)</code> constructor
67 * Test for <code>SSLHandshakeException(String)</code> constructor
SSLKeyExceptionTest.java 35 * Constructor for SSLKeyExceptionTests.
51 * Test for <code>SSLKeyException(String)</code> constructor Assertion:
66 * Test for <code>SSLKeyException(String)</code> constructor Assertion:
SSLPeerUnverifiedExceptionTest.java 36 * Constructor for SSLPeerUnverifiedExceptionTests.
52 * Test for <code>SSLPeerUnverifiedException(String)</code> constructor
67 * Test for <code>SSLPeerUnverifiedException(String)</code> constructor
SSLProtocolExceptionTest.java 35 * Constructor for SSLProtocolExceptionTests.
51 * Test for <code>SSLProtocolException(String)</code> constructor
66 * Test for <code>SSLProtocolException(String)</code> constructor
  /external/apache-xml/src/main/java/org/apache/xml/utils/
NSInfo.java 33 * Constructor NSInfo
53 * Constructor NSInfo
74 * Constructor NSInfo
  /external/chromium/third_party/libjingle/source/talk/base/
constructormagic.h 34 // A macro to disallow the evil copy constructor and operator= functions
45 // default constructor, copy constructor and operator= functions.
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p1.cpp 51 struct NonDefaultConstructible { // expected-note{{candidate constructor (the implicit copy constructor) not viable}}
52 NonDefaultConstructible(int); // expected-note{{candidate constructor}}
  /external/javassist/src/main/javassist/
CtNewClass.java 78 * constructors from the super class. The added constructor
79 * calls the super's constructor with the same signature.
106 "no inheritable constructor in " + superclazz.getName());
  /external/llvm/include/llvm/Support/
ToolOutputFile.h 30 /// cleanups in its constructor and uninstalls them in its destructor.
47 /// tool_output_file - This constructor's arguments are passed to
48 /// to raw_fd_ostream's constructor.
  /external/objenesis/main/src/org/objenesis/
ObjenesisBase.java 39 * Constructor allowing to pick a strategy and using cache
48 * Flexible constructor allowing to pick the strategy and if caching should be used
67 * Will create a new object without any constructor being called
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
ShadowWrangler.java 14 import java.lang.reflect.Constructor;
171 Constructor<?> constructor = findConstructor(instance, shadowClass); local
172 if (constructor != null) {
173 shadow = constructor.newInstance(instance);
218 private Constructor<?> findConstructor(Object instance, Class<?> shadowClass) {
221 Constructor constructor; local
222 for (constructor = null; constructor == null && clazz != null; clazz = clazz.getSuperclass())
    [all...]
  /external/skia/legacy/include/effects/
Sk1DPathEffect.h 79 SkPath fPath; // copied from constructor
80 SkScalar fAdvance; // copied from constructor
82 Style fStyle; // copied from constructor
  /external/v8/test/mjsunit/bugs/
bug-618.js 36 // If a setter is added to the prototype chain of a simple constructor setting
37 // one of the properties assigned in the constructor then this setter is
38 // ignored when constructing new objects from the constructor.
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ObjectObjects/
15.2.1.2.js 24 ECMA Section: 15.2.1.2 The Object Constructor Called as a Function:
27 constructor, the following steps are taken:
31 properties exactly as if the object constructor
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
properties-001.js 41 AddTestCase( re + ".contructor == RegExp.prototype.constructor",
43 re.constructor == RegExp.prototype.constructor );
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8EventSourceConstructor.cpp 48 INC_STATS("DOM.EventSource.Constructor");
51 return throwError("DOM object constructor cannot be called as a function.", V8Proxy::TypeError);
57 return throwError("EventSource constructor's associated context is not available", V8Proxy::ReferenceError);
V8XMLHttpRequestConstructor.cpp 45 INC_STATS("DOM.XMLHttpRequest.Constructor");
48 return throwError("DOM object constructor cannot be called as a function.", V8Proxy::TypeError);
54 return throwError("XMLHttpRequest constructor's associated context is not available", V8Proxy::ReferenceError);
  /frameworks/av/include/drm/
DrmRights.h 29 * constructor by using the result of DrmManagerClient::ProcessDrmInfo(const DrmInfo*) API.
36 * Constructor for DrmRights
49 * Constructor for DrmRights
  /frameworks/base/docs/html/sdk/api_diff/12/changes/
constructors_index_all.html 10 Constructor Differences Index
61 ()</A></nobr>&nbsp;constructor<br>
73 ()</A></nobr>&nbsp;constructor<br>
75 (<code>int, int, String, HashMap&lt;String, Object&gt;</code>)</A></nobr>&nbsp;constructor<br>
77 (<code>int, int, String, HashMap&lt;String, Object&gt;</code>)</A></nobr>&nbsp;constructor<br>
79 (<code>int, int, String, HashMap&lt;String, Object&gt;</code>)</A></nobr>&nbsp;constructor<br>
91 ()</A></nobr>&nbsp;constructor<br>
103 (<code>PointerCoords</code>)</A></nobr>&nbsp;constructor<br>
115 (<code>String, String, Date, Date</code>)</A></nobr>&nbsp;constructor<br>
117 ()</A></nobr>&nbsp;constructor<br
    [all...]

Completed in 2407 milliseconds

<<21222324252627282930>>