/system/bt/gd/rust/common/src/ |
D | time.rs | 90 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/ |
D | Android.bp | 71 "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/ |
D | TimezoneDataHostTest.java | 22 import android.service.runtime.DebugEntryProto; 23 import android.service.runtime.RuntimeServiceInfoProto;
|
/system/bt/gd/rust/topshim/src/ |
D | topstack.rs | 6 use tokio::runtime::{Builder, Runtime};
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | iorapd.te | 9 # Allow iorapd to access the runtime native boot feature flag properties.
|
D | preopt2cachename.te | 4 # creates to the names the runtime expects in the data directory.
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | iorapd.te | 9 # Allow iorapd to access the runtime native boot feature flag properties.
|
D | preopt2cachename.te | 4 # creates to the names the runtime expects in the data directory.
|
/system/sepolicy/private/ |
D | iorapd.te | 9 # Allow iorapd to access the runtime native boot feature flag properties.
|
D | preopt2cachename.te | 4 # creates to the names the runtime expects in the data directory.
|
/system/netd/ |
D | Android.bp | 72 "-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/28.0/public/ |
D | preopt2cachename.te | 4 # creates to the names the runtime expects in the data directory.
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | preopt2cachename.te | 4 # creates to the names the runtime expects in the data directory.
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | preopt2cachename.te | 4 # creates to the names the runtime expects in the data directory.
|
/system/tools/aidl/build/ |
D | message_check_integrity.txt | 5 be checked at runtime to verify interface stability. If a device is shipped
|
/system/linkerconfig/testdata/golden_output/stage1/com.android.runtime/ |
D | ld.config.txt | 1 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/ |
D | Android.bp | 104 // AddressSanitizer runtime library depends on liblog. 155 // liblog is exceptionally available to the runtime APEX 158 "com.android.runtime",
|
/system/core/debuggerd/proto/ |
D | Android.bp | 35 "com.android.runtime",
|
/system/bpf/ |
D | Android.bp | 35 "-google-runtime-int",
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | preopt2cachename.te | 4 # creates to the names the runtime expects in the data directory.
|
/system/timezone/output_data/ |
D | CleanSpec.mk | 56 $(call add-clean-step, rm -rf $(HOST_OUT)/com.android.runtime/etc/tz/*)
|
/system/security/ondevice-signing/ |
D | Android.bp | 29 "google-runtime-int", 30 "google-runtime-member-string-references",
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | property_contexts | 20 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/sepolicy/prebuilts/api/27.0/private/ |
D | property_contexts | 20 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/extras/simpleperf/ |
D | cmd_trace_sched.cpp | 250 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()
|