Searched refs:shown (Results 1 – 25 of 281) sorted by relevance
12345678910>>...12
/external/skia/src/views/animated/ |
D | SkScrollBarView.cpp | 41 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/ |
D | run-stack-d-test.sh | 77 $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)
|
D | run-stack-i-test.sh | 47 $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/ |
D | general.proftext | 51 # NOSUCHFUNC: Functions shown: 0 57 # SOMEFUNCS: Functions shown: 3 61 # SUMMARY-NOT: Functions shown:
|
D | raw-32-bits-be.test | 39 CHECK: Functions shown: 2
|
D | raw-64-bits-be.test | 39 CHECK: Functions shown: 2
|
/external/llvm/docs/CommandGuide/ |
D | llvm-readobj.rst | 40 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/ |
D | mcsignopass.stdinB.gdb | 35 # SIGBUS will be shown and passed: 38 # then SIGFPE is shown and passed:
|
D | mcmain_pic.vgtest | 4 # The content of the auxv data can be shown by gdb using
|
/external/e2fsprogs/resize/ |
D | sim_progress.c | 24 int shown; member 101 prog->shown = 0; in ext2fs_progress_init()
|
/external/valgrind/memcheck/tests/ |
D | inlinfo.vgtest | 1 # test that the inlined function calls are properly shown in errors.
|
/external/llvm/test/CodeGen/X86/ |
D | pshufb-mask-comments.ll | 12 ; 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/ |
D | FontMap.GDI | 5 # Fonts are specified by font name, as shown
|
/external/skia/include/views/animated/ |
D | SkScrollBarView.h | 26 void setShown(unsigned shown);
|
/external/iptables/extensions/ |
D | libipt_icmp.man | 6 ICMP type, type/code pair, or one of the ICMP type names shown by the command
|
D | libip6t_mh.man | 9 or one of the MH type names shown by the command
|
D | libip6t_icmp6.man | 11 or one of the ICMPv6 type names shown by the command
|
/external/v8/test/mjsunit/tools/ |
D | tickprocessor-test.gc-state | 22 Callers occupying less than 2.0% are not shown.
|
D | tickprocessor-test.func-info | 24 Callers occupying less than 2.0% are not shown.
|
/external/okhttp/website/static/ |
D | bootstrap.min.js | 6 …shown=!1,this.listen()};t.prototype={constructor:t,select:function(){var e=this.$menu.find(".activ…
|
/external/libvncserver/VisualNaCro/ |
D | ChangeLog | 8 and can be shown with 'd'.
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/ |
D | bootstrap.js | 1582 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/ |
D | sample.cs | 20 <p>The file containing the source code shown below is located in the corresponding directory in <co…
|
/external/libvncserver/vncterm/ |
D | ChangeLog | 5 cursor in LinuxVNC is shown.
|
/external/mdnsresponder/mDNSPosix/ |
D | Services.txt | 20 # Examples shown below.
|
12345678910>>...12