OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:levels
(Results
126 - 150
of
2263
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/hardware/qcom/gps/msm8960/etc/
gps.conf
26
# DEBUG
LEVELS
: 0 - none, 1 - Error, 2 - Warning, 3 - Info
28
# If DEBUG_LEVEL is commented, Android's logging
levels
will be used
/ndk/build/tools/
dev-platform-expand-all.sh
19
# Call dev-platform-expand.sh for all API
levels
.
41
"Call dev-platform-expand.sh for all API
levels
."
/external/icu/icu4c/source/i18n/
collationkeys.cpp
233
// Set of
levels
to process and write.
234
uint32_t
levels
= levelMasks[CollationSettings::getStrength(options)];
local
236
levels
|= Collation::CASE_LEVEL_FLAG;
238
// Minus the
levels
below minLevel.
239
levels
&= ~(((uint32_t)1 << minLevel) - 1);
240
if(
levels
== 0) { return; }
285
if((
levels
& Collation::QUATERNARY_LEVEL_FLAG) != 0) {
305
// terminate compression on all
levels
and then exit the loop.
306
if(p > Collation::NO_CE_PRIMARY && (
levels
& Collation::PRIMARY_LEVEL_FLAG) != 0) {
351
if((
levels
& Collation::SECONDARY_LEVEL_FLAG) != 0)
[
all
...]
/external/icu/icu4c/source/test/intltest/
bidiconf.cpp
52
UBiDiLevel
levels
[1000];
member in class:BiDiConformanceTest
85
levels
[levelsCount++]=UBIDI_DEFAULT_LTR;
92
errln("\nError on line %d:
Levels
parse error at %s", (int)lineNumber, start);
96
levels
[levelsCount++]=(UBiDiLevel)value;
299
if(0==strncmp(start, "
Levels
:", 7)) {
397
Field 3: An ordered list of resulting
levels
for each token in field 0
399
The UBA does not assign
levels
to certain characters (e.g. LRO);
587
if(
levels
[i]!=actualLevels[i] &&
levels
[i]<UBIDI_DEFAULT_LTR) {
591
//
levels
but just returns all levels as the paragraph level 0 or 1
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
BiDiConformanceTest.java
52
if (line.startsWith("
Levels
:", lineIndex)) {
134
Field 3: An ordered list of resulting
levels
for each token in field 0
136
The UBA does not assign
levels
to certain characters (e.g. LRO);
286
levels
[levelsCount++]=-1;
291
levels
[levelsCount++]=(byte)value;
297
errln(" ------------
Levels
parse error at '"+levelString+"'");
492
if(
levels
[i]!=actualLevels[i] &&
levels
[i]>=0) {
496
//
levels
but just returns all
levels
as the paragraph level 0 or 1
601
private byte
levels
[]=new byte[1000]; \/\/ UBiDiLevel
field in class:BiDiConformanceTest
[
all
...]
/developers/build/prebuilts/androidtv/visual-game-controller/res/values/
styles.xml
10
Theme customizations available in newer API
levels
can go in
/developers/build/prebuilts/gradle/BasicMultitouch/Application/src/main/res/values/
styles.xml
24
Theme customizations available in newer API
levels
can go in
/developers/build/prebuilts/gradle/JobScheduler/Application/src/main/res/values/
styles.xml
26
Theme customizations available in newer API
levels
can go in
/developers/build/prebuilts/gradle/RenderScriptIntrinsic/Application/src/main/res/values/
styles.xml
10
Theme customizations available in newer API
levels
can go in
/developers/samples/android/background/JobScheduler/Application/src/main/res/values/
styles.xml
26
Theme customizations available in newer API
levels
can go in
/developers/samples/android/content/LoaderCursor/res/values/
styles.xml
25
Theme customizations available in newer API
levels
can go in
/developers/samples/android/input/multitouch/BasicMultitouch/Application/src/main/res/values/
styles.xml
24
Theme customizations available in newer API
levels
can go in
/developers/samples/android/renderScript/RenderScriptIntrinsic/Application/src/main/res/values/
styles.xml
10
Theme customizations available in newer API
levels
can go in
/development/ndk/platforms/android-18/samples/gles3jni/
README
33
with older API
levels
.
/development/samples/RenderScript/Levels/src/com/android/rs/levels/
levels.rs
18
#pragma rs java_package_name(com.android.rs.
levels
)
/development/samples/browseable/BasicMultitouch/res/values/
styles.xml
24
Theme customizations available in newer API
levels
can go in
/development/samples/browseable/JobScheduler/res/values/
styles.xml
26
Theme customizations available in newer API
levels
can go in
/development/samples/browseable/RenderScriptIntrinsic/res/values/
styles.xml
10
Theme customizations available in newer API
levels
can go in
/development/samples/devbytes/animation/Anticipation/res/values/
styles.xml
23
Theme customizations available in newer API
levels
can go in
/development/samples/devbytes/animation/CurvedMotion/res/values/
styles.xml
23
Theme customizations available in newer API
levels
can go in
/development/samples/devbytes/animation/ListViewAnimations/res/values/
styles.xml
23
Theme customizations available in newer API
levels
can go in
/development/samples/devbytes/animation/ListViewItemAnimations/res/values/
styles.xml
23
Theme customizations available in newer API
levels
can go in
/development/samples/devbytes/animation/ListViewRemovalAnimation/res/values/
styles.xml
23
Theme customizations available in newer API
levels
can go in
/development/samples/devbytes/animation/LiveButton/res/values/
styles.xml
23
Theme customizations available in newer API
levels
can go in
/development/samples/devbytes/animation/MultiPropertyAnimations/res/values/
styles.xml
23
Theme customizations available in newer API
levels
can go in
Completed in 172 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>