/prebuilts/go/darwin-x86/misc/linkcheck/ |
linkcheck.go | 39 neededFrags = make(map[urlFrag][]string) // URL#frag -> who needs it
|
/prebuilts/go/darwin-x86/src/crypto/md5/ |
md5_test.go | 33 {"bff2dcb37ef3a44ba43ab144768ca837", "He who has a shady past knows that nice guys finish last."},
|
/prebuilts/go/darwin-x86/src/crypto/sha1/ |
sha1_test.go | 34 {"e5dea09392dd886ca63531aaa00571dc07554bb6", "He who has a shady past knows that nice guys finish last."},
|
/prebuilts/go/darwin-x86/src/crypto/sha512/ |
sha512_test.go | 110 "He who has a shady past knows that nice guys finish last.",
|
/prebuilts/go/darwin-x86/src/crypto/tls/ |
handshake_test.go | 26 // In order to save everyone who wishes to run the tests from needing the
|
/prebuilts/go/darwin-x86/src/hash/crc32/ |
crc32_test.go | 30 {0xc90ef73f, 0xe28207f, "He who has a shady past knows that nice guys finish last."},
|
/prebuilts/go/darwin-x86/src/runtime/ |
signal_windows.go | 88 // won't get to see who faulted.)
|
/prebuilts/go/linux-x86/misc/linkcheck/ |
linkcheck.go | 39 neededFrags = make(map[urlFrag][]string) // URL#frag -> who needs it
|
/prebuilts/go/linux-x86/src/crypto/md5/ |
md5_test.go | 33 {"bff2dcb37ef3a44ba43ab144768ca837", "He who has a shady past knows that nice guys finish last."},
|
/prebuilts/go/linux-x86/src/crypto/sha1/ |
sha1_test.go | 34 {"e5dea09392dd886ca63531aaa00571dc07554bb6", "He who has a shady past knows that nice guys finish last."},
|
/prebuilts/go/linux-x86/src/crypto/sha512/ |
sha512_test.go | 110 "He who has a shady past knows that nice guys finish last.",
|
/prebuilts/go/linux-x86/src/crypto/tls/ |
handshake_test.go | 26 // In order to save everyone who wishes to run the tests from needing the
|
/prebuilts/go/linux-x86/src/hash/crc32/ |
crc32_test.go | 30 {0xc90ef73f, 0xe28207f, "He who has a shady past knows that nice guys finish last."},
|
/prebuilts/go/linux-x86/src/runtime/ |
signal_windows.go | 88 // won't get to see who faulted.)
|
/external/autotest/client/cros/ |
cryptohome.py | 44 @param user: user who needs a shiny new cryptohome. 492 @param user: user who needs a shiny new cryptohome.
|
/external/iproute2/tc/ |
tc_qdisc.c | 204 int print_qdisc(const struct sockaddr_nl *who,
|
/external/libvorbis/doc/ |
05-comment.tex | 117 The artist(s) who performed the work. In classical music this would be the conductor, orchestra, soloists. In an audio book it would be the actor who did the reading. In popular music this is typically the same as the ARTIST and is omitted.
|
/external/selinux/policycoreutils/scripts/ |
fixfiles | 352 BOOTTIME=`/bin/who -b | awk '{print $3}'`
|
/frameworks/av/include/media/ |
AudioTrack.h | [all...] |
/frameworks/base/core/java/android/widget/ |
ProgressBar.java | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/ |
register.py | 104 1. figure who the user is, and then 120 Otherwise, to figure who the user is, we offer the user three 142 We need to know who you are, so please choose either:
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
imaplib.py | 411 def deleteacl(self, mailbox, who): 412 """Delete the ACLs (remove any rights) set for who on mailbox. 414 (typ, [data]) = <instance>.deleteacl(mailbox, who) 416 return self._simple_command('DELETEACL', mailbox, who) 663 def setacl(self, mailbox, who, what): 666 (typ, [data]) = <instance>.setacl(mailbox, who, what) 668 return self._simple_command('SETACL', mailbox, who, what) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/ |
register.py | 104 1. figure who the user is, and then 120 Otherwise, to figure who the user is, we offer the user three 142 We need to know who you are, so please choose either:
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
imaplib.py | 411 def deleteacl(self, mailbox, who): 412 """Delete the ACLs (remove any rights) set for who on mailbox. 414 (typ, [data]) = <instance>.deleteacl(mailbox, who) 416 return self._simple_command('DELETEACL', mailbox, who) 663 def setacl(self, mailbox, who, what): 666 (typ, [data]) = <instance>.setacl(mailbox, who, what) 668 return self._simple_command('SETACL', mailbox, who, what) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
register.py | 104 1. figure who the user is, and then 120 Otherwise, to figure who the user is, we offer the user three 142 We need to know who you are, so please choose either:
|