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

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/go/scanner/
scanner.go 147 if bytes.HasPrefix(text, prefix) {
  /prebuilts/go/darwin-x86/src/net/mail/
message.go 458 if strings.HasPrefix(atom, ".") {
  /prebuilts/go/darwin-x86/src/net/rpc/
server_test.go 152 } else if !strings.HasPrefix(err.Error(), "rpc: can't find method ") {
  /prebuilts/go/darwin-x86/src/os/exec/
lp_windows_test.go 98 if strings.HasPrefix(strings.ToUpper(e), name+"=") {
  /prebuilts/go/darwin-x86/src/runtime/pprof/
pprof.go 350 if name == "runtime.goexit" || !show && strings.HasPrefix(name, "runtime.") {
pprof_test.go 394 if !strings.HasPrefix(prof, "--- contention:\ncycles/second=") {
  /prebuilts/go/darwin-x86/src/strings/
replace.go 218 } else if node.prefix != "" && HasPrefix(s, node.prefix) {
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/
objfile.go 272 if !strings.HasPrefix(s.Name, "\"\".") {
  /prebuilts/go/linux-x86/src/cmd/go/
get.go 225 if strings.HasPrefix(p.ImportPath, "code.google.com") {
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
objfile.go 269 if !strings.HasPrefix(s.Name, "\"\".") {
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/profile/
profile.go 203 if strings.HasPrefix(file, "[") {
  /prebuilts/go/linux-x86/src/encoding/xml/
xml_test.go 321 if strings.ContainsAny(text, "<>") && (!strings.HasPrefix(text, "<") || !strings.HasSuffix(text, ">")) {
  /prebuilts/go/linux-x86/src/go/scanner/
scanner.go 147 if bytes.HasPrefix(text, prefix) {
  /prebuilts/go/linux-x86/src/net/mail/
message.go 458 if strings.HasPrefix(atom, ".") {
  /prebuilts/go/linux-x86/src/net/rpc/
server_test.go 152 } else if !strings.HasPrefix(err.Error(), "rpc: can't find method ") {
  /prebuilts/go/linux-x86/src/os/exec/
lp_windows_test.go 98 if strings.HasPrefix(strings.ToUpper(e), name+"=") {
  /prebuilts/go/linux-x86/src/runtime/pprof/
pprof.go 350 if name == "runtime.goexit" || !show && strings.HasPrefix(name, "runtime.") {
pprof_test.go 394 if !strings.HasPrefix(prof, "--- contention:\ncycles/second=") {
  /prebuilts/go/linux-x86/src/strings/
replace.go 218 } else if node.prefix != "" && HasPrefix(s, node.prefix) {
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/path/
filepath.a 105 func @"".IsAbs (@"".path·2 string "esc:0x1") (? bool) { return @"strings".HasPrefix(@"".path·2, "/") }
106 func @"".HasPrefix (@"".p·2 string "esc:0x1", @"".prefix·3 string "esc:0x1") (? bool) { return @"strings".HasPrefix(@"".p·2, @"".prefix·3) }
113 func @"strings".HasPrefix (@"strings".s·2 string "esc:0x1", @"strings".prefix·3 string "esc:0x1") (? bool) { return len(@"strings".s·2) >= len(@"strings".prefix·3) && @"strings".s·2[0x0:len(@"strings".prefix·3)] == @"strings".prefix·3 }
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/path/
filepath.a 105 func @"".IsAbs (@"".path·2 string "esc:0x1") (? bool) { return @"strings".HasPrefix(@"".path·2, "/") }
106 func @"".HasPrefix (@"".p·2 string "esc:0x1", @"".prefix·3 string "esc:0x1") (? bool) { return @"strings".HasPrefix(@"".p·2, @"".prefix·3) }
113 func @"strings".HasPrefix (@"strings".s·2 string "esc:0x1", @"strings".prefix·3 string "esc:0x1") (? bool) { return len(@"strings".s·2) >= len(@"strings".prefix·3) && @"strings".s·2[0x0:len(@"strings".prefix·3)] == @"strings".prefix·3 }
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/pprof/internal/
plugin.a 41 type @"regexp".input interface { @"regexp".canCheckPrefix() (? bool); @"regexp".context(@"regexp".pos int) (? @"regexp/syntax".EmptyOp); @"regexp".hasPrefix(@"regexp".re *@"regexp".Regexp) (? bool); @"regexp".index(@"regexp".re *@"regexp".Regexp, @"regexp".pos int) (? int); @"regexp".step(@"regexp".pos int) (@"regexp".r rune, @"regexp".width int) }
53 func (@"regexp".i·2 *@"regexp".inputBytes "esc:0x1") @"regexp".hasPrefix (@"regexp".re·3 *@"regexp".Regexp "esc:0x1") (? bool)
59 func (@"regexp".i·2 *@"regexp".inputString "esc:0x1") @"regexp".hasPrefix (@"regexp".re·3 *@"regexp".Regexp "esc:0x1") (? bool) { return @"strings".HasPrefix(@"regexp".i·2.@"regexp".str, @"regexp".re·3.@"regexp".prefix) }
67 func (@"regexp".i·2 *@"regexp".inputReader "esc:0x1") @"regexp".hasPrefix (@"regexp".re·3 *@"regexp".Regexp "esc:0x1") (? bool) { return false }
198 func @"strings".HasPrefix (@"strings".s·2 string "esc:0x1", @"strings".prefix·3 string "esc:0x1") (? bool) { return len(@"strings".s·2) >= len(@"strings".prefix·3) && @"strings".s·2[0x0:len(@"strings".prefix·3)] == @"strings".prefix·3 }
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/cmd/pprof/internal/
plugin.a 41 type @"regexp".input interface { @"regexp".canCheckPrefix() (? bool); @"regexp".context(@"regexp".pos int) (? @"regexp/syntax".EmptyOp); @"regexp".hasPrefix(@"regexp".re *@"regexp".Regexp) (? bool); @"regexp".index(@"regexp".re *@"regexp".Regexp, @"regexp".pos int) (? int); @"regexp".step(@"regexp".pos int) (@"regexp".r rune, @"regexp".width int) }
53 func (@"regexp".i·2 *@"regexp".inputBytes "esc:0x1") @"regexp".hasPrefix (@"regexp".re·3 *@"regexp".Regexp "esc:0x1") (? bool)
59 func (@"regexp".i·2 *@"regexp".inputString "esc:0x1") @"regexp".hasPrefix (@"regexp".re·3 *@"regexp".Regexp "esc:0x1") (? bool) { return @"strings".HasPrefix(@"regexp".i·2.@"regexp".str, @"regexp".re·3.@"regexp".prefix) }
67 func (@"regexp".i·2 *@"regexp".inputReader "esc:0x1") @"regexp".hasPrefix (@"regexp".re·3 *@"regexp".Regexp "esc:0x1") (? bool) { return false }
198 func @"strings".HasPrefix (@"strings".s·2 string "esc:0x1", @"strings".prefix·3 string "esc:0x1") (? bool) { return len(@"strings".s·2) >= len(@"strings".prefix·3) && @"strings".s·2[0x0:len(@"strings".prefix·3)] == @"strings".prefix·3 }
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/encoding/
pem.a 90 bytes.HasPrefix?"".pemStart?
105 bytes.HasPrefix?
    [all...]

Completed in 734 milliseconds

<<11121314151617181920>>