Home
last modified time | relevance | path

Searched refs:APP (Results 1 – 25 of 55) sorted by relevance

123

/external/llvm/test/MC/AsmParser/
Dinline-comments.ll1 ; RUN: llc %s -o - | sed -n -e '/#APP/,/#NO_APP/p' > %t
12 ;CHECK: #APP
15 ;CHECK: #APP
19 ;CHECK: #APP
24 ;CHECK: #APP
28 ;CHECK: #APP
32 ;CHECK: #APP
37 ;CHECK: #APP
41 ;CHECK: #APP
45 ;CHECK: #APP
[all …]
/external/compiler-rt/lib/msan/
Dmsan.h37 INVALID, APP, SHADOW, ORIGIN enumerator
50 {0x00e000000000ULL, 0x010000000000ULL, MappingDesc::APP, "app"}};
72 {0x05000000000ULL, 0x06000000000ULL, MappingDesc::APP, "app-1"},
74 {0x07000000000ULL, 0x08000000000ULL, MappingDesc::APP, "app-2"},
80 {0x0F000000000ULL, 0x10000000000ULL, MappingDesc::APP, "app-3"},
82 {0x11000000000ULL, 0x12000000000ULL, MappingDesc::APP, "app-4"},
87 {0x20000000000ULL, 0x21000000000ULL, MappingDesc::APP, "app-5"},
93 {0x2A000000000ULL, 0x2B000000000ULL, MappingDesc::APP, "app-6"},
97 {0x2E000000000ULL, 0x2F000000000ULL, MappingDesc::APP, "app-7"},
101 {0x3B000000000ULL, 0x3C000000000ULL, MappingDesc::APP, "app-8"},
[all …]
/external/libcap/contrib/
Dpcaps4convenience92 APP=`which -a $1 2>/dev/null`
93 if [ "$APP" != "" ]; then
95 for i in $APP; do
118 APP=`which -a $1 2>/dev/null`
119 if [ "$APP" != "" ]; then
121 for i in $APP; do
Dpcaps4suid0107 APP=`which -a $1 2>/dev/null`
108 if [ "$APP" != "" ]; then
110 for i in $APP; do
134 APP=`which -a $1 2>/dev/null`
135 if [ "$APP" != "" ]; then
137 for i in $APP; do
/external/llvm/test/CodeGen/Mips/
Dinlineasm_constraint.ll8 ; ALL: #APP
14 ; ALL: #APP
24 ; ALL: #APP
33 ; ALL: #APP
43 ; ALL: #APP
52 ; ALL: #APP
61 ; ALL: #APP
70 ; ALL: #APP
Dinlineasm-operand-code.ll22 ; ALL: #APP
34 ; ALL: #APP
48 ; ALL: #APP
59 ; ALL: #APP
70 ; ALL: #APP
81 ; ALL: #APP
93 ; ALL: #APP
104 ; ALL: #APP
116 ; ALL: #APP
130 ; ALL: #APP
[all …]
Dinlineasm_constraint_ZC.ll14 ; ALL: #APP
28 ; ALL: #APP
42 ; ALL: #APP
56 ; ALL: #APP
73 ; ALL: #APP
94 ; ALL: #APP
116 ; ALL: #APP
138 ; ALL: #APP
162 ; ALL: #APP
Dinlineasm-cnstrnt-reg.ll10 ;CHECK: #APP
16 ;CHECK: #APP
22 ;CHECK: #APP
28 ; CHECK: #APP
35 ; CHECK: #APP
Dinlineasm_constraint_R.ll12 ; CHECK: #APP
26 ; CHECK: #APP
40 ; CHECK: #APP
55 ; CHECK: #APP
Dinlineasm_constraint_m.ll12 ; CHECK: #APP
26 ; CHECK: #APP
40 ; CHECK: #APP
56 ; CHECK: #APP
Dinlineasmmemop.ll9 ; CHECK: #APP
13 ; CHECK: #APP
28 ; CHECK: #APP
34 ; CHECK: #APP
Dbrsize3.ll24 ; b-long: #APP
29 ; b-no-short: #APP
/external/llvm/test/CodeGen/X86/
Dms-inline-asm.ll8 ; CHECK: {{## InlineAsm Start|#APP}}
21 ; CHECK: {{## InlineAsm Start|#APP}}
35 ; CHECK: {{## InlineAsm Start|#APP}}
56 ; CHECK: {{## InlineAsm Start|#APP}}
76 ; CHECK: {{## InlineAsm Start|#APP}}
93 ; CHECK: {{## InlineAsm Start|#APP}}
98 ; CHECK: {{## InlineAsm Start|#APP}}
120 ; CHECK: {{## InlineAsm Start|#APP}}
Dinline-asm-2addr.ll7 ; CHECK: #APP
11 ; CHECK-NEXT: #APP
Dpr11415.ll7 ; CHECK: #APP
12 ; CHECK-NEXT: #APP
Dinline-sse.ll15 ; X32-NEXT: #APP
24 ; X64-NEXT: #APP
/external/llvm/test/CodeGen/WebAssembly/
Dinline-asm.ll12 ; CHECK-NEXT: #APP{{$}}
24 ; CHECK-NEXT: #APP{{$}}
37 ; CHECK-NEXT: #APP{{$}}
50 ; CHECK-NEXT: #APP{{$}}
/external/selinux/python/sepolicy/sepolicy/help/
Dports_inbound.txt1 This screen shows the network ports that processes running with the '%(APP)s' type is allowed to bi…
6 This screen allows you to modify the port number/port type definitions, which the '(APP)s' is curre…
Dports_outbound.txt1 This screen shows the network ports to which processes running with the '%(APP)s' type is allowed t…
6 This screen allows you to modify the port number/port type definitions, which the '%(APP)s' is curr…
Dfiles_exec.txt1 This screen shows application types that can transition to a process running with the '%(APP)s' typ…
4 … If you have an alternate executable that you would like to run in the '%(APP)s' domain, you need…
Dtransition_to.txt1 This screen shows the SELinux process 'types' which will transition to the '%(APP)s' type when exec…
10 This screen shows the executables that transition to another domain when '%(APP)s' executes them, a…
Dtransition_from.txt1 This screen shows when a process running with the '%(APP)s' type executes 'Commands File Paths' tha…
10 This screen shows the executables that transition to another domain when '%(APP)s' executes them, a…
Dtransition_file.txt1 …ified 'class' that will be created by processes running with '%(APP)s' type in the '%(APP)s' direc…
/external/swiftshader/third_party/LLVM/test/CodeGen/Mips/
Dinlineasmmemop.ll8 ; CHECK: #APP
12 ; CHECK: #APP
/external/llvm/test/Instrumentation/AddressSanitizer/X86/
Dasm_mov.s23 #APP
52 #APP

123