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

1 2 3 4 5 6 7 8

  /art/runtime/mirror/
method.h 60 // C++ mirror of java.lang.reflect.Constructor.
61 class MANAGED Constructor: public Executable {
64 static Constructor* CreateFromArtMethod(Thread* self, ArtMethod* method)
86 static GcRoot<Class> static_class_; // java.lang.reflect.Constructor.class.
87 static GcRoot<Class> array_class_; // [java.lang.reflect.Constructor.class.
89 DISALLOW_COPY_AND_ASSIGN(Constructor);
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/filter/targets/
Constructor.java 19 public class Constructor {
21 Constructor() { // $line-packageLocal$
24 private Constructor(Object arg) { // $line-arg$
27 private static class Super extends Constructor {
68 new Constructor().new Inner();
  /external/skia/src/sksl/ir/
SkSLConstructor.h 27 struct Constructor : public Expression {
28 Constructor(int offset, const Type& type, std::vector<std::unique_ptr<Expression>> arguments)
87 Constructor& c = (Constructor&) other;
96 // shouldn't be possible to have a constant constructor that isn't a vector or matrix;
97 // a constant scalar constructor should have been collapsed down to the appropriate
140 return ((const Constructor&) *arg).getVecComponent(index - current);
173 const Type& argType = ((Constructor&) *fArguments[0]).fType;
176 return ((Constructor&) *fArguments[0]).getMatComponent(col, row);
193 return &((Constructor&) *arg).getVecComponent(targetIndex - currentIndex)
    [all...]
  /external/skqp/src/sksl/ir/
SkSLConstructor.h 27 struct Constructor : public Expression {
28 Constructor(int offset, const Type& type, std::vector<std::unique_ptr<Expression>> arguments)
87 Constructor& c = (Constructor&) other;
96 // shouldn't be possible to have a constant constructor that isn't a vector or matrix;
97 // a constant scalar constructor should have been collapsed down to the appropriate
140 return ((const Constructor&) *arg).getVecComponent(index - current);
173 const Type& argType = ((Constructor&) *fArguments[0]).fType;
176 return ((Constructor&) *fArguments[0]).getMatComponent(col, row);
193 return &((Constructor&) *arg).getVecComponent(targetIndex - currentIndex)
    [all...]
  /libcore/ojluni/src/main/java/java/lang/reflect/
Constructor.java 37 * {@code Constructor} provides information about, and access to, a single
38 * constructor for a class.
40 * <p>{@code Constructor} permits widening conversions to occur when matching the
42 * constructor's formal parameters, but throws an
45 * @param <T> the class in which the constructor is declared
56 public final class Constructor<T> extends Executable {
67 private Constructor() {
71 private Constructor(Class<?> serializationCtor,
80 public Constructor<T> serializationCopy(Class<?> ctor, Class<?> cl) {
81 return new Constructor<T>(ctor, cl)
    [all...]
  /external/tensorflow/tensorflow/core/lib/io/
table_test.cc 144 class Constructor {
146 explicit Constructor() : data_(STLLessThan()) {}
147 virtual ~Constructor() {}
178 class BlockConstructor : public Constructor {
206 class TableConstructor : public Constructor {
416 Constructor* constructor_;
  /external/clang/unittests/ASTMatchers/
ASTMatchersNarrowingTest.cpp     [all...]
ASTMatchersNodeTest.cpp 518 StatementMatcher Constructor = cxxConstructExpr();
521 matches("class X { public: X(); }; void x() { X x; }", Constructor));
524 Constructor));
527 Constructor));
528 EXPECT_TRUE(matches("class X {}; void x(int) { X x; }", Constructor));
    [all...]
ASTMatchersTraversalTest.cpp     [all...]
  /external/python/cpython3/Parser/
asdl.py 16 # sum ::= constructor { "|" constructor } ["attributes" fields]
17 # constructor ::= ConstructorId [fields]
26 'builtin_types', 'parse', 'AST', 'Module', 'Type', 'Constructor',
60 class Constructor(AST):
66 return 'Constructor({0.name}, {0.fields})'.format(self)
162 print('Redefinition of constructor {}'.format(key))
290 sumlist = [Constructor(self._match(TokenKind.ConstructorId),
295 sumlist.append(Constructor(
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
asdl.py 167 def p_sum_0(self, (constructor,)):
168 " sum ::= constructor "
169 return [constructor]
171 def p_sum_1(self, (constructor, _, sum)):
172 " sum ::= constructor | sum "
173 return [constructor] + sum
175 def p_sum_2(self, (constructor, _, sum)):
176 " sum ::= constructor | sum "
177 return [constructor] + sum
180 " constructor ::= Id "
    [all...]
  /external/clang/include/clang/Index/
IndexSymbol.h 51 Constructor,
  /external/clang/test/CodeGenCXX/
predefined-expr.cpp 42 // CHECK-DAG: private unnamed_addr constant [12 x i8] c"Constructor\00"
43 // CHECK-DAG: private unnamed_addr constant [41 x i8] c"NS::Constructor::Constructor(NS::Base *)\00"
44 // CHECK-DAG: private unnamed_addr constant [34 x i8] c"NS::Constructor::Constructor(int)\00"
45 // CHECK-DAG: private unnamed_addr constant [31 x i8] c"NS::Constructor::Constructor()\00"
252 class Constructor {
254 Constructor() {
260 Constructor(int)
    [all...]
  /external/clang/test/SemaCXX/
explicit.cpp 2 namespace Constructor {
35 B &&b5 = {0}; // expected-error {{chosen constructor is explicit}}
60 class Y { }; // expected-note+ {{candidate constructor (the implicit}}
  /external/python/cpython2/Parser/
asdl.py 167 def p_sum_0(self, (constructor,)):
168 " sum ::= constructor "
169 return [constructor]
171 def p_sum_1(self, (constructor, _, sum)):
172 " sum ::= constructor | sum "
173 return [constructor] + sum
175 def p_sum_2(self, (constructor, _, sum)):
176 " sum ::= constructor | sum "
177 return [constructor] + sum
180 " constructor ::= Id
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
IndexSymbol.h 51 Constructor,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Index/
IndexSymbol.h 51 Constructor,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Index/
IndexSymbol.h 51 Constructor,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
IndexSymbol.h 51 Constructor,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Index/
IndexSymbol.h 51 Constructor,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Index/
IndexSymbol.h 51 Constructor,
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
ast.go 1365 // Constructor is a constructor.
1366 type Constructor struct {
1370 func (c *Constructor) print(ps *printState) {
1374 func (c *Constructor) Traverse(fn func(AST) bool) {
1380 func (c *Constructor) Copy(fn func(AST) AST, skip func(AST) bool) AST {
1388 c = &Constructor{Name: name}
1395 func (c *Constructor) GoString() string {
1399 func (c *Constructor) goString(indent int, field string) string {
1442 // GlobalCDtor is a global constructor or destructor
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
ast.go 1365 // Constructor is a constructor.
1366 type Constructor struct {
1370 func (c *Constructor) print(ps *printState) {
1374 func (c *Constructor) Traverse(fn func(AST) bool) {
1380 func (c *Constructor) Copy(fn func(AST) AST, skip func(AST) bool) AST {
1388 c = &Constructor{Name: name}
1395 func (c *Constructor) GoString() string {
1399 func (c *Constructor) goString(indent int, field string) string {
1442 // GlobalCDtor is a global constructor or destructor
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
Constructor.java 16 package org.yaml.snakeyaml.constructor;
50 public class Constructor extends SafeConstructor {
54 public Constructor() {
59 * Create Constructor for the specified class as the root.
64 public Constructor(Class<? extends Object> theRoot) {
69 * Ugly Java way to check the argument in the constructor
78 public Constructor(TypeDescription theRoot) {
95 * Create Constructor for a class which does not have to be in the classpath
103 public Constructor(String theRoot) throws ClassNotFoundException {
119 * assigned in constructor then the 'root' property of this definition i
339 Construct constructor = yamlClassConstructors.get(node.getNodeId()); local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Index/
IndexSymbol.h 51 Constructor,

Completed in 997 milliseconds

1 2 3 4 5 6 7 8