HomeSort by relevance Sort by last modified time
    Searched refs:HelpText (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/slang/
RSCCOptions.td 31 HelpText<"Specify target API level (e.g. 14)">;
39 HelpText<"Add directory to include search path">;
47 HelpText<"Specify output directory">;
53 HelpText<"Emit target assembly files">;
56 HelpText<"Build ASTs then convert to LLVM, emit .ll file">;
58 HelpText<"Build ASTs then convert to LLVM, emit .bc file">;
60 HelpText<"Build ASTs then convert to LLVM, but emit nothing">;
64 HelpText<"Emit LLVM Debug Metadata">;
67 HelpText<"<optimization-level> can be one of '0' or '3' (default)">;
70 HelpText<"Allow user-defined function prefixed with 'rs'">
    [all...]
  /external/clang/include/clang/Driver/
OptTable.h 39 const char *HelpText;
104 return getInfo(id).HelpText;
  /external/llvm/include/llvm/Option/
OptTable.h 39 const char *HelpText;
107 return getInfo(id).HelpText;
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc     [all...]
  /external/sonivox/jet_tools/JetCreator/
JetDialogs.py 46 for Lbl, Text, Row, Col, Len, Min, Max, Id, Lst, Fct, Enabled, HelpText in ctrls:
120 helpText = IniGetValue(JetDefs.JETCREATOR_HLP, ctrlList, Lbl)
121 if helpText > "":
122 self.ctrls[Text].SetHelpText(helpText)
    [all...]

Completed in 99 milliseconds