Home
last modified time | relevance | path

Searched refs:SetCommandLineOption (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/gflags/test/
H A Dgflags_unittest.cc560 SetCommandLineOption("test_double", "inf")); in TEST()
564 SetCommandLineOption("test_double", "INF")); in TEST()
570 SetCommandLineOption("test_double", "0.1xxx")); in TEST()
572 SetCommandLineOption("test_double", " ")); in TEST()
574 SetCommandLineOption("test_double", "")); in TEST()
577 SetCommandLineOption("test_double", "-inf")); in TEST()
584 SetCommandLineOption("test_double", "NaN")); in TEST()
592 SetCommandLineOption("test_int32", "12")); in TEST()
595 SetCommandLineOption("test_int32", "0x10")); in TEST()
598 SetCommandLineOption("test_int32", "0X22")); in TEST()
[all …]
/aosp_15_r20/external/gflags/android/gflags/
H A Dgflags_google.h71 using GFLAGS_NAMESPACE::SetCommandLineOption;
H A Dgflags.h246 extern GFLAGS_DLL_DECL std::string SetCommandLineOption (const char* name, const char* value…
/aosp_15_r20/external/gflags/src/
H A Dgflags.h.in105 // SetCommandLineOption, we call the validation function. It is _not_
165 // or via SetCommandLineOption
245 // SetCommandLineOption uses set_mode == SET_FLAGS_VALUE (the common case)
246 extern GFLAGS_DLL_DECL std::string SetCommandLineOption (const char* name, const char* value…
H A Dgflags_ns.h.in71 using GFLAGS_NAMESPACE::SetCommandLineOption;
H A Dgflags.cc1656 string SetCommandLineOption(const char* name, const char* value) { in SetCommandLineOption() function