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

  /frameworks/base/core/jni/include/android_runtime/
AndroidRuntime.h 123 const char* runtimeArg,
131 const char* runtimeArg,
  /frameworks/base/core/jni/
AndroidRuntime.cpp 499 * The "runtimeArg" is a prefix for the option such as "-Xms" or "-Xmx".
508 const char* runtimeArg,
511 strcpy(buffer, runtimeArg);
512 size_t runtimeArgLen = strlen(runtimeArg);
555 * The "runtimeArg" is a prefix for the option such as "-Xms" or "-Xmx".
564 const char* runtimeArg,
567 strcpy(buffer, runtimeArg);
568 size_t runtimeArgLen = strlen(runtimeArg);
    [all...]
  /external/clang/lib/Driver/
Tools.cpp     [all...]

Completed in 391 milliseconds