HomeSort by relevance Sort by last modified time
    Searched full:indicator (Results 1 - 25 of 1146) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/test/data/accessibility/
aria-progressbar-expected-mac.txt 2 AXProgressIndicator AXRoleDescription='progress indicator' AXValue='3' AXMinValue='1' AXMaxValue='37'
3 AXProgressIndicator AXRoleDescription='progress indicator' AXValue='0' AXMinValue='1' AXMaxValue='96' AXValueDescription='three'
  /external/llvm/test/YAMLParser/
spec-09-18.data 5 - >1 # Indentation indicator
7 - |+ # Chomping indicator
  /external/chromium_org/chrome/browser/ui/tabs/
tab_utils.h 32 // indicator) of a tab should be shown, given current state. |capacity|
38 // Active tab: Always show the close button, then the media indicator, then
40 // Inactive tab: Media indicator, then the favicon, then the close button.
41 // Pinned tab: Show only the media indicator, or only the favicon
58 // show an audio favicon indicator for this tab.
61 // Returns the media state to be shown by the tab's media indicator. When
66 // Returns a cached image, to be shown by the media indicator for the given
72 // indicator to alert the user that recording, tab capture, or audio playback
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
errwarn.h 117 /** Unconditionally clear the error indicator, freeing any associated data.
118 * Has no effect if the error indicator is not set.
123 /** Get the error indicator. YASM_ERROR_NONE is returned if no error has
126 * \return Current error indicator.
130 /** Check the error indicator against an error class. To check if any error
134 * \return Nonzero if error indicator is set and a subclass of eclass, 0
146 /** Set the error indicator (va_list version). Has no effect if the error
147 * indicator is already set.
155 /** Set the error indicator. Has no effect if the error indicator is alread
    [all...]
  /external/bison/lib/
fseterr.h 1 /* Set the error indicator of a stream.
22 /* Set the error indicator of the stream FP.
23 The "error indicator" is set when an I/O operation on the stream fails, and
24 is cleared (together with the "end-of-file" indicator) by clearerr (FP). */
  /external/chromium_org/third_party/WebKit/ManualTests/
password-caps-lock.html 14 Verify that the caps lock indicator icon is drawn in the password field. Verify that when you open a new window, the password field in the background window no longer has an indicator.
18 If there is no caps lock indicator, or if the indicator remains when the window is inactive, the test has failed.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completionvalues1-expected-completion29.txt 3 android:groupIndicator : Indicator shown beside the group View. [reference]
  /frameworks/base/docs/html/training/notify-user/
display-progress.jd 17 <li><a href="#FixedProgress">Display a Fixed-duration progress Indicator</a></li>
18 <li><a href="#ActivityIndicator">Display a Continuing Activity Indicator</a></li>
45 Notifications can include an animated progress indicator that shows users the status
47 is complete at any time, use the "determinate" form of the indicator
49 "indeterminate" form of the indicator (an activity indicator).
56 To use a progress indicator, call
61 <h2 id="FixedProgress">Display a Fixed-duration Progress Indicator</h2>
98 // Sets the progress indicator to a max value, the
136 <h2 id="ActivityIndicator">Display a Continuing Activity Indicator</h2
    [all...]
  /external/chromium_org/chrome/browser/chromeos/input_method/
mode_indicator_controller.h 34 // Set cursor bounds, which is the base point to display this indicator.
35 // Bacisally this indicator is displayed underneath the cursor.
38 // Notify the focus state to the mode indicator.
59 // Cursor bounds representing the anchor rect of the mode indicator.
  /external/chromium_org/chrome/browser/extensions/api/system_indicator/
system_indicator_manager.h 49 // Determines whether the indicator should be hidden or shown and calls the
57 // Causes an indicator to be shown for the given extension_action. Creates
58 // the indicator if necessary.
63 // Causes the indicator for the given extension to be hidden.
  /external/chromium_org/chrome/browser/resources/options/
home_page_overlay.html 13 <span class="controlled-setting-indicator"
28 <span class="controlled-setting-indicator"
36 <span id="homepage-url-field-indicator"
37 class="controlled-setting-indicator" pref="homepage"
startup_section.html 11 <span class="controlled-setting-indicator"
26 <span class="controlled-setting-indicator"
40 <span class="controlled-setting-indicator"
46 <span class="controlled-setting-indicator"
sync_section.html 22 <span id="account-picture-indicator" class="controlled-setting-indicator">
41 <span class="controlled-setting-indicator"
52 <span id="start-stop-sync-indicator"
53 class="controlled-setting-indicator" hidden>
controlled_setting.css 5 /* Controlled setting indicator and bubble. */
31 .controlled-setting-indicator {
35 .controlled-setting-indicator:not([controlled-by]) {
39 .controlled-setting-indicator[controlled-by='policy'] > div {
43 .controlled-setting-indicator[controlled-by='owner'] > div {
47 .controlled-setting-indicator[controlled-by='extension'] > div {
51 .controlled-setting-indicator:-webkit-any([controlled-by='recommended'],
  /frameworks/base/graphics/java/android/graphics/drawable/
package.html 6 level indicator).</p>
  /external/chromium/chrome/browser/chromeos/status/
input_method_menu_button_browsertest.cc 41 // By default, show the indicator of the hardware keyboard, which is set
43 std::wstring indicator = input_method->text(); local
44 EXPECT_EQ(L"US", indicator);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebUserGestureTokenTest.cpp 64 WebScopedUserGesture indicator(token);
69 UserGestureIndicator indicator(DefinitelyProcessingNewUserGesture);
78 WebScopedUserGesture indicator(token);
87 WebScopedUserGesture indicator(token);
94 UserGestureIndicator indicator(DefinitelyProcessingNewUserGesture);
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
lpc_tables.h 41 /* cdf array for model indicator */
44 /* pointer to cdf array for model indicator */
47 /* initial cdf index for decoder of model indicator */
  /frameworks/base/docs/html/design/building-blocks/
scrolling.jd 7 <h2 id="indicator">Scroll Indicator</h2>
26 indicator appears even when the user isn't scrolling. Touching or dragging it causes the current
  /frameworks/base/core/java/android/widget/
ExpandableListView.java 47 * Expandable lists are able to show an indicator beside each item to display
137 /** Left bound for drawing the indicator. */
140 /** Right bound for drawing the indicator. */
143 /** Start bound for drawing the indicator. */
146 /** End bound for drawing the indicator. */
150 * Left bound for drawing the indicator of a child. Value of
156 * Right bound for drawing the indicator of a child. Value of
162 * Start bound for drawing the indicator of a child. Value of
168 * End bound for drawing the indicator of a child. Value of
174 * Denotes when a child indicator should inherit this bound from the generi
375 Drawable indicator; local
475 Drawable indicator; local
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
__init__.py 16 """Package indicator for gjslint."""
  /external/chromium_org/chrome/renderer/resources/extensions/
system_indicator_custom_bindings.js 18 'system indicator');
  /external/chromium_org/third_party/closure_linter/closure_linter/
__init__.py 16 """Package indicator for gjslint."""
  /external/llvm/test/Object/ARM/
symbol-addr.ll 7 ; indicator bit.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmSmsAddress.java 101 * Returns true of this is a valid CPHS voice message waiting indicator
114 // ^ set/clear indicator (0 = clear)
115 // ^^^ type of indicator (000 = voice)
131 * Returns true if this is a valid CPHS voice message waiting indicator
132 * address indicating a "set" of "indicator 1" of type "voice message
136 // 0x11 means "set" "voice message waiting" "indicator 1"
143 * Returns true if this is a valid CPHS voice message waiting indicator
144 * address indicating a "clear" of "indicator 1" of type "voice message
148 // 0x10 means "clear" "voice message waiting" "indicator 1"

Completed in 647 milliseconds

1 2 3 4 5 6 7 8 91011>>