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

<<21222324252627282930>>

  /system/extras/tests/bionic/libc/common/
test_executable_destructor.c 35 /* A very simple program used to test constructor and destructor functions
44 static void __attribute__((constructor))
63 /* First, check that the constructor was properly called ! */
65 fprintf(stderr, "Constructor function not called!!\n");
  /external/guava/guava-testlib/src/com/google/common/testing/
NullPointerTester.java 34 import java.lang.reflect.Constructor;
115 * Ignore a member (constructor or method) in testAllXxx methods. Returns
124 * Runs {@link #testConstructor} on every public constructor in class {@code
128 for (Constructor<?> constructor : c.getDeclaredConstructors()) {
129 if (isPublic(constructor) && !isStatic(constructor)
130 && !isIgnored(constructor)) {
131 testConstructor(constructor);
181 public void testConstructor(Constructor<?> ctor) throws Exception
    [all...]
  /cts/tools/dasm/src/java_cup/runtime/
symbol.java 23 /** Full constructor. */
32 /** Constructor without a known state. */
  /device/generic/goldfish/camera/
EmulatedCameraCommon.h 28 * Basically, it dumps an enry message in its constructor, and an exit message
34 /* Constructor that prints an "entry" trace message. */
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t034tokenLabelPropertyRef.html 19 TLexer.superclass.constructor.apply(this, arguments);
29 TParser.superclass.constructor.apply(this, arguments);
t035ruleLabelPropertyRef.html 19 TLexer.superclass.constructor.apply(this, arguments);
29 TParser.superclass.constructor.apply(this, arguments);
t036multipleReturnValues.html 19 TLexer.superclass.constructor.apply(this, arguments);
29 TParser.superclass.constructor.apply(this, arguments);
t037rulePropertyRef.html 19 TLexer.superclass.constructor.apply(this, arguments);
29 TParser.superclass.constructor.apply(this, arguments);
t039labels.html 19 TLexer.superclass.constructor.apply(this, arguments);
29 TParser.superclass.constructor.apply(this, arguments);
t041parameters.html 19 TLexer.superclass.constructor.apply(this, arguments);
29 TParser.superclass.constructor.apply(this, arguments);
t045dfabug.html 19 TLexer.superclass.constructor.apply(this, arguments);
29 TParser.superclass.constructor.apply(this, arguments);
t046rewrite.html 19 TLexer.superclass.constructor.apply(this, arguments);
29 TParser.superclass.constructor.apply(this, arguments);
  /external/apache-harmony/annotation/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
ElementTypeTest.java 38 assertSame(ElementType.CONSTRUCTOR, ElementType.valueOf("CONSTRUCTOR"));
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
SecretKeySpecTest.java 40 * constructor parameters and that input iv array is
70 assertFalse("The change of key specified in the constructor "
78 * the case of inappropriate constructor parameters and that input iv array
143 assertFalse("The change of key specified in the constructor "
158 * equal to the value specified in the constructor.
166 + "value specified in the constructor.",
184 * array specified in the constructor. Checks that modification
195 + "in the constructor.");
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
KeyGeneratorSpiTest.java 43 * Constructor for KeyGeneratorSpiTests.
52 * Test for <code>KeyGeneratorSpi</code> constructor Assertion: constructs
SecretKeyFactorySpiTest.java 41 * Constructor for SecretKeyfactorySpiTests.
51 * Test for <code>SecretKeyFactorySpi</code> constructor Assertion:
  /external/apache-harmony/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
CoderMalfunctionErrorTest.java 31 * Test constructor with normal param.
40 * Test constructor with null param.
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KSTrustedCertificateEntryTest.java 31 * Tests for <code>KeyStore.TrustedCertificateEntry</code> class constructor and methods
39 * constructor
KeyPairGeneratorSpiTest.java 39 * Constructor for KeyPairGeneratorSpiTest.
48 * Test for <code>KeyPairGeneratorSpi</code> constructor
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertPathBuilderSpiTest.java 42 * Constructor for CertPathBuilderSpiTest.
51 * Test for <code>CertPathBuilderSpi</code> constructor Assertion:
CertPathValidatorSpiTest.java 43 * Constructor for CertPathValidatorSpiTest.
52 * Test for <code>CertPathValidatorSpi</code> constructor Assertion:
  /external/apache-harmony/security/src/test/api/java.injected/java/security/
AlgorithmParameterGeneratorSpiTest.java 41 * Constructor for CertPathBuilderTests.
50 * Test for <code>AlgorithmParameterGeneratorSpi</code> constructor
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
WhiteSpaceInfo.java 51 * Constructor WhiteSpaceInfo
61 * Constructor WhiteSpaceInfo
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERT61String.java 71 * basic constructor - with bytes.
80 * basic constructor - with string.
DERUTF8String.java 74 * basic constructor - byte encoded string.
82 * basic constructor

Completed in 533 milliseconds

<<21222324252627282930>>