Searched refs:exactly (Results 1 – 11 of 11) sorted by relevance
/aosp14/system/core/init/test_service/ |
H A D | README.md | 18 `/proc/self/status`, and attempt to exactly match the second element of the pair 28 And then attempt to exactly match the token after `:`, `0000000000003000`,
|
/aosp14/frameworks/base/services/flags/java/com/android/server/flags/ |
H A D | FlagsShellCommand.java | 195 String[] args, int exactly, String cmdName, PrintWriter errPw) { in validateNumArguments() argument 196 return validateNumArguments(args, exactly, exactly, cmdName, errPw); in validateNumArguments()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | TileLayout.java | 177 int verticalMeasure = exactly(getCellHeight()); in onMeasure() 180 record.tileView.measure(exactly(mCellWidth), verticalMeasure); in onMeasure() 221 protected static int exactly(int size) { in exactly() method in TileLayout
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
H A D | QSIconViewImpl.java | 88 final int iconSpec = exactly(mIconSizePx); in onMeasure() 238 protected final int exactly(int size) { in exactly() method in QSIconViewImpl
|
/aosp14/frameworks/base/core/proto/android/service/ |
H A D | restricted_image.proto | 56 // but it is undefined exactly what that is in AOSP code.
|
/aosp14/frameworks/base/ |
H A D | OWNERS.md | 35 authoritative `OWNERS` file in **exactly one** location. Then, other paths
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | BLASTSync.md | 11 To talk about exactly what the primitives guarantee, we need to clarify what we mean by server side… 101 This is exactly the kind of case Guarantee 1 mentions as an example. In previous incarnations of th…
|
/aosp14/frameworks/base/packages/SystemUI/docs/ |
H A D | falsing.md | 87 the tap is **accepted**. This works exactly like `FalsingManager#isFalseDoubleTap`.
|
/aosp14/frameworks/base/core/proto/android/server/ |
H A D | jobscheduler.proto | 659 // It may contain a few stale entries since cleanup won't happen exactly every 671 // entries since cleanup won't happen exactly every
|
/aosp14/system/core/fastboot/ |
H A D | README.md | 362 requirement of exactly one device response packet per host packet is how we
|
/aosp14/system/core/fastboot/fuzzy_fastboot/ |
H A D | README.md | 383 - **Be extremely careful of the Fuzzy Fastboot tests you are running. Know exactly what the tests d…
|