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

1 2 3 4 5 6 78 91011>>

  /external/hamcrest/src/org/hamcrest/
Factory.java 10 * A factory method is an equivalent to a named constructor.
  /external/icu4c/samples/translit/answers/
unaccent.h 15 * Constructor
  /external/jsr305/ri/src/main/java/javax/annotation/
CheckReturnValue.java 12 @Target( { ElementType.METHOD, ElementType.CONSTRUCTOR, ElementType.TYPE,
  /external/okhttp/
README.android 9 of using a hidden constructor.
  /external/proguard/examples/annotations/src/proguard/annotation/
Keep.java 15 @Target({ ElementType.TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.CONSTRUCTOR })
KeepName.java 15 @Target({ ElementType.TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.CONSTRUCTOR })
  /external/skia/include/gpu/
GrNoncopyable.h 18 * copy-constructor and assignment operators private (and unimplemented).
  /external/smali/baksmali/src/test/smali/deodex_test1/
subclass.smali 5 .method public constructor <init>()V
superclass.smali 5 .method public constructor <init>()V
  /external/smali/baksmali/src/test/smali/deodex_test2/bootclass_classes/
subclass1.smali 5 .method public constructor <init>()V
subclass2.smali 5 .method public constructor <init>()V
superclass.smali 5 .method public constructor <init>()V
supersuperclass.smali 5 .method public constructor <init>()V
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format11n/
Format11n.smali 5 .method public constructor <init>()V
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format22c/
InstanceFields.smali 4 .method public constructor <init>()V
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format35c/
Methods.smali 5 .method public constructor <init>()V
MethodsSuper.smali 4 .method public constructor <init>()V
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Number/
15.7.3.js 24 15.7.3 Properties of the Number Constructor
27 of the Number constructor is the Function prototype
28 object. The Number constructor also has the internal
41 var TITLE = "Properties of the Number Constructor";
  /ndk/tests/device/issue22165-typeinfo/jni/
myexception.h 14 std::cout << "yep! i am in constructor" << std::endl;
  /ndk/tests/device/test-stlport_shared-exception/jni/
elide1.cpp 4 // object, we extended the throw prohibition to the constructor for the
elide2.cpp 3 // Verify that we still call terminate() if we do run the copy constructor,
spec7.cpp 5 // Original test case failure required that Raiser constructor be inlined.
terminate1.cpp 2 // Test that an exception thrown out of the constructor for the exception
  /ndk/tests/device/test-stlport_static-exception/jni/
elide1.cpp 4 // object, we extended the throw prohibition to the constructor for the
elide2.cpp 3 // Verify that we still call terminate() if we do run the copy constructor,

Completed in 4482 milliseconds

1 2 3 4 5 6 78 91011>>