Home
last modified time | relevance | path

Searched refs:want (Results 1 – 25 of 67) sorted by relevance

123

/frameworks/base/core/tests/coretests/src/android/util/
DLocalLogTest.java48 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/
DStyleSpan.java123 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/
DTokenBucketTest.java110 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/
DRefocusTestTimingProcess.txt6 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. …
14want 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/
DWatchableTester.java72 public void verify(int want, String msg) { in verify() argument
73 assertEquals(mKey + " " + msg, want, mChanges); in verify()
DWatcherTest.java912 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/
DREADME11 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/
Dbuild.gradle22 // 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:
Dstandalone.gradle3 * as opposed to building it as part of the git-tree. This is typically the file you want to include
Dstandalone-rules.gradle18 // dependencies from maven. To add a dependency, you want to specify something like this:
/frameworks/native/libs/binder/rust/
DAndroid.bp66 // 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/
DMiscAsserts.kt67 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/
DReadme.txt3 c) OEMs can add the flags they want to override in res/values/config.xml of this sample app
/frameworks/base/core/tests/packagemanagertests/
DAndroid.bp12 // We only want this apk build for tests.
/frameworks/av/apex/
Dmediatranscoding.rc2 # to API29, but we only want it started on API31+ devices. So we declare it as
/frameworks/base/core/tests/featureflagtests/
DAndroid.bp12 // We only want this apk build for tests.
/frameworks/base/cmds/app_process/
DAndroid.bp53 // 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/
DAndroid.bp17 // We only want this apk build for tests.
/frameworks/base/packages/SystemUI/docs/
Dfalsing.md26 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.
Dkotlin-in-sysui.md8 - No semi-colons: they are optional, we probably don't want them in the
/frameworks/av/
DMainlineFiles.cfg24 # if you want to exclude a directory, best to use a pattern like "foo/"
/frameworks/opt/net/voip/src/jni/rtp/
DAndroid.bp60 //getInput() is deprecated but we want to continue to track the usage of it elsewhere
/frameworks/base/nfc-extras/tests/
DAndroid.bp27 // We only want this apk build for tests.
/frameworks/base/test-runner/tests/
DAndroid.bp27 // We only want this apk build for tests.
/frameworks/av/tools/
Dmainline_hook_partial.sh195 If you are sure you want to proceed uploading to branch ${RED}${current}${NORMAL},

123