/prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/ |
hpack.go | 135 // garbage for header fields past the limit. 143 // underlying buffers for garbage reasons. 503 // []byte->string garbage are skipped if s will be ignored
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
urllib.py | 244 garbage, path = splittype(url)
245 garbage, path = splithost(path or "")
246 path, garbage = splitquery(path or "")
247 path, garbage = splitattr(path or "")
[all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
RetainCountChecker.cpp | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
urllib.py | 247 garbage, path = splittype(url) 248 garbage, path = splithost(path or "") 249 path, garbage = splitquery(path or "") 250 path, garbage = splitattr(path or "") [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
urllib.py | 247 garbage, path = splittype(url) 248 garbage, path = splithost(path or "") 249 path, garbage = splitquery(path or "") 250 path, garbage = splitattr(path or "") [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
mgcsweep.go | 5 // Garbage collector: sweeping 336 // the MSpan structures or in the garbage collection bitmap. 376 // It uses statistics gathered by the garbage collector to perform
|
cgocall.go | 12 // so as not to block other goroutines or the garbage collector, 135 // From the garbage collector's perspective, time can move 384 // When and if we implement a moving garbage collector, 563 // garbage collection should prevent the second,
|
/prebuilts/go/linux-x86/src/runtime/ |
mgcsweep.go | 5 // Garbage collector: sweeping 336 // the MSpan structures or in the garbage collection bitmap. 376 // It uses statistics gathered by the garbage collector to perform
|
cgocall.go | 12 // so as not to block other goroutines or the garbage collector, 135 // From the garbage collector's perspective, time can move 384 // When and if we implement a moving garbage collector, 563 // garbage collection should prevent the second,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
urllib.py | 247 garbage, path = splittype(url) 248 garbage, path = splithost(path or "") 249 path, garbage = splitquery(path or "") 250 path, garbage = splitattr(path or "") [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
urllib.py | 247 garbage, path = splittype(url) 248 garbage, path = splithost(path or "") 249 path, garbage = splitquery(path or "") 250 path, garbage = splitattr(path or "") [all...] |
/build/soong/ui/build/ |
kati.go | 160 // Most editors display these as garbage, so strip them out.
|
/external/autotest/client/site_tests/power_LoadTest/extension/ |
test.js | 85 // garbage data since some requests/responses might still come
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/amd64/ |
ggen.go | 25 // so that the garbage collector only sees initialized values
|
/prebuilts/go/darwin-x86/src/cmd/vet/ |
doc.go | 185 because that word will be invisible to stack copying and to the garbage
|
/prebuilts/go/darwin-x86/src/go/doc/testdata/ |
benchmark.go | 79 // by clearing garbage from previous runs.
|
/prebuilts/go/darwin-x86/src/net/http/httptest/ |
recorder.go | 71 // We pass both to avoid unnecessarily generate garbage
|
/prebuilts/go/darwin-x86/src/reflect/ |
deepequal.go | 50 // Assumes non-moving garbage collector.
|
/prebuilts/go/darwin-x86/src/time/ |
sleep.go | 147 // The underlying Timer is not recovered by the garbage collector
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/amd64/ |
ggen.go | 25 // so that the garbage collector only sees initialized values
|
/prebuilts/go/linux-x86/src/cmd/vet/ |
doc.go | 185 because that word will be invisible to stack copying and to the garbage
|
/prebuilts/go/linux-x86/src/go/doc/testdata/ |
benchmark.go | 79 // by clearing garbage from previous runs.
|
/prebuilts/go/linux-x86/src/net/http/httptest/ |
recorder.go | 71 // We pass both to avoid unnecessarily generate garbage
|
/prebuilts/go/linux-x86/src/reflect/ |
deepequal.go | 50 // Assumes non-moving garbage collector.
|
/prebuilts/go/linux-x86/src/time/ |
sleep.go | 147 // The underlying Timer is not recovered by the garbage collector
|