HomeSort by relevance Sort by last modified time
    Searched full:shown (Results 626 - 650 of 4182) sorted by null

<<21222324252627282930>>

  /external/mockito/src/test/java/org/mockitousage/bugs/
ConcurrentModificationExceptionOnMultiThreadedVerificationTest.java 19 // the only evidence of this failing test was shown on a RHEL with IBM J9 JVM 64bits
  /external/pcre/dist2/doc/
pcre2_pattern_info.3 71 shown:
  /external/perf_data_converter/src/quipper/
test_utils.h 24 // type, as shown in |kSupportedMetadata|. The value is a vector of all the
  /external/python/cpython2/Demo/turtle/
tdemo_lindenmayer_indian.py 15 Two examples are shown here:
  /external/python/cpython3/Lib/turtledemo/
lindenmayer.py 15 Two examples are shown here:
  /external/selinux/libselinux/man/man3/
selinux_file_context_verify.3 20 Note that the two contexts are compared for "significant" differences (i.e. the user component of the contexts are ignored) as shown in the
selinux_raw_context_to_color.3 29 string is a space separated list of eight hexadecimal RGB triples, each prefixed by a hash character (#). These represent the user:role:type:range components of the foreground and background colors. An example string is shown in the
  /external/swiftshader/third_party/subzero/docs/
conf.py 18 # documentation root, use os.path.abspath to make it absolute, like shown here.
79 # If true, sectionauthor and moduleauthor directives will be shown in the
152 # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
155 # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
  /external/tensorflow/tensorflow/contrib/quantize/
README.md 8 Recent literature has shown that fixed point networks provide comparable
  /external/valgrind/helgrind/tests/
tc21_pthonce.c 5 The original source of this program is as shown below, although it
  /external/valgrind/memcheck/tests/
overlap.c 112 strncat(a+20, a, 21); // run twice to check 2nd error isn't shown
  /external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
wpa_gui.sgml 68 shown.</para></listitem>
  /external/zlib/src/contrib/dotzlib/DotZLib/
AssemblyInfo.cs 27 // by using the '*' as shown below:
  /frameworks/base/core/java/android/companion/
WifiDeviceFilter.java 122 * given regular expression will be shown
  /frameworks/base/core/java/android/database/sqlite/
package.html 39 <li>Create and query an in-memory database as shown in the following code sample:
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodSubtype.java 117 * subtype with this parameter set will not be shown in the list of subtypes in each IME's
263 * subtype will not be shown in the list of enabled IMEs for choosing the current IME in
265 * be shown in the list of IMEs in the IME switcher to allow the user to tentatively switch
266 * to this subtype while an IME is shown. The framework will never switch the current IME to
272 * parameter being true will not be shown in the list of subtypes in each IME's subtype enabler.
409 * shown in the list of enabled IMEs for choosing the current IME in the Settings even when this
410 * subtype is enabled. Please note that this subtype will still be shown in the list of IMEs in
412 * shown. The framework will never switch the current IME to this subtype by
424 * will not be shown in the list of subtypes in each IME's subtype enabler. Having an
  /frameworks/base/core/java/com/android/internal/util/
EmergencyAffordanceManager.java 38 * Global setting, whether the emergency affordance should be shown regardless of device state.
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuItemImpl.java 613 * @param shown Whether to show (true) or hide (false).
614 * @return Whether the item's shown state was changed
616 boolean setVisibleInt(boolean shown) {
618 mFlags = (mFlags & ~HIDDEN) | (shown ? 0 : HIDDEN);
622 public MenuItem setVisible(boolean shown) {
623 // Try to set the shown state to the given state. If the shown state was changed
625 // the shown state has changed for this item
626 if (setVisibleInt(shown)) mMenu.onItemVisibleChanged(this);
MenuPopupHelper.java 105 * @param forceShowIcon {@code true} to force icons to be shown, or
106 * {@code false} for icons to be optionally shown
156 * @return {@code true} if the popup was shown or was already showing prior to calling this
192 * @return {@code true} if the popup was shown or was already showing prior
  /frameworks/base/packages/SystemUI/res/values/
config.xml 57 <!-- How many icons may be shown at once in the system bar. Includes any
144 <!-- Should "4G" be shown instead of "LTE" when the network is NETWORK_TYPE_LTE? -->
147 <!-- Should "LTE"/"4G" be shown instead of "LTE+"/"4G+" when on NETWORK_TYPE_LTE_CA? -->
163 <!-- The duration in seconds to wait before the dismiss buttons are shown. -->
389 <!-- Whether or not the gear icon on notifications should be shown. The gear is shown when the
396 <!-- Whether or the notifications can be shown and dismissed with a drag. -->
402 <!-- Whether or not the button to clear all notifications will be shown. -->
446 <!-- Whether or not the dividing lines should be shown when the container is expanding and
  /frameworks/base/packages/SystemUI/res-keyguard/layout/
keyguard_host_view.xml 31 from this view when bouncer is shown -->
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
EventLogConstants.java 29 /** The user tapped in an empty area, causing the unlock hint to be shown. */
  /frameworks/base/tests/SharedLibrary/lib/src/com/google/android/test/shared_library/
SharedLibraryMain.java 65 // we had shown is removed before returning.
  /frameworks/ex/common/java/com/android/common/speech/
Recognition.java 30 * which is an ArrayList of CharSequences which are hints that can be shown to
  /frameworks/ml/nn/common/include/
GraphDump.h 44 // A model input or output (operand) is shown in "reverse colors" --

Completed in 1586 milliseconds

<<21222324252627282930>>