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

  /external/skia/tools/sk_app/android/
main_android.cpp 27 static const char* gCmdLine[] = {
36 std::unique_ptr<Application> vkApp(Application::Create(SK_ARRAY_COUNT(gCmdLine),
37 const_cast<char**>(gCmdLine),
surface_glue_android.cpp 183 static const char* gCmdLine[] = {
190 skiaAndroidApp->fApp = Application::Create(SK_ARRAY_COUNT(gCmdLine),
191 const_cast<char**>(gCmdLine),
  /external/skqp/tools/sk_app/android/
main_android.cpp 27 static const char* gCmdLine[] = {
36 std::unique_ptr<Application> vkApp(Application::Create(SK_ARRAY_COUNT(gCmdLine),
37 const_cast<char**>(gCmdLine),
surface_glue_android.cpp 183 static const char* gCmdLine[] = {
190 skiaAndroidApp->fApp = Application::Create(SK_ARRAY_COUNT(gCmdLine),
191 const_cast<char**>(gCmdLine),
  /art/libartbase/base/
logging.cc 39 static std::unique_ptr<std::string> gCmdLine;
44 return (gCmdLine.get() != nullptr) ? gCmdLine->c_str() : nullptr;
57 if (gCmdLine.get() != nullptr) {
65 gCmdLine.reset(new std::string(argv[0]));
67 gCmdLine->append(" ");
68 gCmdLine->append(argv[i]);
76 gCmdLine.reset(new std::string("<unset>"));

Completed in 206 milliseconds