Home
last modified time | relevance | path

Searched refs:shown (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/external/skia/src/views/animated/
DSkScrollBarView.cpp41 void SkScrollBarView::setShown(unsigned shown) in setShown() argument
43 if ((int)shown < 0) in setShown()
44 shown = 0; in setShown()
46 if (fShownLength != shown) in setShown()
48 fShownLength = shown; in setShown()
124 int shown = fShownLength; in adjust() local
127 if (total <= 0 || shown <= 0 || shown >= total) // no bar to show in adjust()
134 if (start + shown > total) in adjust()
135 start = total - shown; in adjust()
142 e.setScalar("_shownLength", SkIntToScalar(shown)); in adjust()
/external/elfutils/src/tests/
Drun-stack-d-test.sh77 $STACKCMD: tid 13654: shown max number of frames (2, use -n 0 for unlimited)
89 $STACKCMD: tid 13654: shown max number of frames (2, use -n 0 for unlimited)
98 $STACKCMD: tid 13654: shown max number of frames (2, use -n 0 for unlimited)
109 $STACKCMD: tid 13654: shown max number of frames (2, use -n 0 for unlimited)
Drun-stack-i-test.sh47 $STACKCMD: tid 13654: shown max number of frames (6, use -n 0 for unlimited)
67 $STACKCMD: tid 13654: shown max number of frames (6, use -n 0 for unlimited)
/external/llvm/test/tools/llvm-profdata/
Dgeneral.proftext51 # NOSUCHFUNC: Functions shown: 0
57 # SOMEFUNCS: Functions shown: 3
61 # SUMMARY-NOT: Functions shown:
Draw-32-bits-be.test39 CHECK: Functions shown: 2
Draw-64-bits-be.test39 CHECK: Functions shown: 2
/external/llvm/docs/CommandGuide/
Dllvm-readobj.rst40 When used with ``-sections``, display section data for each section shown.
44 When used with ``-sections``, display relocations for each section shown.
48 When used with ``-sections``, display symbols for each section shown.
/external/valgrind/gdbserver_tests/
Dmcsignopass.stdinB.gdb35 # SIGBUS will be shown and passed:
38 # then SIGFPE is shown and passed:
Dmcmain_pic.vgtest4 # The content of the auxv data can be shown by gdb using
/external/e2fsprogs/resize/
Dsim_progress.c24 int shown; member
101 prog->shown = 0; in ext2fs_progress_init()
/external/valgrind/memcheck/tests/
Dinlinfo.vgtest1 # test that the inlined function calls are properly shown in errors.
/external/llvm/test/CodeGen/X86/
Dpshufb-mask-comments.ll12 ; Test that indexes larger than the size of the vector are shown masked (bottom 4 bits).
21 ; Test that indexes with bit seven set are shown as zero.
/external/icu/icu4c/source/samples/layout/
DFontMap.GDI5 # Fonts are specified by font name, as shown
/external/skia/include/views/animated/
DSkScrollBarView.h26 void setShown(unsigned shown);
/external/iptables/extensions/
Dlibipt_icmp.man6 ICMP type, type/code pair, or one of the ICMP type names shown by the command
Dlibip6t_mh.man9 or one of the MH type names shown by the command
Dlibip6t_icmp6.man11 or one of the ICMPv6 type names shown by the command
/external/v8/test/mjsunit/tools/
Dtickprocessor-test.gc-state22 Callers occupying less than 2.0% are not shown.
Dtickprocessor-test.func-info24 Callers occupying less than 2.0% are not shown.
/external/okhttp/website/static/
Dbootstrap.min.js6shown=!1,this.listen()};t.prototype={constructor:t,select:function(){var e=this.$menu.find(".activ…
/external/libvncserver/VisualNaCro/
DChangeLog8 and can be shown with 'd'.
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/
Dbootstrap.js1582 this.shown = false
1613 this.shown = true
1619 this.shown = false
1631 return this.shown ? this.hide() : this
1641 return this.shown ? this.hide() : this
1732 if (!this.shown) return
1737 if (!this.shown) return
1750 if (!this.shown) return
/external/doclava/res/assets/templates/
Dsample.cs20 <p>The file containing the source code shown below is located in the corresponding directory in <co…
/external/libvncserver/vncterm/
DChangeLog5 cursor in LinuxVNC is shown.
/external/mdnsresponder/mDNSPosix/
DServices.txt20 # Examples shown below.

12345678910>>...12