Home
last modified time | relevance | path

Searched refs:used (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/system/sepolicy/prebuilts/api/29.0/public/
Dattributes5 # All types used for devices.
10 # All types used for processes.
13 # All types used for filesystems.
18 # All types used for context= mounts.
21 # All types used for files that can exist on a labeled fs.
27 # All types used for domain entry points.
30 # All types used for /data files.
43 # All types used for procfs files.
49 # This attribute is used to audit access to proc_net. it is temporary and will
54 # All types used for sysfs files.
[all …]
Dflags_health_check.te17 # system property device_config_boot_count_prop is used for deciding when to perform server
23 # system property device_config_reset_performed_prop is used for indicating whether server
28 # server_configurable_flags_data_file is used for storing whether server configurable flags which
Ddevice.te21 # GPU (used by most UI apps)
60 # is used in per device policy
96 # Metadata block device used for encryption metadata.
102 # The 'misc' partition used by recovery and A/B.
106 # 'super' partition to be used for logical partitioning.
/system/sepolicy/public/
Dattributes5 # All types used for devices.
10 # All types used for processes.
13 # All types used for filesystems.
18 # All types used for context= mounts.
21 # All types used for files that can exist on a labeled fs.
27 # All types used for domain entry points.
30 # All types used for /data files.
43 # All types used for procfs files.
49 # This attribute is used to audit access to proc_net. it is temporary and will
54 # All types used for sysfs files.
[all …]
Dflags_health_check.te17 # system property device_config_boot_count_prop is used for deciding when to perform server
23 # system property device_config_reset_performed_prop is used for indicating whether server
28 # server_configurable_flags_data_file is used for storing whether server configurable flags which
Ddevice.te21 # GPU (used by most UI apps)
60 # is used in per device policy
96 # Metadata block device used for encryption metadata.
102 # The 'misc' partition used by recovery and A/B.
106 # 'super' partition to be used for logical partitioning.
/system/sepolicy/prebuilts/api/26.0/public/
Dattributes5 # All types used for devices.
10 # All types used for processes.
13 # All types used for filesystems.
18 # All types used for context= mounts.
21 # All types used for files that can exist on a labeled fs.
27 # All types used for domain entry points.
30 # All types used for /data files.
43 # Attribute used for all sdcards
46 # All types used for nodes/hosts.
49 # All types used for network interfaces.
[all …]
/system/sepolicy/prebuilts/api/28.0/public/
Dattributes5 # All types used for devices.
10 # All types used for processes.
13 # All types used for filesystems.
18 # All types used for context= mounts.
21 # All types used for files that can exist on a labeled fs.
27 # All types used for domain entry points.
30 # All types used for /data files.
39 # All types used for procfs files.
43 # All types used for sysfs files.
49 # Attribute used for all sdcards
[all …]
/system/sepolicy/prebuilts/api/27.0/public/
Dattributes5 # All types used for devices.
10 # All types used for processes.
13 # All types used for filesystems.
18 # All types used for context= mounts.
21 # All types used for files that can exist on a labeled fs.
27 # All types used for domain entry points.
30 # All types used for /data files.
44 # Attribute used for all sdcards
47 # All types used for nodes/hosts.
50 # All types used for network interfaces.
[all …]
Ddevice.te26 # GPU (used by most UI apps)
66 # is used in per device policy
97 # Metadata block device used for encryption metadata.
102 # The 'misc' partition used by recovery and A/B.
/system/security/keystore/
Doperation_config.proto25 // What type of encryption algorithm is the key being used in the op for.
28 // Size of the key being used in this op
39 // is not time based then this field will not be used and the key is per
43 // Track which padding mode was used for this operation.
46 // Keep track of the digest algorithm being used.
49 // Check what block mode is being used depending on the mode of encryption
/system/tools/hidl/test/vendor/1.0/
Dtypes.hal25 * @export is used to expose this enumeration in a C header using -Lexport-header.
27 * It should only be used to make a backwards compatible header definition so that
28 * constant values defined in a .hal file can be used in a C library.
30 * export_parent below is used to test the functionality of export_parent. Typically,
/system/chre/apps/chqts/
DREADME.md1 The subdirectories here contain the source code for nanoapps used for Context
2 Hub Qualification Test Suite (CHQTS). CHQTS is a test suite used to validate
/system/bt/doc/
Dnetwork_ports.md3 This document lists all of the network ports used by the bluetooth stack.
4 It should be used as a reference and as a mechanism to avoid port
Dproperties.md3 This document describes all of the Android properties used by the Bluetooth
13 it's used.
/system/chre/platform/shared/idl/
DREADME.md1 This folder contains FlatBuffers schema used in the communications protocol
4 Use the included update.sh script to generate the header files used in CHRE,
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/
Dgradle.properties10 # Specifies the JVM arguments used for the daemon process.
15 # This option should only be used with decoupled projects. More details, visit
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/
Dgradle.properties10 # Specifies the JVM arguments used for the daemon process.
15 # This option should only be used with decoupled projects. More details, visit
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/
Dgradle.properties10 # Specifies the JVM arguments used for the daemon process.
15 # This option should only be used with decoupled projects. More details, visit
/system/extras/simpleperf/demo/CppApi/
Dgradle.properties7 # Specifies the JVM arguments used for the daemon process.
11 # This option should only be used with decoupled projects. More details, visit
/system/extras/simpleperf/demo/JavaApi/
Dgradle.properties7 # Specifies the JVM arguments used for the daemon process.
11 # This option should only be used with decoupled projects. More details, visit
/system/core/cpio/
Dmkbootfs.c289 int used = 0; in read_canned_config() local
300 if (used >= allocated) { in read_canned_config()
307 struct fs_config_entry* cc = canned_config + used; in read_canned_config()
318 ++used; in read_canned_config()
320 if (used >= allocated) { in read_canned_config()
326 canned_config[used].name = NULL; in read_canned_config()
/system/media/audio_utils/
DDoxyfile3 # This file describes the settings to be used by the documentation system
20 # This tag specifies the encoding used for all characters in the config file
21 # that follow. The default is UTF-8 which is also the encoding used for all text
31 # project for which the documentation is generated. This name is used in the
37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
39 # control system is used.
56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
59 # left blank the current directory will be used.
73 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
105 # used to form the text in various listings. Each string in this list, if found
[all …]
DDoxyfile.orig3 # This file describes the settings to be used by the documentation system
20 # This tag specifies the encoding used for all characters in the config file
21 # that follow. The default is UTF-8 which is also the encoding used for all text
31 # project for which the documentation is generated. This name is used in the
37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
39 # control system is used.
56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
59 # left blank the current directory will be used.
73 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
105 # used to form the text in various listings. Each string in this list, if found
[all …]
/system/core/adb/
DOVERVIEW.TXT5 The Android Debug Bridge (ADB) is used to:
48 The 'adb' command-line program is used to run adb commands from a shell
54 Currently, a single 'adb' binary is used for both the server and client.
65 which is used to return the list of currently known devices and their
70 it on the device. The ADB server is used to multiplex streams
80 This details the protocol used between ADB clients and the ADB
94 The 'host:' prefix is used to indicate that the request is addressed
111 where '<serialnumber>' is used to identify a given device/emulator; after

12345678910>>...14