HomeSort by relevance Sort by last modified time
    Searched defs:Constructor (Results 1 - 7 of 7) sorted by null

  /dalvik/libcore/luni-kernel/src/main/java/java/lang/reflect/
Constructor.java 45 * This class represents a constructor. Information about the constructor can be
46 * accessed, and the constructor can be invoked dynamically.
48 * @param <T> the class that declares this constructor
52 public final class Constructor<T> extends AccessibleObject implements GenericDeclaration,
63 TypeVariable<Constructor<T>>[] formalTypeParameters;
84 private Constructor(){
93 * the class this constructor object belongs to
95 * the parameter types of the constructor
97 * the exception types of the constructor
    [all...]
  /external/astl/src/
string.cpp 143 void string::Constructor(const value_type *str, size_type n)
145 Constructor(str, 0, n);
149 void string::Constructor(const value_type *str, size_type pos, size_type n)
162 void string::Constructor(size_type n, char c)
183 Constructor(str.mData, str.mLength);
193 Constructor(str.mData + pos , n);
205 Constructor(str.mData, pos, str.mLength - pos);
217 Constructor(str, traits_type::length(str));
227 Constructor(str, n);
230 // Char repeat constructor
    [all...]
  /external/webkit/WebKit/android/jni/
JavaBridge.cpp 97 static void Constructor(JNIEnv* env, jobject obj);
313 void JavaBridge::Constructor(JNIEnv* env, jobject obj)
448 (void*) JavaBridge::Constructor },
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 71 milliseconds