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

12

/external/chromium_org/v8/test/mjsunit/es6/
H A Dtyped-array-iterator.js6 var constructors = [Uint8Array, Int8Array, variable
28 constructors.forEach(TestTypedArrayPrototype);
39 constructors.forEach(TestTypedArrayValues);
/external/compiler-rt/test/BlocksRuntime/
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.cpp41 // Tests that we can define constructors outside the class (PR12784).
200 namespace constructors { namespace
212 // CHECK: define x86_thiscallcc %"struct.constructors::B"* @"\01??0B@constructors@@QAE@XZ"(%"struct.constructors::B"* returned %this)
213 // CHECK: call x86_thiscallcc %"struct.constructors::A"* @"\01??0A@constructors@@QAE@XZ"(%"struct.constructors::A"* %{{.*}})
222 // 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.cpp39 const ConstructorMap &constructors() const { return Constructors; } function in class:clang::ast_matchers::dynamic::__anon17766::RegistryMaps
332 RegistryData->constructors().find(MatcherName);
333 return it == RegistryData->constructors().end()
408 for (ConstructorMap::const_iterator I = RegistryData->constructors().begin(),
409 E = 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/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DEmitUtils.java680 List constructors,
682 member_switch_helper(e, constructors, callback, false);
679 constructor_switch(CodeEmitter e, List constructors, ObjectSwitchCallback callback) argument
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
H A DEnhancer.java446 List constructors = new ArrayList(Arrays.asList(sc.getDeclaredConstructors()));
447 filterConstructors(sc, constructors);
481 List constructorInfo = CollectionUtils.transform(constructors, MethodInfoTransformer.getInstance());
518 * Filter the list of constructors from the superclass. The
519 * constructors which remain will be included in the generated
521 * constructors, but subclasses may extend Enhancer to override this
524 * @param constructors the list of all declared constructors from the superclass
525 * @throws IllegalArgumentException if there are no non-private constructors
527 protected void filterConstructors(Class sc, List constructors) { argument
699 emitConstructors(ClassEmitter ce, List constructors) argument
841 emitNewInstanceMultiarg(ClassEmitter ce, List constructors) argument
[all...]
/external/doclava/src/com/google/doclava/
H A DClassInfo.java142 ArrayList<MethodInfo> constructors, ArrayList<MethodInfo> methods,
151 // mAllConstructors will not contain *all* constructors. Only the constructors that pass
153 mAllConstructors = constructors;
513 public ArrayList<MethodInfo> constructors() { method in class:ClassInfo
760 * @param allCtors all constructors regardless of access levels.
761 * But only the public/protected removed constructors will be stored by the method.
762 * Removed constructors should never be deleted from source code because
832 * @return all public constructors that are removed.
833 * removed constructors shoul
140 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/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/robolectric/lib/main/
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/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/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/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1143 milliseconds

12