Searched refs:dummy (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/os/jni/ |
D | android_os_cts_CpuInstructions.cpp | 86 uint32_t dummy = 0; in swp() local 87 uint32_t *ptr = &dummy; in swp()
|
/cts/tests/tests/text/src/android/text/cts/ |
D | SpannableStringBuilderTest.java | 54 SpannableStringBuilder dummy = new SpannableStringBuilder(); in testConstructor1() local 55 dummy = new SpannableStringBuilder("test"); in testConstructor1() 58 dummy = new SpannableStringBuilder(null); in testConstructor1() 67 SpannableStringBuilder dummy = new SpannableStringBuilder("Text", 0, "Text".length()); in testConstructor2() local 68 dummy = new SpannableStringBuilder(new SpannableString("test"), 0, "Text".length()); in testConstructor2() 71 dummy = new SpannableStringBuilder("Text", 0, 10); in testConstructor2() 78 dummy = new SpannableStringBuilder("Text", -3, 3); in testConstructor2() 85 dummy = new SpannableStringBuilder("Text", 3, 0); in testConstructor2()
|
/cts/build/ |
D | test_target_testng_package.mk | 43 -p invalid.dummy \
|
D | test_deqp_package.mk | 33 -p invalid.dummy \
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaRecorderTest.java | 703 Surface dummy = null; in validatePersistentSurface() local 724 dummy = tryGetSurface(true /* shouldThow */); in validatePersistentSurface() 736 dummy = tryGetSurface(!errorCase /* shouldThow */); in validatePersistentSurface() 748 dummy = tryGetSurface(!errorCase /* shouldThow */); in validatePersistentSurface() 760 dummy = tryGetSurface(true /* shouldThow */); in validatePersistentSurface() 776 if (dummy != null) { in validatePersistentSurface() 777 dummy.release(); in validatePersistentSurface() 778 dummy = null; in validatePersistentSurface()
|
/cts/apps/CameraITS/build/scripts/ |
D | gpylint_rcfile | 383 # A regular expression matching the beginning of the name of dummy variables 385 dummy-variables-rgx=^\*{0,2}(_$|unused_|dummy_)
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 21717 static java.math.BigInt dummy
|