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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vmr9.idl 73 helpstring("IVMRImagePresenter9 interface"),
110 helpstring("IVMRSurfaceAllocator9 interface"),
125 helpstring("IVMRSurfaceAllocatorEx9 interface"),
137 helpstring("IVMRSurfaceAllocatorNotify9 interface"),
159 helpstring("IVMRWindowlessControl interface"),
249 helpstring("IVMRMixerControl9 interface"),
295 helpstring("IVMRMixerBitmap interface"),
309 helpstring("IVMRSurface interface"),
330 helpstring("IVMRImagePresenterConfig9 interface"),
343 helpstring("IVMRMixerStreamConfig interface")
    [all...]
amstream.idl 71 helpstring("IDirectShowStream Interface"),
76 [propget, id(1), helpstring("property FileName")] HRESULT FileName([out, retval] BSTR *pVal);
77 [propput, id(1), helpstring("property FileName")] HRESULT FileName([in] BSTR newVal);
78 [propget, id(2), helpstring("property Video")] HRESULT Video([out, retval] OUTPUT_STATE *pVal);
79 [propput, id(2), helpstring("propetry Video")] HRESULT Video([in] OUTPUT_STATE newVal);
80 [propget, id(3), helpstring("property Audio")] HRESULT Audio([out, retval] OUTPUT_STATE *pVal);
81 [propput, id(3), helpstring("propetry Audio")] HRESULT Audio([in] OUTPUT_STATE newVal);
  /toolchain/binutils/binutils-2.25/gold/
options.h 148 // HELPSTRING is the descriptive text used with the option via --help
150 // --help output is "-shortname HELPARG, --longname HELPARG: HELPSTRING"
165 const char* helpstring; member in struct:gold::options::One_option
173 helpstring(hs), helparg(ha), optional_arg(oa), reader(r)
183 // We only register ourselves if our helpstring is not NULL. This
186 if (this->helpstring)
236 const char* helpstring, const char* helparg)
237 : option(varname, dashes, shortname, "", helpstring, helparg, false, this),
    [all...]
options.cc 150 printf("%s\n", gettext(this->helpstring));
    [all...]

Completed in 86 milliseconds