Searched defs:constructors (Results 1 - 17 of 17) sorted by relevance

/external/compiler-rt/BlocksRuntime/tests/
H A Dcopyconstructor.C13 int constructors = 0; variable
36 ++constructors;
44 _version = ++constructors;
75 if (constructors == 0) {
76 printf("No copy constructors!!!\n");
79 if (constructors != destructors) {
80 printf("%d constructors but only %d destructors\n", constructors, destructors);
H A Dreference.C17 int constructors = 0; variable
41 ++constructors;
49 _version = ++constructors;
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-methods.cpp70 void constructors() { function
H A Dmicrosoft-abi-structors.cpp37 // Tests that we can define constructors outside the class (PR12784).
121 namespace constructors { namespace
133 // CHECK: define x86_thiscallcc %"struct.constructors::B"* @"\01??0B@constructors@@QAE@XZ"(%"struct.constructors::B"* returned %this)
134 // CHECK: call x86_thiscallcc %"struct.constructors::A"* @"\01??0A@constructors@@QAE@XZ"(%"struct.constructors::A"* %{{.*}})
143 // CHECK: define x86_thiscallcc %"struct.constructors::C"* @"\01??0C@constructors
[all...]
/external/javassist/src/main/javassist/tools/reflect/
H A DClassMetaobject.java51 private Constructor[] constructors; field in class:ClassMetaobject
81 constructors = javaClass.getConstructors();
93 constructors = javaClass.getConstructors();
134 int n = constructors.length;
137 return constructors[i].newInstance(args);
/external/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp38 const ConstructorMap &constructors() const { return Constructors; } function in class:clang::ast_matchers::dynamic::__anon16062::RegistryMaps
413 RegistryData->constructors().find(MatcherName);
414 if (it == RegistryData->constructors().end()) {
/external/guava/guava/src/com/google/common/util/concurrent/
H A DFutures.java1017 * String} or {@code Throwable} (preferring constructors with at least one
1083 * String} or {@code Throwable} (preferring constructors with at least one
1215 List<Constructor<X>> constructors =
1217 for (Constructor<X> constructor : preferringStrings(constructors)) {
1232 preferringStrings(List<Constructor<X>> constructors) { argument
1233 return WITH_STRING_PARAM_FIRST.sortedCopy(constructors);
/external/doclava/src/com/google/doclava/
H A DClassInfo.java111 ArrayList<MethodInfo> constructors, ArrayList<MethodInfo> methods,
120 mAllConstructors = constructors;
345 public ArrayList<MethodInfo> constructors() { method in class:ClassInfo
624 // constructors too
625 for (MethodInfo m : constructors()) {
742 ArrayList<MethodInfo> ctors = constructors();
769 // public constructors
777 // protected constructors
787 // package private constructors
797 // private constructors
109 init(TypeInfo typeInfo, ArrayList<ClassInfo> interfaces, ArrayList<TypeInfo> interfaceTypes, ArrayList<ClassInfo> innerClasses, ArrayList<MethodInfo> constructors, ArrayList<MethodInfo> methods, ArrayList<MethodInfo> annotationElements, ArrayList<FieldInfo> fields, ArrayList<FieldInfo> enumConstants, PackageInfo containingPackage, ClassInfo containingClass, ClassInfo superclass, TypeInfo superclassType, ArrayList<AnnotationInstanceInfo> annotations) argument
[all...]
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/main/
H A Djunit-dep-4.8.2.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 436 milliseconds