Home
last modified time | relevance | path

Searched defs:all (Results 1 – 25 of 53) sorted by relevance

123

/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
DJarUtil.java43 @NotNull Map<String, byte[]> all, @NotNull Function<byte[], byte[]> transform) in createJar() argument
71 @NotNull Map<String, byte[]> all) throws IOException { in createJar()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/
DFingerprintServiceRegistryTest.java139 final List<FingerprintSensorPropertiesInternal> all = new ArrayList<>(); in registersListenerBeforeAllRegistered() local
157 final List<FingerprintSensorPropertiesInternal> all = new ArrayList<>(); in registersListenerAfterAllRegistered() local
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/
DFaceServiceRegistryTest.java143 final List<FaceSensorPropertiesInternal> all = new ArrayList<>(); in registersListenerBeforeAllRegistered() local
161 final List<FaceSensorPropertiesInternal> all = new ArrayList<>(); in registersListenerAfterAllRegistered() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/
DBooleanFlowOperators.kt40 fun Array<Flow<Boolean>>.all(): Flow<Boolean> = allOf(*this) in <lambda>() method
46 fun Iterable<Flow<Boolean>>.all(): Flow<Boolean> = in <lambda>() method
/frameworks/native/docs/
DMakefile3 all: html website target
/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/
DProtoInputStreamBoolTest.java103 final Test.All all = new Test.All(); in testReadCompat() local
225 final Test.All all = new Test.All(); in testRepeatedCompat() local
346 final Test.All all = new Test.All(); in testPackedCompat() local
DProtoInputStreamEnumTest.java126 final Test.All all = new Test.All(); in testReadCompat() local
266 final Test.All all = new Test.All(); in testRepeatedCompat() local
416 final Test.All all = new Test.All(); in testPackedCompat() local
DProtoInputStreamFixed32Test.java124 final Test.All all = new Test.All(); in testReadCompat() local
259 final Test.All all = new Test.All(); in testRepeatedCompat() local
393 final Test.All all = new Test.All(); in testPackedCompat() local
DProtoInputStreamSInt32Test.java124 final Test.All all = new Test.All(); in testReadCompat() local
259 final Test.All all = new Test.All(); in testRepeatedCompat() local
393 final Test.All all = new Test.All(); in testPackedCompat() local
DProtoInputStreamUInt32Test.java126 final Test.All all = new Test.All(); in testReadCompat() local
264 final Test.All all = new Test.All(); in testRepeatedCompat() local
410 final Test.All all = new Test.All(); in testPackedCompat() local
DProtoInputStreamInt32Test.java126 final Test.All all = new Test.All(); in testReadCompat() local
265 final Test.All all = new Test.All(); in testRepeatedCompat() local
411 final Test.All all = new Test.All(); in testPackedCompat() local
DProtoInputStreamSFixed32Test.java124 final Test.All all = new Test.All(); in testReadCompat() local
259 final Test.All all = new Test.All(); in testRepeatedCompat() local
393 final Test.All all = new Test.All(); in testPackedCompat() local
DProtoInputStreamSFixed64Test.java149 final Test.All all = new Test.All(); in testReadCompat() local
322 final Test.All all = new Test.All(); in testRepeatedCompat() local
493 final Test.All all = new Test.All(); in testPackedCompat() local
DProtoInputStreamInt64Test.java147 final Test.All all = new Test.All(); in testReadCompat() local
314 final Test.All all = new Test.All(); in testRepeatedCompat() local
491 final Test.All all = new Test.All(); in testPackedCompat() local
DProtoInputStreamSInt64Test.java144 final Test.All all = new Test.All(); in testReadCompat() local
307 final Test.All all = new Test.All(); in testRepeatedCompat() local
468 final Test.All all = new Test.All(); in testPackedCompat() local
DProtoInputStreamFixed64Test.java149 final Test.All all = new Test.All(); in testReadCompat() local
322 final Test.All all = new Test.All(); in testRepeatedCompat() local
493 final Test.All all = new Test.All(); in testPackedCompat() local
DProtoInputStreamUInt64Test.java146 final Test.All all = new Test.All(); in testReadCompat() local
312 final Test.All all = new Test.All(); in testRepeatedCompat() local
487 final Test.All all = new Test.All(); in testPackedCompat() local
DProtoInputStreamBytesTest.java127 final Test.All all = new Test.All(); in testReadCompat() local
264 final Test.All all = new Test.All(); in testRepeatedCompat() local
DProtoInputStreamDoubleTest.java169 final Test.All all = new Test.All(); in testReadCompat() local
372 final Test.All all = new Test.All(); in testRepeatedCompat() local
572 final Test.All all = new Test.All(); in testPackedCompat() local
DProtoInputStreamFloatTest.java160 final Test.All all = new Test.All(); in testReadCompat() local
345 final Test.All all = new Test.All(); in testRepeatedCompat() local
525 final Test.All all = new Test.All(); in testPackedCompat() local
DProtoInputStreamStringTest.java117 final Test.All all = new Test.All(); in testReadCompat() local
248 final Test.All all = new Test.All(); in testRepeatedCompat() local
/frameworks/base/libs/incident/src/
DIncidentReportArgs.cpp111 int32_t all; in readFromParcel() local
171 IncidentReportArgs::setAll(bool all) in setAll()
Dincident_report.cpp47 void AIncidentReportArgs_setAll(AIncidentReportArgs* args, bool all) { in AIncidentReportArgs_setAll()
/frameworks/wilhelm/tools/hashgen/
DMakefile1 all : IID_to_MPH.c run_test target
/frameworks/base/libs/incident/include_priv/android/os/
DIncidentReportArgs.h58 inline bool all() const { return mAll; } in all() function

123