HomeSort by relevance Sort by last modified time
    Searched refs:constructor (Results 576 - 600 of 1680) sorted by null

<<21222324252627282930>>

  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/4.10/
proguard-gradle-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/4.11/
proguard-gradle-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/5.1/
proguard-gradle-5.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/5.2.1/
proguard-gradle-5.2.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/5.3.1/
proguard-gradle-5.3.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/5.3.2/
proguard-gradle-5.3.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/felix/maven-bundle-plugin/2.3.6/
maven-bundle-plugin-2.3.6.jar 
  /prebuilts/tools/common/m2/repository/org/parboiled/parboiled-java/1.0.2/
parboiled-java-1.0.2.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-gradle/5.2.1/
proguard-gradle-5.2.1.jar 
  /art/sigchainlib/
sigchain.cc 96 __attribute__((constructor)) static void InitializeSignalChain() {
  /external/compiler-rt/lib/cfi/
cfi.cc 378 // We could insert a high-priority constructor into the library, but that would
396 // On ELF platforms, the constructor is invoked using .preinit_array (see below)
397 __attribute__((constructor(0)))
414 // On other platforms we use the constructor attribute to arrange to run our
  /external/iproute2/include/
xtables.h 516 # define _init __attribute__((constructor)) _INIT
  /external/iptables/include/
xtables.h 549 # define _init __attribute__((constructor)) _INIT
  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
ebb.c 479 static void __attribute__((constructor)) ebb_init(void)
  /external/ltp/tools/top-LTP/proc/
sysinfo.c 226 static void init_libproc(void) __attribute__ ((constructor));
  /external/protobuf/csharp/src/Google.Protobuf/
ByteString.cs 57 /// *not* copied, and must not be modified after this constructor is called.
84 /// *not* copied, and must not be modified after this constructor is called.
  /external/smali/smalidea/src/test/java/org/jf/smalidea/
SmaliPositionManagerTest.java 171 @Override public ObjectReference newInstance(EvaluationContext evaluationContext, ClassType classType, Method constructor, List paramList) throws EvaluateException { return null; }
  /external/v8/src/ast/
ast-expression-rewriter.cc 200 AST_REWRITE_PROPERTY(FunctionLiteral, node, constructor);
  /external/v8/src/compiler/
ast-loop-assignment-analyzer.cc 124 VisitIfNotNull(e->constructor());
  /external/v8/src/interpreter/
bytecode-array-builder.h 206 // The |constructor| is in a register and arguments are in |args|.
207 BytecodeArrayBuilder& New(Register constructor, RegisterList args,
  /external/v8/src/js/
array.js 40 var constructor = %ArraySpeciesConstructor(array);
41 return new constructor(length);
111 // the constructor will leak the instance through settings on Object.prototype.
    [all...]
collection.js 265 %AddNamedProperty(GlobalSet.prototype, "constructor", GlobalSet, DONT_ENUM);
452 %AddNamedProperty(GlobalMap.prototype, "constructor", GlobalMap, DONT_ENUM);
  /external/v8/tools/
SourceMap.js 71 * @constructor
338 * @constructor
  /frameworks/compile/mclinker/unittests/
HashTableTest.cpp 19 // Constructor can do set-up work for all test here.
80 TEST_F(HashTableTest, constructor) {
  /prebuilts/ndk/r11/sources/android/support/tests/minitest/
minitest.h 245 __attribute__((constructor)) RegisterMiniTest##testname##_##casename() { \

Completed in 1177 milliseconds

<<21222324252627282930>>