HomeSort by relevance Sort by last modified time
    Searched full:hasprefix (Results 76 - 100 of 535) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/
decode_test.go 26 if line == "" || strings.HasPrefix(line, "#") {
  /prebuilts/go/linux-x86/src/go/doc/
synopsis.go 71 if strings.HasPrefix(strings.ToLower(s), prefix) {
  /prebuilts/go/linux-x86/src/os/
env_test.go 78 if strings.HasPrefix(key, prefix) {
  /prebuilts/go/linux-x86/src/runtime/debug/
stack_test.go 47 if strings.HasPrefix(lines[n], "\t") {
  /build/kati/
find.cc 607 if (HasPrefix(tok, "--prune=")) {
615 } else if (HasPrefix(tok, "--mindepth=")) {
624 } else if (HasPrefix(tok, "--")) {
706 return (!HasPrefix(s, "../") &&
707 !HasPrefix(s, "/") &&
708 !HasPrefix(s, ".repo") &&
709 !HasPrefix(s, ".git") &&
710 !HasPrefix(s, "out"));
strutil.go 136 return strings.HasPrefix(str, pat[:i]) && strings.HasSuffix(str, pat[i+1:])
144 return bytes.HasPrefix(str, pat[:i]) && bytes.HasSuffix(str, pat[i+1:])
260 for strings.HasPrefix(s, "./") {
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRRuntimeException.m 106 if ([traceStr hasPrefix:@"main("] > 0)
108 if (![traceStr hasPrefix:@"org.stringtemplate"])
  /prebuilts/go/darwin-x86/misc/linkcheck/
linkcheck.go 56 if strings.HasPrefix(ref, "/src/") {
137 if !strings.HasPrefix(newURL.String(), *root) {
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
symtab.go 405 if strings.HasPrefix(s.Name, "type.") && !DynlinkingGo() {
411 if strings.HasPrefix(s.Name, "go.typelink.") {
418 if strings.HasPrefix(s.Name, "go.string.") {
424 if strings.HasPrefix(s.Name, "runtime.gcbits.") {
430 if strings.HasPrefix(s.Name, "go.func.") {
436 if strings.HasPrefix(s.Name, "gcargs.") || strings.HasPrefix(s.Name, "gclocals.") || strings.HasPrefix(s.Name, "gclocals·") {
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
symtab.go 402 if strings.HasPrefix(s.Name, "type.") && !DynlinkingGo() {
408 if strings.HasPrefix(s.Name, "go.typelink.") {
415 if strings.HasPrefix(s.Name, "go.string.") {
421 if strings.HasPrefix(s.Name, "runtime.gcbits.") {
427 if strings.HasPrefix(s.Name, "go.func.") {
433 if strings.HasPrefix(s.Name, "gcargs.") || strings.HasPrefix(s.Name, "gclocals.") || strings.HasPrefix(s.Name, "gclocals·") {
objfile.go 254 if len(s.P) > 0 && dup != nil && len(dup.P) > 0 && strings.HasPrefix(s.Name, "gclocals·") {
462 if strings.HasPrefix(s.Name, "$f32.") {
469 } else if strings.HasPrefix(s.Name, "$f64.") || strings.HasPrefix(s.Name, "$i64.") {
478 if v == 0 && strings.HasPrefix(s.Name, "runtime.gcbits.") {
  /prebuilts/go/darwin-x86/src/encoding/asn1/
common.go 108 case strings.HasPrefix(part, "default:"):
114 case strings.HasPrefix(part, "tag:"):
  /prebuilts/go/darwin-x86/src/html/template/
attr.go 141 if strings.HasPrefix(name, "data-") {
157 if strings.HasPrefix(name, "on") {
  /prebuilts/go/darwin-x86/src/mime/
type.go 158 if !strings.HasPrefix(ext, ".") {
170 if strings.HasPrefix(mimeType, "text/") && param["charset"] == "" {
  /prebuilts/go/linux-x86/misc/linkcheck/
linkcheck.go 56 if strings.HasPrefix(ref, "/src/") {
137 if !strings.HasPrefix(newURL.String(), *root) {
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
symtab.go 405 if strings.HasPrefix(s.Name, "type.") && !DynlinkingGo() {
411 if strings.HasPrefix(s.Name, "go.typelink.") {
418 if strings.HasPrefix(s.Name, "go.string.") {
424 if strings.HasPrefix(s.Name, "runtime.gcbits.") {
430 if strings.HasPrefix(s.Name, "go.func.") {
436 if strings.HasPrefix(s.Name, "gcargs.") || strings.HasPrefix(s.Name, "gclocals.") || strings.HasPrefix(s.Name, "gclocals·") {
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
symtab.go 402 if strings.HasPrefix(s.Name, "type.") && !DynlinkingGo() {
408 if strings.HasPrefix(s.Name, "go.typelink.") {
415 if strings.HasPrefix(s.Name, "go.string.") {
421 if strings.HasPrefix(s.Name, "runtime.gcbits.") {
427 if strings.HasPrefix(s.Name, "go.func.") {
433 if strings.HasPrefix(s.Name, "gcargs.") || strings.HasPrefix(s.Name, "gclocals.") || strings.HasPrefix(s.Name, "gclocals·") {
objfile.go 254 if len(s.P) > 0 && dup != nil && len(dup.P) > 0 && strings.HasPrefix(s.Name, "gclocals·") {
462 if strings.HasPrefix(s.Name, "$f32.") {
469 } else if strings.HasPrefix(s.Name, "$f64.") || strings.HasPrefix(s.Name, "$i64.") {
478 if v == 0 && strings.HasPrefix(s.Name, "runtime.gcbits.") {
  /prebuilts/go/linux-x86/src/encoding/asn1/
common.go 108 case strings.HasPrefix(part, "default:"):
114 case strings.HasPrefix(part, "tag:"):
  /prebuilts/go/linux-x86/src/html/template/
attr.go 141 if strings.HasPrefix(name, "data-") {
157 if strings.HasPrefix(name, "on") {
  /prebuilts/go/linux-x86/src/mime/
type.go 158 if !strings.HasPrefix(ext, ".") {
170 if strings.HasPrefix(mimeType, "text/") && param["charset"] == "" {
  /prebuilts/go/darwin-x86/src/cmd/fix/
typecheck.go 65 return strings.HasPrefix(t, "type ")
471 if strings.HasPrefix(t, "[") || strings.HasPrefix(t, "map[") {
486 } else if strings.HasPrefix(t, "*") {
513 } else if strings.HasPrefix(t, "[") {
518 } else if strings.HasPrefix(t, "map[") {
594 if !strings.HasPrefix(s, "func(") {
  /prebuilts/go/linux-x86/src/cmd/fix/
typecheck.go 65 return strings.HasPrefix(t, "type ")
471 if strings.HasPrefix(t, "[") || strings.HasPrefix(t, "map[") {
486 } else if strings.HasPrefix(t, "*") {
513 } else if strings.HasPrefix(t, "[") {
518 } else if strings.HasPrefix(t, "map[") {
594 if !strings.HasPrefix(s, "func(") {
  /external/boringssl/src/util/
make_errors.go 183 if !strings.HasPrefix(line, "#define ") {
193 if !strings.HasPrefix(key, lib+"_R_") {
353 case strings.HasPrefix(token, reasonPrefix):
  /prebuilts/go/darwin-x86/src/crypto/rsa/
pss_test.go 111 case strings.HasPrefix(line, "# ======") && lastWasValue:
114 case strings.HasPrefix(line, "# ------") && lastWasValue:
117 case strings.HasPrefix(line, "#"):

Completed in 389 milliseconds

1 2 34 5 6 7 8 91011>>