HomeSort by relevance Sort by last modified time
    Searched refs:That (Results 126 - 150 of 402) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/darwin-x86/src/net/url/
url.go 3 // license that can be found in the LICENSE file.
22 // Error reports an error and the operation and URL that caused it.
100 // Please be informed that for now shouldEscape does not check all
114 // We add < > because they're the only characters left that
136 // last three as well. That leaves only ? to escape.
148 // that too.
177 // PathUnescape is identical to QueryUnescape except that it does not unescape '+' to ' ' (space).
185 // Count %, check that they're well-formed.
210 // and that even non-ASCII can be redundantly escaped,
212 // that are valid host name bytes in their unescaped form
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
os_netbsd.go 3 // license that can be found in the LICENSE file.
186 // netbsdMStart is the function call that starts executing a newly
188 // of the creating thread. That confuses minit, so we remove that
191 // it's a simple change that keeps NetBSD working like other OS's.
236 // created in C that calls sigaltstack and then calls a Go
runtime_test.go 3 // license that can be found in the LICENSE file.
100 // This is less a test of SetPanicOnFault and more a check that
102 // correctly. That is, we're indirectly testing that without SetPanicOnFault
104 // Note that these are truncated on 32-bit systems, so the bottom 32 bits
108 // addresses that normally an OS would reserve for itself, or malformed
160 // The read should fault, except that sometimes we hit
161 // addresses that have had C or kernel pages mapped there
249 t.Skip("skipping OS that doesn't have open/read/write/close")
335 // Test that version does not contain \r or \n
    [all...]
vdso_linux_amd64.go 3 // license that can be found in the LICENSE file.
237 // That's all we need.
  /prebuilts/go/darwin-x86/src/strconv/
decimal.go 3 // license that can be found in the LICENSE file.
104 // Maximum shift that we can do in one pass without overflow.
164 // number of new digits that will be introduced by that shift.
166 // For example, leftcheats[4] = {2, "625"}. That means that
  /prebuilts/go/darwin-x86/src/sync/
pool.go 3 // license that can be found in the LICENSE file.
14 // A Pool is a set of temporary objects that may be individually saved and
24 // relieving pressure on the garbage collector. That is, it makes it easy to
40 // that scenario. It is more efficient to have such objects implement their own
71 // directly, for fear of conflicting with other synchronization on that address.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
gen.go 3 // license that can be found in the LICENSE file.
49 // This is a plain parameter or local variable that needs to move to the heap,
51 // That is, if we have:
78 // escape--the pointer inside x does, but that
88 // function parameter that moved to the heap.
94 // a function parameter that moved to the heap.
124 // in addition to the copy in the heap that may live longer than
133 // and substitute that copy into the function declaration list
134 // so that analyses of the local (on-stack) variables use it.
151 // Substitute the stackcopy into the function variable list so that
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
doc.go 3 // license that can be found in the LICENSE file.
17 summary of each of the first-level items "under" that item (package-level
22 Given no arguments, that is, when run as
45 That is, the package presented is the one that matches the search and is nearest
64 either case but upper-case letters match exactly. This means that there may be
note.go 3 // license that can be found in the LICENSE file.
78 // Rewrite the ELF header to set shnum to 0, so that we can pass
81 // That's a waste of I/O when all we care about is the Prog list
112 // in that case, extract the note data manually.
152 // Sadly, that's not guaranteed to hold the note, because there is an arbitrary amount
  /prebuilts/go/linux-x86/src/cmd/vet/
deadcode.go 3 // license that can be found in the LICENSE file.
162 // This is slightly conservative, in that we don't
163 // check that the goto is reachable, so
253 // default blocks until one of the cases can run. That's different
  /prebuilts/go/linux-x86/src/crypto/sha512/
sha512_test.go 3 // license that can be found in the LICENSE file.
111 "He who has a shady past knows that nice guys finish last.",
202 "It's well we cannot hear the screams/That we create in others' dreams.",
209 "You remind me of a TV show, but that's all right: I watch it anyway.",
308 // Tests that blockGeneric (pure Go) and block (in assembly for some architectures) match.
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32_test.go 3 // license that can be found in the LICENSE file.
31 {0xc90ef73f, 0xe28207f, "He who has a shady past knows that nice guys finish last."},
44 {0x90631e8d, 0xbec49c95, "It's well we cannot hear the screams/That we create in others' dreams."},
45 {0x78309130, 0xa95a2079, "You remind me of a TV show, but that's all right: I watch it anyway."},
52 // testGoldenIEEE verifies that the given function returns
62 // testGoldenCastagnoli verifies that the given function returns
72 // testCrossCheck generates random buffers of various lengths and verifies that
158 // data; test that as well.
184 // data; test that as well.
  /prebuilts/go/linux-x86/src/io/
pipe.go 3 // license that can be found in the LICENSE file.
127 // If the write end is closed with an error, that error is
154 // If the read end is closed with an error, that err is
182 // That is, each Write to the PipeWriter blocks until it has satisfied
183 // one or more Reads from the PipeReader that fully consume
  /prebuilts/go/linux-x86/src/math/
erf.go 3 // license that can be found in the LICENSE file.
21 // software is freely granted, provided that this notice
35 // Note that
52 // and that
68 // That is, we use rational approximation to approximate
70 // Note that |P1/Q1|< 0.078 for x in [0.84375,1.25]
expm1.go 3 // license that can be found in the LICENSE file.
17 // software is freely granted, provided that this notice
26 // Given x, find r and integer k such that
39 // That is,
111 // constants. The decimal values may be used, provided that the
  /prebuilts/go/linux-x86/src/net/
dnsclient.go 3 // license that can be found in the LICENSE file.
60 // Presotto says it's okay to assume that servers listed in
70 // header. That header might say it's
177 // It's hard to tell so we settle on the heuristic that names without dots
ipsock_posix.go 3 // license that can be found in the LICENSE file.
29 // interface. That simplifies our code and is most general.
89 // and laddr is a wildcard, it assumes that the user wants to
95 // capabilities, or does not support IPv4, we assume that
121 // Note that OpenBSD allows neither "net.inet6.ip6.v6only=1" change
unixsock_posix.go 3 // license that can be found in the LICENSE file.
171 // the file that announcing created, so
179 // programs that can mess us up.
201 // That is, when the listener and the underlying socket file were created by a call to
  /prebuilts/go/linux-x86/src/net/url/
url.go 3 // license that can be found in the LICENSE file.
22 // Error reports an error and the operation and URL that caused it.
100 // Please be informed that for now shouldEscape does not check all
114 // We add < > because they're the only characters left that
136 // last three as well. That leaves only ? to escape.
148 // that too.
177 // PathUnescape is identical to QueryUnescape except that it does not unescape '+' to ' ' (space).
185 // Count %, check that they're well-formed.
210 // and that even non-ASCII can be redundantly escaped,
212 // that are valid host name bytes in their unescaped form
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
os_netbsd.go 3 // license that can be found in the LICENSE file.
186 // netbsdMStart is the function call that starts executing a newly
188 // of the creating thread. That confuses minit, so we remove that
191 // it's a simple change that keeps NetBSD working like other OS's.
236 // created in C that calls sigaltstack and then calls a Go
runtime_test.go 3 // license that can be found in the LICENSE file.
100 // This is less a test of SetPanicOnFault and more a check that
102 // correctly. That is, we're indirectly testing that without SetPanicOnFault
104 // Note that these are truncated on 32-bit systems, so the bottom 32 bits
108 // addresses that normally an OS would reserve for itself, or malformed
160 // The read should fault, except that sometimes we hit
161 // addresses that have had C or kernel pages mapped there
249 t.Skip("skipping OS that doesn't have open/read/write/close")
335 // Test that version does not contain \r or \n
    [all...]
vdso_linux_amd64.go 3 // license that can be found in the LICENSE file.
237 // That's all we need.
  /prebuilts/go/linux-x86/src/strconv/
decimal.go 3 // license that can be found in the LICENSE file.
104 // Maximum shift that we can do in one pass without overflow.
164 // number of new digits that will be introduced by that shift.
166 // For example, leftcheats[4] = {2, "625"}. That means that
  /prebuilts/go/linux-x86/src/sync/
pool.go 3 // license that can be found in the LICENSE file.
14 // A Pool is a set of temporary objects that may be individually saved and
24 // relieving pressure on the garbage collector. That is, it makes it easy to
40 // that scenario. It is more efficient to have such objects implement their own
71 // directly, for fear of conflicting with other synchronization on that address.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
plistlib.py 44 pl[u'\xc5benraa'] = "That was a unicode key."

Completed in 9108 milliseconds

1 2 3 4 56 7 8 91011>>