HomeSort by relevance Sort by last modified time
    Searched full:indicator (Results 26 - 50 of 1408) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
lpc_tables.h 28 /* cdf array for model indicator */
31 /* pointer to cdf array for model indicator */
34 /* initial cdf index for decoder of model indicator */
  /frameworks/base/core/tests/coretests/src/android/text/
StaticLayoutTextMeasuringTest.java 62 // REGIONAL INDICATOR SYMBOL LETTER U, REGIONAL INDICATOR SYMBOL LETTER S, REGIONAL
63 // INDICATOR SYMBOL LETTER Z
  /frameworks/minikin/tests/
GraphemeBreakTests.cpp 87 EXPECT_TRUE(IsBreak("U+1F1FA U+1F1F8 | U+1F1FA U+1F1F8")); // Regional indicator pair (flag)
88 EXPECT_FALSE(IsBreak("U+1F1FA | U+1F1F8 U+1F1FA U+1F1F8")); // Regional indicator pair (flag)
89 EXPECT_FALSE(IsBreak("U+1F1FA U+1F1F8 U+1F1FA | U+1F1F8")); // Regional indicator pair (flag)
91 EXPECT_TRUE(IsBreak("U+1F1FA U+1F1F8 | U+1F1FA")); // Regional indicator pair (flag)
92 EXPECT_FALSE(IsBreak("U+1F1FA | U+1F1F8 U+1F1FA")); // Regional indicator pair (flag)
94 EXPECT_TRUE(IsBreak("'a' U+1F1FA U+1F1F8 | U+1F1FA")); // Regional indicator pair (flag)
95 EXPECT_FALSE(IsBreak("'a' U+1F1FA | U+1F1F8 U+1F1FA")); // Regional indicator pair (flag)
98 IsBreak("'a' U+1F1FA U+1F1F8 | U+1F1FA U+1F1F8")); // Regional indicator pair (flag)
100 IsBreak("'a' U+1F1FA | U+1F1F8 U+1F1FA U+1F1F8")); // Regional indicator pair (flag)
102 IsBreak("'a' U+1F1FA U+1F1F8 U+1F1FA | U+1F1F8")); // Regional indicator pair (flag
    [all...]
  /external/v8/tools/testrunner/local/
execution.py 189 self.indicator = progress_indicator
230 self.indicator.AboutToRun(test)
241 # For the indicator, everything that happens after the first run is treated
244 self.indicator.HasRun(test, has_unexpected_output or test.run > 1)
246 # Rerun test failures after the indicator has processed the results.
267 self.indicator.AboutToRun(test)
271 self.indicator.HasRun(test, True)
274 # difference is found, call the indicator twice to report both tests.
276 self.indicator.AboutToRun(test)
279 self.indicator.HasRun(test, True
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
EmojiConstants.java 167 0x1F1E6, // REGIONAL INDICATOR SYMBOL LETTER A
168 0x1F1E7, // REGIONAL INDICATOR SYMBOL LETTER B
169 0x1F1E8, // REGIONAL INDICATOR SYMBOL LETTER C
170 0x1F1E9, // REGIONAL INDICATOR SYMBOL LETTER D
171 0x1F1EA, // REGIONAL INDICATOR SYMBOL LETTER E
172 0x1F1EB, // REGIONAL INDICATOR SYMBOL LETTER F
173 0x1F1EC, // REGIONAL INDICATOR SYMBOL LETTER G
174 0x1F1ED, // REGIONAL INDICATOR SYMBOL LETTER H
175 0x1F1EE, // REGIONAL INDICATOR SYMBOL LETTER I
176 0x1F1EF, // REGIONAL INDICATOR SYMBOL LETTER
    [all...]
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/common/
__init__.py 16 """Package indicator for gjslint.common."""
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarDrawerToggle.java 53 * indicator with the state of the linked DrawerLayout after <code>onRestoreInstanceState</code>
84 * Set the Action Bar's up indicator drawable and content description.
86 * @param upDrawable - Drawable to set as up indicator
92 * Set the Action Bar's up indicator content description.
229 * Synchronize the state of the drawer indicator/affordance with the linked DrawerLayout.
294 * Set the up indicator to display when the drawer indicator is not
300 * @param indicator A drawable to use for the up indicator, or null to use
304 public void setHomeAsUpIndicator(Drawable indicator) {
330 Drawable indicator = null; local
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
FaceView.java 37 // The orientation compensation for the face indicator to make it look
39 // indicator should be rotated 90 degrees counter-clockwise.
105 // Face indicator is displayed during preview. Do not clear the
126 // Focus indicator is directional. Rotate the matrix and the canvas
SecondLevelIndicatorControlBar.java 43 // There are some views in the ViewGroup before adding the indicator buttons,
45 // remember the count of the non-indicator buttons for getTouchViewIndex().
78 // Calculate if the touch event is on the indicator buttons.
81 // The baseline will be the first indicator button's top minus spacing.
161 // Show or dismiss the side indicator highlight.
IndicatorControlWheel.java 52 // indicator buttons but it needs additional efforts for rotation animation.
174 // Add second-level Indicator Icon.
218 // Check which indicator is touched.
226 // greater than the center of ending indicator
228 // less than the center of starting indicator
241 // range and not for other indicator buttons.
272 // Move over from one indicator to another.
375 // Set the visible range in the first-level indicator wheel.
380 // Set the angle of each component in the first-level indicator wheel.
407 // The radians for the touch sector of an indicator
    [all...]
  /frameworks/opt/datetimepicker/res/values-ro/
strings.xml 21 <string name="hour_picker_description" msgid="7586639618712934060">"Indicator circular ore"</string>
22 <string name="minute_picker_description" msgid="6024811202872705251">"Indicator circular minute"</string>
  /packages/apps/Camera2/src/com/android/camera/session/
SessionNotifier.java 49 /** The capture indicator should be updated. */
50 public void notifySessionCaptureIndicatorAvailable(final Bitmap indicator,
  /developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/slidingtabscolors/
SlidingTabsColorsFragment.java 72 * @return the color to be used for indicator on the {@link SlidingTabLayout}
110 * Populate our tab list with tabs. Each item contains a title, indicator color and divider
115 Color.BLUE, // Indicator color
121 Color.RED, // Indicator color
127 Color.YELLOW, // Indicator color
133 Color.GREEN, // Indicator color
175 // Set a TabColorizer to customize the indicator and divider colors. Here we just retrieve
  /developers/samples/android/ui/views/SlidingTabs/SlidingTabsColors/Application/src/main/java/com/example/android/slidingtabscolors/
SlidingTabsColorsFragment.java 72 * @return the color to be used for indicator on the {@link SlidingTabLayout}
110 * Populate our tab list with tabs. Each item contains a title, indicator color and divider
115 Color.BLUE, // Indicator color
121 Color.RED, // Indicator color
127 Color.YELLOW, // Indicator color
133 Color.GREEN, // Indicator color
175 // Set a TabColorizer to customize the indicator and divider colors. Here we just retrieve
  /development/samples/browseable/SlidingTabsColors/src/com.example.android.slidingtabscolors/
SlidingTabsColorsFragment.java 72 * @return the color to be used for indicator on the {@link SlidingTabLayout}
110 * Populate our tab list with tabs. Each item contains a title, indicator color and divider
115 Color.BLUE, // Indicator color
121 Color.RED, // Indicator color
127 Color.YELLOW, // Indicator color
133 Color.GREEN, // Indicator color
175 // Set a TabColorizer to customize the indicator and divider colors. Here we just retrieve
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3intstream.h 66 /** Type indicator for a character stream
68 * a char stream, then you may OR in this value to your type indicator
72 /** Type indicator for a Token stream
74 * a token stream, then you may OR in this value to your type indicator
78 /** Type indicator for a common tree node stream
80 * a common tree node stream, then you may OR in this value to your type indicator
95 /** Input stream type indicator. Sometimes useful for error reporting etc.
  /frameworks/support/core-ui/java/android/support/v4/view/
PagerTabStrip.java 33 * PagerTabStrip is an interactive indicator of the current, next,
42 * <p>For a non-interactive indicator, see {@link PagerTitleStrip}.</p>
127 * Set the color of the tab indicator bar.
138 * Set the color of the tab indicator bar from a color resource.
147 * @return The current tab indicator color as an 0xRRGGBB value.
196 * current tab indicator color.
211 * current tab indicator color.
  /packages/apps/Camera2/src/com/android/camera/ui/
StickyBottomCaptureLayout.java 37 * The goal of this class is to ensure mode options and capture indicator is
110 // Layout capture indicator.
128 * Calculates the desired layout of capture indicator.
131 * overlay and capture indicator.
134 * @return the desired view bound for capture indicator.
  /external/autotest/client/site_tests/accessibility_Sanity/
accessibility_Sanity.py 56 """Fail test unless indicator presence is given value on self._tab."""
68 exception=error.TestError('ChromeVox: "Indicator present" '
90 for presence of indicator before/after disable.
  /frameworks/base/core/tests/coretests/src/android/text/method/
BackspaceTest.java 244 // Isolated regional indicator symbol
249 // Odd numbered regional indicator symbols
336 // COMBINING ENCLOSING KEYCAP + regional indicator symbol
343 // Regional indicator symbol + COMBINING ENCLOSING KEYCAP
388 // Variation selector + regional indicator symbol
395 // Regional indicator symbol + variation selector
414 // Start withj ZERO WIDTH JOINER + regional indicator symbol
421 // ZERO WIDTH JOINER + Regional indicator symbol
430 // Regional indicator symbol + end with ZERO WIDTH JOINER
437 // Regional indicator symbol + ZERO WIDTH JOINE
    [all...]
ForwardDeleteTest.java 183 // Isolated regional indicator symbol
188 // Odd numbered regional indicator symbols
259 // COMBINING ENCLOSING KEYCAP + regional indicator symbol
266 // Regional indicator symbol + COMBINING ENCLOSING KEYCAP
301 // Variation selector + regional indicator symbol
308 // Regional indicator symbol + variation selector
323 // Start with ZERO WIDTH JOINER + regional indicator symbol
330 // ZERO WIDTH JOINER + regional indicator symbol
335 // Regional indicator symbol + end with ZERO WIDTH JOINER
340 // Regional indicator symbol + ZERO WIDTH JOINE
    [all...]
  /packages/inputmethods/LatinIME/java/res/values/
donottranslate-debug-settings.xml 26 <!-- Option to enable sliding key input indicator. The user can see a rubber band-like effect during sliding key input. [CHAR LIMIT=30]-->
27 <string name="sliding_key_input_preview">Show slide indicator</string>
28 <!-- Option summary to enable sliding key input indicator. The user can see a rubber band-like effect during sliding key input. [CHAR LIMIT=66]-->
  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core_c.c 80 //compute the indicator functions
98 // compute indicator function: sigmoid map
127 // compute indicator function: sigmoid map
174 // compute indicator function: sigmoid map
194 //combine the indicator function with the feature weights
199 // done with computing indicator function
  /external/bison/lib/
fseterr.c 1 /* Set the error indicator of a stream.
68 fputc ('\0', fp); /* This should set the error indicator. */
  /external/iproute2/man/man8/
tipc-nametable.8 42 The instance field is often used as as a sub-class indicator.
48 The instance field is often used as as a sub-class indicator.

Completed in 2426 milliseconds

12 3 4 5 6 7 8 91011>>