/system/sepolicy/ |
D | otapreopt_chroot.te | 13 # Allow otapreopt to use file descriptors from installd. 14 allow otapreopt_chroot installd:fd use;
|
D | domain_deprecated.te | 4 allow domain_deprecated kernel:fd use; 12 allow domain_deprecated system_server:fd use; 14 # Connect to adbd and use a socket transferred from it. 17 allow domain_deprecated adbd:fd use;
|
D | te_macros | 6 # cause it to occur automatically - use domain_auto_trans 40 # cause it to occur automatically - use file_type_auto_trans 129 # use set_prop(sourcedomain, targetproperty) 134 …print(`deprecated: unix_socket_connect($1, $2, $3) Please use set_prop($1, <property name>) instea… 176 # Allow domain to use Binder IPC. 196 # Receive and use open files from the server. 197 allow $1 $2:fd use; 274 # Allow domain to create and use a pty, isolated from any other domain ptys. 280 # Allow use of the pty after creation. 334 # Ability to use keystore. [all …]
|
D | sgdisk.te | 9 # Inherit and use pty created by android_fork_execvp() 13 allow sgdisk vold:fd use;
|
D | dex2oat.te | 9 allow dex2oat installd:fd use; 24 # Allow dex2oat to use file descriptors from otapreopt. 25 allow dex2oat postinstall_dexopt:fd use;
|
D | binderservicedomain.te | 4 allow binderservicedomain dumpstate:fd use; 14 allow binderservicedomain appdomain:fd use;
|
D | dnsmasq.te | 15 # Inherit and use open files from netd. 16 allow dnsmasq netd:fd use;
|
D | fsck_untrusted.te | 4 # Inherit and use pty created by android_fork_execvp_ext(). 8 allow fsck_untrusted vold:fd use;
|
D | postinstall_dexopt.te | 44 # Check validity of SELinux context before use. 55 # Allow otapreopt to use file descriptors from otapreopt_chroot. 57 allow postinstall_dexopt otapreopt_chroot:fd use;
|
D | toolbox.te | 3 # Do NOT use this domain for toolbox when run by any other domain. 13 # Inherit and use pty created by android_fork_execvp_ext().
|
D | fsck.te | 11 # Inherit and use pty created by android_fork_execvp_ext(). 15 allow fsck vold:fd use;
|
D | bluetoothdomain.te | 1 # Allow clients to use a socket provided by the bluetooth app.
|
/system/bt/doc/ |
D | style_guide.md | 58 The use of the C preprocessor should be minimized. In particular: 59 * use functions or, if absolutely necessary, inline functions instead of macros 60 * use `static const` variables instead of `#define` 61 * use `enum` for enumerations, not a collection of `#define`s 62 * minimize the use of feature / conditional macros 110 // use i 143 Instead, use zero-length arrays as described above to avoid pointer arithmetic 159 mechanism exists. In other words, use `__func__` over `__FUNCTION__`. 163 Whereas the _Language_ section describes the use of language features, this 169 Likewise, use `osi_free` over `free`. These wrapped functions provide additional [all …]
|
/system/extras/showslab/ |
D | showslab.c | 28 unsigned long use; /* percent full: total / active */ member 129 p->use = 100 * p->nr_active_objs / p->nr_objs; in get_slabinfo() 132 p->use = 0; in get_slabinfo() 239 BUILD_SORT_FUNC(use) in BUILD_SORT_FUNC() 340 p->nr_objs, p->nr_active_objs, p->use, in main()
|
D | NOTICE | 5 you may not use this file except in compliance with the License. 22 "License" shall mean the terms and conditions for use, reproduction, 90 use, offer to sell, sell, import, and otherwise transfer the Work, 138 for use, reproduction, or distribution of Your modifications, or 139 for any such Derivative Works as a whole, provided Your use, 151 6. Trademarks. This License does not grant permission to use the trade 153 except as required for reasonable and customary use in describing the 172 result of this License or out of the use or inability to use the
|
/system/bt/build/ |
D | BUILD.gn | 5 # you may not use this file except in compliance with the License. 58 #TODO(jpawlowski): we should use same c++ version as Android, which is c++11, 59 # but we use some c++14 features. Uncomment when this get fixed in code.:
|
/system/connectivity/shill/shims/protos/ |
D | crypto_util.proto | 5 // you may not use this file except in compliance with the License. 20 // Return codes describing calls to the shim. We could optionally use the 21 // process return code instead, or use definitions from elsewhere, but this
|
/system/core/metricsd/ |
D | README.md | 18 to link `libmetrics` and use its APIs to send metrics to `metricsd` for transport to 19 UMA. In order to use the library in a module, you need to do the following: 82 The recommended way to generate metrics data from a module is to link and use 100 ### How many buckets should I use in my histogram? 108 ### When should I use an enumeration (linear) histogram vs. a regular (exponential) histogram? 111 events and, in some cases, percentages. Normally, you should use a regular
|
/system/extras/memory_replay/ |
D | NOTICE | 5 you may not use this file except in compliance with the License. 22 "License" shall mean the terms and conditions for use, reproduction, 90 use, offer to sell, sell, import, and otherwise transfer the Work, 138 for use, reproduction, or distribution of Your modifications, or 139 for any such Derivative Works as a whole, provided Your use, 151 6. Trademarks. This License does not grant permission to use the trade 153 except as required for reasonable and customary use in describing the 172 result of this License or out of the use or inability to use the
|
/system/tpm/attestation/ |
D | NOTICE | 5 you may not use this file except in compliance with the License. 22 "License" shall mean the terms and conditions for use, reproduction, 90 use, offer to sell, sell, import, and otherwise transfer the Work, 138 for use, reproduction, or distribution of Your modifications, or 139 for any such Derivative Works as a whole, provided Your use, 151 6. Trademarks. This License does not grant permission to use the trade 153 except as required for reasonable and customary use in describing the 172 result of this License or out of the use or inability to use the
|
/system/extras/pagecache/ |
D | NOTICE | 5 you may not use this file except in compliance with the License. 22 "License" shall mean the terms and conditions for use, reproduction, 90 use, offer to sell, sell, import, and otherwise transfer the Work, 138 for use, reproduction, or distribution of Your modifications, or 139 for any such Derivative Works as a whole, provided Your use, 151 6. Trademarks. This License does not grant permission to use the trade 153 except as required for reasonable and customary use in describing the 172 result of this License or out of the use or inability to use the
|
/system/core/libnetutils/ |
D | NOTICE | 5 you may not use this file except in compliance with the License. 22 "License" shall mean the terms and conditions for use, reproduction, 90 use, offer to sell, sell, import, and otherwise transfer the Work, 138 for use, reproduction, or distribution of Your modifications, or 139 for any such Derivative Works as a whole, provided Your use, 151 6. Trademarks. This License does not grant permission to use the trade 153 except as required for reasonable and customary use in describing the 172 result of this License or out of the use or inability to use the
|
/system/core/debuggerd/ |
D | NOTICE | 5 you may not use this file except in compliance with the License. 22 "License" shall mean the terms and conditions for use, reproduction, 90 use, offer to sell, sell, import, and otherwise transfer the Work, 138 for use, reproduction, or distribution of Your modifications, or 139 for any such Derivative Works as a whole, provided Your use, 151 6. Trademarks. This License does not grant permission to use the trade 153 except as required for reasonable and customary use in describing the 172 result of this License or out of the use or inability to use the
|
/system/tools/aidl/ |
D | NOTICE | 5 you may not use this file except in compliance with the License. 22 "License" shall mean the terms and conditions for use, reproduction, 90 use, offer to sell, sell, import, and otherwise transfer the Work, 138 for use, reproduction, or distribution of Your modifications, or 139 for any such Derivative Works as a whole, provided Your use, 151 6. Trademarks. This License does not grant permission to use the trade 153 except as required for reasonable and customary use in describing the 172 result of this License or out of the use or inability to use the
|
/system/extras/kexec_tools/ |
D | NOTICE | 5 you may not use this file except in compliance with the License. 22 "License" shall mean the terms and conditions for use, reproduction, 90 use, offer to sell, sell, import, and otherwise transfer the Work, 138 for use, reproduction, or distribution of Your modifications, or 139 for any such Derivative Works as a whole, provided Your use, 151 6. Trademarks. This License does not grant permission to use the trade 153 except as required for reasonable and customary use in describing the 172 result of this License or out of the use or inability to use the
|