HomeSort by relevance Sort by last modified time
    Searched refs:HelpText (Results 1 - 12 of 12) 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">;
63 def m32 : Flag<["-"], "m32">, HelpText<"Emit 32-bit C++ code">;
64 def m64 : Flag<["-"], "m64">, HelpText<"Emit 64-bit C++ code">;
67 HelpText<"Emit LLVM Debug Metadata">
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
password_generation_popup_controller.h 43 virtual const base::string16& HelpText() = 0;
password_generation_popup_controller_impl.h 105 virtual const base::string16& HelpText() OVERRIDE;
password_generation_popup_controller_impl.cc 184 int total_length = gfx::GetStringWidth(HelpText(), font_list_);
349 const base::string16& PasswordGenerationPopupControllerImpl::HelpText() {
  /external/llvm/include/llvm/Option/
OptTable.h 39 const char *HelpText;
107 return getInfo(id).HelpText;
  /external/chromium_org/chrome/browser/ui/views/autofill/
password_generation_popup_view_views.cc 78 help_label_ = new views::StyledLabel(controller_->HelpText(), this);
  /external/chromium_org/content/shell/renderer/test_runner/
web_ax_object_proxy.h 62 std::string HelpText();
web_ax_object_proxy.cc 258 std::string help_text = object.helpText().utf8();
476 .SetProperty("helpText", &WebAXObjectProxy::HelpText)
606 std::string WebAXObjectProxy::HelpText() {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObject.h 180 HelpText,
462 virtual String helpText() const { return String(); }
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc     [all...]
  /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 400 milliseconds