Home
last modified time | relevance | path

Searched refs:remove_flags (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/webrtc/base/
Dflags.h230 bool remove_flags);
233 bool remove_flags) { in SetFlagsFromCommandLine() argument
235 remove_flags); in SetFlagsFromCommandLine()
Dflags.cc178 bool remove_flags) { in SetFlagsFromCommandLine() argument
238 if (remove_flags) in SetFlagsFromCommandLine()
245 if (remove_flags) { in SetFlagsFromCommandLine()
/external/v8/src/
Dflags.cc341 bool remove_flags) { in SetFlagsFromCommandLine() argument
359 if (remove_flags) { in SetFlagsFromCommandLine()
441 if (remove_flags) { in SetFlagsFromCommandLine()
450 if (remove_flags) { in SetFlagsFromCommandLine()
Dflags.h45 bool remove_flags);
Dapi.cc676 void V8::SetFlagsFromCommandLine(int* argc, char** argv, bool remove_flags) { in SetFlagsFromCommandLine() argument
677 i::FlagList::SetFlagsFromCommandLine(argc, argv, remove_flags); in SetFlagsFromCommandLine()
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
Dgflags.h346 extern GFLAGS_DLL_DECL uint32 ParseCommandLineFlags(int *argc, char*** argv, bool remove_flags);
360 …rn GFLAGS_DLL_DECL uint32 ParseCommandLineNonHelpFlags(int *argc, char*** argv, bool remove_flags);
/external/google-breakpad/src/third_party/linux/include/gflags/
Dgflags.h339 bool remove_flags);
353 bool remove_flags);
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/
Dgflags.h346 extern GFLAGS_DLL_DECL uint32 ParseCommandLineFlags(int *argc, char*** argv, bool remove_flags);
360 …rn GFLAGS_DLL_DECL uint32 ParseCommandLineNonHelpFlags(int *argc, char*** argv, bool remove_flags);
/external/webrtc/third_party/gflags/gen/posix/include/gflags/
Dgflags.h362 bool remove_flags);
377 bool remove_flags);
/external/webrtc/third_party/gflags/gen/win/include/gflags/
Dgflags.h383 bool remove_flags);
397 bool remove_flags);
/external/libcxx/cmake/Modules/
DHandleLibcxxFlags.cmake27 macro(remove_flags) macro
40 endmacro(remove_flags)
/external/libcxx/
DCMakeLists.txt407 remove_flags(-DNDEBUG -UNDEBUG -D_DEBUG
410 remove_flags(-stdlib=libc++ -stdlib=libstdc++)
415 remove_flags("/D_DEBUG" "/MTd" "/MDd" "/MT" "/Md")
420 remove_flags(-Wno-pedantic -pedantic-errors -pedantic)
/external/v8/include/
Dv8.h7304 bool remove_flags);