Home
last modified time | relevance | path

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

1234567

/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/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
DNestedRecyclerViewActivity.java77 boolean even = position % 2 == 0; in onBindViewHolder()
78 holder.mTextView.setBackgroundColor(even ? Color.TRANSPARENT : 0x2fffffff); in onBindViewHolder()
/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.gradle18 // Ignore the failures, so the build continues even on test errors when the build is
/frameworks/base/legacy-test/src/junit/
DREADME.android11 classes even when external/junit is upgraded to a later version.
/frameworks/base/test-runner/src/junit/
DREADME.android11 classes even when external/junit is upgraded to a later version.
/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/native/opengl/tests/angeles/
Dlicense.txt17 but WITHOUT ANY WARRANTY; without even the implied warranty of
/frameworks/compile/slang/lit-tests/
DREADME20 failure information, even with -v.
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DREADME.txt45 …ty app will show up a dialog reminding the user that scan mode will be on even though Wi-Fi is bei…
/frameworks/support/buildSrc/
Drelease.gradle50 // no reason to check, not even built
/frameworks/ex/common/java/com/android/common/
DGoogleLogTags.logtags20 # the platform even when the Google applications are not.
/frameworks/base/cmds/bootanimation/
DFORMAT.md75 The system will end the boot animation (first completing any incomplete or even entirely unplayed
/frameworks/native/vulkan/doc/implementors_guide/
Dimplementors_guide.adoc44 …ke +vkGetInstanceLayerProperties+ and +vkGetInstanceExtensionProperties+, even though the LunarG l…
161 and is responsible for closing it when no longer needed. It must do so even if
162 neither a semaphore or fence object is provided, or even if
/frameworks/rs/script_api/
Drs_atomic.spec28 threads even though you did not explicitely create them. The RenderScript
/frameworks/base/cmds/uiautomator/cmds/uiautomator/
Duiautomator24 # * '--nohup' allows process continue to run even if parent process that
/frameworks/rs/cpu_ref/
DrsCpuIntrinsics_x86.cpp57 __m128i even = _mm_mul_epu32(x, y); in mullo_epi32()
60 even = _mm_and_si128(even, Meven); in mullo_epi32()
62 return _mm_or_si128(even, _mm_slli_si128(odd, 4)); in mullo_epi32()
/frameworks/rs/script_api/include/
Drs_atomic.rsh30 * threads even though you did not explicitely create them. The RenderScript
/frameworks/support/buildSrc/src/main/groovy/android/support/checkapi/
DCheckApiTask.groovy77 // Gradle requires non-null InputFiles to exist -- even with Optional -- so work around that
/frameworks/av/media/ndk/
DNOTICE72 OF ANY KIND, either express or implied; not even the implied warranty
258 other commercial damages or losses), even if such Contributor
/frameworks/av/camera/ndk/
DNOTICE72 OF ANY KIND, either express or implied; not even the implied warranty
258 other commercial damages or losses), even if such Contributor
/frameworks/av/
DNOTICE72 OF ANY KIND, either express or implied; not even the implied warranty
258 other commercial damages or losses), even if such Contributor
/frameworks/base/
DNOTICE83 OF ANY KIND, either express or implied; not even the implied warranty
269 other commercial damages or losses), even if such Contributor
/frameworks/native/
DNOTICE72 OF ANY KIND, either express or implied; not even the implied warranty
258 other commercial damages or losses), even if such Contributor
/frameworks/native/opengl/specs/
DEGL_ANDROID_get_frame_timestamps.txt169 function between calls. This is true even for the most recently swapped

1234567