/frameworks/base/tools/aapt2/text/ |
D | Unicode_test.cpp | 21 using ::testing::Each; 30 EXPECT_THAT(valid_input, Each(ResultOf(IsXidStart, Eq(true)))); in TEST() 33 EXPECT_THAT(invalid_input, Each(ResultOf(IsXidStart, Eq(false)))); in TEST() 38 EXPECT_THAT(valid_input, Each(ResultOf(IsXidContinue, Eq(true)))); in TEST() 41 EXPECT_THAT(invalid_input, Each(ResultOf(IsXidContinue, Eq(false)))); in TEST()
|
/frameworks/base/core/proto/android/os/ |
D | pagetypeinfo.proto | 32 * Each zone has 11 free area. Each free area corresponds to pages of the same order. 33 * Each free area has 6 free list. Each corresponds to one migration type. 35 * Each zone has 11 * 6 = 66 free list.
|
/frameworks/native/libs/input/tests/ |
D | TfLiteMotionPredictor_test.cpp | 31 using ::testing::Each; 114 EXPECT_THAT(model->inputR().subspan(0, zeroPadding), Each(0)); in TEST() 115 EXPECT_THAT(model->inputPhi().subspan(0, zeroPadding), Each(0)); in TEST() 116 EXPECT_THAT(model->inputPressure().subspan(0, zeroPadding), Each(0)); in TEST() 117 EXPECT_THAT(model->inputTilt().subspan(0, zeroPadding), Each(0)); in TEST() 118 EXPECT_THAT(model->inputOrientation().subspan(0, zeroPadding), Each(0)); in TEST()
|
/frameworks/base/tests/ActivityManagerPerfTests/ |
D | README.txt | 17 * Each sent time is tagged with an id since there can be multiple events that send back a time 18 * Each test will run multiple times to account for variation in test runs 39 * Each test should call runPerfFunction() returning the elapsed time for a single iteration 48 * Each timestamp sent to the instrumentation test is tagged with a tag since multiple timestamps
|
/frameworks/minikin/doc/ |
D | hyb_file_format.md | 27 into a 32 bit integer. Each (suffix-compressed) trie node has a unique index within this 40 into the string pool); and second, the string pool. Each pattern is encoded as a byte 88 Each element in the data table is `(codepoint << 11) | value`. Note that this is 107 Each element in the data table is `(pattern << pattern_shift) | (link << link_shift) | char`. 125 Each element in data table is `(len << 26) | (shift << 20) | offset`, where an offset of 0
|
/frameworks/libs/net/common/native/ |
D | README.md | 20 * Each module includes the java library (e.g. net-utils-device-common-bpf) and applies its jarjar 23 * Each module creates a native library in their directory, which statically links against the
|
/frameworks/native/cmds/atrace/ |
D | README.md | 6 Each category can include some userspace events and some ftrace events. 20 Each ftrace event should be a subdirectory in `/sys/kernel/tracing/events/` and
|
/frameworks/av/drm/libmediadrm/protos/ |
D | metrics.proto | 74 // The count of open session operations. Each instance has a specific error 78 // The count of close session operations. Each instance has a specific error
|
/frameworks/base/tools/codegen/src/com/android/codegen/ |
D | ClassPrinter.kt | 103 DataClassSuppressConstDefs, MaySetToNull, Each, DataClass) in <lambda>() 104 val knownNonValidationAnnotations = internalAnnotations + Each + Nullable in <lambda>()
|
D | ImportsProvider.kt | 41 val Each: String get() { return classRef("com.android.internal.util.DataClass.Each") } in <lambda>() constant
|
/frameworks/av/services/tuner/ |
D | .clang-format | 18 # "Each line of text in your code should be at most 100 columns long."
|
/frameworks/av/media/module/service.mediatranscoding/ |
D | .clang-format | 18 # "Each line of text in your code should be at most 100 columns long."
|
/frameworks/base/core/java/com/android/internal/util/ |
D | DataClass.java | 212 @interface Each {} annotation
|
/frameworks/base/mime/java-res/ |
D | vendor.mime.types | 5 # Each line below defines a mapping from one MIME type to the first of the
|
/frameworks/base/core/proto/android/server/ |
D | face.proto | 28 // Each log may include multiple user_id for different users.
|
D | fingerprint.proto | 28 // Each log may include multiple tuples of (user_id, num_fingerprints).
|
D | peopleservice.proto | 102 // Each long value in event_bitmaps represents a time slot, there should be 4 values. Further
|
/frameworks/base/packages/SystemUI/docs/ |
D | qs-tiles.md | 13 Each of these toggles that appear either in QS or QQS are called Quick Settings Tiles (or tiles for… 37 …ystemui/qs/tiles`](/packages/SystemUI/src/com/android/systemui/qs/tiles): Each tile from SystemUI … 48 Each tile has an associated `State` object that is used to communicate information to the correspon… 64 Each tile defined in SystemUI extends `QSTileImpl`. This abstract class implements some common func… 70 Each Tile has a couple of associated views for displaying it in QS and QQS. These views are updated… 88 Each `QSTileImpl` can specify that they use a particular implementation of this class when creating… 214 Each `TileService` gets assigned an exclusive `TileLifecycleManager` when its corresponding tile is… 218 Each instance of this class is an intermediary between the `TileServices` controller and a `TileLif… 239 Each single tile is identified by a spec, which is a unique String for that type of tile. The curre… 323 …Creates a new `State` for this tile to use. Each time the state changes, it is copied into a new o…
|
/frameworks/base/cmds/bootanimation/ |
D | FORMAT.md | 82 * Each row is divided in half: regular weight glyphs on the top half, bold glyphs on the bottom 92 Each part is scanned and loaded directly from the zip archive. Within a part directory, every file 113 Each part may optionally play a `wav` sample when it starts. To enable this, add a file
|
/frameworks/compile/slang/lit-tests/ |
D | README | 5 Each testcase is a separate .rs file, and comments inside the testcase are
|
/frameworks/av/media/module/libmediatranscoding/ |
D | .clang-format | 34 # "Each line of text in your code should be at most 100 columns long."
|
/frameworks/base/tests/TrustTests/ |
D | README.md | 10 Each test file has its own trust agent. To create a new trust agent:
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BroadcastQueue.md | 37 Each per-process queue has the concept of a _runnable at_ timestamp when it's 51 Each per-process queue represents a single remote `ApplicationThread`, and we
|
/frameworks/proto_logging/stats/enums/stats/hdmi/ |
D | enums.proto | 76 // User control commands. Each value can represent an individual command, or a set of commands.
|
/frameworks/proto_logging/stats/atoms/corenetworking/connectivity/ |
D | connectivity_extension_atoms.proto | 102 // multiple transport types. Each transfer type is represented by a different bit, defined in
|