/aosp_15_r20/out/target/product/shiba/obj/ETC/task_profiles.json_intermediates/ |
D | task_profiles.json | 5 "Controller": "cpuset", string 10 "Controller": "cpuset", string 15 "Controller": "cpuset", string 20 "Controller": "cpuset", string 25 "Controller": "memory", string 30 "Controller": "memory", string 36 "Controller": "memory", string 42 "Controller": "memory", string 47 "Controller": "memory", string 52 "Controller": "memory", string [all …]
|
/aosp_15_r20/system/core/libprocessgroup/profiles/ |
H A D | task_profiles.json | 5 "Controller": "cpuset", string 10 "Controller": "cpuset", string 15 "Controller": "cpuset", string 20 "Controller": "cpuset", string 25 "Controller": "memory", string 30 "Controller": "memory", string 36 "Controller": "memory", string 42 "Controller": "memory", string 47 "Controller": "memory", string 52 "Controller": "memory", string [all …]
|
H A D | cgroups.json | 4 "Controller": "blkio", string 11 "Controller": "cpu", string 18 "Controller": "cpuset", string 25 "Controller": "memory", string 40 "Controller": "freezer", string
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Virtualization/build/microdroid/microdroid/android_common/root/system/etc/ |
D | task_profiles.json | 5 "Controller": "cpuset", string 10 "Controller": "cpuset", string 15 "Controller": "cpuset", string 20 "Controller": "cpuset", string 25 "Controller": "memory", string 30 "Controller": "memory", string 36 "Controller": "memory", string 42 "Controller": "memory", string 47 "Controller": "memory", string 52 "Controller": "memory", string [all …]
|
D | cgroups.json | 4 "Controller": "blkio", string 11 "Controller": "cpu", string 18 "Controller": "cpuset", string 25 "Controller": "memory", string 40 "Controller": "freezer", string
|
/aosp_15_r20/out/soong/.intermediates/system/core/libprocessgroup/profiles/task_profiles.json/android_arm64_armv8-2a_cortex-a55/ |
D | task_profiles.json | 5 "Controller": "cpuset", string 10 "Controller": "cpuset", string 15 "Controller": "cpuset", string 20 "Controller": "cpuset", string 25 "Controller": "memory", string 30 "Controller": "memory", string 36 "Controller": "memory", string 42 "Controller": "memory", string 47 "Controller": "memory", string 52 "Controller": "memory", string [all …]
|
/aosp_15_r20/out/target/product/shiba/system/etc/ |
D | task_profiles.json | 5 "Controller": "cpuset", string 10 "Controller": "cpuset", string 15 "Controller": "cpuset", string 20 "Controller": "cpuset", string 25 "Controller": "memory", string 30 "Controller": "memory", string 36 "Controller": "memory", string 42 "Controller": "memory", string 47 "Controller": "memory", string 52 "Controller": "memory", string [all …]
|
D | cgroups.json | 4 "Controller": "blkio", string 11 "Controller": "cpu", string 18 "Controller": "cpuset", string 25 "Controller": "memory", string 40 "Controller": "freezer", string
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/ |
D | controller.rs | 21 pub struct Controller { struct 22 internal: cxx::UniquePtr<ffi::ControllerIntf>, argument 25 unsafe impl Send for Controller {} implementation 27 impl Controller { impl
|
/aosp_15_r20/external/crosvm/devices/src/virtio/scsi/ |
H A D | device.rs | 374 pub struct Controller { struct 394 impl Controller { argument 584 impl VirtioDevice for Controller { implementation
|
/aosp_15_r20/out/soong/.intermediates/system/core/libprocessgroup/profiles/cgroups.json/android_arm64_armv8-2a_cortex-a55/ |
D | cgroups.json | 4 "Controller": "blkio", string 11 "Controller": "cpu", string 18 "Controller": "cpuset", string 25 "Controller": "memory", string 40 "Controller": "freezer", string
|
/aosp_15_r20/out/target/product/shiba/obj/ETC/cgroups.json_intermediates/ |
D | cgroups.json | 4 "Controller": "blkio", string 11 "Controller": "cpu", string 18 "Controller": "cpuset", string 25 "Controller": "memory", string 40 "Controller": "freezer", string
|
/aosp_15_r20/tools/netsim/rust/proto/src/ |
H A D | configuration.rs | 748 pub struct Controller { struct 751 pub preset: ::std::option::Option<::protobuf::EnumOrUnknown<ControllerPreset>>, argument 753 pub features: ::protobuf::MessageField<ControllerFeatures>, argument 755 pub quirks: ::protobuf::MessageField<ControllerQuirks>, argument 758 // @@protoc_insertion_point(field:rootcanal.configuration.Controller.vendor) argument 761 // @@protoc_insertion_point(special_field:rootcanal.configuration.Controller.special_fields) argument 765 impl<'a> ::std::default::Default for &'a Controller { argument 771 impl Controller { impl 853 impl ::protobuf::Message for Controller { implementation 967 impl ::protobuf::MessageFull for Controller { implementation [all …]
|
/aosp_15_r20/external/python/bumble/rust/src/wrapper/ |
D | controller.rs | 31 pub struct Controller(pub(crate) PyObject); struct 33 impl Controller { impl
|
/aosp_15_r20/system/nfc/tools/casimir/src/ |
H A D | controller.rs | 232 pub struct Controller<'a> { struct 233 id: u16, 234 nci_stream: nci::StreamRefMut<'a>, 235 nci_writer: nci::Writer, 236 rf_rx: mpsc::UnboundedReceiver<rf::RfPacket>, 237 rf_tx: mpsc::UnboundedSender<rf::RfPacket>, 238 state: State, 708 impl<'a> Controller<'a> { implementation
|
/aosp_15_r20/external/python/bumble/bumble/ |
D | link.py | 206 central_controller: controller.Controller, 224 peripheral_controller: controller.Controller, 242 initiator_controller: controller.Controller, 343 initiator_controller: controller.Controller, 361 responder_controller: controller.Controller,
|
/aosp_15_r20/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/ |
H A D | Controller.java | 11 public class Controller { class 15 Controller(StandaloneMainActivity standaloneMainActivity) { in Controller() method in Controller
|
/aosp_15_r20/developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/ |
H A D | Controller.java | 26 public class Controller { class 30 Controller(StandaloneMainActivity standaloneMainActivity) { in Controller() method in Controller
|
/aosp_15_r20/developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/ |
D | Controller.java | 26 public class Controller { class 30 Controller(StandaloneMainActivity standaloneMainActivity) { in Controller() method in Controller
|
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/controller/ |
D | Controller.kt | 30 class Controller private constructor() { class
|
/aosp_15_r20/device/google/zumapro/ |
D | task_profiles.json | 85 "Controller": "cpuset", string 98 "Controller": "cpuset", string 111 "Controller": "cpuset", string 229 "Controller": "cpuset", string 252 "Controller": "cpuset", string
|
/aosp_15_r20/device/google/gs101/ |
D | task_profiles.json | 85 "Controller": "cpuset", string 98 "Controller": "cpuset", string 111 "Controller": "cpuset", string 229 "Controller": "cpuset", string 252 "Controller": "cpuset", string
|
/aosp_15_r20/device/google/gs201/ |
D | task_profiles.json | 85 "Controller": "cpuset", string 98 "Controller": "cpuset", string 111 "Controller": "cpuset", string 229 "Controller": "cpuset", string 252 "Controller": "cpuset", string
|
/aosp_15_r20/device/google/zuma/ |
D | task_profiles.json | 85 "Controller": "cpuset", string 98 "Controller": "cpuset", string 111 "Controller": "cpuset", string 229 "Controller": "cpuset", string 252 "Controller": "cpuset", string
|
/aosp_15_r20/external/coreboot/Documentation/drivers/ |
H A D | soundwire.md | 47 ### Controller subsection 164 ### Controller subsection
|