Home
last modified time | relevance | path

Searched defs:ctor (Results 1 – 25 of 107) sorted by relevance

12345

/external/v8/test/mjsunit/
Dmigrations.js87 ctor: function(v) { return {a: v}; }, method
92 ctor: function(v) { var o = {}; o.a = v; return o; }, method
97 ctor: function(v) { return {a: v}; }, method
102 ctor: function(v) { var o = {}; o.a = v; return o; }, method
107 ctor: function(v) { return {a: v}; }, method
112 ctor: function(v) { var o = {}; o.a = v; return o; }, method
117 ctor: function(v1, v2, v3) { return {a: v1, b: v2, c: v3}; }, method
122 ctor: function(v) { var o = {}; o.h=o.g=o.f=o.e=o.d=o.c=o.b=o.a=v; return o; }, method
127 ctor: function(v) { var o = 1; o.a = v; return o; }, method
132 ctor: function(v) { var o = function() { return v;}; o.a = v; return o; }, method
[all …]
Ddebug-constructed-by.js36 var ctor = debug.MakeMirror(Point); variable
/external/v8/test/mjsunit/es6/
Dcollections.js1074 function TestSetConstructor(ctor) { argument
1119 function TestSetConstructorAddNotCallable(ctor) { argument
1122 ctor.prototype.add = 42; class
1131 function TestSetConstructorGetAddOnce(ctor) { argument
1152 function TestSetConstructorAddReplaced(ctor) { argument
1169 function TestSetConstructorOrderOfDoneValue(ctor) { argument
1197 function TestSetConstructorNextNotAnObject(ctor) { argument
1221 function TestSetConstructorIterableValue(ctor) { argument
1255 function TestMapConstructor(ctor) { argument
1300 function TestMapConstructorSetNotCallable(ctor) { argument
[all …]
/external/opencv/cv/src/
D_cvkdtree.hpp85 __valuector ctor) { in dimension_of_highest_variance()
118 int dim, __valuector ctor) { in median_partition()
130 __valuector ctor; member
141 __instype * k, int dim, __valuector ctor) { in median_partition()
158 int insert(__instype * first, __instype * last, __valuector ctor) { in insert()
249 __valuector ctor, __deref _deref = __deref()) in CvKDTree()
263 __valuector ctor) { in set_data()
/external/clang/test/CXX/expr/expr.unary/expr.new/
Dp17.cpp3 class ctor { class
/external/testng/src/test/java/test/objectfactory/
DClassObjectFactory.java12 Constructor ctor = cls.getConstructors()[0]; in newInstance() local
/external/clang/test/CXX/class/class.union/
Dp1.cpp41 Ctor ctor; // expected-error {{union member 'ctor' has a non-trivial constructor}} member
58 …Ctor ctor; // expected-note {{because field of type 'Ctor' has a user-provided default constructor… member
128 Either<int,Ctor> ctor(0); // expected-note {{in instantiation of template}} in fred() local
/external/testng/src/main/java/org/testng/
DConversionUtils.java23 Constructor ctor = null; in wrapDataProvider() local
/external/vulkan-validation-layers/libs/glm/gtx/
Dsimd_mat4.hpp64 enum ctor{_null}; enum
Dsimd_quat.hpp73 enum ctor{null}; enum
/external/vulkan-validation-layers/libs/glm/gtc/
Dquaternion.hpp60 enum ctor{null}; enum
/external/vulkan-validation-layers/libs/glm/detail/
Dtype_vec1.hpp52 enum ctor{_null}; enum
Dtype_mat2x4.hpp44 enum ctor{_null}; enum
Dtype_mat2x3.hpp44 enum ctor{_null}; enum
Dtype_mat4x2.hpp44 enum ctor{_null}; enum
Dtype_mat4x3.hpp44 enum ctor{_null}; enum
Dtype_mat2x2.hpp43 enum ctor{_null}; enum
Dtype_mat4x4.hpp44 enum ctor{_null}; enum
Dtype_mat3x3.hpp43 enum ctor{_null}; enum
Dtype_mat3x2.hpp44 enum ctor{_null}; enum
Dtype_mat3x4.hpp44 enum ctor{_null}; enum
/external/testng/src/main/java/org/testng/internal/annotations/
DIAnnotationFinder.java60 public String[] findOptionalValues(Constructor ctor); in findOptionalValues()
DAnnotationHelper.java51 public static ITestAnnotation findTest(IAnnotationFinder finder, Constructor ctor) { in findTest()
55 …lic static IConfigurationAnnotation findConfiguration(IAnnotationFinder finder, Constructor ctor) { in findConfiguration()
/external/jdiff/src/jdiff/
DHTMLIndexes.java563 ConstructorAPI ctor = (ConstructorAPI)(iterCtor.next()); in emitConstructorsIndex() local
568 ConstructorAPI ctor = (ConstructorAPI)(iterCtor.next()); in emitConstructorsIndex() local
575 MemberDiff ctor = (MemberDiff)(iterCtor.next()); in emitConstructorsIndex() local
588 public char emitCtorIndexEntry(Index ctor, char oldsw, int multipleMarker) { in emitCtorIndexEntry()
/external/guava/guava-testlib/src/com/google/common/testing/
DNullPointerTester.java187 public void testConstructor(Constructor<?> ctor) { in testConstructor()
219 public void testConstructorParameter(Constructor<?> ctor, int paramIndex) { in testConstructorParameter()

12345