/frameworks/base/tests/UiBench/src/com/android/test/uibench/ |
D | NotificationShadeActivity.java | 77 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/opt/setupwizard/tools/gradle/ |
D | android.properties | 13 // There are so many lint errors at the time being (even in the support libs)
|
D | dist-unit-tests.gradle | 19 // Ignore the failures, so the build continues even on test errors when the build is
|
/frameworks/base/test-runner/src/junit/ |
D | README.android | 11 classes even when external/junit is upgraded to a later version.
|
/frameworks/base/test-base/src/junit/ |
D | README.android | 11 classes even when external/junit is upgraded to a later version.
|
/frameworks/base/tools/aapt/ |
D | ZipEntry.cpp | 345 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/ |
D | license.txt | 17 but WITHOUT ANY WARRANTY; without even the implied warranty of
|
/frameworks/base/core/proto/android/os/ |
D | statsdata.proto | 29 // in frameworks/base/cmds/statsd/src/stats_log.proto. It should not be imported (even weakly)
|
/frameworks/opt/gamesdk/src/tuningfork/tools/validation/ |
D | CONTRIBUTING.md | 15 (even if it was for a different project), you probably don't need to do it
|
/frameworks/compile/slang/lit-tests/ |
D | README | 20 failure information, even with -v.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/ |
D | cpp_test_bad_identifiers.proto | 35 // This file tests that various identifiers work as field and type names even 118 // escaped to "do_" already. Test there is no conflict even with escaped field
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/ |
D | README.md | 100 can be modified in any way, or even removed, at any time. Don't use them if 118 * Protobuf LITE runtime APIs are not stable yet. They are subject to change even
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/com/google/protobuf/ |
D | test_bad_identifiers.proto | 33 // This file tests that various identifiers work as field and type names even
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/com/google/protobuf/ |
D | test_bad_identifiers.proto | 33 // This file tests that various identifiers work as field and type names even
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | README.txt | 48 …ty app will show up a dialog reminding the user that scan mode will be on even though Wi-Fi is bei…
|
/frameworks/opt/telephony/proto/src/ |
D | carrierId.proto | 45 // by prepaid v.s. postpaid or even by 4G v.s. 3G plan.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBExtensionRegistry.m | 54 // Direct access is use for speed, to avoid even internally declaring things
|
/frameworks/ex/common/java/com/android/common/ |
D | GoogleLogTags.logtags | 20 # the platform even when the Google applications are not.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ |
D | plugin.proto | 71 // the fields above, even though this is not technically guaranteed by the 83 // should exit with status code zero even if it reports an error in this way.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/proto/com/google/protobuf/ |
D | test_bad_identifiers.proto | 33 // This file tests that various identifiers work as field and type names even
|
/frameworks/rs/script_api/ |
D | rs_atomic.spec | 28 threads even though you did not explicitely create them. The RenderScript
|
/frameworks/base/cmds/bootanimation/ |
D | FORMAT.md | 102 The system will end the boot animation (first completing any incomplete or even entirely unplayed
|
/frameworks/base/packages/SystemUI/docs/ |
D | plugins.md | 195 …ensure that the build is debuggable before even scanning or loading any plugins on the device. Th…
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsics_x86.cpp | 57 __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/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/ |
D | GPBUnknownFieldSetTest.m | 202 // Make sure fields are properly parsed to the UnknownFieldSet even when
|