Home
last modified time | relevance | path

Searched refs:labels (Results 1 – 25 of 103) sorted by relevance

12345

/system/core/toolbox/
DAndroid.bp30 tool_files: ["generate-input.h-labels.py"],
33 out: ["input.h-labels.h"],
Dgetevent.c55 static const char *get_label(const struct label *labels, int value) in get_label() argument
57 while(labels->name && value != labels->value) { in get_label()
58 labels++; in get_label()
60 return labels->name; in get_label()
/system/sepolicy/microdroid/system/private/
Dmls7 # don't want to disable MLS, since we share some file labels with the
/system/core/init/
Dperfboot.py298 labels = []
301 labels.append('%s%s' % (tag, '' if i == 1 else str(i)))
305 f.write('\t'.join(labels) + '\n')
/system/sepolicy/prebuilts/api/32.0/private/
Dviewcompiler.te8 # own label, which differs from other labels created by other processes.
Dkeystore2_key_contexts2 # This file defines Keystore 2.0 namespaces and maps them to labels.
Ddexoptanalyzer.te12 # own label, which differs from other labels created by other processes.
/system/sepolicy/prebuilts/api/33.0/private/
Dviewcompiler.te8 # own label, which differs from other labels created by other processes.
Dkeystore2_key_contexts2 # This file defines Keystore 2.0 namespaces and maps them to labels.
Dvold_prepare_subdirs.te56 # Migrate legacy labels to apex_system_server_data_file (b/217581286)
/system/sepolicy/private/
Dkeystore2_key_contexts2 # This file defines Keystore 2.0 namespaces and maps them to labels.
Dviewcompiler.te8 # own label, which differs from other labels created by other processes.
Dvold_prepare_subdirs.te56 # Migrate legacy labels to apex_system_server_data_file (b/217581286)
/system/sepolicy/prebuilts/api/29.0/private/
Dviewcompiler.te8 # own label, which differs from other labels created by other processes.
Ddexoptanalyzer.te8 # own label, which differs from other labels created by other processes.
/system/sepolicy/prebuilts/api/31.0/private/
Dkeystore2_key_contexts2 # This file defines Keystore 2.0 namespaces and maps them to labels.
Dviewcompiler.te8 # own label, which differs from other labels created by other processes.
/system/sepolicy/prebuilts/api/34.0/private/
Dkeystore2_key_contexts2 # This file defines Keystore 2.0 namespaces and maps them to labels.
Dviewcompiler.te8 # own label, which differs from other labels created by other processes.
Dvold_prepare_subdirs.te56 # Migrate legacy labels to apex_system_server_data_file (b/217581286)
/system/sepolicy/prebuilts/api/30.0/private/
Dviewcompiler.te8 # own label, which differs from other labels created by other processes.
Ddexoptanalyzer.te12 # own label, which differs from other labels created by other processes.
/system/extras/simpleperf/scripts/
Dpprof_proto_generator.py191 self.labels = []
333 sample.labels.append(Label(
339 sample.labels.append(Label(
343 sample.labels.append(Label(
346 sample.labels.append(Label(
572 for l in sample.labels:
/system/sepolicy/prebuilts/api/30.0/public/
Diorap_prefetcherd.te46 # Note: Do not add any /vendor labels because they can be customized
/system/sepolicy/prebuilts/api/33.0/public/
Diorap_prefetcherd.te47 # Note: Do not add any /vendor labels because they can be customized

12345