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

/external/lzma/CPP/Windows/Control/
H A DCommandBar.h41 bool Show(bool cmdShow) { return BOOLToBool(::CommandBar_Show(_window, BoolToBOOL(cmdShow))); } function in class:NWindows::NControl::CCommandBar
/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/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp44 Show, enumerator in enum:__anon13627::CodeCoverageTool::Command
309 cl::desc("Show internal debug dump"));
329 cl::desc("Show code coverage only for functions with the given name"),
334 cl::desc("Show code coverage only for functions that match the given "
340 cl::desc("Show code coverage only for functions with region coverage "
346 cl::desc("Show code coverage only for functions with region coverage "
352 cl::desc("Show code coverage only for functions with line coverage less "
358 cl::desc("Show code coverage only for functions with line coverage "
435 case Show:
450 cl::desc("Show th
[all...]
/external/mesa3d/src/hgl/
H A DGLView.cpp314 BGLView::Show() function in class:BGLView
316 BView::Show();
564 BGLScreen::Show()
566 BWindowScreen::Show();
/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/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp347 bool Show = local
351 bool doTextFormatDump = (Show && ShowCounts && TextFormat);
362 if (Show) {
469 cl::desc("Show counter values for shown functions"));
472 cl::desc("Show instr profile data in text dump format"));
475 cl::desc("Show indirect call site target values for shown functions"));
477 cl::desc("Show detailed profile summary"));
/external/lzma/CPP/Windows/
H A DWindow.h164 bool Show(int cmdShow) { return BOOLToBool(::ShowWindow(_window, cmdShow)); } function in class:NWindows::CWindow
165 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];

Completed in 664 milliseconds