Home
last modified time | relevance | path

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

1234567

/system/bt/gd/rust/common/src/
Dtime.rs90 let runtime = tokio::runtime::Runtime::new().unwrap(); in alarm_simple_case() localVariable
91 runtime.block_on(async { in alarm_simple_case()
105 let runtime = tokio::runtime::Runtime::new().unwrap(); in alarm_clear_ready_after_expired() localVariable
106 runtime.block_on(async { in alarm_clear_ready_after_expired()
124 let runtime = tokio::runtime::Runtime::new().unwrap(); in interval_schedule_and_then_drop() localVariable
125 runtime.block_on(async { in interval_schedule_and_then_drop()
132 let runtime = tokio::runtime::Runtime::new().unwrap(); in interval_simple_case() localVariable
133 runtime.block_on(async { in interval_simple_case()
/system/linkerconfig/
DAndroid.bp71 "com.android.runtime",
91 "com.android.runtime",
108 "com.android.runtime",
129 // at runtime according to ro.vndk.version (or ro.product.vndk.version)
134 // as a host prebuilt in runtime-module-host-exports. On host it
152 "com.android.runtime",
/system/apex/tests/src/com/android/tests/apex/
DTimezoneDataHostTest.java22 import android.service.runtime.DebugEntryProto;
23 import android.service.runtime.RuntimeServiceInfoProto;
/system/bt/gd/rust/topshim/src/
Dtopstack.rs6 use tokio::runtime::{Builder, Runtime};
/system/sepolicy/prebuilts/api/31.0/private/
Diorapd.te9 # Allow iorapd to access the runtime native boot feature flag properties.
Dpreopt2cachename.te4 # creates to the names the runtime expects in the data directory.
/system/sepolicy/prebuilts/api/30.0/private/
Diorapd.te9 # Allow iorapd to access the runtime native boot feature flag properties.
Dpreopt2cachename.te4 # creates to the names the runtime expects in the data directory.
/system/sepolicy/private/
Diorapd.te9 # Allow iorapd to access the runtime native boot feature flag properties.
Dpreopt2cachename.te4 # creates to the names the runtime expects in the data directory.
/system/netd/
DAndroid.bp72 "-google-runtime-int", // Too many unavoidable warnings due to strtol()
73 "-google-runtime-references", // Grandfathered usage of pass by non-const reference
/system/sepolicy/prebuilts/api/27.0/public/
Dpreopt2cachename.te4 # creates to the names the runtime expects in the data directory.
/system/sepolicy/prebuilts/api/28.0/public/
Dpreopt2cachename.te4 # creates to the names the runtime expects in the data directory.
/system/sepolicy/prebuilts/api/26.0/public/
Dpreopt2cachename.te4 # creates to the names the runtime expects in the data directory.
/system/tools/aidl/build/
Dmessage_check_integrity.txt5 be checked at runtime to verify interface stability. If a device is shipped
/system/linkerconfig/testdata/golden_output/stage1/com.android.runtime/
Dld.config.txt1 dir.com.android.runtime = /apex/com.android.runtime/bin
2 [com.android.runtime]
65 namespace.com_android_runtime.search.paths = /apex/com.android.runtime/${LIB}
66 namespace.com_android_runtime.permitted.paths = /apex/com.android.runtime/${LIB}
68 namespace.com_android_runtime.asan.search.paths = /apex/com.android.runtime/${LIB}
69 namespace.com_android_runtime.asan.permitted.paths = /apex/com.android.runtime/${LIB}
109 namespace.system.permitted.paths += /apex/com.android.runtime/${LIB}/bionic
168 namespace.system.asan.permitted.paths += /apex/com.android.runtime/${LIB}/bionic
/system/logging/liblog/
DAndroid.bp104 // AddressSanitizer runtime library depends on liblog.
155 // liblog is exceptionally available to the runtime APEX
158 "com.android.runtime",
/system/core/debuggerd/proto/
DAndroid.bp35 "com.android.runtime",
/system/bpf/
DAndroid.bp35 "-google-runtime-int",
/system/sepolicy/prebuilts/api/29.0/private/
Dpreopt2cachename.te4 # creates to the names the runtime expects in the data directory.
/system/timezone/output_data/
DCleanSpec.mk56 $(call add-clean-step, rm -rf $(HOST_OUT)/com.android.runtime/etc/tz/*)
/system/security/ondevice-signing/
DAndroid.bp29 "google-runtime-int",
30 "google-runtime-member-string-references",
/system/sepolicy/prebuilts/api/27.0/private/
Dproperty_contexts20 ro.runtime. u:object_r:system_prop:s0
21 ro.runtime.firstboot u:object_r:firstboot_prop:s0
84 # set at runtime by system_server.
/system/sepolicy/prebuilts/api/26.0/private/
Dproperty_contexts20 ro.runtime. u:object_r:system_prop:s0
21 ro.runtime.firstboot u:object_r:firstboot_prop:s0
83 # set at runtime by system_server.
/system/extras/simpleperf/
Dcmd_trace_sched.cpp250 uint64_t runtime = tracing_field_runtime_.ReadFromData(record.raw_data.data); in ProcessSampleRecord() local
255 thread.total_runtime_in_ns += runtime; in ProcessSampleRecord()
257 spin_info.runtime_in_check_period += runtime; in ProcessSampleRecord()
258 spin_info.samples_in_check_period.push(SampleInfo(record.Timestamp(), runtime)); in ProcessSampleRecord()

1234567