/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | Dependency.java | 124 import dagger.Lazy; 201 @Inject Lazy<ActivityStarter> mActivityStarter; 202 @Inject Lazy<ActivityStarterDelegate> mActivityStarterDelegate; 203 @Inject Lazy<AsyncSensorManager> mAsyncSensorManager; 204 @Inject Lazy<BluetoothController> mBluetoothController; 205 @Inject Lazy<LocationController> mLocationController; 206 @Inject Lazy<RotationLockController> mRotationLockController; 207 @Inject Lazy<NetworkController> mNetworkController; 208 @Inject Lazy<ZenModeController> mZenModeController; 209 @Inject Lazy<HotspotController> mHotspotController; [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationAlertingManager.java | 40 import dagger.Lazy; 51 private final Lazy<ShadeController> mShadeController; 63 Lazy<ShadeController> shadeController, in NotificationAlertingManager()
|
/frameworks/compile/mclinker/include/mcld/MC/ |
D | ZOption.h | 38 Lazy, enumerator
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationMediaManager.java | 77 import dagger.Lazy; 98 private Lazy<ShadeController> mShadeController; 100 private Lazy<StatusBarWindowController> mStatusBarWindowController; 173 Lazy<ShadeController> shadeController, in NotificationMediaManager() 174 Lazy<StatusBarWindowController> statusBarWindowController, in NotificationMediaManager()
|
D | NotificationViewHierarchyManager.java | 52 import dagger.Lazy; 79 private final Lazy<ShadeController> mShadeController; 107 Lazy<ShadeController> shadeController, in NotificationViewHierarchyManager()
|
D | NotificationRemoteInputManager.java | 74 import dagger.Lazy; 119 private final Lazy<ShadeController> mShadeController; 261 Lazy<ShadeController> shadeController, in NotificationRemoteInputManager()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationRemoteInputManagerTest.java | 41 import dagger.Lazy; 204 Lazy<ShadeController> shadeController, in TestableNotificationRemoteInputManager()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | DynamicPrivacyControllerTest.java | 40 import dagger.Lazy;
|
/frameworks/compile/mclinker/lib/Core/ |
D | GeneralOptions.cpp | 129 case ZOption::Lazy: in addZOption()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 3778 public bool Lazy { property in Google.Protobuf.Reflection.FieldOptions 3845 if (Lazy != other.Lazy) return false; in Equals() 3858 if (Lazy != false) hash ^= Lazy.GetHashCode(); in GetHashCode() 3884 if (Lazy != false) { in WriteTo() 3886 output.WriteBool(Lazy); in WriteTo() 3911 if (Lazy != false) { in CalculateSize() 3938 if (other.Lazy != false) { in MergeFrom() 3939 Lazy = other.Lazy; in MergeFrom() 3971 Lazy = input.ReadBool(); in MergeFrom()
|
/frameworks/compile/libbcc/ |
D | README.rst | 77 * Currently we disable Lazy JITting.
|
/frameworks/base/packages/SystemUI/docs/ |
D | dagger.md | 130 @Inject Lazy<SomethingController> mSomethingController;
|
/frameworks/native/cmds/lshal/ |
D | test.cpp | 808 TEST_F(ListVintfTest, Lazy) { in TEST_F() argument
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Main.cpp | 436 .Case("lazy", mcld::ZOption(mcld::ZOption::Lazy)) in TranslateArguments()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 362 // Should this field be parsed lazily? Lazy applies only to message-type
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | descriptor.proto | 362 // Should this field be parsed lazily? Lazy applies only to message-type
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | descriptor.proto | 496 // Should this field be parsed lazily? Lazy applies only to message-type
|