/system/bt/tools/scripts/ |
D | change_types.sh | 54 before=${tt%%:*} 58 sed -i -e "s/\b${before}/${after}/g; s/${after}_/${before}_/g;" "$1"
|
/system/extras/ioshark/ |
D | ioshark_bench_subr.c | 358 static struct cpu_disk_util_stats before; variable 514 read_disk_util_state(&before); in capture_util_state_before() 515 read_cpu_util_state(&before); in capture_util_state_before() 530 tot1 = before.user_cpu_ticks + before.nice_cpu_ticks + in report_cpu_disk_util() 531 before.system_cpu_ticks + before.hardirq_cpu_ticks + in report_cpu_disk_util() 532 before.softirq_cpu_ticks; in report_cpu_disk_util() 535 tot1 += before.iowait_cpu_ticks + before.idle_cpu_ticks; in report_cpu_disk_util() 544 (before.user_cpu_ticks + before.nice_cpu_ticks); in report_cpu_disk_util() 552 (before.system_cpu_ticks + before.hardirq_cpu_ticks + in report_cpu_disk_util() 553 before.softirq_cpu_ticks); in report_cpu_disk_util() [all …]
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | seapp_contexts | 32 # (1) isSystemServer=true before isSystemServer=false. 33 # (2) Specified isEphemeralApp= before unspecified isEphemeralApp= boolean. 34 # (3) Specified isV2App= before unspecified isV2App= boolean. 35 # (4) Specified isOwner= before unspecified isOwner= boolean. 36 # (5) Specified user= string before unspecified user= string. 37 # (6) Fixed user= string before user= prefix (i.e. ending in *). 38 # (7) Longer user= prefix before shorter user= prefix. 39 # (8) Specified seinfo= string before unspecified seinfo= string. 41 # (9) Specified name= string before unspecified name= string. 42 # (10) Specified path= string before unspecified path= string. [all …]
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | seapp_contexts | 32 # (1) isSystemServer=true before isSystemServer=false. 33 # (2) Specified isEphemeralApp= before unspecified isEphemeralApp= boolean. 34 # (3) Specified isV2App= before unspecified isV2App= boolean. 35 # (4) Specified isOwner= before unspecified isOwner= boolean. 36 # (5) Specified user= string before unspecified user= string. 37 # (6) Fixed user= string before user= prefix (i.e. ending in *). 38 # (7) Longer user= prefix before shorter user= prefix. 39 # (8) Specified seinfo= string before unspecified seinfo= string. 41 # (9) Specified name= string before unspecified name= string. 42 # (10) Specified path= string before unspecified path= string. [all …]
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | seapp_contexts | 32 # (1) isSystemServer=true before isSystemServer=false. 33 # (2) Specified isEphemeralApp= before unspecified isEphemeralApp= boolean. 34 # (3) Specified isV2App= before unspecified isV2App= boolean. 35 # (4) Specified isOwner= before unspecified isOwner= boolean. 36 # (5) Specified user= string before unspecified user= string. 37 # (6) Fixed user= string before user= prefix (i.e. ending in *). 38 # (7) Longer user= prefix before shorter user= prefix. 39 # (8) Specified seinfo= string before unspecified seinfo= string. 41 # (9) Specified name= string before unspecified name= string. 42 # (10) Specified path= string before unspecified path= string. [all …]
|
D | zygote.te | 71 # Check validity of SELinux context before use. 86 # Allow creating user-specific storage source if started before vold.
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | seapp_contexts | 50 # (1) isSystemServer=true before isSystemServer=false. 51 # (2) Specified isEphemeralApp= before unspecified isEphemeralApp= 53 # (3) Specified isOwner= before unspecified isOwner= boolean. 54 # (4) Specified user= string before unspecified user= string; 55 # more specific user= string before less specific user= string. 56 # (5) Specified seinfo= string before unspecified seinfo= string. 57 # (6) Specified name= string before unspecified name= string; 58 # more specific name= string before less specific name= string. 59 # (7) Specified path= string before unspecified path= string. 60 # more specific name= string before less specific name= string. [all …]
|
D | app_zygote.te | 39 # Check validity of SELinux context before use. 131 # Think twice before changing.
|
/system/sepolicy/private/ |
D | seapp_contexts | 50 # (1) isSystemServer=true before isSystemServer=false. 51 # (2) Specified isEphemeralApp= before unspecified isEphemeralApp= 53 # (3) Specified isOwner= before unspecified isOwner= boolean. 54 # (4) Specified user= string before unspecified user= string; 55 # more specific user= string before less specific user= string. 56 # (5) Specified seinfo= string before unspecified seinfo= string. 57 # (6) Specified name= string before unspecified name= string; 58 # more specific name= string before less specific name= string. 59 # (7) Specified path= string before unspecified path= string. 60 # more specific name= string before less specific name= string. [all …]
|
D | app_zygote.te | 39 # Check validity of SELinux context before use. 131 # Think twice before changing.
|
/system/bt/gd/os/linux_generic/ |
D | alarm_unittest.cc | 51 auto before = std::chrono::steady_clock::now(); in TEST_F() local 57 auto duration_ms = std::chrono::duration_cast<std::chrono::milliseconds>(after - before); in TEST_F()
|
D | repeating_alarm_unittest.cc | 75 auto before = std::chrono::steady_clock::now(); in TEST_F() local 81 auto duration = after - before; in TEST_F()
|
/system/vold/model/ |
D | EmulatedVolume.cpp | 82 dev_t before = GetDevice(mFuseFull); in doMount() local 111 while (before == GetDevice(mFuseFull)) { in doMount()
|
D | PublicVolume.cpp | 168 dev_t before = GetDevice(mFuseFull); in doMount() local 208 while (before == GetDevice(mFuseFull)) { in doMount()
|
/system/tools/xsdc/ |
D | README.md | 13 #### before subsubsection 50 #### before subsubsection 83 If there are any changes, we update last_current.txt and last_removed.txt before
|
/system/core/init/ |
D | keychords_test.cpp | 296 std::string before(InitInputFds()); in TEST() local 303 for (int retry = 1000; retry && before == InitInputFds(); --retry) test_frame.RelaxForMs(); in TEST() 305 EXPECT_NE(before, after); in TEST()
|
/system/media/camera/docs/ |
D | camera_metadata_tags.mako | 47 * New sections must be added right before ANDROID_SECTION_COUNT to maintain 72 * before the section _END tag to preserve existing enumeration values. In
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | installd.te | 24 # Check validity of SELinux context before use. 45 # and lib symlinks before the setfilecon call. May want to 88 # Upgrade from before system_app_data_file was used for system UID apps.
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | installd.te | 24 # Check validity of SELinux context before use. 45 # and lib symlinks before the setfilecon call. May want to 88 # Upgrade from before system_app_data_file was used for system UID apps.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | installd.te | 23 # Check validity of SELinux context before use. 44 # and lib symlinks before the setfilecon call. May want to 89 # Upgrade from before system_app_data_file was used for system UID apps.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | installd.te | 30 # Check validity of SELinux context before use. 53 # and lib symlinks before the setfilecon call. May want to 98 # Upgrade from before system_app_data_file was used for system UID apps.
|
/system/sepolicy/public/ |
D | installd.te | 30 # Check validity of SELinux context before use. 53 # and lib symlinks before the setfilecon call. May want to 98 # Upgrade from before system_app_data_file was used for system UID apps.
|
/system/bt/service/doc/ |
D | IBluetooth.txt | 66 * before the adapter is enabled for the first time. 80 * not been initialized yet (before the first time it gets enabled), this will
|
/system/libhidl/transport/manager/1.2/ |
D | IClientCallback.hal | 25 * unregister using @1.2::IServiceManager's tryUnregister before quiting in case another client
|
/system/core/bootstat/ |
D | bootstat.rc | 5 # before post-fs trigger 74 # Need go after persist peroperties are loaded which is right before zygote-start trigger
|