HomeSort by relevance Sort by last modified time
    Searched refs:like (Results 226 - 250 of 1502) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/crypto/cipher/
ctr.go 25 // implementation of CTR, like crypto/aes. NewCTR will check for this interface
  /prebuilts/go/darwin-x86/src/encoding/gob/
error.go 21 // errorf is like error_ but takes Printf-style arguments to construct an error.
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/sysdll/
sysdll.go 10 // IsSystemDLL reports whether the named dll key (a base name, like
  /prebuilts/go/darwin-x86/src/net/
iprawsock.go 112 // ReadFromIP acts like ReadFrom but returns an IPAddr.
157 // WriteToIP acts like WriteTo but takes an IPAddr.
204 // DialIP acts like Dial for IP networks.
219 // ListenIP acts like ListenPacket for IP networks.
  /prebuilts/go/darwin-x86/src/runtime/debug/
stack_test.go 23 The traceback should look something like this, modulo line numbers and hex constants.
  /prebuilts/go/darwin-x86/src/runtime/
mem_darwin.go 22 // Linux's MADV_DONTNEED is like BSD's MADV_FREE.
msan.go 28 // the runtime, but operations like a slice copy can call msanread
os_netbsd_arm.go 21 // TODO(minux): FP checks like in os_linux_arm.go.
proflabel.go 27 // racereleasemerge is like a full read-modify-write on
signal_windows.go 80 // Make it look like a call to the signal func.
92 // make the trace look like a call to runtime·sigpanic instead.
227 // handler and then raise a signal (like SIGABRT).
228 // Something like that should happen here.
  /prebuilts/go/darwin-x86/src/sync/
runtime.go 16 // SemacquireMutex is like Semacquire, but for profiling contended Mutexes.
  /prebuilts/go/darwin-x86/src/syscall/
net.go 25 // Write is like Read but for writing.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
example_iter_test.go 40 // EqualOpt is like EqualSimple, but optimizes the special
  /prebuilts/go/darwin-x86/test/bench/go1/
gob_test.go 46 // gob turns [] into null, so make a copy of the data structure like that
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue13160.go 29 // Arena where we read and write pointers like crazy.
issue21655.go 38 // like 0x80000000 and silently using them as
issue4585.go 29 // USmall is like U but the frontend will inline comparison
  /prebuilts/go/darwin-x86/test/
live1.go 15 // like the live.go test does.
nilptr3.go 156 _ = x[9] // ERROR "generated nil check" // bug: would like to remove this check (but nilcheck and load are in different blocks)
165 _ = x[9] // ERROR "generated nil check" // bug would like to remove before indirect
175 _ = x[9] // ERROR "generated nil check" // bug would like to remove before indirect
179 _ = x[9] // ERROR "generated nil check" // bug would like to remove before indirect
  /prebuilts/go/linux-x86/misc/cgo/testplugin/src/issue18676/
main.go 5 // The bug happened like this:
  /prebuilts/go/linux-x86/src/cmd/asm/internal/arch/
s390x.go 62 // one of the NEG-like instructions that require special handling.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
deadcode.go 18 p := []*Block{f.Entry} // stack-like worklist
54 var q []*Value // stack-like worklist of unscanned values
257 // whereas copies don't. This matters in loops like:
274 // situation like this:
  /prebuilts/go/linux-x86/src/cmd/trace/
doc.go 18 Generate a pprof-like profile from the trace:
  /prebuilts/go/linux-x86/src/cmd/vet/
doc.go 134 complains about arguments that look like format descriptor strings.
192 discarded. By default, this includes functions like fmt.Errorf and
193 fmt.Sprintf and methods like String and Error. The flags -unusedfuncs
205 A comma-separated list of print-like function names
nilfunc.go 7 A useless comparison is one like f == nil as opposed to f() == nil.

Completed in 310 milliseconds

1 2 3 4 5 6 7 8 91011>>