Home
last modified time | relevance | path

Searched refs:showing (Results 1 – 25 of 113) sorted by relevance

12345

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowPopupWindow.java25 private boolean showing; field in ShadowPopupWindow
111 public void setShowing(boolean showing) { in setShowing() argument
112 this.showing = showing; in setShowing()
117 return showing; in isShowing()
125 showing = false; in dismiss()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/util/
DTestFragmentTransaction.java18 private boolean showing; field in TestFragmentTransaction
75 this.showing = false; in hide()
82 this.showing = true; in show()
207 return showing; in isShowing()
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
DAwtPanel.java40 private AtomicBoolean showing = new AtomicBoolean(false); field in AwtPanel
114 if (showing.getAndSet(currentShowing) != currentShowing){ in checkVisibilityState()
181 return paintMode != PaintMode.OnRequest && showing.get(); in isActiveDrawing()
/external/google-tv-pairing-protocol/cpp/
DREADME13 server showing a code of some kind, and the client echoing that code back to the
/external/libvncserver/webclients/java-applet/ssl/
Dtightvnc-1.3dev7_javasrc-vncviewer-cursor-colors+no-tab-traversal.patch24 + // showing the soft cursor (should be a user setting...)
/external/deqp/doc/testspecs/GLES3/
Dfunctional.shaders.fragdepth.txt51 will end up showing in color buffer with a distinct color.
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/gettingstarted/
Ddevenvironment.rst48 applications before showing them to the world. Let's write some code.
/external/tcpdump/
DREADME.md123 sends or acks have a number in square brackets showing
147 A summary line is printed showing the number of chunks,
/external/llvm/test/DebugInfo/X86/
Dparameters.ll26 ; 0x74 is DW_OP_breg4, showing that the parameter is accessed indirectly
/external/wpa_supplicant_8/wpa_supplicant/
Dtodo.txt72 - wpa_gui: add support for setting and showing priority
/external/blktrace/btt/doc/
Dbtt.tex244 providing a set of indicators showing how close incoming IO requests
246 providing a set of indicators showing how close the IO requests are
368 Here is a sample portion of this type of chart, showing Q2Q times
384 per-device criteria. Here's a portion of this area, displayed showing
491 (low) and on (high). For example, here is a snippet of a file showing
539 a very simplistic chart showing some activity:
951 "sequences" - showing only the Q, D \& C operation times. The D \& C
/external/clang/
DCMakeLists.txt186 "Vendor-specific text for showing with version information.")
193 "Vendor-specific text for showing the repository the source is taken from.")
/external/llvm/docs/tutorial/
DOCamlLangImpl1.rst12 tutorial runs through the implementation of a simple language, showing
20 broad range of language design and LLVM-specific usage issues, showing
DLangImpl1.rst12 tutorial runs through the implementation of a simple language, showing
20 broad range of language design and LLVM-specific usage issues, showing
/external/ceres-solver/docs/source/
Dcontributing.rst116 When the push succeeds, the console will display a URL showing the
/external/doclava/res/assets/templates/assets/
Dstyle.css262 div#jd-searchbox table.jd-autocomplete-table-showing {
/external/valgrind/none/tests/
Dcmdline1.stdout.exp41 --error-limit=no|yes stop showing new errors if too many? [yes]
Dcmdline2.stdout.exp41 --error-limit=no|yes stop showing new errors if too many? [yes]
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/
Dusage.apt.vm23 showing the default values of the configuration options, is as follows:
/external/eigen/doc/
DTemplateKeyword.dox31 \section TopicTemplateKeywordExample An example showing the second use of the template keyword
/external/linux-tools-perf/src/tools/perf/Documentation/
Dperf-script-perl.txt31 ~/libexec/perf-core/scripts/perl for typical examples showing how to
Dperf-probe.txt145 FUNC specifies the function name of showing lines. 'RLN' is the start line
/external/ltrace/testsuite/
DREADME163 (4) ltrace.minor/time-record-T.exp do test on showing the time spent
/external/markdown/tests/markdown-test/
Dmarkdown-documentation-basics.txt20 are written in a before/after style, showing example syntax and the
/external/markdown/MarkdownTest/Tests_2004/
DMarkdown Documentation - Basics.text20 are written in a before/after style, showing example syntax and the

12345