Searched defs:Show (Results 1 - 12 of 12) sorted by relevance

/external/pdfium/xfa/src/fwl/src/lightwidget/
H A Dtooltipctrl.cpp75 FWL_ERR CFWL_ToolTip::Show() { function in class:CFWL_ToolTip
76 return static_cast<IFWL_ToolTip*>(m_pIface)->Show();
/external/lzma/CPP/Windows/Control/
H A DCommandBar.h37 bool Show(bool cmdShow) { return BOOLToBool(::CommandBar_Show(_window, BoolToBOOL(cmdShow))); } function in class:NWindows::NControl::CCommandBar
/external/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp46 Show, enumerator in enum:__anon13070::CodeCoverageTool::Command
265 cl::desc("Show internal debug dump"));
276 cl::desc("Show code coverage only for functions with the given name"),
281 cl::desc("Show code coverage only for functions that match the given "
287 cl::desc("Show code coverage only for functions with region coverage "
293 cl::desc("Show code coverage only for functions with region coverage "
299 cl::desc("Show code coverage only for functions with line coverage less "
305 cl::desc("Show code coverage only for functions with line coverage "
372 case Show:
387 cl::desc("Show th
[all...]
/external/opencv/cvaux/src/
H A Dcvface.cpp297 void RFace::Show(IplImage * Image) function in class:RFace
313 }//void RFace::Show(IplImage * Image)
H A D_cvfacedetection.h224 virtual void Show(IplImage * /*Image*/){}; function in class:Face
288 virtual void Show(IplImage* Image);
/external/pdfium/xfa/src/fwl/src/basewidget/
H A Dfwl_tooltipctrlimp.cpp27 FWL_ERR IFWL_ToolTip::Show() { function in class:IFWL_ToolTip
28 return static_cast<CFWL_ToolTipImp*>(GetImpl())->Show();
202 FWL_ERR CFWL_ToolTipImp::Show() { function in class:CFWL_ToolTipImp
/external/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp263 bool Show = local
267 bool doTextFormatDump = (Show && ShowCounts && TextFormat);
285 if (Show) {
366 cl::desc("Show counter values for shown functions"));
369 cl::desc("Show instr profile data in text dump format"));
372 cl::desc("Show indirect call site target values for shown functions"));
/external/webrtc/webrtc/libjingle/xmpp/
H A Dpresencestatus.h28 enum Show { enum in class:buzz::PresenceStatus
40 Show show() const { return show_; }
58 void set_show(Show show) { show_ = show; }
161 Show show_;
/external/lzma/CPP/Windows/
H A DWindow.h163 bool Show(int cmdShow) { return BOOLToBool(::ShowWindow(_window, cmdShow)); } function in class:NWindows::CWindow
164 bool Show_Bool(bool show) { return Show(show ? SW_SHOW: SW_HIDE); }
/external/opencv/otherlibs/highgui/
H A Dbitstrm.cpp415 int RLBitStream::Show( int bits ) function in class:RLBitStream
451 val = table[Show(table_bits) + 2];
525 int RMBitStream::Show( int bits ) function in class:RMBitStream
553 val = table[Show(table_bits) + 1];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 874 milliseconds