/external/selinux/sepolgen/tests/ |
D | audit.txt | 33 …:s0 msg='PAM: setcred acct=root : exe="/usr/bin/sudo" (hostname=?, addr=?, terminal=? res=success)' 34 …sg='PAM: session open acct=root : exe="/usr/bin/sudo" (hostname=?, addr=?, terminal=? res=success)' 35 …g='PAM: session close acct=root : exe="/usr/bin/sudo" (hostname=?, addr=?, terminal=? res=success)' 36 …'PAM: accounting acct=root : exe="/usr/sbin/crond" (hostname=?, addr=?, terminal=cron res=success)' 38 …AM: session open acct=root : exe="/usr/sbin/crond" (hostname=?, addr=?, terminal=cron res=success)' 39 …sg='PAM: setcred acct=root : exe="/usr/sbin/crond" (hostname=?, addr=?, terminal=cron res=success)' 40 …sg='PAM: setcred acct=root : exe="/usr/sbin/crond" (hostname=?, addr=?, terminal=cron res=success)' 41 …M: session close acct=root : exe="/usr/sbin/crond" (hostname=?, addr=?, terminal=cron res=success)' 42 …:s0 msg='PAM: setcred acct=root : exe="/usr/bin/sudo" (hostname=?, addr=?, terminal=? res=success)' 43 …sg='PAM: session open acct=root : exe="/usr/bin/sudo" (hostname=?, addr=?, terminal=? res=success)' [all …]
|
/external/toybox/toys/pending/ |
D | init.c | 71 struct termios terminal; in reset_term() local 73 tcgetattr(fd, &terminal); in reset_term() 74 terminal.c_cc[VINTR] = 3; //ctrl-c in reset_term() 75 terminal.c_cc[VQUIT] = 28; /*ctrl-\*/ in reset_term() 76 terminal.c_cc[VERASE] = 127; //ctrl-? in reset_term() 77 terminal.c_cc[VKILL] = 21; //ctrl-u in reset_term() 78 terminal.c_cc[VEOF] = 4; //ctrl-d in reset_term() 79 terminal.c_cc[VSTART] = 17; //ctrl-q in reset_term() 80 terminal.c_cc[VSTOP] = 19; //ctrl-s in reset_term() 81 terminal.c_cc[VSUSP] = 26; //ctrl-z in reset_term() [all …]
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | Trie.java | 47 private final boolean terminal; field in Trie 72 this.terminal = depth == elements.get(start).getKey().length(); in Trie() 73 if (this.terminal) { in Trie() 116 public boolean isTerminal() { return terminal; } in isTerminal() 166 if (terminal) { strings.add(prefix); } in toStringList() 180 sb.append(terminal ? "terminal" : "nonterminal"); in toStringBuilder()
|
/external/selinux/sepolgen/tests/test_data/ |
D | httpd.log | 1 …staff_r:staff_t:s0 tclass=dbus : exe="/bin/dbus-daemon" (sauid=81, hostname=?, addr=?, terminal=?)' 2 …staff_r:staff_t:s0 tclass=dbus : exe="/bin/dbus-daemon" (sauid=81, hostname=?, addr=?, terminal=?)' 3 …staff_r:staff_t:s0 tclass=dbus : exe="/bin/dbus-daemon" (sauid=81, hostname=?, addr=?, terminal=?)' 4 …staff_r:staff_t:s0 tclass=dbus : exe="/bin/dbus-daemon" (sauid=81, hostname=?, addr=?, terminal=?)' 5 …staff_r:staff_t:s0 tclass=dbus : exe="/bin/dbus-daemon" (sauid=81, hostname=?, addr=?, terminal=?)' 6 …staff_r:staff_t:s0 tclass=dbus : exe="/bin/dbus-daemon" (sauid=81, hostname=?, addr=?, terminal=?)' 7 …staff_r:staff_t:s0 tclass=dbus : exe="/bin/dbus-daemon" (sauid=81, hostname=?, addr=?, terminal=?)' 8 …staff_r:staff_t:s0 tclass=dbus : exe="/bin/dbus-daemon" (sauid=81, hostname=?, addr=?, terminal=?)' 9 …staff_r:staff_t:s0 tclass=dbus : exe="/bin/dbus-daemon" (sauid=81, hostname=?, addr=?, terminal=?)' 10 …staff_r:staff_t:s0 tclass=dbus : exe="/bin/dbus-daemon" (sauid=81, hostname=?, addr=?, terminal=?)' [all …]
|
D | audit.log | 13 …msg='PAM: authentication acct=root : exe="/bin/su" (hostname=?, addr=?, terminal=pts/1 res=success… 14 …:s0 msg='PAM: accounting acct=root : exe="/bin/su" (hostname=?, addr=?, terminal=pts/1 res=success… 48 …0 msg='PAM: session open acct=root : exe="/bin/su" (hostname=?, addr=?, terminal=pts/1 res=success… 49 …u_t:s0 msg='PAM: setcred acct=root : exe="/bin/su" (hostname=?, addr=?, terminal=pts/1 res=success… 58 …hentication acct=kmacmill : exe="/usr/bin/newrole" (hostname=?, addr=?, terminal=pts/1 res=success… 59 … accounting acct=kmacmill : exe="/usr/bin/newrole" (hostname=?, addr=?, terminal=pts/1 res=success… 60 …=staff_u:sysadm_r:sysadm_t: exe="/usr/bin/newrole" (hostname=?, addr=?, terminal=/dev/pts/1 res=su… 116 …u_t:s0 msg='PAM: setcred acct=root : exe="/bin/su" (hostname=?, addr=?, terminal=pts/1 res=success… 122 … msg='PAM: session close acct=root : exe="/bin/su" (hostname=?, addr=?, terminal=pts/1 res=success… 128 …ion close acct=kmacmill : exe="/usr/sbin/gdm-binary" (hostname=?, addr=?, terminal=:0 res=success)' [all …]
|
/external/marisa-trie/lib/marisa/ |
D | key.h | 20 void set_terminal(UInt32 terminal) { in set_terminal() argument 21 terminal_ = terminal; in set_terminal() 33 UInt32 terminal() const { in terminal() function
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
D | key.h | 22 void set_terminal(UInt32 terminal) { in set_terminal() argument 23 terminal_ = terminal; in set_terminal() 35 UInt32 terminal() const { in terminal() function
|
/external/elfutils/po/ |
D | en@quot.header | 14 # When output to an UTF-8 terminal, the quotation characters appear perfectly. 15 # When output to an ISO-8859-1 terminal, the single quotation marks are 19 # When output to an ASCII terminal, the single quotation marks are
|
D | en@boldquot.header | 14 # When output to an UTF-8 terminal, the quotation characters appear perfectly. 15 # When output to an ISO-8859-1 terminal, the single quotation marks are 19 # When output to an ASCII terminal, the single quotation marks are
|
/external/bison/po/ |
D | en@quot.header | 14 # When output to an UTF-8 terminal, the quotation characters appear perfectly. 15 # When output to an ISO-8859-1 terminal, the single quotation marks are 19 # When output to an ASCII terminal, the single quotation marks are
|
D | en@boldquot.header | 14 # When output to an UTF-8 terminal, the quotation characters appear perfectly. 15 # When output to an ISO-8859-1 terminal, the single quotation marks are 19 # When output to an ASCII terminal, the single quotation marks are
|
/external/bison/runtime-po/ |
D | en@quot.header | 14 # When output to an UTF-8 terminal, the quotation characters appear perfectly. 15 # When output to an ISO-8859-1 terminal, the single quotation marks are 19 # When output to an ASCII terminal, the single quotation marks are
|
D | en@boldquot.header | 14 # When output to an UTF-8 terminal, the quotation characters appear perfectly. 15 # When output to an ISO-8859-1 terminal, the single quotation marks are 19 # When output to an ASCII terminal, the single quotation marks are
|
/external/libexif/po/ |
D | en@quot.header | 14 # When output to an UTF-8 terminal, the quotation characters appear perfectly. 15 # When output to an ISO-8859-1 terminal, the single quotation marks are 19 # When output to an ASCII terminal, the single quotation marks are
|
D | en@boldquot.header | 14 # When output to an UTF-8 terminal, the quotation characters appear perfectly. 15 # When output to an ISO-8859-1 terminal, the single quotation marks are 19 # When output to an ASCII terminal, the single quotation marks are
|
/external/e2fsprogs/po/ |
D | en@quot.header | 14 # When output to an UTF-8 terminal, the quotation characters appear perfectly. 15 # When output to an ISO-8859-1 terminal, the single quotation marks are 19 # When output to an ASCII terminal, the single quotation marks are
|
D | en@boldquot.header | 14 # When output to an UTF-8 terminal, the quotation characters appear perfectly. 15 # When output to an ISO-8859-1 terminal, the single quotation marks are 19 # When output to an ASCII terminal, the single quotation marks are
|
/external/fio/tools/plot/ |
D | graph3D.gpm | 5 set terminal png size 1280,1024 7 #set terminal x11 68 set terminal png size 1024,768
|
D | graph2D.gpm | 5 set terminal png size 1280,1024 7 #set terminal x11
|
/external/parameter-framework/upstream/test/functional-tests-legacy/ |
D | ACTCampaignEngine.py | 51 self.terminal = sys.stdout 55 self.terminal.write(message)
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/ |
D | ConsoleActivity.java | 73 import de.mud.terminal.VDUBuffer; 74 import de.mud.terminal.vt320; 403 TerminalView terminal = (TerminalView) flip; in onCreate() 408 final int moved = (int) (totalY / terminal.bridge.charHeight); in onCreate() 410 VDUBuffer buffer = terminal.bridge.getVDUBuffer(); in onCreate() 424 terminal.bridge.tryKeyVibrate(); in onCreate() 429 terminal.bridge.tryKeyVibrate(); in onCreate() 590 getMenuInflater().inflate(R.menu.terminal, menu); in onCreateOptionsMenu() 933 TerminalView terminal = new TerminalView(ConsoleActivity.this, bridge); in addNewTerminalView() local 934 terminal.setId(R.id.console_flip); in addNewTerminalView() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | sret-implicit.ll | 4 ; RUN: llc -mtriple=x86_64-apple-darwin8 -terminal-rule < %s | FileCheck %s --check-prefix=X64 5 ; RUN: llc -mtriple=x86_64-pc-linux -terminal-rule < %s | FileCheck %s --check-prefix=X64
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
D | Huffman.java | 171 Node terminal = new Node(sym, len); in addCode() local 190 current.children[i] = terminal; in addCode()
|
/external/libxml2/include/libxml/ |
D | xmlregexp.h | 101 int *terminal); 108 int *terminal);
|
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/ |
D | VDUDisplay.java | 26 package de.mud.terminal;
|