Home
last modified time | relevance | path

Searched refs:even (Results 1 – 25 of 188) sorted by relevance

12345678

/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DNotificationShadeActivity.java77 boolean even = mChildren.size() % 2 == 0; in generateNextView()
79 ((TextView) view.findViewById(R.id.title)).setText(even ? in generateNextView()
81 ((TextView) view.findViewById(R.id.line2)).setText(even ? in generateNextView()
84 Drawable drawable = context.getDrawable(even ? R.drawable.ic_menu_manage in generateNextView()
89 infoView.setText(even ? "Android System" : "Youtube"); in generateNextView()
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dmath_conformance.rscript15 // rootn(+/-0, n) -> +inf for even n < 0
23 // rootn(+/-0, n) -> +0 for even n > 0
27 // rootn(x, n) -> NaN for x < 0 and even n
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_conformance.rscript31 // rootn(+/-0, n) -> +inf for even n < 0
39 // rootn(+/-0, n) -> +0 for even n > 0
43 // rootn(x, n) -> NaN for x < 0 and even n
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dmath_conformance.rscript33 // rootn(+/-0, n) -> +inf for even n < 0
41 // rootn(+/-0, n) -> +0 for even n > 0
45 // rootn(x, n) -> NaN for x < 0 and even n
/frameworks/compile/slang/tests/F_reflection3264_variable_mismatch_init/
Dreflection3264_variable_mismatch_init.rscript32 = 0 // we get an error even though explicit zero initialization is redundant
61 = 0 // we get an error even though explicit zero initialization is redundant
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.md20 background or is not even running.
69 This will allow the app to access network, even if it has been in the `RARE` bucket
81 Temp-allowlist will grant the app network access even if the device is in doze or in battery
113 - A sync operation requested by a foreground activity will be executed immediately even if the
117 will be executed immediately even if the app owning the sync adapter is in RARE bucket,
/frameworks/opt/setupwizard/tools/gradle/
Dandroid.properties13 // There are so many lint errors at the time being (even in the support libs)
Ddist-unit-tests.gradle19 // Ignore the failures, so the build continues even on test errors when the build is
/frameworks/base/test-runner/src/junit/
DREADME.android11 classes even when external/junit is upgraded to a later version.
/frameworks/base/test-base/src/junit/
DREADME.android11 classes even when external/junit is upgraded to a later version.
/frameworks/base/cmds/app_process/
DAndroid.bp39 // functions or type_info variables. Hence, a version script is needed even for
81 …// // that depend on sanitized libraries will be relinked, even if they set LOCAL_SANITIZE …
/frameworks/base/tools/aapt/
DZipEntry.cpp345 time_t even; in setModWhen() local
351 even = (time_t)(((unsigned long)(when) + 1) & (~1)); in setModWhen()
355 ptm = localtime_r(&even, &tmResult); in setModWhen()
357 ptm = localtime(&even); in setModWhen()
/frameworks/base/libs/WindowManager/Shell/tests/
DREADME.md10 involves mocking the window manager service or even talking to the real one.
/frameworks/native/opengl/tests/angeles/
Dlicense.txt17 but WITHOUT ANY WARRANTY; without even the implied warranty of
/frameworks/base/core/proto/android/nfc/
Daid_group.proto29 // A group of Application Identifiers. A hexadecimal string, with an even amount of hexadecimal
/frameworks/base/core/proto/android/os/
Dstatsdata.proto29 // in frameworks/base/cmds/statsd/src/stats_log.proto. It should not be imported (even weakly)
/frameworks/compile/slang/lit-tests/
DREADME20 failure information, even with -v.
/frameworks/libs/net/common/
DAndroid.bp21 // places many of its classes, even non-API service classes, on the boot classpath. Any file that
27 // included in the bootclasspath, they could incorrectly be included in the SDK documentation even
/frameworks/base/media/jni/soundpool/
DAndroid.bp35 //"modernize-deprecated-headers", // C headers still ok even if there is C++ equivalent.
/frameworks/opt/telephony/proto/src/
DcarrierId.proto45 // by prepaid v.s. postpaid or even by 4G v.s. 3G plan.
/frameworks/ex/common/java/com/android/common/
DGoogleLogTags.logtags20 # the platform even when the Google applications are not.
/frameworks/base/packages/SystemUI/docs/
Dcamera.md14 1. whether the camera is even allowed
Dfalsing.md7 features within SystemUI have an opportunity to ignore or even undo accidental interactions as they
225 This even indicates that the owner is likely actively pocket-dialing, and any
/frameworks/av/services/mediametrics/
DAndroid.bp28 //"modernize-deprecated-headers", // C headers still ok even if there is C++ equivalent.
/frameworks/rs/script_api/
Drs_atomic.spec28 threads even though you did not explicitely create them. The RenderScript

12345678