Home
last modified time | relevance | path

Searched defs:string (Results 126 – 150 of 12088) sorted by relevance

12345678910>>...484

/aosp_15_r20/external/tink/go/jwt/
H A Djwt_encoding.go41 func createUnsigned(rawJWT *RawJWT, algo string, tinkKID *string, customKID *string) (string, error…
71 func combineUnsignedAndSignature(unsigned string, signature []byte) string {
76 func splitSignedCompact(compact string) ([]byte, string, error) {
100 func decodeUnsignedTokenAndValidateHeader(unsigned, algorithm string, tinkKID, customKID *string) (…
133 func base64Decode(content string) ([]byte, error) {
147 func dotConcat(a, b string) string {
175 func createHeader(algorithm string, typeHeader, kid *string) (string, error) {
194 func validateHeader(header *spb.Struct, algorithm string, tinkKID, customKID *string) error {
225 func validateKIDInHeader(fields map[string]*spb.Value, kid *string) error {
236 func headerStringField(fields map[string]*spb.Value, name string) (string, error) {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/
Dsyscall_darwin.go191 func nametomib(name string) (mib []_C_int, err error) {
274 func Getxattr(path string, attr string, dest []byte) (sz int, err error) {
278 func Lgetxattr(link string, attr string, dest []byte) (sz int, err error) {
284 func Fgetxattr(fd int, attr string, dest []byte) (sz int, err error) {
290 func Setxattr(path string, attr string, data []byte, flags int) (err error) {
320 func Lsetxattr(link string, attr string, data []byte, flags int) (err error) {
326 func Fsetxattr(fd int, attr string, data []byte, flags int) (err error) {
332 func Removexattr(path string, attr string) (err error) {
339 func Lremovexattr(link string, attr string) (err error) {
345 func Fremovexattr(fd int, attr string) (err error) {
[all …]
Dzsyscall_openbsd_386.go289 func utimes(path string, timeval *[2]Timeval) (err error) {
628 func Access(path string, mode uint32) (err error) {
661 func Chdir(path string) (err error) {
680 func Chflags(path string, flags int) (err error) {
699 func Chmod(path string, mode uint32) (err error) {
718 func Chown(path string, uid int, gid int) (err error) {
737 func Chroot(path string) (err error) {
838 func Faccessat(dirfd int, path string, mode uint32, flags int) (err error) {
899 func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) {
932 func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err error) {
[all …]
Dzsyscall_openbsd_amd64.go289 func utimes(path string, timeval *[2]Timeval) (err error) {
628 func Access(path string, mode uint32) (err error) {
661 func Chdir(path string) (err error) {
680 func Chflags(path string, flags int) (err error) {
699 func Chmod(path string, mode uint32) (err error) {
718 func Chown(path string, uid int, gid int) (err error) {
737 func Chroot(path string) (err error) {
838 func Faccessat(dirfd int, path string, mode uint32, flags int) (err error) {
899 func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) {
932 func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err error) {
[all …]
Dzsyscall_openbsd_ppc64.go289 func utimes(path string, timeval *[2]Timeval) (err error) {
628 func Access(path string, mode uint32) (err error) {
661 func Chdir(path string) (err error) {
680 func Chflags(path string, flags int) (err error) {
699 func Chmod(path string, mode uint32) (err error) {
718 func Chown(path string, uid int, gid int) (err error) {
737 func Chroot(path string) (err error) {
838 func Faccessat(dirfd int, path string, mode uint32, flags int) (err error) {
899 func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) {
932 func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err error) {
[all …]
Dzsyscall_openbsd_mips64.go289 func utimes(path string, timeval *[2]Timeval) (err error) {
628 func Access(path string, mode uint32) (err error) {
661 func Chdir(path string) (err error) {
680 func Chflags(path string, flags int) (err error) {
699 func Chmod(path string, mode uint32) (err error) {
718 func Chown(path string, uid int, gid int) (err error) {
737 func Chroot(path string) (err error) {
838 func Faccessat(dirfd int, path string, mode uint32, flags int) (err error) {
899 func Fchmodat(dirfd int, path string, mode uint32, flags int) (err error) {
932 func Fchownat(dirfd int, path string, uid int, gid int, flags int) (err error) {
[all …]
/aosp_15_r20/external/bazelbuild-rules_go/go/tools/builders/
H A Dcgo2.go33hSrcs []string, packagePath, packageName string, cc string, cppFlags, cFlags, cxxFlags, objcFlags…
262 …cs, objcSrcs, objcxxSrcs, sSrcs, hSrcs []string, cc string, cppFlags, cFlags, cxxFlags, objcFlags,…
298 func combineFlags(lists ...[]string) []string {
310 func cCompile(goenv *env, src, cc string, flags []string, out string) error {
317 func defaultCFlags(workDir string) []string {
351 func gatherSrcs(dir string, srcs []string) ([]string, error) {
/aosp_15_r20/prebuilts/go/linux-x86/test/
Descape_array.go15 func bar(a, b *string) U { // ERROR "leaking param: a to result ~r0 level=0$" "leaking param: b to …
23 func bff(a, b *string) U { // ERROR "leaking param: a to result ~r0 level=0$" "leaking param: b to …
49 func fun(x U, y *string) *string { // ERROR "leaking param: x to result ~r0 level=0$" "leaking para…
54 func fup(x *U, y *string) *string { // ERROR "leaking param: x to result ~r0 level=1$" "leaking par…
59 func fum(x *U, y **string) *string { // ERROR "leaking param: x to result ~r0 level=1$" "leaking pa…
74 func hugeLeaks1(x **string, y **string) { // ERROR "leaking param content: x" "y does not escape"
82 func hugeLeaks2(x *string, y *string) { // ERROR "leaking param: x" "y does not escape"
91 func doesNew1(x *string, y *string) { // ERROR "leaking param: x" "leaking param: y"
109 func doesNew2(x *string, y *string) { // ERROR "leaking param: x" "leaking param: y"
117 func doesMakeSlice(x *string, y *string) { // ERROR "leaking param: x" "leaking param: y"
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dzsyscall_linux_amd64.go12 func faccessat(dirfd int, path string, mode uint32) (err error) {
27 func faccessat2(dirfd int, path string, mode uint32, flags int) (err error) {
42 func fchmodat(dirfd int, path string, mode uint32) (err error) {
57 func fchmodat2(dirfd int, path string, mode uint32, flags int) (err error) {
72 func linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error) {
92 func openat(dirfd int, path string, flags int, mode uint32) (fd int, err error) {
118 func readlinkat(dirfd int, path string, buf []byte) (n int, err error) {
140 func symlinkat(oldpath string, newdirfd int, newpath string) (err error) {
160 func unlinkat(dirfd int, path string, flags int) (err error) {
175 func utimensat(dirfd int, path string, times *[2]Timespec, flag int) (err error) {
[all …]
Dzsyscall_linux_riscv64.go12 func faccessat(dirfd int, path string, mode uint32) (err error) {
27 func faccessat2(dirfd int, path string, mode uint32, flags int) (err error) {
42 func fchmodat(dirfd int, path string, mode uint32) (err error) {
57 func fchmodat2(dirfd int, path string, mode uint32, flags int) (err error) {
72 func linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error) {
92 func openat(dirfd int, path string, flags int, mode uint32) (fd int, err error) {
118 func readlinkat(dirfd int, path string, buf []byte) (n int, err error) {
140 func symlinkat(oldpath string, newdirfd int, newpath string) (err error) {
160 func unlinkat(dirfd int, path string, flags int) (err error) {
175 func utimensat(dirfd int, path string, times *[2]Timespec, flag int) (err error) {
[all …]
Dzsyscall_linux_loong64.go12 func faccessat(dirfd int, path string, mode uint32) (err error) {
27 func faccessat2(dirfd int, path string, mode uint32, flags int) (err error) {
42 func fchmodat(dirfd int, path string, mode uint32) (err error) {
57 func fchmodat2(dirfd int, path string, mode uint32, flags int) (err error) {
72 func linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error) {
92 func openat(dirfd int, path string, flags int, mode uint32) (fd int, err error) {
118 func readlinkat(dirfd int, path string, buf []byte) (n int, err error) {
140 func symlinkat(oldpath string, newdirfd int, newpath string) (err error) {
160 func unlinkat(dirfd int, path string, flags int) (err error) {
175 func utimensat(dirfd int, path string, times *[2]Timespec, flag int) (err error) {
[all …]
Dzsyscall_linux_arm64.go12 func faccessat(dirfd int, path string, mode uint32) (err error) {
27 func faccessat2(dirfd int, path string, mode uint32, flags int) (err error) {
42 func fchmodat(dirfd int, path string, mode uint32) (err error) {
57 func fchmodat2(dirfd int, path string, mode uint32, flags int) (err error) {
72 func linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error) {
92 func openat(dirfd int, path string, flags int, mode uint32) (fd int, err error) {
118 func readlinkat(dirfd int, path string, buf []byte) (n int, err error) {
140 func symlinkat(oldpath string, newdirfd int, newpath string) (err error) {
160 func unlinkat(dirfd int, path string, flags int) (err error) {
175 func utimensat(dirfd int, path string, times *[2]Timespec, flag int) (err error) {
[all …]
/aosp_15_r20/build/soong/apex/
H A Dapex_test.go47 func names(s string) (ns []string) {
56 func testApexError(t *testing.T, pattern, bp string, preparers ...android.FixturePreparer) {
66 func testApex(t *testing.T, bp string, preparers ...android.FixturePreparer) *android.TestContext {
87 func withManifestPackageNameOverrides(specs []string) android.FixturePreparer {
93 func withApexGlobalMinSdkVersionOverride(minSdkOverride *string) android.FixturePreparer {
215 func ensureEquals(t *testing.T, result string, expected string) {
223 func ensureContains(t *testing.T, result string, expected string) {
231 func ensureContainsOnce(t *testing.T, result string, expected string) {
240 func ensureNotContains(t *testing.T, result string, notExpected string) {
247 func ensureMatches(t *testing.T, result string, expectedRex string) {
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/driver/
Ddriver.go82 Open(name string) (io.WriteCloser, error)
90 Bool(name string, def bool, usage string) *bool
91 Int(name string, def int, usage string) *int
92 Float64(name string, def float64, usage string) *float64
93 String(name string, def string, usage string) *string
97 StringList(name string, def string, usage string) *[]*string
107 AddExtraUsage(eu string)
121 Fetch(src string, duration, timeout time.Duration) (*profile.Profile, string, error)
126 Symbolize(mode string, srcs MappingSources, prof *profile.Profile) error
143 Open(file string, start, limit, offset uint64, relocationSymbol string) (ObjFile, error)
[all …]
/aosp_15_r20/tools/treble/build/treble_build/report/
H A Ddependencies.go24 Command(ctx context.Context, target string) (*app.BuildCommand, error)
25 Input(ctx context.Context, target string) (*app.BuildInput, error)
26 Query(ctx context.Context, target string) (*app.BuildQuery, error)
27 Path(ctx context.Context, target string, dependency string) (*app.BuildPath, error)
28 Paths(ctx context.Context, target string, dependency string) ([]*app.BuildPath, error)
33 …Project(ctx context.Context, path string, gitDir string, remote string, revision string) (*app.Git…
34 PopulateFiles(ctx context.Context, proj *app.GitProject, upstream string) error
35 CommitInfo(ctx context.Context, proj *app.GitProject, sha string) (*app.GitCommit, error)
39 Manifest(filename string) (*app.RepoManifest, error)
/aosp_15_r20/external/rust/android-crates-io/crates/tinytemplate/src/
Dtemplate.rs367 string: &'static str, field
417 let string = template in test_literal() localVariable
434 let string = template in test_value() localVariable
451 let string = template in test_path() localVariable
468 let string = template in test_if_taken() localVariable
485 let string = template in test_if_untaken() localVariable
502 let string = template in test_if_else_taken() localVariable
519 let string = template in test_if_else_untaken() localVariable
536 let string = template in test_ifnot_taken() localVariable
553 let string = template in test_ifnot_untaken() localVariable
[all …]
/aosp_15_r20/build/blueprint/pathtools/
H A Dglob.go96 func Glob(pattern string, excludes []string, follow ShouldFollowSymlinks) (GlobResult, error) {
100 func startGlob(fs FileSystem, pattern string, excludes []string,
161 func glob(fs FileSystem, pattern string, hasRecursive bool,
243 func quickSplit(path string) (dir, file string) {
259 func isWild(pattern string) bool {
265 func filterExcludes(matches []string, excludes []string) ([]string, error) {
289 func filterDotFiles(matches []string) []string {
305 func Match(pattern, name string) (bool, error) {
364 func IsGlob(pattern string) bool {
369 func HasGlob(in []string) bool {
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modcmd/
Dedit.go169 func (f flagFunc) Set(s string) error { f(s); return nil }
190 func runEdit(ctx context.Context, cmd *base.Command, args []string) {
304 func parsePathVersion(flag, arg string) (path, version string) {
322 func parsePath(flag, arg string) (path string) {
335 func parsePathVersionOptional(adj, arg string, allowDirPath bool) (path, version string, err error)…
358 func parseVersionInterval(arg string) (modfile.VersionInterval, error) {
386 func allowedVersionArg(arg string) bool {
391 func flagGodebug(arg string) {
404 func flagDropGodebug(arg string) {
413 func flagRequire(arg string) {
[all …]
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/protocol/
H A Denums.go133 func formatEnum(f fmt.State, c rune, i int, names []string, unknown string) {
145 func parseEnum(s string, names []string) int {
158 func ParseTextDocumentSyncKind(s string) TextDocumentSyncKind {
166 func ParseInitializeError(s string) InitializeError {
174 func ParseMessageType(s string) MessageType {
182 func ParseFileChangeType(s string) FileChangeType {
190 func ParseWatchKind(s string) WatchKind {
198 func ParseCompletionTriggerKind(s string) CompletionTriggerKind {
206 func ParseDiagnosticSeverity(s string) DiagnosticSeverity {
214 func ParseDiagnosticTag(s string) DiagnosticTag {
[all …]
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Denums.go133 func formatEnum(f fmt.State, c rune, i int, names []string, unknown string) {
145 func parseEnum(s string, names []string) int {
158 func ParseTextDocumentSyncKind(s string) TextDocumentSyncKind {
166 func ParseInitializeError(s string) InitializeError {
174 func ParseMessageType(s string) MessageType {
182 func ParseFileChangeType(s string) FileChangeType {
190 func ParseWatchKind(s string) WatchKind {
198 func ParseCompletionTriggerKind(s string) CompletionTriggerKind {
206 func ParseDiagnosticSeverity(s string) DiagnosticSeverity {
214 func ParseDiagnosticTag(s string) DiagnosticTag {
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Denums.go133 func formatEnum(f fmt.State, c rune, i int, names []string, unknown string) {
145 func parseEnum(s string, names []string) int {
158 func ParseTextDocumentSyncKind(s string) TextDocumentSyncKind {
166 func ParseInitializeError(s string) InitializeError {
174 func ParseMessageType(s string) MessageType {
182 func ParseFileChangeType(s string) FileChangeType {
190 func ParseWatchKind(s string) WatchKind {
198 func ParseCompletionTriggerKind(s string) CompletionTriggerKind {
206 func ParseDiagnosticSeverity(s string) DiagnosticSeverity {
214 func ParseDiagnosticTag(s string) DiagnosticTag {
[all …]
/aosp_15_r20/build/blueprint/
H A Dmodule_ctx.go178 ContainsProperty(name string) bool
181 Errorf(pos scanner.Position, fmt string, args ...interface{})
184 ModuleErrorf(fmt string, args ...interface{})
187 PropertyErrorf(property, fmt string, args ...interface{})
190 OtherModulePropertyErrorf(logicModule Module, property string, format string, args ...interface{})
203 GlobWithDeps(pattern string, excludes []string) ([]string, error)
211 AddNinjaFileDeps(deps ...string)
226 HasMutatorFinished(mutatorName string) bool
234 GetDirectDepWithTag(name string, tag DependencyTag) Module
239 GetDirectDep(name string) (Module, DependencyTag)
[all …]
/aosp_15_r20/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DEventNodeTest.cc38 const std::string &val) { node_val = val; }; in TEST()
49 const std::string &val) { node_val = val; }; in TEST()
64 const std::string &val) { node_val = val; }; in TEST()
88 const std::string &val) { node_val = val; }; in TEST()
103 const std::string &val) { node_val = val; }; in TEST()
117 const std::string &val) { node_val = val; }; in TEST()
132 const std::string &val) { node_val = val; }; in TEST()
162 const std::string &val) { node_val = val; }; in TEST()
192 const std::string &val) { node_val = val; }; in TEST()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/load/
Dpkg.go539 func ImportErrorf(path, format string, args ...any) ImportPathError {
566 func (s *ImportStack) Push(p string) {
588 func (sp *ImportStack) shorterThan(t []string) bool {
614 func dirToImportPath(dir string) string {
659 func LoadPackage(ctx context.Context, opts PackageOpts, path, srcDir string, stk *ImportStack, impo…
676 func loadImport(ctx context.Context, opts PackageOpts, pre *preload, path, srcDir string, parent *P…
804 func loadPackageData(ctx context.Context, path, parentPath, parentDir, parentRoot string, parentIsS…
1091 func cleanImport(path string) string {
1102 func isDir(path string) bool {
1114 func ResolveImportPath(parent *Package, path string) (found string) {
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/os/
Dfile.go299 func (f *File) WriteString(s string) (n int, err error) {
307 func Mkdir(name string, perm FileMode) error {
331 func setStickyBit(name string) error {
341 func Chdir(dir string) error {
364 func Open(name string) (*File, error) {
373 func Create(name string) (*File, error) {
383 func OpenFile(name string, flag int, perm FileMode) (*File, error) {
397 func openDir(name string) (*File, error) {
410 func Rename(oldpath, newpath string) error {
419 func Readlink(name string) (string, error) {
[all …]

12345678910>>...484