Home
last modified time | relevance | path

Searched refs:runtime (Results 1 – 25 of 39) sorted by relevance

12

/device/google/cuttlefish/guest/hals/nfc/src/
Dmain.rs24 use tokio::runtime::Runtime;
59 let runtime = Runtime::new().expect("Failed to initialize Tokio runtime"); in main() localVariable
63 let nfc_service = runtime.block_on(NfcService::new(&cli.virtio_dev_path)); in main()
65 BnNfc::new_async_binder(nfc_service, TokioRuntime(runtime), BinderFeatures::default()); in main()
/device/google/cuttlefish/common/libs/utils/
Dresult.h34 const T& runtime(const T& param) { in runtime() function
196 return fmt::format(fmt::runtime("{:m}"), *this);
199 std::string Trace() const { return fmt::format(fmt::runtime("{:v}"), *this); }
202 return fmt::format(fmt::runtime(ResultErrorFormat(color)), *this);
/device/google/gs-common/edgetpu/sepolicy/
Dappdomain.te4 # Allow apps to read DarwiNN runtime properties
7 # Allow apps to read hetero runtime properties
Dhal_camera_default.te4 # Allow camera HAL to read DarwiNN runtime properties
7 # Allow camera HAL to read hetero runtime properties
Dproperty_contexts4 vendor.edgetpu.runtime. u:object_r:vendor_edgetpu_runtime_prop:s0
9 # for hetero runtime
Dproperty.te13 # DarwiNN runtime properties.
16 # Hetero runtime properties, including tracing levels.
Dhal_audio_default.te16 # Allow audio HAL to read DarwiNN runtime properties
19 # Allow audio HAL to read hetero runtime properties
Dedgetpu_dba_service.te46 # Allow EdgeTPU DBA service to read DarwiNN runtime properties
48 # Allow EdgeTPU DBA service to read hetero runtime properties
Dedgetpu_tachyon_service.te46 # Allow Tachyon service to read DarwiNN runtime properties
48 # Allow Tachyon service to read hetero runtime properties
Dhal_neuralnetworks_darwinn.te57 # Allow NNAPI HAL to read DarwiNN runtime properties
59 # Allow NNAPI HAL to read hetero runtime properties
Dedgetpu_vendor_server.te33 # Allow EdgeTPU vendor service to read hetero runtime properties
Dfile_contexts17 # EdgeTPU runtime libraries
/device/generic/goldfish/data/etc/
Dconfig.ini.pixeltablet38 runtime.network.latency = none
39 runtime.network.speed = full
/device/generic/car/tools/
Dcreate_avd_config.sh94 runtime.network.latency = none
95 runtime.network.speed = full
/device/linaro/dragonboard/
Dmini.mk27 com.android.runtime \
/device/google/gs201/conf/
Dinit.factory.rc7 …export PATH /product/bin:/apex/com.android.runtime/bin:/apex/com.android.art/bin:/system_ext/bin:/…
/device/google/zuma/conf/
Dinit.factory.rc7 …export PATH /product/bin:/apex/com.android.runtime/bin:/apex/com.android.art/bin:/system_ext/bin:/…
/device/google/zumapro/conf/
Dinit.factory.rc7 …export PATH /product/bin:/apex/com.android.runtime/bin:/apex/com.android.art/bin:/system_ext/bin:/…
/device/google/gs101/conf/
Dinit.factory.rc7 …export PATH /product/bin:/apex/com.android.runtime/bin:/apex/com.android.art/bin:/system_ext/bin:/…
/device/google/bluejay/conf/
Dinit.blueport.rc5 …export PATH /product/bin:/apex/com.android.runtime/bin:/apex/com.android.art/bin:/system_ext/bin:/…
/device/generic/goldfish/fvpbase/
Dfvp_mini.mk42 com.android.runtime \
/device/google/pantah/conf/
Dinit.ravenclaw.rc11 …export PATH /product/bin:/apex/com.android.runtime/bin:/apex/com.android.art/bin:/system_ext/bin:/…
/device/google/cuttlefish/shared/minidroid/
Ddevice.mk102 com.android.runtime \
/device/generic/trusty/
Dqemu_trusty_base.mk40 com.android.runtime \
/device/generic/common/
DREADME.md47 In order to prevent SystemUI crash, GSI adds a runtime resource overlay in

12