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

  /external/gflags/test/
gflags_unittest.cc 504 SetCommandLineOptionWithMode("test_str1", "second", SET_FLAG_IF_DEFAULT);
507 SetCommandLineOptionWithMode("test_str1", "third", SET_FLAG_IF_DEFAULT);
511 SetCommandLineOptionWithMode("test_str1", "third", SET_FLAG_IF_DEFAULT);
514 SetCommandLineOptionWithMode("test_str1", "third", SET_FLAGS_VALUE);
517 SetCommandLineOptionWithMode("test_str1", "fourth", SET_FLAGS_DEFAULT);
523 SetCommandLineOptionWithMode("test_str2", "second", SET_FLAGS_DEFAULT);
530 SetCommandLineOptionWithMode("test_str2", "third", SET_FLAGS_DEFAULT);
533 SetCommandLineOptionWithMode("test_str2", "fourth", SET_FLAG_IF_DEFAULT);
538 SetCommandLineOptionWithMode("test_str3", "second", SET_FLAGS_DEFAULT);
542 SetCommandLineOptionWithMode("test_str3", "fourth", SET_FLAGS_DEFAULT)
    [all...]
  /external/gflags/android/gflags/
gflags_google.h 72 using GFLAGS_NAMESPACE::SetCommandLineOptionWithMode;
gflags.h 247 extern GFLAGS_DLL_DECL std::string SetCommandLineOptionWithMode(const char* name, const char* value, FlagSettingMode set_mode);
356 // e.g. SetCommandLineOptionWithMode calls) between the time of
  /external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
gflags_gflags.h 72 using GFLAGS_NAMESPACE::SetCommandLineOptionWithMode;
gflags.h 246 extern GFLAGS_DLL_DECL std::string SetCommandLineOptionWithMode(const char* name, const char* value, FlagSettingMode set_mode);
354 // e.g. SetCommandLineOptionWithMode calls) between the time of
  /external/libyuv/files/third_party/gflags/gen/win/include/gflags/
gflags_gflags.h 72 using GFLAGS_NAMESPACE::SetCommandLineOptionWithMode;
gflags.h 246 extern GFLAGS_DLL_DECL std::string SetCommandLineOptionWithMode(const char* name, const char* value, FlagSettingMode set_mode);
354 // e.g. SetCommandLineOptionWithMode calls) between the time of
  /external/google-breakpad/src/third_party/linux/include/gflags/
gflags.h 246 extern std::string SetCommandLineOptionWithMode(const char* name, const char* value,
347 // e.g. SetCommandLineOptionWithMode calls) between the time of
  /external/webrtc/third_party/gflags/gen/posix/include/gflags/
gflags.h 268 extern std::string SetCommandLineOptionWithMode(const char* name, const char* value,
370 // e.g. SetCommandLineOptionWithMode calls) between the time of
  /external/webrtc/third_party/gflags/gen/win/include/gflags/
gflags.h 290 extern GFLAGS_DLL_DECL std::string SetCommandLineOptionWithMode(const char* name, const char* value,
391 // e.g. SetCommandLineOptionWithMode calls) between the time of
  /device/google/cuttlefish_common/host/commands/launch/
main.cc 601 google::SetCommandLineOptionWithMode("config_file", "",
  /external/gflags/src/
gflags.cc     [all...]

Completed in 1213 milliseconds