HomeSort by relevance Sort by last modified time
    Searched refs:Hide (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/pdfium/core/fpdfdoc/
cpdf_action.h 28 Hide,
  /frameworks/base/libs/hwui/
Properties.h 104 * "hide", don't show the clip
106 * The default value is "hide".
188 Hide,
Properties.cpp 42 StencilClipDebug Properties::debugStencilClip = StencilClipDebug::Hide;
91 if (!strcmp(property, "hide")) {
92 debugStencilClip = StencilClipDebug::Hide;
99 debugStencilClip = StencilClipDebug::Hide;
  /external/mesa3d/include/HaikuGL/
GLView.h 78 virtual void Hide();
158 virtual void Hide();
  /external/clang/test/SemaTemplate/
alias-templates.cpp 115 struct Hide {
119 Hidden1<Hide> h1;
120 Hidden2<Hide, double, char> h2(1, 2);
  /external/mesa3d/src/hgl/
GLView.cpp 321 BGLView::Hide()
323 BView::Hide();
571 BGLScreen::Hide()
573 BWindowScreen::Hide();
  /prebuilts/go/darwin-x86/src/syscall/
mkpost.go 42 // We want to keep X__val in Fsid. Hide it and restore it later.
  /prebuilts/go/linux-x86/src/syscall/
mkpost.go 42 // We want to keep X__val in Fsid. Hide it and restore it later.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
amvideo.h 683 LONG Hide) = 0;
769 LONG Hide);
810 #define IFullScreenVideo_HideOnDeactivate(This,Hide) (This)->lpVtbl->HideOnDeactivate(This,Hide)
863 static FORCEINLINE HRESULT IFullScreenVideo_HideOnDeactivate(IFullScreenVideo* This,LONG Hide) {
864 return This->lpVtbl->HideOnDeactivate(This,Hide);
    [all...]
amvideo.idl 123 HRESULT HideOnDeactivate([in] long Hide);
  /external/testng/src/main/resources/
testng-reports.js 15 installMethodHandlers('passed', true); // hide passed methods by default
22 // Hide all the panels and display the first one (do this last
24 $('.panel').hide();
33 contents.hide();
39 function installMethodHandlers(name, hide) {
45 var s = 'a.hide-methods.' + name + "." + t.attr('panel-name');
59 $('a.hide-methods.' + name).click(function() {
61 w.hide();
62 getHideLink($(this), name).hide();
64 getMethodPanelClassSel($(this), name).hide();
    [all...]
  /external/clang/include/clang/Sema/
Lookup.h 281 void setHideTags(bool Hide) {
282 HideTags = Hide;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Lookup.h 281 void setHideTags(bool Hide) {
282 HideTags = Hide;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Lookup.h 281 void setHideTags(bool Hide) {
282 HideTags = Hide;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Lookup.h 281 void setHideTags(bool Hide) {
282 HideTags = Hide;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Lookup.h 281 void setHideTags(bool Hide) {
282 HideTags = Hide;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Lookup.h 281 void setHideTags(bool Hide) {
282 HideTags = Hide;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Lookup.h 281 void setHideTags(bool Hide) {
282 HideTags = Hide;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Lookup.h 281 void setHideTags(bool Hide) {
282 HideTags = Hide;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Lookup.h 281 void setHideTags(bool Hide) {
282 HideTags = Hide;
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/
PchPlatformPolicy.h 193 UINT8 Hide : 1; /// Whether or not to hide the configuration space of this port
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/
driver.go 199 focus, ignore, hide, err := compileFocusIgnore(*f.flagFocus, *f.flagIgnore, *f.flagHide)
203 fm, im, hm := prof.FilterSamplesByName(focus, ignore, hide)
207 warnNoMatches(hm, *f.flagHide, "Hide", ui)
228 func compileFocusIgnore(focus, ignore, hide string) (f, i, h *regexp.Regexp, err error) {
241 if hide != "" {
242 if h, err = regexp.Compile(hide); err != nil {
243 return nil, nil, nil, fmt.Errorf("parsing hide regexp: %v", err)
449 flagNodeFraction *float64 // Hide nodes below <f>*total
450 flagEdgeFraction *float64 // Hide edges below <f>*total
552 ret += stringFlagString("hide", *f.flagHide
    [all...]
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/driver/
driver.go 199 focus, ignore, hide, err := compileFocusIgnore(*f.flagFocus, *f.flagIgnore, *f.flagHide)
203 fm, im, hm := prof.FilterSamplesByName(focus, ignore, hide)
207 warnNoMatches(hm, *f.flagHide, "Hide", ui)
228 func compileFocusIgnore(focus, ignore, hide string) (f, i, h *regexp.Regexp, err error) {
241 if hide != "" {
242 if h, err = regexp.Compile(hide); err != nil {
243 return nil, nil, nil, fmt.Errorf("parsing hide regexp: %v", err)
449 flagNodeFraction *float64 // Hide nodes below <f>*total
450 flagEdgeFraction *float64 // Hide edges below <f>*total
552 ret += stringFlagString("hide", *f.flagHide
    [all...]
  /system/extras/simpleperf/inferno/
script.js 140 // Hide zoom out button.
  /external/eigen/doc/
eigen_navtree_hacks.js 229 // Hide the root node "Eigen"

Completed in 508 milliseconds

1 2 3