OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SET_FLAG_IF_DEFAULT
(Results
1 - 11
of
11
) sorted by null
/external/gflags/android/gflags/
gflags_google.h
69
using GFLAGS_NAMESPACE::
SET_FLAG_IF_DEFAULT
;
gflags.h
230
// with SET_FLAGS_VALUE,
SET_FLAG_IF_DEFAULT
, or "FLAGS_xxx = nondef".
231
SET_FLAG_IF_DEFAULT
,
233
// yet (via SET_FLAGS_VALUE,
SET_FLAG_IF_DEFAULT
, or "FLAGS_xxx = nondef")
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
gflags_gflags.h
69
using GFLAGS_NAMESPACE::
SET_FLAG_IF_DEFAULT
;
gflags.h
229
// with SET_FLAGS_VALUE,
SET_FLAG_IF_DEFAULT
, or "FLAGS_xxx = nondef".
230
SET_FLAG_IF_DEFAULT
,
232
// yet (via SET_FLAGS_VALUE,
SET_FLAG_IF_DEFAULT
, or "FLAGS_xxx = nondef")
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/
gflags_gflags.h
69
using GFLAGS_NAMESPACE::
SET_FLAG_IF_DEFAULT
;
gflags.h
229
// with SET_FLAGS_VALUE,
SET_FLAG_IF_DEFAULT
, or "FLAGS_xxx = nondef".
230
SET_FLAG_IF_DEFAULT
,
232
// yet (via SET_FLAGS_VALUE,
SET_FLAG_IF_DEFAULT
, or "FLAGS_xxx = nondef")
/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
);
533
SetCommandLineOptionWithMode("test_str2", "fourth",
SET_FLAG_IF_DEFAULT
);
545
SetCommandLineOptionWithMode("test_str3", "fourth",
SET_FLAG_IF_DEFAULT
);
653
SetCommandLineOptionWithMode("changeable_var", "21",
SET_FLAG_IF_DEFAULT
);
662
SET_FLAG_IF_DEFAULT
);
671
SET_FLAG_IF_DEFAULT
);
828
SetCommandLineOptionWithMode("test_str1", "second",
SET_FLAG_IF_DEFAULT
);
834
SetCommandLineOptionWithMode("test_str2", "fourth",
SET_FLAG_IF_DEFAULT
);
[
all
...]
/external/google-breakpad/src/third_party/linux/include/gflags/
gflags.h
229
// with SET_FLAGS_VALUE,
SET_FLAG_IF_DEFAULT
, or "FLAGS_xxx = nondef".
230
SET_FLAG_IF_DEFAULT
,
232
// yet (via SET_FLAGS_VALUE,
SET_FLAG_IF_DEFAULT
, or "FLAGS_xxx = nondef")
/external/webrtc/third_party/gflags/gen/posix/include/gflags/
gflags.h
251
// with SET_FLAGS_VALUE,
SET_FLAG_IF_DEFAULT
, or "FLAGS_xxx = nondef".
252
SET_FLAG_IF_DEFAULT
,
254
// yet (via SET_FLAGS_VALUE,
SET_FLAG_IF_DEFAULT
, or "FLAGS_xxx = nondef")
/external/webrtc/third_party/gflags/gen/win/include/gflags/
gflags.h
273
// with SET_FLAGS_VALUE,
SET_FLAG_IF_DEFAULT
, or "FLAGS_xxx = nondef".
274
SET_FLAG_IF_DEFAULT
,
276
// yet (via SET_FLAGS_VALUE,
SET_FLAG_IF_DEFAULT
, or "FLAGS_xxx = nondef")
/external/gflags/src/
gflags.cc
867
case
SET_FLAG_IF_DEFAULT
: {
[
all
...]
Completed in 170 milliseconds