/frameworks/base/tools/aapt2/cmd/ |
D | Optimize_test.cpp | 25 using testing::Contains; 47 EXPECT_THAT(name_collapse_exemptions, Contains(ResourceName({}, ResourceType::kString, "foo"))); in TEST_F() 48 EXPECT_THAT(name_collapse_exemptions, Contains(ResourceName({}, ResourceType::kDimen, "bar"))); in TEST_F() 64 EXPECT_THAT(name_collapse_exemptions, Contains(ResourceName({}, ResourceType::kString, "foo"))); in TEST_F() 65 EXPECT_THAT(name_collapse_exemptions, Contains(ResourceName({}, ResourceType::kDimen, "bar"))); in TEST_F()
|
/frameworks/native/libs/shaders/tests/ |
D | shaders_test.cpp | 27 using testing::Contains; 59 EXPECT_THAT(uniforms, Contains(UniformEq("in_rgbToXyz", buildUniformValue<mat4>(mat4())))); in TEST_F() 61 Contains(UniformEq("in_xyzToRgb", buildUniformValue<mat4>(colorTransform)))); in TEST_F() 77 Contains(UniformEq("in_rgbToXyz", in TEST_F() 80 Contains(UniformEq("in_xyzToRgb", in TEST_F() 94 EXPECT_THAT(uniforms, Contains(UniformEq("in_rgbToXyz", buildUniformValue<mat4>(mat4())))); in TEST_F() 95 EXPECT_THAT(uniforms, Contains(UniformEq("in_xyzToRgb", buildUniformValue<mat4>(mat4())))); in TEST_F()
|
/frameworks/proto_logging/stats/atoms/bluetooth/ |
D | bluetooth_extension_atoms.proto | 128 // Contains the state of the LE Connection Session 135 // Contains the connection type whether it was CONNECTION_TYPE_GATT 143 // Contains the latency of the transaction from the beginning till 147 // Contains the metric id associated with the remote device 150 // Contains the UID which is associated with the app 153 // Contains the latency of the ACL Connection, which if made will be 157 // Contains the status of the ACL Transactions, which if made will be
|
/frameworks/base/libs/hwui/canvas/ |
D | CanvasOpBuffer.h | 94 mHas = Contains{}; in clear() 123 struct Contains { struct 131 Contains mHas; argument
|
/frameworks/native/libs/binder/tests/ |
D | binderHostDeviceTest.cpp | 47 using ::testing::Contains; 122 ASSERT_THAT(services, Contains(String16(kServiceName))); in TEST_F()
|
/frameworks/base/libs/WindowManager/Shell/tests/ |
D | README.md | 8 - integration, this maybe a mix of functional and integration tests. Contains
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | DisplayColorProfileTest.cpp | 26 using testing::Contains; 300 EXPECT_THAT(profile.getHdrCapabilities().getSupportedHdrTypes(), Contains(Hdr::HDR10)); in TEST_F() 301 EXPECT_THAT(profile.getHdrCapabilities().getSupportedHdrTypes(), Contains(Hdr::HLG)); in TEST_F() 313 EXPECT_THAT(profile.getHdrCapabilities().getSupportedHdrTypes(), Contains(Hdr::HDR10)); in TEST_F() 314 EXPECT_THAT(profile.getHdrCapabilities().getSupportedHdrTypes(), Contains(Hdr::HLG)); in TEST_F()
|
/frameworks/hardware/interfaces/sensorservice/1.0/vts/functional/ |
D | VtsHalSensorManagerV1_0TargetTest.cpp | 52 using ::testing::Contains; 231 ASSERT_THAT(*accelerometer_ashmem_sensors, Contains(info)); in TEST_P()
|
/frameworks/base/packages/SystemUI/docs/ |
D | user-switching.md | 25 * Contains the current list of all system users
|
/frameworks/libs/systemui/motiontoollib/src/com/android/app/motiontool/proto/ |
D | motion_tool.proto | 39 // Contains error information whenever the request failed.
|
/frameworks/native/cmds/lshal/ |
D | test.cpp | 294 EXPECT_THAT(table.getSelectedColumns(), Not(Contains(TableColumnType::SERVER_PID))) in TEST_F() 296 EXPECT_THAT(table.getSelectedColumns(), Not(Contains(TableColumnType::CLIENT_PIDS))) in TEST_F() 298 EXPECT_THAT(table.getSelectedColumns(), Contains(TableColumnType::SERVER_CMD)) in TEST_F() 300 EXPECT_THAT(table.getSelectedColumns(), Contains(TableColumnType::CLIENT_CMDS)) in TEST_F()
|
/frameworks/native/services/surfaceflinger/layerproto/ |
D | layers.proto | 10 // Contains a list of all layers.
|
/frameworks/base/tools/aapt2/link/ |
D | TableMerger_test.cpp | 24 using ::testing::Contains; 411 EXPECT_THAT(style->entries, Contains(Field(&Style::Entry::value, Pointee(ValueEq(*expected))))); in TEST_F()
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | TimeStatsTest.cpp | 48 using testing::Contains;
|
D | FrameTimelineTest.cpp | 32 using testing::Contains;
|
/frameworks/opt/telephony/proto/src/ |
D | telephony.proto | 230 // Contains phone state and service related information.
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 2414 // Contains information about the color gamut and hdr mode of the screen. 2467 // Contains information about screen size, whether the screen is wider/taller 2488 // Contains information about the overall ui mode of the device. 17192 // The public GStatic url we used to download the model. Contains locale info.
|