/frameworks/base/core/tests/coretests/src/android/util/ |
D | LocalLogTest.java | 48 String[] want = lines; in doTestA() local 49 testcase(new LocalLog(10, localTimestamps), lines, want); in doTestA() 58 String[] want = {}; in testB() local 59 testcase(new LocalLog(0), lines, want); in testB() 74 String[] want = { in testC() local 79 testcase(new LocalLog(3), lines, want); in testC() 82 void testcase(LocalLog logger, String[] input, String[] want) { in testcase() argument 86 verifyAllLines(want, dump(logger).split("\n")); in testcase() 87 verifyAllLines(reverse(want), reverseDump(logger).split("\n")); in testcase() 92 String want = wantLines[i]; in verifyAllLines() local [all …]
|
/frameworks/base/core/java/android/text/style/ |
D | StyleSpan.java | 123 int want = oldStyle | style; in apply() local 127 tf = Typeface.defaultFromStyle(want); in apply() 129 tf = Typeface.create(old, want); in apply() 132 int fake = want & ~tf.getStyle(); in apply()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/util/ |
D | TokenBucketTest.java | 110 final int want = 60; in testAverage() local 115 for (int i = 0; i < want; i++) { in testAverage() 122 assertDuration(want * delta, SystemClock.elapsedRealtime() - start); in testAverage() 128 final int want = 100; in testBurst() local 134 while (total < want) { in testBurst()
|
/frameworks/rs/tests/java_api/Refocus/dataExtraction/ |
D | RefocusTestTimingProcess.txt | 6 Here are somethings you might want to know: 9 3. You might want to run the script several times with some short intervals (a few seconds) and ave… 13 1. choose which device you want to test and create a corresponding text file to record the logcat. … 14 …want to record (or record both), copy the corresponding log from the first line with the title you…
|
/frameworks/base/services/tests/servicestests/src/com/android/server/utils/ |
D | WatchableTester.java | 72 public void verify(int want, String msg) { in verify() argument 73 assertEquals(mKey + " " + msg, want, mChanges); in verify()
|
D | WatcherTest.java | 912 boolean want = cellValue(i, j); in fill() 913 matrix.put(row, col, want); in fill() 926 boolean want = false; in verify() 932 boolean want = cellValue(i, j); in verify() 934 assertEquals(msg, matrix.get(row, col), want); in verify() 935 assertEquals(msg, matrix.get(row, col, false), want); in verify() 936 assertEquals(msg, matrix.get(row, col, true), want); in verify()
|
/frameworks/base/services/robotests/ |
D | README | 11 part of the framework some of our classes get loaded from these jars. This is NOT what we want, we 12 want to test against what we wrote in the tree. Because of this we use a custom test runner,
|
/frameworks/opt/setupwizard/library/ |
D | build.gradle | 22 // For builds in the Android tree we want to build the dependencies from source for reproducible 23 // builds. To add a dependency, you want to specify something like this:
|
D | standalone.gradle | 3 * as opposed to building it as part of the git-tree. This is typically the file you want to include
|
D | standalone-rules.gradle | 18 // dependencies from maven. To add a dependency, you want to specify something like this:
|
/frameworks/native/libs/binder/rust/ |
D | Android.bp | 66 // and then specify constified enums for the enums we don't want 92 // We want all the APIs to be available on the host.
|
/frameworks/libs/net/common/testutils/hostdevice/com/android/testutils/ |
D | MiscAsserts.kt | 67 fun assertStringContains(got: String, want: String) { in assertStringContains() 68 assertTrue(got.contains(want), "$got did not contain \"${want}\"") in assertStringContains()
|
/frameworks/opt/net/wifi/RROOverlaySampleApp/ |
D | Readme.txt | 3 c) OEMs can add the flags they want to override in res/values/config.xml of this sample app
|
/frameworks/base/core/tests/packagemanagertests/ |
D | Android.bp | 12 // We only want this apk build for tests.
|
/frameworks/av/apex/ |
D | mediatranscoding.rc | 2 # to API29, but we only want it started on API31+ devices. So we declare it as
|
/frameworks/base/core/tests/featureflagtests/ |
D | Android.bp | 12 // We only want this apk build for tests.
|
/frameworks/base/cmds/app_process/ |
D | Android.bp | 53 // make sure it's in the DT list of app_process, as we want all code 96 // code), and we don't want to waste memory recording malloc/free stack
|
/frameworks/base/core/tests/utiltests/ |
D | Android.bp | 17 // We only want this apk build for tests.
|
/frameworks/base/packages/SystemUI/docs/ |
D | falsing.md | 26 returned results to decide if you want to respond to an owner's touch, if you 27 want to prompt them to confirm their action, or if you simply want to ignore the 76 you probably want `FalsingManager#isFalseTap` method for most cases. 79 method tells the `FalsingManager` that you want to thoroughly validate a single tap. It 110 Call this when you explicitly receive and want to verify a double tap, _not_ a single tap.
|
D | kotlin-in-sysui.md | 8 - No semi-colons: they are optional, we probably don't want them in the
|
/frameworks/av/ |
D | MainlineFiles.cfg | 24 # if you want to exclude a directory, best to use a pattern like "foo/"
|
/frameworks/opt/net/voip/src/jni/rtp/ |
D | Android.bp | 60 //getInput() is deprecated but we want to continue to track the usage of it elsewhere
|
/frameworks/base/nfc-extras/tests/ |
D | Android.bp | 27 // We only want this apk build for tests.
|
/frameworks/base/test-runner/tests/ |
D | Android.bp | 27 // We only want this apk build for tests.
|
/frameworks/av/tools/ |
D | mainline_hook_partial.sh | 195 If you are sure you want to proceed uploading to branch ${RED}${current}${NORMAL},
|