/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/autocfg/ |
D | README.md | 16 Add this to your `Cargo.toml`: 54 - Add `probe_expression` and `emit_expression_cfg` to test arbitrary expressions. 55 - Add `probe_constant` and `emit_constant_cfg` to test arbitrary constant expressions. 61 - Add `probe`/`emit_sysroot_crate`, by @leo60228. 74 - Add `rerun_env(ENV)` to print `cargo:rerun-if-env-changed=ENV`. 75 - Add `rerun_path(PATH)` to print `cargo:rerun-if-changed=PATH`.
|
/device/sample/apps/tv/LeanbackWidget/ |
D | proguard-project.txt | 4 # Add project specific ProGuard rules here. 13 # Add any project specific keep options here:
|
/device/sample/apps/tv/LeanbackCustomizer/ |
D | proguard-project.txt | 4 # Add project specific ProGuard rules here. 13 # Add any project specific keep options here:
|
/device/sample/sdk_addon/ |
D | manifest.ini | 1 # SDK Add-on Manifest 5 # Add-ons are uniquely identified by a string composed of name, vendor and api. 11 name=Sample Add-On
|
/device/google/trout/product_files/ |
D | fstab.trout | 4 # Add all non-dynamic partitions except system, after this comment 8 # Add all dynamic partitions except system, after this comment
|
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/ |
D | CHANGELOG.md | 72 - Add `README.md` to be displayed on crates.io (#111). 116 - Add support for `PKG_CONFIG_ALLOW_SYSTEM_CFLAGS` and enable by default (#93) 156 - Add support for parsing `-Wl,` style framework flags (#48)
|
/device/google/cuttlefish/host/commands/process_sandboxer/ |
D | poll_callback.h | 30 void Add(int fd, std::function<absl::Status(short)> cb);
|
D | poll_callback.cpp | 32 void PollCallback::Add(int fd, std::function<absl::Status(short)> cb) { in Add() function in cuttlefish::process_sandboxer::PollCallback
|
D | sandbox_manager.cpp | 491 poll_cb.Add(signals_.Fd(), in Iterate() 493 poll_cb.Add(server_.Fd(), absl::bind_front(&SandboxManager::NewClient, this)); in Iterate() 497 poll_cb.Add(fd, absl::bind_front(&SandboxManager::ProcessExit, this, it)); in Iterate() 501 poll_cb.Add(fd, absl::bind_front(&SandboxManager::ClientMessage, this, it)); in Iterate()
|
/device/generic/car/car_x86_64/ |
D | manifest.ini | 1 # SDK Add-on Manifest
|
/device/google/cuttlefish/host/libs/vm_manager/ |
D | crosvm_display_controller.h | 28 Result<int> Add(const int instance_num,
|
D | crosvm_display_controller.cpp | 45 Result<int> CrosvmDisplayController::Add( in Add() function in cuttlefish::vm_manager::CrosvmDisplayController
|
/device/google/cuttlefish/shared/sepolicy/system_ext/private/ |
D | audio_vendor_parameter_parser_service.te | 13 # Add permission to access/read and get system properties
|
/device/google/cuttlefish/common/libs/fs/ |
D | epoll.h | 43 Result<void> Add(SharedFD fd, uint32_t events);
|
/device/google/trout/agl_services_build/yocto-layer/meta-google/ |
D | README.md | 10 ### Add layers
|
/device/google/cuttlefish/shared/config/ |
D | fstab.in | 7 # Add all non-dynamic partitions except system, after this comment 13 # Add all dynamic partitions except system, after this comment
|
D | init.vendor.rc | 59 # TODO(b/202731768): Add this `start rename_eth0` command to the init.rc for rename_netiface 63 # TODO(b/202731768): Add this `start setup_wifi` command to the init.rc for setup_wifi
|
/device/sample/apps/tv/SetupValidation/app/ |
D | proguard-rules.pro | 1 # Add project specific ProGuard rules here.
|
/device/sample/apps/tv/SetupCustomizationSample/app/ |
D | proguard-rules.pro | 1 # Add project specific ProGuard rules here.
|
/device/google/cuttlefish/guest/hals/ir/ |
D | Android.bp | 26 // Add the legacy default implementation
|
/device/google/cuttlefish/host/frontend/webrtc/ |
D | audio_handler.h | 37 size_t Add(const volatile uint8_t* data, size_t max_len);
|
/device/google/cuttlefish/shared/sepolicy/vendor/ |
D | init.te | 8 # Add loadable modules. Needed for usbfunc:diag, usbfunc:diag, usbfunc:gsi, usbfunc:qdss modules.
|
/device/google/cuttlefish/host/frontend/webrtc_operator/ |
D | client_handler.cpp | 191 std::string PollConnectionStore::Add(std::shared_ptr<PollConnectionHandler> handler) { in Add() function in cuttlefish::PollConnectionStore 291 auto conn_id = poll_store_->Add(poll_handler); in DoPostInner()
|
D | client_handler.h | 80 std::string Add(std::shared_ptr<PollConnectionHandler> handler);
|
/device/google/cuttlefish/build/ |
D | README.md | 25 TODO(b/171709037): Add documentation to source.android.com
|