HomeSort by relevance Sort by last modified time
    Searched refs:runtimeArg (Results 1 - 3 of 3) sorted by null

  /frameworks/base/include/android_runtime/
AndroidRuntime.h 123 const char* runtimeArg,
131 const char* runtimeArg,
  /frameworks/base/core/jni/
AndroidRuntime.cpp 484 * The "runtimeArg" is a prefix for the option such as "-Xms" or "-Xmx".
493 const char* runtimeArg,
496 strcpy(buffer, runtimeArg);
497 size_t runtimeArgLen = strlen(runtimeArg);
540 * The "runtimeArg" is a prefix for the option such as "-Xms" or "-Xmx".
549 const char* runtimeArg,
552 strcpy(buffer, runtimeArg);
553 size_t runtimeArgLen = strlen(runtimeArg);
    [all...]
  /external/clang/lib/Driver/
Tools.cpp     [all...]

Completed in 196 milliseconds