HomeSort by relevance Sort by last modified time
    Searched refs:like (Results 201 - 225 of 1241) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/linux-x86/src/cmd/dist/
main.go 60 // count is a flag.Value that is like a flag.Bool and a flag.Int.
  /prebuilts/go/linux-x86/src/cmd/vet/
doc.go 135 complains about arguments that look like format descriptor strings.
193 discarded. By default, this includes functions like fmt.Errorf and
194 fmt.Sprintf and methods like String and Error. The flags -unusedfuncs
206 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.
  /prebuilts/go/linux-x86/src/crypto/cipher/
ctr.go 25 // implementation of CTR, like crypto/aes. NewCTR will check for this interface
  /prebuilts/go/linux-x86/src/encoding/gob/
error.go 21 // errorf is like error_ but takes Printf-style arguments to construct an error.
  /prebuilts/go/linux-x86/src/internal/syscall/windows/sysdll/
sysdll.go 10 // IsSystemDLL reports whether the named dll key (a base name, like
  /prebuilts/go/linux-x86/src/net/
tcpsockopt_solaris.go 30 // and do it anyway, like on Darwin, because Solaris might eventually
  /prebuilts/go/linux-x86/src/os/
wait_wait6.go 21 // The arguments on 32-bit FreeBSD look like the following:
  /prebuilts/go/linux-x86/src/runtime/debug/
stack_test.go 23 The traceback should look something like this, modulo line numbers and hex constants.
  /prebuilts/go/linux-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 19 // TODO(minux): FP checks like in os_linux_arm.go.
  /prebuilts/go/linux-x86/src/runtime/trace/
trace.go 6 // The tracer captures a wide range of execution events like goroutine
  /prebuilts/go/linux-x86/src/sync/
runtime.go 16 // SemacquireMutex is like Semacquire, but for profiling contended Mutexes.
  /prebuilts/go/linux-x86/test/bench/go1/
gob_test.go 46 // gob turns [] into null, so make a copy of the data structure like that
  /prebuilts/go/linux-x86/test/fixedbugs/
issue13160.go 29 // Arena where we read and write pointers like crazy.
issue4585.go 29 // USmall is like U but the frontend will inline comparison
  /prebuilts/go/linux-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
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
general.s 65 # these, and others like them should have no operand size prefix
  /build/make/core/
install_jni_libs_internal.mk 87 # Files like @lib/<abi>/libfoo.so (path inside the apk) are JNI libs embedded prebuilt apk;
88 # Files like path/to/libfoo.so (path relative to LOCAL_PATH) are prebuilts in the source tree.
  /build/soong/ui/build/
make.go 33 // actually need to be run (like the Soong config generator).
142 // Print the banner like make does
  /external/ImageMagick/www/api/
monitor.php 59 <p>SetImageProgressMonitor() sets the image progress monitor to the specified method and returns the previous progress monitor if any. The progress monitor method looks like this:</p>
98 <p>SetImageInfoProgressMonitor() sets the image_info progress monitor to the specified method and returns the previous progress monitor if any. The progress monitor method looks like this:</p>
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTreeAdaptor.as 8 * If you would like to have different tokens created than ClassicToken
66 * seems like this will yield start=i and stop=i-1 in a nil node.
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Lexer.java 566 * the like to map.

Completed in 1323 milliseconds

1 2 3 4 5 6 7 891011>>