Home
last modified time | relevance | path

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

123456789

/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/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/proto_logging/stats/atoms/wearpas/
Dwearpas_extension_atoms.proto35 * Number of successful suspends with duration < configured break-even during
41 * Time spent in suspend with duration >= configured break-even,
47 * Time spent in suspend with duration < configured break-even,
53 * The break-even time configured from the server based on local offline power
/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)
/frameworks/base/test-junit/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/opt/telephony/flags/
Ddata.aconfig8 description: "Don't tear down network even if no requests attached to it."
148 …description: "When QNS prefers MMS on IWLAN, MMS will be attempted on IWLAN if it can, even though…
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
Ddevice_config_service.aconfig22 description: "Stage _all_ aconfig flags on writes, even local ones."
/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/base/libs/hwui/aconfig/
Dhwui_flags.aconfig97 …description: "Initialize GL even when HWUI is set to use Vulkan. This improves app startup time fo…
/frameworks/compile/slang/lit-tests/
DREADME20 failure information, even with -v.
/frameworks/base/data/keyboards/
DVendor_054c_Product_09cc.idc46 # time deltas between received reports) to vary dramatically even if it's
DVendor_054c_Product_05c4.idc46 # time deltas between received reports) to vary dramatically even if it's
/frameworks/native/services/inputflinger/docs/
Dinput_coordinates.md75 than before, even though the user was interacting at the same place on the
/frameworks/base/packages/SystemUI/docs/
Dcamera.md9 1. whether the camera is even allowed
/frameworks/proto_logging/stats/atoms/pdf/
Dpdfviewer_extension_atoms.proto64 // Note: This identifier will be different even if the same pdf document is loaded twice.
/frameworks/base/core/proto/android/app/
Dtime_zone_detector.proto91 // Therefore the list can be empty even when time_zone_ordinals is populated.
/frameworks/base/media/jni/soundpool/
DAndroid.bp35 //"modernize-deprecated-headers", // C headers still ok even if there is C++ equivalent.
/frameworks/base/tools/aapt/
DZipEntry.cpp344 time_t even = (time_t)(((unsigned long)(when) + 1) & (~1)); in setModWhen() local
348 struct tm* ptm = localtime_r(&even, &tmResult); in setModWhen()

123456789