HomeSort by relevance Sort by last modified time
    Searched defs:commonInit (Results 1 - 4 of 4) sorted by null

  /external/javassist/sample/rmi/
CountApplet.java 24 commonInit();
35 commonInit();
38 private void commonInit() {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixStack.java 29 commonInit(DEFAULT_MAX_DEPTH);
33 commonInit(maxDepth);
36 private void commonInit(int maxDepth) {
  /frameworks/base/core/java/com/android/internal/os/
RuntimeInit.java 47 /** true if commonInit() has been called */
100 private static final void commonInit() {
237 commonInit();
267 commonInit();
279 * So we don't need to call commonInit() here.
  /dalvik/vm/
Globals.h 161 bool commonInit; /* whether common stubs are generated */
    [all...]

Completed in 307 milliseconds