| /prebuilts/go/darwin-x86/misc/cgo/testcarchive/ |
| main4.c | 27 // Set up the SIGIO signal handler in a high priority constructor, so 30 static void init(void) __attribute__ ((constructor (200)));
|
| /prebuilts/go/linux-x86/misc/cgo/testcarchive/ |
| main4.c | 27 // Set up the SIGIO signal handler in a high priority constructor, so 30 static void init(void) __attribute__ ((constructor (200)));
|
| /external/dagger2/lib/ |
| auto-factory-1.0-20150915.183854-35.jar | |
| /external/guice/core/src/com/google/inject/internal/ |
| ConstructorBindingImpl.java | 36 import java.lang.reflect.Constructor; 69 * @param constructorInjector the constructor to use, or {@code null} to use the default. 96 // Find a constructor annotated @Inject 100 if (failIfNotExplicit && !hasAtInject((Constructor) constructorInjector.getMember())) { 128 /** Returns true if the inject annotation is on the constructor. */ 129 private static boolean hasAtInject(Constructor cxtor) { 147 /** Returns an injection point that can be used to clean up the constructor store. */ 213 @SuppressWarnings("unchecked") // the raw constructor member and declaring type always agree 215 InjectionPoint constructor = getConstructor(); local 217 (Constructor) getConstructor().getMember(), (TypeLiteral) constructor.getDeclaringType())) [all...] |
| /external/snakeyaml/ |
| Android.mk | 26 src/main/java/org/yaml/snakeyaml/constructor/Constructor.java \
|
| /external/v8/src/ast/ |
| ast-literal-reindexer.cc | 247 if (node->constructor()) Visit(node->constructor());
|
| /external/v8/src/js/ |
| v8natives.js | 82 %AddNamedProperty(GlobalObject.prototype, "constructor", GlobalObject,
|
| /frameworks/base/services/core/java/com/android/server/ |
| SystemServiceManager.java | 24 import java.lang.reflect.Constructor; 94 Constructor<T> constructor = serviceClass.getConstructor(Context.class); local 95 service = constructor.newInstance(mContext); 101 + ": service must have a public constructor with a Context argument", ex); 104 + ": service must have a public constructor with a Context argument", ex); 107 + ": service constructor threw an exception", ex);
|
| /libcore/luni/src/test/java/libcore/java/lang/reflect/ |
| OldAndroidClassTest.java | 19 import java.lang.reflect.Constructor; 90 Constructor constructor = helloClass.getConstructor((Class[]) null); local 91 assertNotNull(constructor);
|
| OldGenericTypesTest.java | 19 import java.lang.reflect.Constructor; 68 Constructor<?> constructor = clazz.getDeclaredConstructor(Object.class); local 69 Type[] genericParameterTypes = constructor.getGenericParameterTypes(); 192 //constructor 193 Constructor<?>[] declaredConstructors = innerClazz.getDeclaredConstructors(); 195 Constructor<?> declaredConstructor = declaredConstructors[0];
|
| /prebuilts/ndk/r11/sources/android/ndk_helper/ |
| JNIHelper.cpp | 94 jmethodID constructor = env->GetMethodID( helper.jni_helper_java_class_, "<init>", "()V" ); local 95 helper.jni_helper_java_ref_ = env->NewObject( helper.jni_helper_java_class_, constructor );
|
| /prebuilts/ndk/r13/sources/android/ndk_helper/ |
| JNIHelper.cpp | 94 jmethodID constructor = env->GetMethodID( helper.jni_helper_java_class_, "<init>", "()V" ); local 95 helper.jni_helper_java_ref_ = env->NewObject( helper.jni_helper_java_class_, constructor );
|
| /prebuilts/tools/common/m2/repository/com/google/auto/factory/auto-factory/1.0-beta2/ |
| auto-factory-1.0-beta2.jar | |
| /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/ |
| sections-1.s | 31 .constructor
|
| /external/dexmaker/dexmaker/src/main/java/com/android/dx/stock/ |
| ProxyBuilder.java | 30 import java.lang.reflect.Constructor; 90 * By default, the {@link #build()} method will call the no-arg constructor belonging to the class 91 * being proxied. If you wish to call a different constructor, you must provide arguments for both 111 * If the base class to be proxied leaks the {@code this} pointer in the constructor (bad practice), 112 * that is to say calls a non-private non-final method from the constructor, the invocation handler 114 * internally calls setSeed during the constructor. The proxy will not intercept this call during 204 * @throws UndeclaredThrowableException if the constructor for the base class to proxy throws 206 * @throws IllegalArgumentException if the handler is null, if the constructor argument types 207 * do not match the constructor argument values, or if no such constructor exists 214 Constructor<? extends T> constructor; local [all...] |
| /external/flatbuffers/tests/namespace_test/ |
| namespace_test2_generated.js | 22 * @constructor 138 * @constructor 223 * @constructor
|
| /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...] |
| /external/v8/tools/ |
| profile_view.js | 33 * @constructor 110 * @constructor 158 * @constructor
|
| /frameworks/base/services/core/jni/ |
| com_android_server_tv_TvInputHal.cpp | 68 jmethodID constructor; member in struct:android::__anon39068 80 jmethodID constructor; member in struct:android::__anon39069 463 gTvInputHardwareInfoBuilderClassInfo.constructor); 620 gTvStreamConfigBuilderClassInfo.constructor); 699 gTvStreamConfigBuilderClassInfo.constructor, 733 gTvInputHardwareInfoBuilderClassInfo.constructor,
|
| /prebuilts/devtools/tools/lib/ |
| objenesis-2.1.jar | |
| /prebuilts/misc/common/robolectric/lib/ |
| objenesis-2.1.jar | |
| /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/2.1/ |
| objenesis-2.1.jar | |
| /external/protobuf/js/ |
| message.js | 91 * @constructor 132 * @constructor 822 * @param {function(new:jspb.Message, Array)} ctor Constructor for the field. 847 * @param {function(new:jspb.Message, Array)} ctor Constructor for the field. [all...] |
| /external/v8/src/compiler/ |
| js-native-context-specialization.cc | 93 Node* constructor = NodeProperties::GetValueInput(node, 1); local 102 HeapObjectMatcher m(constructor); 129 BuildCheckMaps(constructor, effect, control, MapList{receiver_map}); 132 NodeProperties::ReplaceValueInput(node, constructor, 0); 149 BuildCheckMaps(constructor, effect, control, MapList{receiver_map}); 154 node->ReplaceInput(1, constructor); 1594 Handle<JSFunction> constructor; local 1674 Handle<JSFunction> constructor = local 1707 Handle<JSFunction> constructor = local [all...] |
| /external/v8/src/debug/ |
| mirrors.js | 210 * Inherit the prototype methods from one constructor into another. 218 * @param {function} ctor Constructor function which needs to inherit the 220 * @param {function} superCtor Constructor function to inherit prototype from 227 ctor.prototype.constructor = ctor; method in class:ctor 266 * @constructor 522 return "#<" + this.constructor.name + ">"; 532 * @constructor 578 * @constructor 594 * @constructor 611 * @constructor [all...] |