HomeSort by relevance Sort by last modified time
    Searched full:levels (Results 101 - 125 of 3869) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/java/android/text/
AndroidBidi.java 97 * @param levels levels as returned from {@link #bidi}
98 * @param lstart start of the line in the levels array
104 public static Directions directions(int dir, byte[] levels, int lstart,
111 int curLevel = levels[lstart];
115 int level = levels[i];
163 int level = levels[i];
192 // level, we have a series of alternating levels that
205 if (levels[ld[i]] >= level) {
207 while (e < ld.length && levels[ld[e]] >= level)
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/bidi/
core.go 17 // There are two levels of input to the algorithm, since clients may prefer to
27 // - levels array over entire paragraph
29 // - levels array over line
34 // character directionality (odd or even levels) over a line. Generating
36 // codes (LRE, RLE, LRO, RLO, PDF) and BN can be assigned arbitrary levels and
52 // level is the embedding level of a character. Even embedding levels indicate
53 // left-to-right order and odd levels indicate right-to-left order. The special
79 // at the paragraph levels
100 // close brackets, after normalization). The embedding levels are optional, but
101 // may be supplied to encode embedding levels of styled text
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/bidi/
core.go 17 // There are two levels of input to the algorithm, since clients may prefer to
27 // - levels array over entire paragraph
29 // - levels array over line
34 // character directionality (odd or even levels) over a line. Generating
36 // codes (LRE, RLE, LRO, RLO, PDF) and BN can be assigned arbitrary levels and
52 // level is the embedding level of a character. Even embedding levels indicate
53 // left-to-right order and odd levels indicate right-to-left order. The special
79 // at the paragraph levels
100 // close brackets, after normalization). The embedding levels are optional, but
101 // may be supplied to encode embedding levels of styled text
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
ScoredNetworkEvaluatorTest.java 121 int[] levels = {mThresholdQualifiedRssi2G + 8}; local
126 ssids, bssids, freqs, caps, levels, securities, mWifiConfigManager, mClock);
145 int[] levels = {mThresholdQualifiedRssi2G + 8}; local
150 ssids, bssids, freqs, caps, levels, securities, mWifiConfigManager, mClock);
164 int[] levels = {mThresholdQualifiedRssi2G + 8, mThresholdQualifiedRssi2G + 10}; local
168 ssids, bssids, freqs, caps, levels, securities, mWifiConfigManager, mClock);
189 int[] levels = {mThresholdQualifiedRssi2G + 8, mThresholdQualifiedRssi2G + 10}; local
193 ssids, bssids, freqs, caps, levels, securities, mWifiConfigManager, mClock);
232 int[] levels = {mThresholdQualifiedRssi2G + 8, mThresholdQualifiedRssi2G + 10}; local
239 ssids, bssids, freqs, caps, levels, securities, mWifiConfigManager, mClock)
255 int[] levels = {mThresholdQualifiedRssi2G + 8, mThresholdQualifiedRssi2G + 10}; local
281 int[] levels = {mThresholdQualifiedRssi2G + 8, mThresholdQualifiedRssi2G + 10}; local
318 int[] levels = {mThresholdQualifiedRssi2G + 8, mThresholdQualifiedRssi2G + 8}; local
358 int[] levels = {mThresholdQualifiedRssi2G + 8, mThresholdQualifiedRssi2G + 10}; local
391 int[] levels = {mThresholdQualifiedRssi5G + 8}; local
423 int[] levels = {mThresholdQualifiedRssi2G + 8, mThresholdQualifiedRssi2G + 8}; local
456 int[] levels = {mThresholdQualifiedRssi2G + 8, mThresholdQualifiedRssi2G + 8}; local
542 int[] levels = {mThresholdQualifiedRssi2G + 8, mThresholdQualifiedRssi2G + 8}; local
572 int[] levels = {mThresholdQualifiedRssi2G + 28, mThresholdQualifiedRssi2G + 28}; local
614 int[] levels = {mThresholdQualifiedRssi2G + 28, mThresholdQualifiedRssi2G + 28}; local
    [all...]
SavedNetworkEvaluatorTest.java 157 int[] levels = {mThresholdQualifiedRssi2G + 8, mThresholdQualifiedRssi2G + 10}; local
162 freqs, caps, levels, securities, mWifiConfigManager, mClock);
184 int[] levels = {mThresholdQualifiedRssi2G + 8, mThresholdQualifiedRssi2G + 10}; local
189 freqs, caps, levels, securities, mWifiConfigManager, mClock);
212 int[] levels = local
218 freqs, caps, levels, securities, mWifiConfigManager, mClock);
251 int[] levels = {mThresholdQualifiedRssi2G + 8, mThresholdQualifiedRssi2G + 10}; local
256 freqs, caps, levels, securities, mWifiConfigManager, mClock);
279 int[] levels = {mThresholdQualifiedRssi5G + 8, mThresholdQualifiedRssi5G + 10}; local
284 freqs, caps, levels, securities, mWifiConfigManager, mClock)
306 int[] levels = {mThresholdQualifiedRssi5G, mThresholdQualifiedRssi5G}; local
333 int[] levels = {mThresholdQualifiedRssi2G, mThresholdQualifiedRssi5G}; local
362 int[] levels = {mThresholdMinimumRssi5G + 2, mThresholdMinimumRssi5G + 4}; local
395 int[] levels = {mThresholdMinimumRssi5G + 2, mThresholdMinimumRssi5G + 6}; local
434 int[] levels = {mThresholdMinimumRssi2G + 2, mThresholdMinimumRssi2G + 5, local
492 int[] levels = {mThresholdQualifiedRssi2G, mThresholdQualifiedRssi2G}; local
    [all...]
WifiNetworkSelectorTest.java 209 int[] levels = new int[0]; local
214 freqs, caps, levels, securities, mWifiConfigManager, mClock);
239 int[] levels = {mThresholdMinimumRssi2G - 1, mThresholdMinimumRssi5G - 1}; local
244 freqs, caps, levels, securities, mWifiConfigManager, mClock);
269 int[] levels = {mThresholdMinimumRssi2G + RSSI_BUMP, mThresholdMinimumRssi5G + RSSI_BUMP}; local
275 freqs, caps, levels, securities, mWifiConfigManager, mClock);
308 int[] levels = {mThresholdMinimumRssi2G + RSSI_BUMP, mThresholdMinimumRssi5G + RSSI_BUMP}; local
314 freqs, caps, levels, securities, mWifiConfigManager, mClock);
351 int[] levels = {mThresholdQualifiedRssi5G + 8}; local
356 freqs, caps, levels, securities, mWifiConfigManager, mClock)
398 int[] levels = {mThresholdQualifiedRssi5G - 2}; local
445 int[] levels = {mThresholdQualifiedRssi5G + 5}; local
493 int[] levels = {mThresholdQualifiedRssi5G + 8}; local
525 int[] levels = {mThresholdMinimumRssi2G + 20, mThresholdMinimumRssi2G + RSSI_BUMP}; local
577 int[] levels = {mThresholdMinimumRssi2G + RSSI_BUMP, mThresholdMinimumRssi5G + RSSI_BUMP, local
624 int[] levels = {mThresholdMinimumRssi2G + RSSI_BUMP, mThresholdMinimumRssi5G + RSSI_BUMP}; local
922 int[] levels = {rssiNetwork1, rssiNetwork2}; local
942 int[] levels = {rssi}; local
1001 int[] levels = {mThresholdMinimumRssi2G + RSSI_BUMP, mThresholdMinimumRssi5G + RSSI_BUMP}; local
1030 int[] levels = {mThresholdMinimumRssi2G + RSSI_BUMP}; local
1067 int[] levels = {mThresholdMinimumRssi2G + RSSI_BUMP, mThresholdMinimumRssi5G + RSSI_BUMP}; local
1095 int[] levels = {mThresholdMinimumRssi2G + RSSI_BUMP, mThresholdMinimumRssi5G + RSSI_BUMP}; local
1129 int[] levels = {mThresholdMinimumRssi2G + RSSI_BUMP, mThresholdMinimumRssi5G + RSSI_BUMP}; local
1159 int[] levels = {mThresholdMinimumRssi2G + RSSI_BUMP}; local
1198 int[] levels = {mThresholdMinimumRssi2G + RSSI_BUMP, mThresholdMinimumRssi5G + RSSI_BUMP}; local
1227 int[] levels = {mThresholdMinimumRssi2G + RSSI_BUMP, mThresholdMinimumRssi5G + RSSI_BUMP}; local
1251 int[] levels = {mThresholdMinimumRssi2G + RSSI_BUMP, mThresholdMinimumRssi5G + RSSI_BUMP}; local
    [all...]
  /external/harfbuzz_ng/docs/
usermanual-clusters.xml 23 HarfBuzz provides three <emphasis>levels</emphasis> of clustering
32 Levels 0 and 1 both process ligatures and glyph decomposition by
36 The conceptual model for what the cluster values mean, in levels 0
65 <sect1 id="a-clustering-example-for-levels-0-and-1">
66 <title>A clustering example for levels 0 and 1</title>
120 <sect1 id="reordering-in-levels-0-and-1">
121 <title>Reordering in levels 0 and 1</title>
147 <sect1 id="the-distinction-between-levels-0-and-1">
148 <title>The distinction between levels 0 and 1</title>
150 So, the above is pretty much what cluster levels 0 and 1 do. Th
    [all...]
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_surface.c 73 (rsc->levels[level].padded_width & ETNA_RS_WIDTH_MASK) == 0 &&
74 (rsc->levels[level].padded_height & ETNA_RS_HEIGHT_MASK) == 0) {
80 surf->base.width = rsc->levels[level].width;
81 surf->base.height = rsc->levels[level].height;
85 surf->level = &rsc->levels[level]; /* Keep pointer to actual level to set
88 surf->surf = rsc->levels [level]; /* Make copy of level to narrow down
94 struct etna_resource_level *lev = &rsc->levels[level];
  /frameworks/av/media/libstagefright/data/
media_codecs_google_c2_video.xml 20 <!-- profiles and levels: ProfileSimple : Level3 -->
29 <!-- profiles and levels: ProfileBaseline : Level30, ProfileBaseline : Level45
37 <!-- profiles and levels: ProfileHigh : Level52 -->
47 <!-- profiles and levels: ProfileMain : MainTierLevel51 -->
78 <!-- profiles and levels: ProfileBaseline : Level45 -->
84 <!-- profiles and levels: ProfileBaseline : Level41 -->
94 <!-- profiles and levels: ProfileCore : Level2 -->
102 <!-- profiles and levels: ProfileMain : Level_Version0-3 -->
112 <!-- profiles and levels: ProfileMain : Level_Version0-3 -->
media_codecs_google_video.xml 20 <!-- profiles and levels: ProfileSimple : Level3 -->
29 <!-- profiles and levels: ProfileBaseline : Level30, ProfileBaseline : Level45
37 <!-- profiles and levels: ProfileHigh : Level52 -->
47 <!-- profiles and levels: ProfileMain : MainTierLevel51 -->
78 <!-- profiles and levels: ProfileBaseline : Level45 -->
84 <!-- profiles and levels: ProfileBaseline : Level41 -->
94 <!-- profiles and levels: ProfileCore : Level2 -->
102 <!-- profiles and levels: ProfileMain : Level_Version0-3 -->
112 <!-- profiles and levels: ProfileMain : Level_Version0-3 -->
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
PhantomNodeLogic.java 67 * A node contained in a phantom node is also a phantom node. We limit how many levels up we check just for performance reasons.
69 private static boolean inPhantomNode(Node node, int levels) {
72 || inPhantomNode(node.getParentNode().get(), levels - 1));
  /frameworks/support/leanback/src/main/java/androidx/leanback/graphics/
ColorFilterCache.java 23 * Cache of {@link ColorFilter}s for a given color at different alpha levels.
38 * @return A cache of ColorFilters at different alpha levels for the color.
54 // Pre cache all 256 filter levels
  /hardware/interfaces/wifi/1.1/
IWifiChip.hal 47 * List of preset wifi radio TX power levels for different scenarios.
61 * the wifi chip change it's transmitting power levels.
78 * API to reset TX power levels.
  /libcore/tools/docs/crypto/
README 4 the supported API levels for each crypto algorithm that has ever been supported
14 supported_api_levels: The set of Android API levels that this algorithm was/is
34 and any newly-removed algorithms will have their supported API levels updated.
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
BlurStack.java 25 * filtering function, including the range of depth levels, the disc blur radius
26 * of each depth level, how the depth levels are grouped into layers, which
51 * The minimum of the interval that is used to group depth levels into
80 * A set of non-overlapping layers that covers all the depth levels. The
119 * @return the number of depth levels in the layer
153 * depth levels
160 // Finds the front and back depth levels for the focus layer.
169 // Computes blur disk radius for all the depth levels.
240 * Quantizes the depth range into MAX_DEPTH levels in inverse depth space, and
321 // Groups depth levels behind the focal depth into several layers
    [all...]
LayerInfo.java 21 * several consecutive depth levels.
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
BlurStack.java 8 * filtering function, including the range of depth levels, the disc blur radius
9 * of each depth level, how the depth levels are grouped into layers, which
36 * The minimum of the interval that is used to group depth levels into
65 * A set of non-overlapping layers that covers all the depth levels. The
104 * @return the number of depth levels in the layer
138 * depth levels
145 // Finds the front and back depth levels for the focus layer.
154 // Computes blur disk radius for all the depth levels.
225 * Quantizes the depth range into MAX_DEPTH levels in inverse depth space, and
306 // Groups depth levels behind the focal depth into several layers
    [all...]
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
symbols.c 83 darray(struct xkb_level) levels; member in struct:__anon26715
120 darray_foreach(leveli, groupi->levels)
122 darray_free(groupi->levels);
130 darray_init(to->levels);
131 darray_copy(to->levels, from->levels);
132 for (xkb_level_index_t j = 0; j < darray_size(to->levels); j++)
133 if (darray_item(from->levels, j).num_syms > 1)
134 darray_item(to->levels, j).u.syms =
135 memdup(darray_item(from->levels, j).u.syms
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationKeys.java 261 private static SortKeyLevel getSortKeyLevel(int levels, int level) {
262 return (levels & level) != 0 ? new SortKeyLevel() : null;
331 * the case level. Stops writing levels when callback.needToWrite(level) returns false.
332 * Separates levels with the LEVEL_SEPARATOR_BYTE but does not write a TERMINATOR_BYTE.
339 // Set of levels to process and write.
340 int levels = levelMasks[CollationSettings.getStrength(options)]; local
342 levels |= Collation.CASE_LEVEL_FLAG;
344 // Minus the levels below minLevel.
345 levels &= ~((1 << minLevel) - 1);
346 if (levels == 0)
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationKeys.java 257 private static SortKeyLevel getSortKeyLevel(int levels, int level) {
258 return (levels & level) != 0 ? new SortKeyLevel() : null;
327 * the case level. Stops writing levels when callback.needToWrite(level) returns false.
328 * Separates levels with the LEVEL_SEPARATOR_BYTE but does not write a TERMINATOR_BYTE.
335 // Set of levels to process and write.
336 int levels = levelMasks[CollationSettings.getStrength(options)]; local
338 levels |= Collation.CASE_LEVEL_FLAG;
340 // Minus the levels below minLevel.
341 levels &= ~((1 << minLevel) - 1);
342 if (levels == 0)
    [all...]
  /build/make/tools/droiddoc/templates-pdk/assets/
customizations.js 7 + "<p><a href='" +toRoot+ "guide/appendix/api-levels.html'>What is the API Level?</a></p></div>");
  /developers/build/prebuilts/gradle/BasicMediaRouter/Application/src/main/res/values/
styles.xml 9 Theme customizations available in newer API levels can go in
  /developers/samples/android/media/BasicMediaRouter/Application/src/main/res/values/
styles.xml 9 Theme customizations available in newer API levels can go in
  /development/samples/browseable/BasicMediaRouter/res/values/
styles.xml 9 Theme customizations available in newer API levels can go in
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
TianoError.h 18 Tiano error levels and their associated defines

Completed in 796 milliseconds

1 2 3 45 6 7 8 91011>>