|   /prebuilts/gdb/darwin-x86/lib/python2.7/test/ | 
| test_hashlib.py  | 60         # For each algorithm, test the direct constructor and the use 77                 constructor = getattr(_hashlib, 'openssl_'+algorithm, None) 78                 if constructor: 79                     constructors.add(constructor)
  | 
|   /prebuilts/gdb/linux-x86/lib/python2.7/test/ | 
| test_hashlib.py  | 60         # For each algorithm, test the direct constructor and the use 77                 constructor = getattr(_hashlib, 'openssl_'+algorithm, None) 78                 if constructor: 79                     constructors.add(constructor)
  | 
|   /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ | 
| test_hashlib.py  | 60         # For each algorithm, test the direct constructor and the use 77                 constructor = getattr(_hashlib, 'openssl_'+algorithm, None) 78                 if constructor: 79                     constructors.add(constructor)
  | 
|   /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ | 
| test_hashlib.py  | 60         # For each algorithm, test the direct constructor and the use 77                 constructor = getattr(_hashlib, 'openssl_'+algorithm, None) 78                 if constructor: 79                     constructors.add(constructor)
  | 
|   /external/valgrind/coregrind/m_demangle/ | 
| cplus-dem.c  | 145   int constructor;  member in struct:work_stuff  1173   s1 = work->constructor; 1177   work->constructor = work->destructor = 0;     [all...] | 
|   /toolchain/binutils/binutils-2.25/libiberty/ | 
| cplus-dem.c  | 127   int constructor;  member in struct:work_stuff  1169   s1 = work->constructor; 1173   work->constructor = work->destructor = 0;     [all...] | 
|   /device/huawei/angler/power/ | 
| utils.c  | 69 static void __attribute__ ((constructor)) initialize(void)
  | 
|   /device/lge/bullhead/power/ | 
| utils.c  | 69 static void __attribute__ ((constructor)) initialize(void)
  | 
|   /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ | 
| TreeParser.js  | 6     org.antlr.runtime.tree.TreeParser.superclass.constructor.call(this, arguments[1]);
  | 
|   /external/apache-http/src/org/apache/commons/logging/impl/ | 
| LogFactoryImpl.java  | 20 import java.lang.reflect.Constructor; 93      * Public no-arguments constructor required by the lookup mechanism. 220      * The one-argument constructor of the 226     protected Constructor logConstructor = null; 230      * The signature of the Constructor to be used. 524      * <p>Return the <code>Constructor</code> that can be called to instantiate 529      * the same <code>Constructor</code> instance will ultimately be derived 532      * @exception LogConfigurationException if a suitable constructor 538     protected Constructor getLogConstructor() 541         // Return the previously identified Constructor (if any 974  Constructor constructor = null;  local      [all...] | 
|   /external/autotest/client/deps/fakegudev/src/ | 
| fakesyscalls.c  | 87 void __attribute__ ((constructor))
  | 
|   /external/chromium-trace/catapult/telemetry/telemetry/internal/actions/ | 
| scroll.js  | 114     // Assign this.element_ here instead of constructor, because the constructor
  | 
|   /external/compiler-rt/lib/safestack/ | 
| safestack.cc  | 208 // On ELF platforms, the constructor is invoked using .preinit_array (see below) 209 __attribute__((constructor(0))) 235 // On other platforms we use the constructor attribute to arrange to run our
  | 
|   /external/guava/guava-testlib/src/com/google/common/testing/ | 
| ArbitraryInstances.java  | 94 import java.lang.reflect.Constructor; 159  * used; or if the class exposes a public parameter-less constructor then it will be "new"d and 360     final Constructor<T> constructor;  local  362       constructor = type.getConstructor(); 366     constructor.setAccessible(true); // accessibility check is too slow 368       return constructor.newInstance(); 374       logger.log(Level.WARNING, "Exception while invoking default constructor.", e.getCause()); 407   // Internal implementations of some classes, with public default constructor that get() needs.
  | 
|   /external/ltp/tools/top-LTP/proc/ | 
| sig.c  | 264 static int init_signal_list(void) __attribute__ ((constructor));
  | 
|   /external/mockito/src/test/java/org/mockitousage/constructor/ | 
| CreatingMocksWithConstructorTest.java  | 1 package org.mockitousage.constructor; 38         //the message is a part of state of the mocked type that gets initialized in constructor 73             assertThat(e.getCause()).hasMessageContaining("0-arg constructor"); 86             assertThat(e.getCause()).hasMessageContaining("Unable to find a matching 1-arg constructor for the outer instance."); 106             assertEquals("Mocks instantiated with constructor cannot be combined with " + SerializableMode.ACROSS_CLASSLOADERS + " serialization mode.", e.getMessage());
  | 
|   /external/snakeyaml/src/test/java/examples/staticstate/ | 
| StaticFieldsTest.java  | 26 import org.yaml.snakeyaml.constructor.Constructor; 94     private class MyConstructor extends Constructor {
  | 
|   /external/snakeyaml/src/test/java/org/pyyaml/ | 
| PyImportTest.java  | 29 import org.yaml.snakeyaml.constructor.Constructor; 44     protected Object load(Constructor loader, String data) { 59     protected Iterable<Object> loadAll(Constructor loader, String data) {
  | 
| PyRecursiveTest.java  | 29 import org.yaml.snakeyaml.constructor.SafeConstructor;
  | 
|   /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue103/ | 
| MergingTest.java  | 25 import org.yaml.snakeyaml.constructor.Constructor; 42         Constructor c = new Constructor() {
  | 
|   /external/snakeyaml/src/test/java/org/yaml/snakeyaml/ruby/ | 
| RubyTest.java  | 24 import org.yaml.snakeyaml.constructor.Constructor; 104         Constructor con = new Constructor(TestObject.class);
  | 
|   /external/swiftshader/src/OpenGL/libGL/ | 
| main.cpp  | 28 #define CONSTRUCTOR __attribute__((constructor)) 31 #define CONSTRUCTOR 64 CONSTRUCTOR static bool glAttachProcess()
  | 
|   /external/v8/src/js/ | 
| weak-collection.js  | 102 %AddNamedProperty(GlobalWeakMap.prototype, "constructor", GlobalWeakMap, 176 %AddNamedProperty(GlobalWeakSet.prototype, "constructor", GlobalWeakSet,
  | 
|   /external/valgrind/coregrind/ | 
| vg_preloaded.c  | 149 static void vg_cleanup_env(void)  __attribute__((constructor));
  | 
|   /frameworks/wilhelm/src/objects/ | 
| CEngine.cpp  | 37 __attribute__((constructor)) static void onDlOpen(void)
  |