/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/items/ |
D | ButtonItemTest.java | 61 assertThat(item.isEnabled()).named("enabled").isTrue(); in testDefaultItem() 62 assertThat(item.getCount()).named("count").isEqualTo(0); in testDefaultItem() 63 assertThat(item.getLayoutResource()).named("layout resource").isEqualTo(0); in testDefaultItem() 64 assertThat(item.getTheme()).named("theme").isEqualTo(R.style.SuwButtonItem); in testDefaultItem() 65 assertThat(item.getText()).named("text").isNull(); in testDefaultItem() 85 assertThat(button.isEnabled()).named("enabled").isTrue(); in testCreateButton()
|
/frameworks/base/services/robotests/backup/src/com/android/server/backup/testing/ |
D | TestUtils.java | 99 .named("All logs <= " + level) in assertLogcatAtMost() 109 .named("Any log >= " + level) in assertLogcatAtLeast() 128 .named("Log items (specified per level)") in assertLogcat() 139 .named("Event logs") in assertEventLogged() 146 .named("Event logs") in assertEventNotLogged()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/ |
D | BubbleDataTest.java | 795 assertThat(update.addedBubble).named("addedBubble").isEqualTo(expected); in assertBubbleAdded() 800 assertThat(update.removedBubbles).named("removedBubbles") in assertBubbleRemoved() 806 assertThat(update.orderChanged).named("orderChanged").isFalse(); in assertOrderNotChanged() 811 assertThat(update.orderChanged).named("orderChanged").isTrue(); in assertOrderChangedTo() 812 assertThat(update.bubbles).named("bubble order").isEqualTo(ImmutableList.copyOf(order)); in assertOrderChangedTo() 817 assertThat(update.selectionChanged).named("selectionChanged").isFalse(); in assertSelectionNotChanged() 822 assertThat(update.selectionChanged).named("selectionChanged").isTrue(); in assertSelectionChangedTo() 823 assertThat(update.selectedBubble).named("selectedBubble").isEqualTo(bubble); in assertSelectionChangedTo() 828 assertThat(update.selectionChanged).named("selectionChanged").isTrue(); in assertSelectionCleared() 829 assertThat(update.selectedBubble).named("selectedBubble").isNull(); in assertSelectionCleared() [all …]
|
/frameworks/opt/setupwizard/library/gingerbread/test/robotest/src/com/android/setupwizardlib/items/ |
D | ExpandableSwitchItemTest.java | 72 assertThat(switchContent.isFocusable()).named("expandable content focusable").isTrue(); in testInitialState() 138 .named("Drawable state") in testDrawableState() 145 .named("Drawable state") in testDrawableState() 152 .named("Drawable state") in testDrawableState()
|
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/ |
D | GlifLayoutTest.java | 85 assertThat(view).named("Text view added").isSameAs(tv); in testAddView() 108 .named("indeterminate progress bar tint") in testSetPrimaryColor() 111 .named("determinate progress bar tint") in testSetPrimaryColor() 166 assertThat(layout.isBackgroundPatterned()).named("background is patterned").isTrue(); in testSetBackgroundPatternedTrue() 175 assertThat(layout.isBackgroundPatterned()).named("background is patterned").isFalse(); in testSetBackgroundPatternedFalse() 185 assertThat(layout.isBackgroundPatterned()).named("background is patterned").isTrue(); in testSetBackgroundPatternedTrueTablet() 195 assertThat(layout.isBackgroundPatterned()).named("background is patterned").isFalse(); in testSetBackgroundPatternedFalseTablet() 226 assertThat(header).named("header").isInstanceOf(ColoredHeaderMixin.class); in testMixins()
|
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/ |
D | SystemBarHelperTest.java | 199 .named("window sysUiVisibility") in testSetBackButtonVisibleTrue() 202 .named("decor view sysUiVisibility") in testSetBackButtonVisibleTrue() 214 .named("window sysUiVisibility") in testSetBackButtonVisibleFalse() 217 .named("decor view sysUiVisibility") in testSetBackButtonVisibleFalse()
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | struct_field.rscript | 51 // Arguments are named argPrefix"_x", argPrefix"_y", argPrefix"_f". 57 // Arguments are named outerFieldName"_x", outerFieldName"_y", outerFieldName"_f". 63 // Arguments are named outerFieldName"_"index"_x", outerFieldName"_"index"_y", 70 // Arguments are named outerFieldName"_"index"_z", outerFieldName"_"index"_innerOne_x", etc.
|
/frameworks/compile/libbcc/tests/libbcc/ |
D | tbaa.ll | 37 ; The following named metadata would not be present in a bitcode file, 40 ; we never get the opportunity to synthesize this named metadata.
|
D | tbaa-through-alloca.ll | 57 ; The following named metadata would not be present in a bitcode file, 60 ; we never get the opportunity to synthesize this named metadata.
|
D | getelementptr.ll | 64 ; The following named metadata would not be present in a bitcode file, 67 ; we never get the opportunity to synthesize this named metadata.
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | struct_field.rscript | 53 // Arguments are named argPrefix"_x", argPrefix"_y", argPrefix"_f". 59 // Arguments are named outerFieldName"_x", outerFieldName"_y", outerFieldName"_f". 65 // Arguments are named outerFieldName"_"index"_x", outerFieldName"_"index"_y", 72 // Arguments are named outerFieldName"_"index"_z", outerFieldName"_"index"_innerOne_x", etc.
|
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/util/ |
D | GlifStyleTest.java | 55 assertThat(button.getBackground()).named("background").isNotNull(); in testSuwGlifButtonTertiary() 56 assertThat(button.getTransformationMethod()).named("transformation method").isNull(); in testSuwGlifButtonTertiary()
|
D | PartnerTest.java | 95 assertThat(partnerValue).named("partner value").isEqualTo(5000); in getResourceEntry_hasOverlay_shouldReturnOverlayValue()
|
/frameworks/opt/setupwizard/tools/gradle/ |
D | dist-library-instrumentation-tests.gradle | 22 // For a project named "setup-wizard-lib" with build flavor "platform" and build type "debug", 23 // the output file will be named "setup-wizard-lib-platform-debug-androidTest.apk"
|
/frameworks/native/vulkan/ |
D | README.md | 13 …f the platform toolchain (yet?). Files named `foo_gen.*` are generated from the API file and a tem…
|
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/view/ |
D | RichTextViewTest.java | 179 assertThat(view.isFocusable()).named("view focusable").isTrue(); in testTextContainingLinksAreFocusable() 188 assertThat(textView.isFocusable()).named("view focusable").isFalse(); in testTextContainingNoLinksAreNotFocusable()
|
/frameworks/base/test-mock/api/ |
D | system-lint-baseline.txt | 3 …Methods creating an Intent should be named `create<Foo>Intent()`, was `registerReceiverForAllUsers`
|
/frameworks/rs/script_api/ |
D | rs_for_each.spec | 54 You can access the kernel context by adding a special parameter named "context" of type 115 Up to API level 23, the kernel is implicitly specified as the kernel named 244 You can access the kernel context by adding a special parameter named "context" of
|
D | rs_value_types.spec | 54 equal to the number of entries named.
|
/frameworks/native/cmds/dumpstate/ |
D | bugreport-format.md | 13 Prior to _Android M (Marshmallow)_, `dumpstate` generates a flat .txt file named 98 ready to parse that format, the version was named **1.0-dev2**,
|
/frameworks/base/test-runner/src/android/test/suitebuilder/ |
D | TestSuiteBuilder.java | 167 public TestSuiteBuilder named(String newSuiteName) { in named() method in TestSuiteBuilder
|
/frameworks/base/tests/Camera2Tests/SmartCamera/ |
D | README.txt | 16 Smart Camera / Auto Snapshot (formerly named SimpleCamera) ReadMe
|
/frameworks/rs/script_api/include/ |
D | rs_for_each.rsh | 57 * You can access the kernel context by adding a special parameter named "context" of type 116 * Up to API level 23, the kernel is implicitly specified as the kernel named 215 * You can access the kernel context by adding a special parameter named "context" of 364 * You can access it by adding a special parameter named "context" of
|
/frameworks/base/startop/view_compiler/ |
D | README.md | 36 `genrule` named `generate_dex_testcases` in `Android.bp`. These files are then
|
/frameworks/base/cmds/bootanimation/ |
D | FORMAT.md | 79 named sequentially (e.g. `part000.png`, `part001.png`, ...) and added to the zip archive in that
|