Searched refs:Help (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/net/tools/dump_cache/
H A Ddump_cache.cc42 int Help() { function
63 return Help();
69 return Help();
87 return Help();
/external/chromium_org/third_party/mesa/src/
H A DSConstruct60 Help(opts.GenerateHelpText(env))
158 env.Help('\n')
159 env.Help('Recognized targets:\n')
161 env.Help(' %s\n' % alias)
/external/mesa3d/
H A DSConstruct60 Help(opts.GenerateHelpText(env))
158 env.Help('\n')
159 env.Help('Recognized targets:\n')
161 env.Help(' %s\n' % alias)
/external/clang/lib/Tooling/
H A DCommonOptionsParser.cpp59 static cl::opt<bool> Help("h", cl::desc("Alias for -help"), cl::Hidden);
/external/llvm/lib/MC/
H A DSubtargetFeature.cpp113 static void Help(ArrayRef<SubtargetFeatureKV> CPUTable, function
237 Help(CPUTable, FeatureTable);
264 Help(CPUTable, FeatureTable);
/external/llvm/unittests/Option/
H A DOptionParsingTest.cpp95 std::string Help; local
96 raw_string_ostream RSO(Help);
98 EXPECT_NE(Help.find("-A"), std::string::npos);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebInputEventFactoryMac.mm186 /* 0x72 */ VK_INSERT, // Help
556 // "Help"
558 return @"Help";
H A DAssertMatchingEnums.cpp339 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeHelp, Cursor::Help);
/external/chromium_org/tools/gn/
H A Dcommands.cc43 INSERT_COMMAND(Help)
/external/chromium_org/third_party/WebKit/Source/platform/
H A DCursor.h46 Help, enumerator in enum:blink::Cursor::Type
H A DCursor.cpp63 case Cursor::Help:
292 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::Help));
/external/deqp/framework/delibs/decpp/
H A DdeCommandLine.cpp39 struct Help { typedef bool ValueType; }; struct in namespace:de::cmdline::__anon19709
102 addOption(Option<Help>("h", "help", "Show this help"));
151 DE_ASSERT(!dst->m_options.get<Help>());
238 // Help specified?
239 if (dst->m_options.get<Help>())
/external/webp/examples/
H A Ddwebp.c342 static void Help(void) { function
390 Help();
433 Help();
442 Help();
/external/clang/tools/clang-format/
H A DClangFormat.cpp31 static cl::opt<bool> Help("h", cl::desc("Alias for -help"), cl::Hidden);
291 if (Help)
/external/chromium_org/third_party/mesa/src/src/gallium/docs/
H A Dmake.bat67 echo.Build finished; now you can run HTML Help Workshop with the ^
/external/mesa3d/src/gallium/docs/
H A Dmake.bat67 echo.Build finished; now you can run HTML Help Workshop with the ^
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
H A Dsearchcvs.php111 <h6>Help</h6>
/external/clang/docs/analyzer/
H A Dmake.bat91 echo.Build finished; now you can run HTML Help Workshop with the ^
/external/clang/docs/
H A Dmake.bat91 echo.Build finished; now you can run HTML Help Workshop with the ^
/external/llvm/docs/
H A Dmake.bat91 echo.Build finished; now you can run HTML Help Workshop with the ^
/external/llvm/lib/Support/
H A DCommandLine.cpp91 extrahelp::extrahelp(const char *Help) argument
92 : morehelp(Help) {
93 MoreHelp->push_back(Help);
/external/chromium_org/tools/telemetry/telemetry/
H A Dtest_runner.py39 class Help(command_line.OptparseCommand): class in inherits:command_line.OptparseCommand
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex284 \subsubsection{\texttt{-h} or \texttt{--help}\\Display Help Message}
422 \subsubsection{\texttt{-h} or \texttt{--help}\\Display Help Message}
/external/stlport/
H A Dconfigure.bat102 REM * Help
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp1883 case Cursor::Help: return "Help";

Completed in 684 milliseconds

12