Searched refs:SET_FLAGS_VALUE (Results 1 – 13 of 13) sorted by relevance
/external/gflags/test/ |
D | gflags_unittest.cc | 514 SetCommandLineOptionWithMode("test_str1", "third", SET_FLAGS_VALUE); in TEST() 548 SetCommandLineOptionWithMode("test_str3", "fourth", SET_FLAGS_VALUE); in TEST() 780 SetCommandLineOptionWithMode("test_str2", "second", SET_FLAGS_VALUE); in TEST() 799 SetCommandLineOptionWithMode("test_str1", "second", SET_FLAGS_VALUE); in TEST() 813 SetCommandLineOptionWithMode("test_str3", "third", SET_FLAGS_VALUE); in TEST() 1416 SET_FLAGS_VALUE)); in TEST() 1451 SET_FLAGS_VALUE)); in TEST()
|
/external/gflags/src/ |
D | gflags.cc | 860 case SET_FLAGS_VALUE: { in SetFlagLocked() 1107 ProcessSingleOptionLocked(flag, value, SET_FLAGS_VALUE); in ParseNewCommandLineFlags() 1659 return SetCommandLineOptionWithMode(name, value, SET_FLAGS_VALUE); in SetCommandLineOption() 1790 parser.ProcessOptionsFromStringLocked(flagfilecontents, SET_FLAGS_VALUE); in ReadFlagsFromString() 1949 parser.ProcessFlagfileLocked(FLAGS_flagfile, SET_FLAGS_VALUE); in ParseCommandLineFlagsInternal() 1951 parser.ProcessFromenvLocked(FLAGS_fromenv, SET_FLAGS_VALUE, true); in ParseCommandLineFlagsInternal() 1952 parser.ProcessFromenvLocked(FLAGS_tryfromenv, SET_FLAGS_VALUE, false); in ParseCommandLineFlagsInternal()
|
D | gflags.h.in | 228 SET_FLAGS_VALUE, enumerator 230 // with SET_FLAGS_VALUE, SET_FLAG_IF_DEFAULT, or "FLAGS_xxx = nondef". 233 // yet (via SET_FLAGS_VALUE, SET_FLAG_IF_DEFAULT, or "FLAGS_xxx = nondef") 245 // SetCommandLineOption uses set_mode == SET_FLAGS_VALUE (the common case) 299 bool errors_are_fatal); // uses SET_FLAGS_VALUE 304 …nst std::string& filename, const char* prog_name, bool errors_are_fatal); // uses SET_FLAGS_VALUE
|
D | gflags_ns.h.in | 68 using GFLAGS_NAMESPACE::SET_FLAGS_VALUE;
|
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/ |
D | gflags_gflags.h | 68 using GFLAGS_NAMESPACE::SET_FLAGS_VALUE;
|
D | gflags.h | 227 SET_FLAGS_VALUE, enumerator
|
/external/gflags/android/gflags/ |
D | gflags_google.h | 68 using GFLAGS_NAMESPACE::SET_FLAGS_VALUE;
|
D | gflags.h | 228 SET_FLAGS_VALUE, enumerator
|
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/ |
D | gflags_gflags.h | 68 using GFLAGS_NAMESPACE::SET_FLAGS_VALUE;
|
D | gflags.h | 227 SET_FLAGS_VALUE, enumerator
|
/external/google-breakpad/src/third_party/linux/include/gflags/ |
D | gflags.h | 227 SET_FLAGS_VALUE, enumerator
|
/external/webrtc/third_party/gflags/gen/posix/include/gflags/ |
D | gflags.h | 249 SET_FLAGS_VALUE, enumerator
|
/external/webrtc/third_party/gflags/gen/win/include/gflags/ |
D | gflags.h | 271 SET_FLAGS_VALUE, enumerator
|