/frameworks/base/packages/SystemUI/docs/ |
D | plugin_hooks.md | 3 Expected interface: [OverlayPlugin](/frameworks/base/packages/SystemUI/plugin/src/com/android/syste… 8 Expected interface: [QS](/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins… 15 Expected interface: [QSFactory](/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/… 20 Expected interface: [NavBarButtonProvider](/frameworks/base/packages/SystemUI/plugin/src/com/androi… 25 Expected interface: [NavGesture](/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui… 30 Expected interface: [IntentButtonProvider](/frameworks/base/packages/SystemUI/plugin/src/com/androi… 35 Expected interface: [IntentButtonProvider](/packages/SystemUI/plugin/src/com/android/systemui/plugi… 40 Expected interface: [GlobalActions](/frameworks/base/packages/SystemUI/plugin/src/com/android/syste… 45 Expected interface: [VolumeDialog](/frameworks/base/packages/SystemUI/plugin/src/com/android/system… 50 Expected interface: [NotificationSwipeActionHelper](/frameworks/base/packages/SystemUI/plugin/src/c… [all …]
|
/frameworks/native/libs/ftl/ |
D | expected_test.cpp | 28 using IntExp = ftl::Expected<int, std::errc>; 29 using StringExp = ftl::Expected<std::string, std::errc>; 33 TEST(Expected, Construct) { in TEST() argument 54 TEST(Expected, HasError) { in TEST() argument 63 TEST(Expected, ValueOpt) { in TEST() argument 111 TEST(Expected, Try) { in TEST() argument 130 TEST(Expected, Expect) { in TEST() argument
|
D | optional_test.cpp | 210 using CharExp = ftl::Expected<char, std::errc>; in TEST() 211 using StringExp = ftl::Expected<std::string, std::errc>; in TEST()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/ui/helper/ |
D | BouncerSceneLayoutTest.kt | 88 Expected( in <lambda>() 93 Expected( in <lambda>() 98 Expected( in <lambda>() 103 Expected( in <lambda>() 108 Expected( in <lambda>() 113 Expected( in <lambda>() 200 data class Expected( in <lambda>() dataClass
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/ui/viewmodel/ |
D | WifiViewModelIconParameterizedTest.kt | 161 internal data class Expected( in <lambda>() class in com.android.systemui.statusbar.pipeline.wifi.ui.viewmodel.WifiViewModelIconParameterizedTest 186 val expected: Expected? in <lambda>() 255 Expected( in <lambda>() 268 Expected( in <lambda>() 281 Expected( in <lambda>() 295 Expected( in <lambda>() 308 Expected( in <lambda>() 321 Expected( in <lambda>() 335 Expected( in <lambda>() 348 Expected( in <lambda>() [all …]
|
/frameworks/base/proto/src/ |
D | camera.proto | 60 // Expected number of fields: 9 63 // Expected number of fields: 10
|
/frameworks/native/include/ftl/ |
D | expected.h | 109 struct Expected final : base::expected<T, E> {
|
/frameworks/native/opengl/tests/testViewport/ |
D | README | 16 Expected: screen is still all white.
|
/frameworks/native/opengl/tests/testPauseResume/ |
D | README | 7 Expected behavior:
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | MockHWComposer.h | 101 MOCK_CONST_METHOD1(getActiveMode, ftl::Expected<hal::HWConfigId, status_t>(PhysicalDisplayId)); 107 MOCK_CONST_METHOD1(getDisplayVsyncPeriod, ftl::Expected<nsecs_t, status_t>(PhysicalDisplayId));
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWComposer.h | 243 virtual ftl::Expected<hal::HWConfigId, status_t> getActiveMode(PhysicalDisplayId) const = 0; 253 virtual ftl::Expected<nsecs_t, status_t> getDisplayVsyncPeriod(PhysicalDisplayId) const = 0; 433 ftl::Expected<hal::HWConfigId, status_t> getActiveMode(PhysicalDisplayId) const override; 444 ftl::Expected<nsecs_t, status_t> getDisplayVsyncPeriod(PhysicalDisplayId) const override;
|
D | HWC2.h | 124 [[nodiscard]] virtual ftl::Expected<ui::DisplayConnectionType, hal::Error> getConnectionType() 218 ftl::Expected<ui::DisplayConnectionType, hal::Error> getConnectionType() const override; 301 mutable std::optional<ftl::Expected<ui::DisplayConnectionType, hal::Error>> mConnectionType;
|
D | HWComposer.cpp | 344 ftl::Expected<hal::HWConfigId, status_t> HWComposer::getActiveMode( in getActiveMode() 379 ftl::Expected<nsecs_t, status_t> HWComposer::getDisplayVsyncPeriod( in getDisplayVsyncPeriod()
|
D | HWC2.cpp | 288 ftl::Expected<ui::DisplayConnectionType, hal::Error> Display::getConnectionType() const { in getConnectionType()
|
/frameworks/compile/slang/lit-tests/ |
D | README | 19 the failure. Note that tests marked as "Expected Fail" (XFAIL) will not print
|
/frameworks/rs/ |
D | update_rs_prebuilts.sh | 110 echo Expected numeric argument after "$1"
|
/frameworks/av/media/utils/tests/ |
D | inplace_function_tests.cpp | 401 template <class From, class To, bool Expected> 404 std::is_constructible_v<To, From>)&&(std::is_constructible_v<To, From> == Expected);
|
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/ |
D | MockHWC2.h | 56 MOCK_METHOD((ftl::Expected<ui::DisplayConnectionType, hal::Error>), getConnectionType, (),
|
/frameworks/compile/slang/ |
D | slang_backend.cpp | 959 const RSExportRecordType *Expected = EF->getParamPacketType(); in dumpExportFunctionInfo() local 960 if (Expected) { in dumpExportFunctionInfo() 962 Expected->getLLVMType()->dump(); in dumpExportFunctionInfo()
|
/frameworks/base/core/api/ |
D | system-lint-baseline.txt | 545 Expected method name units to be `Bytes`, was `Space` in `getColorSpace`
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 14377 // Expected number of fields: 9 14380 // Expected number of fields: 10
|