OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetCommandLineOption
(Results
1 - 11
of
11
) sorted by null
/external/gflags/test/
gflags_unittest.cc
560
SetCommandLineOption
("test_double", "inf"));
564
SetCommandLineOption
("test_double", "INF"));
570
SetCommandLineOption
("test_double", "0.1xxx"));
572
SetCommandLineOption
("test_double", " "));
574
SetCommandLineOption
("test_double", ""));
577
SetCommandLineOption
("test_double", "-inf"));
584
SetCommandLineOption
("test_double", "NaN"));
592
SetCommandLineOption
("test_int32", "12"));
595
SetCommandLineOption
("test_int32", "0x10"));
598
SetCommandLineOption
("test_int32", "0X22"))
[
all
...]
/external/gflags/android/gflags/
gflags_google.h
71
using GFLAGS_NAMESPACE::
SetCommandLineOption
;
gflags.h
105
//
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);
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
gflags_gflags.h
71
using GFLAGS_NAMESPACE::
SetCommandLineOption
;
gflags.h
105
//
SetCommandLineOption
, we call the validation function. It is _not_
164
// or via
SetCommandLineOption
244
//
SetCommandLineOption
uses set_mode == SET_FLAGS_VALUE (the common case)
245
extern GFLAGS_DLL_DECL std::string
SetCommandLineOption
(const char* name, const char* value);
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/
gflags_gflags.h
71
using GFLAGS_NAMESPACE::
SetCommandLineOption
;
gflags.h
105
//
SetCommandLineOption
, we call the validation function. It is _not_
164
// or via
SetCommandLineOption
244
//
SetCommandLineOption
uses set_mode == SET_FLAGS_VALUE (the common case)
245
extern GFLAGS_DLL_DECL std::string
SetCommandLineOption
(const char* name, const char* value);
/external/google-breakpad/src/third_party/linux/include/gflags/
gflags.h
120
//
SetCommandLineOption
, we call the validation function.
244
//
SetCommandLineOption
uses set_mode == SET_FLAGS_VALUE (the common case)
245
extern std::string
SetCommandLineOption
(const char* name, const char* value);
/external/webrtc/third_party/gflags/gen/posix/include/gflags/
gflags.h
132
//
SetCommandLineOption
, we call the validation function. It is _not_
191
// or via
SetCommandLineOption
266
//
SetCommandLineOption
uses set_mode == SET_FLAGS_VALUE (the common case)
267
extern std::string
SetCommandLineOption
(const char* name, const char* value);
/external/webrtc/third_party/gflags/gen/win/include/gflags/
gflags.h
155
//
SetCommandLineOption
, we call the validation function. It is _not_
214
// or via
SetCommandLineOption
288
//
SetCommandLineOption
uses set_mode == SET_FLAGS_VALUE (the common case)
289
extern GFLAGS_DLL_DECL std::string
SetCommandLineOption
(const char* name, const char* value);
/external/gflags/src/
gflags.cc
41
// * Free functions like
SetCommandLineOption
() work via one of the
86
// retrieve a flag based on its name.
SetCommandLineOption
, on the
[
all
...]
Completed in 281 milliseconds