Searched defs:ctor (Results 1 - 21 of 21) sorted by relevance

/external/v8/test/mjsunit/
H A Ddebug-constructed-by.js36 var ctor = debug.MakeMirror(Point); variable
39 assertEquals(0, ctor.constructedBy().length);
40 assertEquals(0, ctor.constructedBy(0).length);
41 assertEquals(0, ctor.constructedBy(1).length);
42 assertEquals(0, ctor.constructedBy(10).length);
46 assertEquals(1, ctor.constructedBy().length);
47 assertEquals(1, ctor.constructedBy(0).length);
48 assertEquals(1, ctor.constructedBy(1).length);
49 assertEquals(1, ctor.constructedBy(10).length);
57 assertEquals(11, ctor
[all...]
/external/clang/test/CXX/expr/expr.unary/expr.new/
H A Dp17.cpp3 class ctor { class
4 ctor(); // expected-note{{implicitly declared private here}}
12 new ctor[0]; // expected-error{{calling a private constructor of class 'ctor'}}
/external/guava/guava-testlib/src/com/google/common/testing/
H A DNullPointerTester.java177 * Verifies that {@code ctor} produces a {@link NullPointerException} or
181 public void testConstructor(Constructor<?> ctor) throws Exception { argument
182 Class<?>[] types = ctor.getParameterTypes();
184 testConstructorParameter(ctor, nullIndex);
219 * Verifies that {@code ctor} produces a {@link NullPointerException} or
224 public void testConstructorParameter(final Constructor<?> ctor, argument
226 ctor.setAccessible(true);
229 return ctor.getParameterTypes();
232 return ctor.getParameterAnnotations();
237 ctor
[all...]
/external/clang/lib/CodeGen/
H A DCGCXX.cpp47 // in many calling conventions, so only bail out if the ctor's
180 // We don't need to emit the complete ctor if the class is abstract.
189 void CodeGenModule::EmitCXXConstructor(const CXXConstructorDecl *ctor, argument
194 !ctor->getParent()->getNumVBases() &&
195 !TryEmitDefinitionAsAlias(GlobalDecl(ctor, Ctor_Complete),
196 GlobalDecl(ctor, Ctor_Base)))
200 getTypes().arrangeCXXConstructorDeclaration(ctor, ctorType);
203 cast<llvm::Function>(GetAddrOfCXXConstructor(ctor, ctorType, &fnInfo));
204 setFunctionLinkage(ctor, fn);
206 CodeGenFunction(*this).GenerateCode(GlobalDecl(ctor, ctorTyp
213 GetAddrOfCXXConstructor(const CXXConstructorDecl *ctor, CXXCtorType ctorType, const CGFunctionInfo *fnInfo) argument
[all...]
H A DCGClass.cpp298 // If the record matches the base, this is the complete ctor/dtor
302 "doing no-op VTT offset in base dtor/ctor?");
749 // a complete ctor and then delegate to the base ctor.
1098 /// \param ctor the constructor to call for each element
1106 CodeGenFunction::EmitCXXAggrConstructorCall(const CXXConstructorDecl *ctor, argument
1116 EmitCXXAggrConstructorCall(ctor, numElements, arrayBegin,
1123 /// \param ctor the constructor to call for each element
1128 /// \param arrayBegin a T*, where T is the type constructed by ctor
1132 CodeGenFunction::EmitCXXAggrConstructorCall(const CXXConstructorDecl *ctor, argument
[all...]
H A DCGObjC.cpp1312 bool ctor) {
1317 if (ctor) {
1310 GenerateObjCCtorDtorMethod(ObjCImplementationDecl *IMP, ObjCMethodDecl *MD, bool ctor) argument
/external/clang/test/CXX/class/class.union/
H A Dp1.cpp41 Ctor ctor; // expected-error {{union member 'ctor' has a non-trivial constructor}} member in union:U1
58 Ctor ctor; // expected-note {{because type 'U2::<anonymous struct}} member in struct:U2::__anon4020
119 Either<int,Ctor> ctor(0); // expected-note {{in instantiation of template}}
/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp170 // ctor. Detect that case.
178 const CXXConstructorDecl *ctor = cce->getConstructor(); local
179 record = ctor->getParent();
181 if (ctor->isTrivial() && ctor->isDefaultConstructor()) {
/external/jdiff/src/jdiff/
H A DHTMLIndexes.java563 ConstructorAPI ctor = (ConstructorAPI)(iterCtor.next());
564 ctorNames.add(new Index(className, 0, pkgName, ctor.type_));
568 ConstructorAPI ctor = (ConstructorAPI)(iterCtor.next());
569 Index idx = new Index(className, 1, pkgName, ctor.type_);
570 idx.doc_ = ctor.doc_; // Used for checking @since
575 MemberDiff ctor = (MemberDiff)(iterCtor.next());
576 ctorNames.add(new Index(className, 2, pkgName, ctor.newType_));
588 public char emitCtorIndexEntry(Index ctor, char oldsw, int multipleMarker) { argument
590 String className = ctor.pkgName_ + "." + ctor
[all...]
/external/opencv/cv/src/
H A D_cvkdtree.hpp85 __valuector ctor) {
93 mean += deref(ctor(*k), j);
97 accum_type diff = accum_type(deref(ctor(*k), j)) - mean;
118 int dim, __valuector ctor) {
121 median_partition(first, last, k, dim, ctor);
130 __valuector ctor; member in struct:CvKDTree::median_pr
132 : pivot(_pivot), dim(_dim), deref(_deref), ctor(_ctor) {
135 return deref(ctor(lhs), dim) <= deref(ctor(pivot), dim);
141 __instype * k, int dim, __valuector ctor) {
84 dimension_of_highest_variance(__instype * first, __instype * last, __valuector ctor) argument
117 median_partition(__instype * first, __instype * last, int dim, __valuector ctor) argument
140 median_partition(__instype * first, __instype * last, __instype * k, int dim, __valuector ctor) argument
158 insert(__instype * first, __instype * last, __valuector ctor) argument
248 CvKDTree(__instype * first, __instype * last, int _point_dim, __valuector ctor, __deref _deref = __deref()) argument
262 set_data(__instype * first, __instype * last, int _point_dim, __valuector ctor) argument
[all...]
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
H A Dtst_qscriptvalue.cpp33 void tst_QScriptValue::ctor() function in class:tst_QScriptValue
/external/icu4c/test/perf/ustrperf/
H A Dstringperf.h386 inline void ctor(const UChar* src,int32_t srcLen, UnicodeString s0) function
/external/v8/src/
H A Dmirror-debugger.js133 * @param {function} ctor Constructor function which needs to inherit the
137 function inherits(ctor, superCtor) {
140 ctor.super_ = superCtor.prototype; class
141 ctor.prototype = new tempCtor();
142 ctor.prototype.constructor = ctor;
764 var ctor = this.constructorFunction();
765 if (!ctor.isFunction()) {
768 name = ctor.name();
H A Dobjects.cc4770 JSFunction* ctor = JSFunction::cast(constructor()); local
4773 ctor->initial_map()->instance_descriptors()->RemoveTransitions();
/external/doclava/src/com/google/doclava/
H A DClassInfo.java1006 for (MethodInfo ctor : ctors) {
1007 if (ctor.isPublic()) {
1008 ctor.makeHDF(data, "class.ctors.public." + i);
1016 for (MethodInfo ctor : ctors) {
1017 if (ctor.isProtected()) {
1018 ctor.makeHDF(data, "class.ctors.protected." + i);
1027 for (MethodInfo ctor : ctors) {
1028 if (ctor.isPackagePrivate()) {
1029 ctor.makeHDF(data, "class.ctors.package." + i);
1038 for (MethodInfo ctor
1509 addConstructor(MethodInfo ctor) argument
[all...]
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/
H A Dantsupportlib.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/ant/ org/eclipse/ant/internal/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.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/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/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 604 milliseconds