Home
last modified time | relevance | path

Searched refs:constructor (Results 1 – 3 of 3) sorted by relevance

/system/core/libutils/
DTrace.cpp20 static void traceInit() __attribute__((constructor));
/system/extras/verity/
DUtils.java103 Constructor<?> constructor = null; in loadProviderIfNecessary() local
106 constructor = c; in loadProviderIfNecessary()
110 if (constructor == null) { in loadProviderIfNecessary()
118 o = constructor.newInstance(); in loadProviderIfNecessary()
/system/extras/tests/net_test/
Dmultinetwork_base.py432 def BuildSocket(self, version, constructor, netid, routing_mode): argument
436 s = constructor(family)