/prebuilts/go/linux-x86/src/vendor/golang.org/x/net/http/httpproxy/ |
D | proxy.go | 98 func getEnvAny(names ...string) string { 146 func parseProxy(proxy string) (*url.URL, error) { 294 func hasPort(s string) bool { return strings.LastIndex(s, ":") > strings.LastIndex(s, "]") } 296 func idnaASCII(v string) (string, error) { 312 func isASCII(s string) bool { 325 match(host, port string, ip net.IP) bool methodSpec 331 func (a allMatch) match(host, port string, ip net.IP) bool { func 339 func (m cidrMatch) match(host, port string, ip net.IP) bool { func 348 func (m ipMatch) match(host, port string, ip net.IP) bool { func 362 func (m domainMatch) match(host, port string, ip net.IP) bool { func
|
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/re/ |
D | __init__.py | 163 def match(pattern, string, flags=0): argument 168 def fullmatch(pattern, string, flags=0): argument 173 def search(pattern, string, flags=0): argument 178 def sub(pattern, repl, string, count=0, flags=0): argument 187 def subn(pattern, repl, string, count=0, flags=0): argument 198 def split(pattern, string, maxsplit=0, flags=0): argument 208 def findall(pattern, string, flags=0): argument 218 def finditer(pattern, string, flags=0): argument 310 def _expand(pattern, match, template): argument 321 def filter(match, template=template): argument [all …]
|
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/re/ |
D | __init__.py | 163 def match(pattern, string, flags=0): argument 168 def fullmatch(pattern, string, flags=0): argument 173 def search(pattern, string, flags=0): argument 178 def sub(pattern, repl, string, count=0, flags=0): argument 187 def subn(pattern, repl, string, count=0, flags=0): argument 198 def split(pattern, string, maxsplit=0, flags=0): argument 208 def findall(pattern, string, flags=0): argument 218 def finditer(pattern, string, flags=0): argument 310 def _expand(pattern, match, template): argument 321 def filter(match, template=template): argument [all …]
|
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/re/ |
D | __init__.py | 163 def match(pattern, string, flags=0): argument 168 def fullmatch(pattern, string, flags=0): argument 173 def search(pattern, string, flags=0): argument 178 def sub(pattern, repl, string, count=0, flags=0): argument 187 def subn(pattern, repl, string, count=0, flags=0): argument 198 def split(pattern, string, maxsplit=0, flags=0): argument 208 def findall(pattern, string, flags=0): argument 218 def finditer(pattern, string, flags=0): argument 310 def _expand(pattern, match, template): argument 321 def filter(match, template=template): argument [all …]
|
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/re/ |
D | __init__.py | 163 def match(pattern, string, flags=0): argument 168 def fullmatch(pattern, string, flags=0): argument 173 def search(pattern, string, flags=0): argument 178 def sub(pattern, repl, string, count=0, flags=0): argument 187 def subn(pattern, repl, string, count=0, flags=0): argument 198 def split(pattern, string, maxsplit=0, flags=0): argument 208 def findall(pattern, string, flags=0): argument 218 def finditer(pattern, string, flags=0): argument 310 def _expand(pattern, match, template): argument 321 def filter(match, template=template): argument [all …]
|
/prebuilts/go/linux-x86/src/regexp/ |
D | exec_test.go | 70 func testRE2(t *testing.T, file string) { 208 func runFull(re, refull *Regexp, text string) ([]int, string) { 213 func runPartial(re, refull *Regexp, text string) ([]int, string) { 218 func runFullLongest(re, refull *Regexp, text string) ([]int, string) { 223 func runPartialLongest(re, refull *Regexp, text string) ([]int, string) { 228 var match = []func(*Regexp, *Regexp, string) (bool, string){ var 235 func matchFull(re, refull *Regexp, text string) (bool, string) { 240 func matchPartial(re, refull *Regexp, text string) (bool, string) { 245 func matchFullLongest(re, refull *Regexp, text string) (bool, string) { 250 func matchPartialLongest(re, refull *Regexp, text string) (bool, string) { [all …]
|
D | exec.go | 52 string inputString member 128 func (f lazyFlag) match(op syntax.EmptyOp) bool { func 175 func (m *machine) match(i input, pos int) bool { func 397 func (re *Regexp) doOnePass(ir io.RuneReader, ib []byte, is string, pos, ncap int, dstCap []int) []… 513 func (re *Regexp) doMatch(r io.RuneReader, b []byte, s string) bool { 521 func (re *Regexp) doExecute(r io.RuneReader, b []byte, s string, pos int, ncap int, dstCap []int) […
|
/prebuilts/go/linux-x86/src/cmd/gofmt/ |
D | rewrite.go | 40 func parseExpr(s, what string) ast.Expr { 152 func isWildcard(s string) bool { 160 func match(m map[string]reflect.Value, pattern, val reflect.Value) bool { func
|
/prebuilts/go/linux-x86/src/image/ |
D | format.go | 37 func RegisterFormat(name, magic string, decode func(io.Reader) (Image, error), decodeConfig func(io… 59 func match(magic string, b []byte) bool { func
|
/prebuilts/go/linux-x86/src/cmd/go/internal/script/ |
D | cmds.go | 79 func firstNonFlag(rawArgs ...string) []int { 214 func doCompare(s *State, env bool, args ...string) error { 435 func startCommand(s *State, name, path string, args []string, cancel func(*exec.Cmd) error, waitDel… 478 func lookPath(s *State, command string) (string, error) { 633 func match(s *State, args []string, text, name string) error { func 803 func Program(name string, cancel func(*exec.Cmd) error, waitDelay time.Duration) Cmd { 904 func removeAll(dir string) error {
|
/prebuilts/go/linux-x86/src/cmd/pack/ |
D | pack.go | 82 func setOp(arg string) { 125 func openArchive(name string, mode int, files []string) *Archive { 180 func (ar *Archive) match(e *archive.Entry) bool { func
|
/prebuilts/build-tools/common/py3-stdlib/re/ |
D | __init__.py | 164 def match(pattern, string, flags=0): argument 169 def fullmatch(pattern, string, flags=0): argument 174 def search(pattern, string, flags=0): argument 183 def sub(pattern, repl, string, *args, count=_zero_sentinel, flags=_zero_sentinel): argument 211 def subn(pattern, repl, string, *args, count=_zero_sentinel, flags=_zero_sentinel): argument 241 def split(pattern, string, *args, maxsplit=_zero_sentinel, flags=_zero_sentinel): argument 270 def findall(pattern, string, flags=0): argument 280 def finditer(pattern, string, flags=0): argument 409 def scan(self, string): argument
|
/prebuilts/go/linux-x86/src/net/http/ |
D | routing_tree.go | 117 func (root *routingNode) match(host, method, path string) (*routingNode, []string) { func 205 func firstSegment(path string) (seg, rest string) {
|
/prebuilts/go/linux-x86/src/cmd/trace/ |
D | tasks.go | 314 func (f *taskFilter) match(t *parsedTrace, task *trace.UserTaskSummary) bool { func 390 func taskMatches(t *trace.UserTaskSummary, text string) bool {
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/base/ |
D | hashdebug.go | 126 func DebugHashMatchPkgFunc(pkg, fn string) bool { 142 func toHashAndMask(s, varname string) hashAndMask { 160 func NewHashDebug(ev, s string, file io.Writer) *HashDebug { 237 func (d *HashDebug) match(hash uint64) *hashAndMask { func
|
/prebuilts/go/linux-x86/src/time/ |
D | format.go | 182 func startsWithLowerCase(str string) bool { 202 func nextStdChunk(layout string) (prefix string, std int, suffix string) { 389 func match(s1, s2 string) bool { func 405 func lookup(tab []string, val string) (int, string, error) { 470 func atoi[bytes []byte | string](s bytes) (x int, err error) { 638 func (t Time) Format(layout string) string { 654 func (t Time) AppendFormat(b []byte, layout string) []byte { 666 func (t Time) appendFormat(b []byte, layout string) []byte { 847 func newParseError(layout, value, layoutElem, valueElem, message string) *ParseError { 861 func quote(s string) string { [all …]
|
/prebuilts/go/linux-x86/src/cmd/internal/testdir/ |
D | testdir_test.go | 155 func shardMatch(name string) bool { 164 func goFiles(t *testing.T, dir string) []string { 186 func compileFile(runcmd runCmd, longname string, flags []string) (out []byte, err error) { 196 func compileInDir(runcmd runCmd, dir string, flags []string, importcfg string, pkgname string, name… 250 func linkFile(runcmd runCmd, goname string, importcfg string, ldflags []string) (err error) { 316 func goDirFiles(dir string) (filter []fs.DirEntry, _ error) { 331 func getPackageNameFromSource(fn string) (string, error) { 352 func goDirPackages(t *testing.T, dir string, singlefilepkgs bool) []*goDirPkg { 385 func shouldTest(src string, goos, goarch string) (ok bool, whyNot string) { 411 func (ctxt *context) match(name string) bool { func [all …]
|
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/site-packages/_distutils_hack/ |
D | __init__.py | 84 def match(self, string): argument
|
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/_distutils_hack/ |
D | __init__.py | 84 def match(self, string): argument
|
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/_distutils_hack/ |
D | __init__.py | 84 def match(self, string): argument
|
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/_distutils_hack/ |
D | __init__.py | 84 def match(self, string): argument
|
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Demangle/ |
D | ItaniumDemangle.h | 346 template<typename Fn> void match(Fn F) const { F(Array); } in match() function 359 template<typename Fn> void match(Fn F) const { F(Prefix, Suffix); } in match() function 382 template <typename Fn> void match(Fn F) const { F(Ty, Ext, TA); } in match() function 433 template<typename Fn> void match(Fn F) const { F(Child, Quals); } in match() function 460 template<typename Fn> void match(Fn F) const { F(Ty); } in match() function 476 template<typename Fn> void match(Fn F) const { F(Ty, Postfix); } in match() function 490 template<typename Fn> void match(Fn F) const { F(Name); } in match() function 506 template <typename Fn> void match(Fn F) const { F(Size, Signed); } in match() function 525 template<typename Fn> void match(Fn F) const { F(Kind, Child); } in match() function 541 template<typename Fn> void match(Fn F) const { F(Transform, BaseType); } in match() function [all …]
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Demangle/ |
D | ItaniumDemangle.h | 346 template<typename Fn> void match(Fn F) const { F(Array); } in match() function 359 template<typename Fn> void match(Fn F) const { F(Prefix, Suffix); } in match() function 382 template <typename Fn> void match(Fn F) const { F(Ty, Ext, TA); } in match() function 433 template<typename Fn> void match(Fn F) const { F(Child, Quals); } in match() function 460 template<typename Fn> void match(Fn F) const { F(Ty); } in match() function 476 template<typename Fn> void match(Fn F) const { F(Ty, Postfix); } in match() function 490 template<typename Fn> void match(Fn F) const { F(Name); } in match() function 506 template <typename Fn> void match(Fn F) const { F(Size, Signed); } in match() function 525 template<typename Fn> void match(Fn F) const { F(Kind, Child); } in match() function 541 template<typename Fn> void match(Fn F) const { F(Transform, BaseType); } in match() function [all …]
|
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Demangle/ |
D | ItaniumDemangle.h | 347 template<typename Fn> void match(Fn F) const { F(Array); } in match() function 360 template<typename Fn> void match(Fn F) const { F(Prefix, Suffix); } in match() function 383 template <typename Fn> void match(Fn F) const { F(Ty, Ext, TA); } in match() function 434 template<typename Fn> void match(Fn F) const { F(Child, Quals); } in match() function 461 template<typename Fn> void match(Fn F) const { F(Ty); } in match() function 477 template<typename Fn> void match(Fn F) const { F(Ty, Postfix); } in match() function 491 template<typename Fn> void match(Fn F) const { F(Name); } in match() function 507 template <typename Fn> void match(Fn F) const { F(Size, Signed); } in match() function 526 template<typename Fn> void match(Fn F) const { F(Kind, Child); } in match() function 542 template<typename Fn> void match(Fn F) const { F(Transform, BaseType); } in match() function [all …]
|
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Demangle/ |
D | ItaniumDemangle.h | 348 template<typename Fn> void match(Fn F) const { F(Array); } in match() function 361 template<typename Fn> void match(Fn F) const { F(Prefix, Suffix); } in match() function 384 template <typename Fn> void match(Fn F) const { F(Ty, Ext, TA); } in match() function 435 template<typename Fn> void match(Fn F) const { F(Child, Quals); } in match() function 462 template<typename Fn> void match(Fn F) const { F(Ty); } in match() function 478 template<typename Fn> void match(Fn F) const { F(Ty, Postfix); } in match() function 492 template<typename Fn> void match(Fn F) const { F(Name); } in match() function 508 template <typename Fn> void match(Fn F) const { F(Size, Signed); } in match() function 527 template<typename Fn> void match(Fn F) const { F(Kind, Child); } in match() function 543 template<typename Fn> void match(Fn F) const { F(Transform, BaseType); } in match() function [all …]
|