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

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/src/OpenGL/libGLESv2/
main.cpp 20 #define CONSTRUCTOR __attribute__((constructor))
23 #define CONSTRUCTOR
37 CONSTRUCTOR static void glAttachProcess()
  /libcore/ojluni/src/main/java/java/lang/annotation/
ElementType.java 40 * <p>The constants {@link #ANNOTATION_TYPE} , {@link #CONSTRUCTOR} , {@link
86 /** Constructor declaration */
87 CONSTRUCTOR,
  /frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
DelegateClassAdapter.java 36 private static final String CONSTRUCTOR = "<init>";
105 "Delegate doesn't support overriding static constructor %1$s:%2$s(%3$s)",
124 if (CONSTRUCTOR.equals(name)) {
StubMethodAdapter.java 32 private static final String CONSTRUCTOR = "<init>";
43 /** Flag that is true when implementing a constructor, to accept all original
44 * code calling the original super constructor. */
60 if (CONSTRUCTOR.equals(methodName) || CLASS_INIT.equals(methodName)) {
190 * For non-constructor, generate the messaging code and the return statement
204 * For non-constructor, generate the messaging code and the return statement
254 * For non-constructor, rewrite existing "return" instructions to write the message.
  /external/guice/extensions/multibindings/src/com/google/inject/multibindings/
Indexer.java 51 CONSTRUCTOR,
109 return new Indexer.IndexedBinding(binding, BindingType.CONSTRUCTOR, scope(binding),
  /external/swiftshader/src/OpenGL/libGL/
main.cpp 28 #define CONSTRUCTOR __attribute__((constructor))
31 #define CONSTRUCTOR
59 CONSTRUCTOR static bool glAttachProcess()
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
AccessFlags.java 55 CONSTRUCTOR(0x10000, "constructor", false, true, false),
  /libcore/ojluni/src/main/java/java/lang/reflect/
Modifier.java 145 * Returns true if the given modifiers contain {@link Modifier#CONSTRUCTOR}.
149 return ((modifiers & Modifier.CONSTRUCTOR) != 0);
235 * such as a constructor or method, first AND the argument of
376 // Android-added: CONSTRUCTOR to support DEX-defined modifier flag.
382 public static final int CONSTRUCTOR = 0x10000;
413 * The Java source modifiers that can be applied to a constructor.
414 * @jls 8.8.3 Constructor Modifiers
438 * The Java source modifiers that can be applied to a method or constructor parameter.
478 * modifiers that can be applied to a constructor.
480 * modifiers that can be applied to a constructor
    [all...]
  /external/annotation-tools/annotation-file-utilities/src/annotator/find/
Insertion.java 28 CONSTRUCTOR,
  /external/swiftshader/src/OpenGL/libEGL/
main.cpp 33 #define CONSTRUCTOR __attribute__((constructor))
36 #define CONSTRUCTOR
71 CONSTRUCTOR void attachProcess()
  /external/swiftshader/src/OpenGL/libGLES_CM/
main.cpp 29 #define CONSTRUCTOR __attribute__((constructor))
32 #define CONSTRUCTOR
46 CONSTRUCTOR static void glAttachProcess()
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.5.0/
javawriter-2.5.0.jar 
  /prebuilts/tools/common/offline-m2/com/squareup/javawriter/2.5.0/
javawriter-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.5.1/
javawriter-2.5.1.jar 
  /external/protobuf/src/google/protobuf/
descriptor.cc 291 #define CONSTRUCTOR(TYPE, TYPE_CONSTANT, FIELD) \
297 CONSTRUCTOR(Descriptor , MESSAGE , descriptor )
298 CONSTRUCTOR(FieldDescriptor , FIELD , field_descriptor )
299 CONSTRUCTOR(OneofDescriptor , ONEOF , oneof_descriptor )
300 CONSTRUCTOR(EnumDescriptor , ENUM , enum_descriptor )
301 CONSTRUCTOR(EnumValueDescriptor, ENUM_VALUE, enum_value_descriptor )
302 CONSTRUCTOR(ServiceDescriptor , SERVICE , service_descriptor )
303 CONSTRUCTOR(MethodDescriptor , METHOD , method_descriptor )
304 CONSTRUCTOR(FileDescriptor , PACKAGE , package_file_descriptor)
305 #undef CONSTRUCTOR
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/javapoet/1.2.0/
javapoet-1.2.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/javapoet/1.7.0/
javapoet-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/javapoet/1.8.0/
javapoet-1.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/24.5.0/
common-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.0.0/
common-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.0.0-alpha1/
common-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.0.0-alpha3/
common-25.0.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.0.0-alpha5/
common-25.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.0.0-alpha7/
common-25.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.0.0-alpha9/
common-25.0.0-alpha9.jar 

Completed in 1209 milliseconds

1 2 3 4 5 6 7 8 91011>>