Home
last modified time | relevance | path

Searched refs:Each (Results 1 – 25 of 51) sorted by relevance

123

/frameworks/base/tools/aapt2/text/
DUnicode_test.cpp21 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/
Dpagetypeinfo.proto32 * 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/base/tests/ActivityManagerPerfTests/
DREADME.txt17 * 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/
Dhyb_file_format.md27 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/base/tests/FlickerTests/
DREADME.md49 Each `TransitionResult` can be tested using an extension of the Google Truth library, `LayersTraceS…
51 Each trace can be represented as a ordered collection of trace entries, with an associated timestam…
106 …ter the `runBefore` calls) and stopped after the transition is completed. Each iteration will prod…
/frameworks/av/drm/libmediadrm/protos/
Dmetrics.proto74 // 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/cmds/bootanimation/
DFORMAT.md71 * Each row is divided in half: regular weight glyphs on the top half, bold glyphs on the bottom
76 Each part is scanned and loaded directly from the zip archive. Within a part directory, every file
97 Each part may optionally play a `wav` sample when it starts. To enable this, add a file
/frameworks/base/tools/codegen/src/com/android/codegen/
DClassPrinter.kt103 DataClassSuppressConstDefs, MaySetToNull, Each, DataClass) in <lambda>()
104 val knownNonValidationAnnotations = internalAnnotations + Each + Nullable in <lambda>()
DImportsProvider.kt41 val Each: String get() { return classRef("com.android.internal.util.DataClass.Each") } in <lambda>() constant
/frameworks/av/services/mediatranscoding/
D.clang-format18 # "Each line of text in your code should be at most 100 columns long."
/frameworks/base/core/java/com/android/internal/util/
DDataClass.java212 @interface Each {} annotation
/frameworks/base/mime/java-res/
Dvendor.mime.types5 # Each line below defines a mapping from one MIME type to the first of the
Dandroid.mime.types6 # Each line below defines a mapping from one MIME type to the first of the
/frameworks/base/packages/SystemUI/docs/
Dqs-tiles.md13 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…
317 …Creates a new `State` for this tile to use. Each time the state changes, it is copied into a new o…
/frameworks/base/core/proto/android/server/
Dface.proto28 // Each log may include multiple user_id for different users.
Dfingerprint.proto28 // Each log may include multiple tuples of (user_id, num_fingerprints).
Dpeopleservice.proto90 // Each long value in event_bitmaps represents a time slot, there should be 4 values. Further
/frameworks/compile/slang/lit-tests/
DREADME5 Each testcase is a separate .rs file, and comments inside the testcase are
/frameworks/ml/nn/extensions/
DREADME.md21 stored in `/vendor/etc/nnapi_extensions_app_allowlist`. Each line of the file
36 Each extension must have a unique name that starts with the reverse domain name
/frameworks/base/packages/SystemUI/
DREADME.md21 Each of these services extend SystemUI. SystemUI provides them with a Context
27 Each SystemUI service is expected to be a major part of system ui and the
/frameworks/ml/nn/common/operations/
DRNNTest.cpp28 using ::testing::Each;
/frameworks/base/core/proto/android/service/
Dusb.proto121 // ID of this product type: Each vendor gives each product a unique ID. E.g.
140 // Each configuration can present completely different interfaces end
/frameworks/base/cmds/statsd/src/
Datom_field_options.proto33 // Each UidProcessStateChanged atom event represents a state change for a specific uid.
/frameworks/base/tools/orientationplot/
DREADME.txt81 5. Each orientation has its own bound on allowable tilt angles. It's a good idea to
/frameworks/rs/tests/lldb/
DREADME.txt86 device it will listen on this port. Each successive
93 host. Each successive test will increment onwards from

123