/aosp_15_r20/prebuilts/go/linux-x86/src/path/filepath/ |
D | match.go | 44 func Match(pattern, name string) (matched bool, err error) { 91 func scanChunk(pattern string) (star bool, chunk, rest string) { 124 func matchChunk(chunk, s string) (rest string, ok bool, err error) { 212 func getEsc(chunk string) (r rune, nchunk string, err error) { 243 func Glob(pattern string) (matches []string, err error) { 247 func globWithLimit(pattern string, depth int) (matches []string, err error) { 297 func cleanGlobPath(path string) string { 310 func cleanGlobPathWindows(path string) (prefixLen int, cleaned string) { 332 func glob(dir, pattern string, matches []string) (m []string, e error) { 364 func hasMeta(path string) bool {
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/ |
H A D | fake_proof_verifier.h | 18 const std::string& /*hostname*/, const uint16_t /*port*/, in VerifyProof() 21 const std::vector<std::string>& /*certs*/, in VerifyProof() 23 const ProofVerifyContext* /*context*/, std::string* /*error_details*/, in VerifyProof() 29 const std::string& /*hostname*/, const uint16_t /*port*/, in VerifyCertChain() 30 const std::vector<std::string>& /*certs*/, in VerifyCertChain() 32 const ProofVerifyContext* /*context*/, std::string* /*error_details*/, in VerifyCertChain()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/module/ |
D | pseudo.go | 54 func PseudoVersion(major, older string, t time.Time, rev string) string { 79 func ZeroPseudoVersion(major string) string { 84 func incDecimal(decimal string) string { 103 func decDecimal(decimal string) string { 123 func IsPseudoVersion(v string) bool { 129 func IsZeroPseudoVersion(v string) bool { 136 func PseudoVersionTime(v string) (time.Time, error) { 154 func PseudoVersionRev(v string) (rev string, err error) { 164 func PseudoVersionBase(v string) (string, error) { 229 func parsePseudoVersion(v string) (base, timestamp, rev, build string, err error) {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/ |
D | zsyscall_aix_ppc64.go | 332 func readlink(path string, buf []byte, bufSize uint64) (n int, err error) { 352 func utimes(path string, times *[2]Timeval) (err error) { 367 func utimensat(dirfd int, path string, times *[2]Timespec, flag int) (err error) { 382 func unlinkat(dirfd int, path string, flags int) (err error) { 638 func Openat(dirfd int, path string, flags int, mode uint32) (fd int, err error) { 674 func Acct(path string) (err error) { 689 func Chdir(path string) (err error) { 704 func Chmod(path string, mode uint32) (err error) { 719 func Chown(path string, uid int, gid int) (err error) { 734 func Chroot(path string) (err error) { [all …]
|
D | zsyscall_darwin_amd64.go | 286 func utimes(path string, timeval *[2]Timeval) (err error) { 383 func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (err error) { 416 func Access(path string, mode uint32) (err error) { 449 func Chdir(path string) (err error) { 468 func Chflags(path string, flags int) (err error) { 487 func Chmod(path string, mode uint32) (err error) { 506 func Chown(path string, uid int, gid int) (err error) { 525 func Chroot(path string) (err error) { 601 func Exchangedata(path1 string, path2 string, options int) (err error) { 934 func Lchown(path string, uid int, gid int) (err error) { [all …]
|
D | zsyscall_darwin_arm64.go | 286 func utimes(path string, timeval *[2]Timeval) (err error) { 383 func utimensat(dirfd int, path string, times *[2]Timespec, flags int) (err error) { 416 func Access(path string, mode uint32) (err error) { 449 func Chdir(path string) (err error) { 468 func Chflags(path string, flags int) (err error) { 487 func Chmod(path string, mode uint32) (err error) { 506 func Chown(path string, uid int, gid int) (err error) { 525 func Chroot(path string) (err error) { 601 func Exchangedata(path1 string, path2 string, options int) (err error) { 934 func Lchown(path string, uid int, gid int) (err error) { [all …]
|
D | syscall_linux.go | 108 func Access(path string, mode uint32) (err error) { 112 func Chmod(path string, mode uint32) (err error) { 116 func Chown(path string, uid int, gid int) (err error) { 120 func Creat(path string, mode uint32) (fd int, err error) { 158 func Faccessat(dirfd int, path string, mode uint32, flags int) (err error) { 250 func Fchmodat(dirfd int, path string, mode uint32, flags int) error { 271 func Link(oldpath string, newpath string) (err error) { 275 func Mkdir(path string, mode uint32) (err error) { 279 func Mknod(path string, mode uint32, dev int) (err error) { 283 func Open(path string, mode int, perm uint32) (fd int, err error) { [all …]
|
/aosp_15_r20/build/soong/androidmk/androidmk/ |
H A D | android.go | 97 func addStandardProperties(propertyType bpparser.Type, properties map[string]string) { 370 …(ctx variableAssignmentContext, splitFunc listSplitFunc, namesByClassification map[string]string) … 431 func localizePathList(attribute string) func(ctx variableAssignmentContext) error { 441 func localizePath(attribute string) func(ctx variableAssignmentContext) error { 540 func sanitize(sub string) func(ctx variableAssignmentContext) error { 620 func makeBlueprintStringAssignment(file *bpFile, prefix string, suffix string, value string) error { 630 func makeBlueprintBoolAssignment(ctx variableAssignmentContext, prefix, name string, value bool) er… 837 func invert(name string) func(ctx variableAssignmentContext) error { 884 func valueDumpEquals(textToMatch string) func(ctx variableAssignmentContext) bool { 953 func mydir(args []string) []string { [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/strconv/ |
D | quote.go | 19 func contains(s string, c byte) bool { 23 func quoteWith(s string, quote byte, ASCIIonly, graphicOnly bool) string { 31 func appendQuotedWith(buf []byte, s string, quote byte, ASCIIonly, graphicOnly bool) []byte { 125 func Quote(s string) string { 131 func AppendQuote(dst []byte, s string) []byte { 138 func QuoteToASCII(s string) string { 144 func AppendQuoteToASCII(dst []byte, s string) []byte { 152 func QuoteToGraphic(s string) string { 158 func AppendQuoteToGraphic(dst []byte, s string) []byte { 212 func CanBackquote(s string) bool { [all …]
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/generated-headers/hardware/interfaces/radio/aidl/android.hardware.radio.sim-V1-ndk-source/gen/android/hardware/radio/sim/ |
D | IRadioSim.cpp | 2104 …tatus IRadioSimDefault::changeIccPin2ForApp(int32_t /*in_serial*/, const std::string& /*in_oldPin2… in changeIccPin2ForApp() 2109 ::ndk::ScopedAStatus IRadioSimDefault::changeIccPinForApp(int32_t /*in_serial*/, const std::string&… in changeIccPinForApp() 2134 …tus IRadioSimDefault::getFacilityLockForApp(int32_t /*in_serial*/, const std::string& /*in_facilit… in getFacilityLockForApp() 2144 ::ndk::ScopedAStatus IRadioSimDefault::getImsiForApp(int32_t /*in_serial*/, const std::string& /*in… in getImsiForApp() 2169 …tus IRadioSimDefault::iccOpenLogicalChannel(int32_t /*in_serial*/, const std::string& /*in_aid*/, … in iccOpenLogicalChannel() 2189 …mAuthentication(int32_t /*in_serial*/, int32_t /*in_authContext*/, const std::string& /*in_authDat… in requestIccSimAuthentication() 2199 ::ndk::ScopedAStatus IRadioSimDefault::sendEnvelope(int32_t /*in_serial*/, const std::string& /*in_… in sendEnvelope() 2204 …us IRadioSimDefault::sendEnvelopeWithStatus(int32_t /*in_serial*/, const std::string& /*in_content… in sendEnvelopeWithStatus() 2209 …IRadioSimDefault::sendTerminalResponseToSim(int32_t /*in_serial*/, const std::string& /*in_content… in sendTerminalResponseToSim() 2229 …tus IRadioSimDefault::setFacilityLockForApp(int32_t /*in_serial*/, const std::string& /*in_facilit… in setFacilityLockForApp() [all …]
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/hardware/interfaces/radio/aidl/android.hardware.radio.sim-V1-ndk-source/gen/android/hardware/radio/sim/ |
D | IRadioSim.cpp | 2104 …tatus IRadioSimDefault::changeIccPin2ForApp(int32_t /*in_serial*/, const std::string& /*in_oldPin2… in changeIccPin2ForApp() 2109 ::ndk::ScopedAStatus IRadioSimDefault::changeIccPinForApp(int32_t /*in_serial*/, const std::string&… in changeIccPinForApp() 2134 …tus IRadioSimDefault::getFacilityLockForApp(int32_t /*in_serial*/, const std::string& /*in_facilit… in getFacilityLockForApp() 2144 ::ndk::ScopedAStatus IRadioSimDefault::getImsiForApp(int32_t /*in_serial*/, const std::string& /*in… in getImsiForApp() 2169 …tus IRadioSimDefault::iccOpenLogicalChannel(int32_t /*in_serial*/, const std::string& /*in_aid*/, … in iccOpenLogicalChannel() 2189 …mAuthentication(int32_t /*in_serial*/, int32_t /*in_authContext*/, const std::string& /*in_authDat… in requestIccSimAuthentication() 2199 ::ndk::ScopedAStatus IRadioSimDefault::sendEnvelope(int32_t /*in_serial*/, const std::string& /*in_… in sendEnvelope() 2204 …us IRadioSimDefault::sendEnvelopeWithStatus(int32_t /*in_serial*/, const std::string& /*in_content… in sendEnvelopeWithStatus() 2209 …IRadioSimDefault::sendTerminalResponseToSim(int32_t /*in_serial*/, const std::string& /*in_content… in sendTerminalResponseToSim() 2229 …tus IRadioSimDefault::setFacilityLockForApp(int32_t /*in_serial*/, const std::string& /*in_facilit… in setFacilityLockForApp() [all …]
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/hardware/interfaces/radio/aidl/android.hardware.radio.sim-V1-ndk-source/gen/android/hardware/radio/sim/ |
D | IRadioSim.cpp | 2104 …tatus IRadioSimDefault::changeIccPin2ForApp(int32_t /*in_serial*/, const std::string& /*in_oldPin2… in changeIccPin2ForApp() 2109 ::ndk::ScopedAStatus IRadioSimDefault::changeIccPinForApp(int32_t /*in_serial*/, const std::string&… in changeIccPinForApp() 2134 …tus IRadioSimDefault::getFacilityLockForApp(int32_t /*in_serial*/, const std::string& /*in_facilit… in getFacilityLockForApp() 2144 ::ndk::ScopedAStatus IRadioSimDefault::getImsiForApp(int32_t /*in_serial*/, const std::string& /*in… in getImsiForApp() 2169 …tus IRadioSimDefault::iccOpenLogicalChannel(int32_t /*in_serial*/, const std::string& /*in_aid*/, … in iccOpenLogicalChannel() 2189 …mAuthentication(int32_t /*in_serial*/, int32_t /*in_authContext*/, const std::string& /*in_authDat… in requestIccSimAuthentication() 2199 ::ndk::ScopedAStatus IRadioSimDefault::sendEnvelope(int32_t /*in_serial*/, const std::string& /*in_… in sendEnvelope() 2204 …us IRadioSimDefault::sendEnvelopeWithStatus(int32_t /*in_serial*/, const std::string& /*in_content… in sendEnvelopeWithStatus() 2209 …IRadioSimDefault::sendTerminalResponseToSim(int32_t /*in_serial*/, const std::string& /*in_content… in sendTerminalResponseToSim() 2229 …tus IRadioSimDefault::setFacilityLockForApp(int32_t /*in_serial*/, const std::string& /*in_facilit… in setFacilityLockForApp() [all …]
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/generated-headers/hardware/interfaces/radio/aidl/android.hardware.radio.sim-V1-ndk-source/gen/android/hardware/radio/sim/ |
D | IRadioSim.cpp | 2104 …tatus IRadioSimDefault::changeIccPin2ForApp(int32_t /*in_serial*/, const std::string& /*in_oldPin2… in changeIccPin2ForApp() 2109 ::ndk::ScopedAStatus IRadioSimDefault::changeIccPinForApp(int32_t /*in_serial*/, const std::string&… in changeIccPinForApp() 2134 …tus IRadioSimDefault::getFacilityLockForApp(int32_t /*in_serial*/, const std::string& /*in_facilit… in getFacilityLockForApp() 2144 ::ndk::ScopedAStatus IRadioSimDefault::getImsiForApp(int32_t /*in_serial*/, const std::string& /*in… in getImsiForApp() 2169 …tus IRadioSimDefault::iccOpenLogicalChannel(int32_t /*in_serial*/, const std::string& /*in_aid*/, … in iccOpenLogicalChannel() 2189 …mAuthentication(int32_t /*in_serial*/, int32_t /*in_authContext*/, const std::string& /*in_authDat… in requestIccSimAuthentication() 2199 ::ndk::ScopedAStatus IRadioSimDefault::sendEnvelope(int32_t /*in_serial*/, const std::string& /*in_… in sendEnvelope() 2204 …us IRadioSimDefault::sendEnvelopeWithStatus(int32_t /*in_serial*/, const std::string& /*in_content… in sendEnvelopeWithStatus() 2209 …IRadioSimDefault::sendTerminalResponseToSim(int32_t /*in_serial*/, const std::string& /*in_content… in sendTerminalResponseToSim() 2229 …tus IRadioSimDefault::setFacilityLockForApp(int32_t /*in_serial*/, const std::string& /*in_facilit… in setFacilityLockForApp() [all …]
|
/aosp_15_r20/device/google/cuttlefish/tools/ |
D | create_base_image.go | 35 func (s *arrayFlags) Set(value string) error { 50 func (s *arrayFlags) AsRepeatedFlag(name string) string { 149 func shell(cmd string) (string, error) { 163 func mustShell(cmd string) string { 177 func gce(action OnFail, gceArg string, errorStr ...string) (string, error) { 199 func waitForInstance(PZ string) { 210 func packageSource(url string, branch string, subdir string) { 224 func createInstance(instance string, arg string) {
|
/aosp_15_r20/build/soong/bpfix/bpfix/ |
H A D | bpfix_test.go | 32 func printListOfStrings(items []string) (text string) { 40 func buildTree(local_include_dirs []string, export_include_dirs []string) (file *parser.File, errs … 56 …c implFilterListTest(t *testing.T, local_include_dirs []string, export_include_dirs []string, expe… 129 func checkError(t *testing.T, in, expectedErr string, innerTest func(*Fixer) error) { 134 func runTestOnce(t *testing.T, in, expected string, innerTest func(*Fixer) error) { 151 func preProcessOutErr(expectedErr string) string { 156 func preProcessOut(out string) (expected string, err error) { 164 func preProcessIn(in string) (fixer *Fixer, err error) { 193 func compareOutExpected(in, out, expected string) string { 201 func runPassOnce(t *testing.T, in, out string, innerTest func(*Fixer) error) { [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cover/ |
D | cfg_test.go | 18 func writeFile(t *testing.T, path string, contents []byte) { 24 func writePkgConfig(t *testing.T, outdir, tag, ppath, pname string, gran string, mpath string) stri… 42 func writeOutFileList(t *testing.T, infiles []string, outdir, tag string) ([]string, string) { 60 func runPkgCover(t *testing.T, outdir string, tag string, incfg string, mode string, infiles []stri…
|
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/net/http/httpguts/ |
D | httplex.go | 101 func HeaderValuesContainsToken(values []string, token string) bool { 116 func trimOWS(x string) string { 134 func headerValueContainsToken(v string, token string) bool { 153 func tokenEqual(t1, t2 string) bool { 196 func ValidHeaderFieldName(v string) bool { 209 func ValidHostHeader(h string) bool { 303 func ValidHeaderFieldValue(v string) bool { 313 func isASCII(s string) bool { 324 func PunycodeHostPort(v string) (string, error) {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/filepathlite/ |
D | path_windows.go | 22 func isLocal(path string) bool { 55 func localize(path string) (string, error) { 97 func isReservedName(name string) bool { 126 func isReservedBaseName(name string) bool { 162 func equalFold(a, b string) bool { 182 func IsAbs(path string) (b bool) { 204 func volumeNameLen(path string) int { 255 func pathHasPrefixFold(s, prefix string) bool { 277 func uncLen(path string, prefixLen int) int { 291 func cutPath(path string) (before, after string, found bool) { [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/ |
D | cache.go | 35 func cacheDir(ctx context.Context, path string) (string, error) { 46 func CachePath(ctx context.Context, m module.Version, suffix string) (string, error) { 192 func newCachingRepo(ctx context.Context, path string, initRepo func(context.Context) (Repo, error))… 337 func InfoFile(ctx context.Context, path, version string) (*RevInfo, string, error) { 375 func GoMod(ctx context.Context, path, rev string) ([]byte, error) { 412 func GoModFile(ctx context.Context, path, version string) (string, error) { 429 func GoModSum(ctx context.Context, path, version string) (string, error) { 450 func readDiskStat(ctx context.Context, path, rev string) (file string, info *RevInfo, err error) { 505 func readDiskStatByHash(ctx context.Context, path, rev string) (file string, info *RevInfo, err err… 561 func readDiskGoMod(ctx context.Context, path, rev string) (file string, data []byte, err error) { [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/ |
D | syscall_linux.go | 26 func Access(path string, mode uint32) (err error) { 30 func Chmod(path string, mode uint32) (err error) { 34 func Chown(path string, uid int, gid int) (err error) { 38 func Creat(path string, mode uint32) (fd int, err error) { 52 func FanotifyMark(fd int, flags uint, mask uint64, dirFd int, pathname string) (err error) { 66 func Fchmodat(dirfd int, path string, mode uint32, flags int) error { 104 func Link(oldpath string, newpath string) (err error) { 108 func Mkdir(path string, mode uint32) (err error) { 112 func Mknod(path string, mode uint32, dev int) (err error) { 116 func Open(path string, mode int, perm uint32) (fd int, err error) { [all …]
|
D | zsyscall_aix_ppc.go | 137 func utimes(path string, times *[2]Timeval) (err error) { 148 func utimensat(dirfd int, path string, times *[2]Timespec, flag int) (err error) { 276 func Acct(path string) (err error) { 287 func Chdir(path string) (err error) { 298 func Chroot(path string) (err error) { 337 func Faccessat(dirfd int, path string, mode uint32, flags int) (err error) { 368 func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { 379 func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err error) { 494 func Mkdir(dirfd int, path string, mode uint32) (err error) { 505 func Mkdirat(dirfd int, path string, mode uint32) (err error) { [all …]
|
D | zsyscall_aix_ppc64.go | 14 func utimes(path string, times *[2]Timeval) (err error) { 29 func utimensat(dirfd int, path string, times *[2]Timespec, flag int) (err error) { 157 func Acct(path string) (err error) { 172 func Chdir(path string) (err error) { 187 func Chroot(path string) (err error) { 230 func Faccessat(dirfd int, path string, mode uint32, flags int) (err error) { 265 func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) { 280 func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err error) { 397 func Mkdir(dirfd int, path string, mode uint32) (err error) { 412 func Mkdirat(dirfd int, path string, mode uint32) (err error) { [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/text/template/ |
D | helper.go | 40 func ParseFiles(filenames ...string) (*Template, error) { 55 func (t *Template) ParseFiles(filenames ...string) (*Template, error) { 62 func parseFiles(t *Template, readFile func(string) (string, []byte, error), filenames ...string) (*… 105 func ParseGlob(pattern string) (*Template, error) { 117 func (t *Template) ParseGlob(pattern string) (*Template, error) { 123 func parseGlob(t *Template, pattern string) (*Template, error) { 138 func ParseFS(fsys fs.FS, patterns ...string) (*Template, error) { 146 func (t *Template) ParseFS(fsys fs.FS, patterns ...string) (*Template, error) { 151 func parseFS(t *Template, fsys fs.FS, patterns []string) (*Template, error) { 166 func readFileOS(file string) (name string, b []byte, err error) {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/ast/astutil/ |
D | imports.go | 17 func AddImport(fset *token.FileSet, f *ast.File, path string) (added bool) { 31 func AddNamedImport(fset *token.FileSet, f *ast.File, name, path string) (added bool) { 196 func isThirdParty(importPath string) bool { 204 func DeleteImport(fset *token.FileSet, f *ast.File, path string) (deleted bool) { 210 func DeleteNamedImport(fset *token.FileSet, f *ast.File, name, path string) (deleted bool) { 333 func RewriteImport(fset *token.FileSet, f *ast.File, oldPath, newPath string) (rewrote bool) { 347 func UsesImport(f *ast.File, path string) (used bool) { 387 func imports(f *ast.File, name, path string) bool { 398 func importSpec(f *ast.File, path string) *ast.ImportSpec { 427 func declImports(gen *ast.GenDecl, path string) bool { [all …]
|
/aosp_15_r20/external/bazelbuild-rules_go/go/tools/builders/ |
H A D | pack.go | 31 func copyFile(inPath, outPath string) error { 46 func linkFile(inPath, outPath string) error { 54 func copyOrLinkFile(inPath, outPath string) error { 86 func extractFiles(archive, dir string, names map[string]struct{}) (files []string, err error) { 121 func openArchive(archive string) (bufioReaderWithCloser, error) { 230 func extractFile(r *bufio.Reader, name string, size int64) error { 260 func isObjectFile(name string) bool { 268 func simpleName(name string, names map[string]struct{}) (string, error) { 298 func appendFiles(goenv *env, archive string, files []string) error { 328 func readFileInArchive(fileName, archive string) (io.ReadCloser, error) { [all …]
|