/aosp_15_r20/build/blueprint/ |
H A D | context.go | 87 type Context struct { struct 88 context.Context anonMember 91 EventHandler *metrics.EventHandler 93 BeforePrepareBuildActionsHook func() error 95 moduleFactories map[string]ModuleFactory 96 nameInterface NameInterface 97 moduleGroups []*moduleGroup 98 moduleInfo map[Module]*moduleInfo 99 singletonInfo []*singletonInfo 100 mutatorInfo []*mutatorInfo [all …]
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
H A D | tsserver.go | 26 DidChangeWorkspaceFolders(context.Context, *DidChangeWorkspaceFoldersParams) error 27 Initialized(context.Context, *InitializedParams) error 28 Exit(context.Context) error 29 DidChangeConfiguration(context.Context, *DidChangeConfigurationParams) error 30 DidOpen(context.Context, *DidOpenTextDocumentParams) error 31 DidChange(context.Context, *DidChangeTextDocumentParams) error 32 DidClose(context.Context, *DidCloseTextDocumentParams) error 33 DidSave(context.Context, *DidSaveTextDocumentParams) error 34 WillSave(context.Context, *WillSaveTextDocumentParams) error 35 DidChangeWatchedFiles(context.Context, *DidChangeWatchedFilesParams) error [all …]
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | tsserver.go | 26 DidChangeWorkspaceFolders(context.Context, *DidChangeWorkspaceFoldersParams) error 27 Initialized(context.Context, *InitializedParams) error 28 Exit(context.Context) error 29 DidChangeConfiguration(context.Context, *DidChangeConfigurationParams) error 30 DidOpen(context.Context, *DidOpenTextDocumentParams) error 31 DidChange(context.Context, *DidChangeTextDocumentParams) error 32 DidClose(context.Context, *DidCloseTextDocumentParams) error 33 DidSave(context.Context, *DidSaveTextDocumentParams) error 34 WillSave(context.Context, *WillSaveTextDocumentParams) error 35 DidChangeWatchedFiles(context.Context, *DidChangeWatchedFilesParams) error [all …]
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/protocol/ |
H A D | tsserver.go | 26 DidChangeWorkspaceFolders(context.Context, *DidChangeWorkspaceFoldersParams) error 27 Initialized(context.Context, *InitializedParams) error 28 Exit(context.Context) error 29 DidChangeConfiguration(context.Context, *DidChangeConfigurationParams) error 30 DidOpen(context.Context, *DidOpenTextDocumentParams) error 31 DidChange(context.Context, *DidChangeTextDocumentParams) error 32 DidClose(context.Context, *DidCloseTextDocumentParams) error 33 DidSave(context.Context, *DidSaveTextDocumentParams) error 34 WillSave(context.Context, *WillSaveTextDocumentParams) error 35 DidChangeWatchedFiles(context.Context, *DidChangeWatchedFilesParams) error [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modindex/ |
D | build.go | 30 type Context struct { struct 31 GOARCH string // target architecture 32 GOOS string // target operating system 33 GOROOT string // Go root 34 GOPATH string // Go paths 42 Dir string 44 CgoEnabled bool // whether cgo files are included 45 UseAllFiles bool // use files regardless of //go:build lines, file names 46 Compiler string // compiler to assume when computing target paths 58 BuildTags []string [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/build/ |
D | build.go | 36 type Context struct { struct 37 GOARCH string // target architecture 38 GOOS string // target operating system 39 GOROOT string // Go root 40 GOPATH string // Go paths 48 Dir string 50 CgoEnabled bool // whether cgo files are included 51 UseAllFiles bool // use files regardless of go:build lines, file names 52 Compiler string // compiler to assume when computing target paths 64 BuildTags []string [all …]
|
/aosp_15_r20/external/crosvm/fuse/src/ |
H A D | filesystem.rs | 356 pub struct Context { struct 367 impl From<sys::InHeader> for Context { argument 447 fn lookup(&self, ctx: Context, parent: Self::Inode, name: &CStr) -> io::Result<Entry> { in lookup() 456 fn forget(&self, ctx: Context, inode: Self::Inode, count: u64) {} in forget() 462 fn batch_forget(&self, ctx: Context, requests: Vec<(Self::Inode, u64)>) { in batch_forget() 484 ctx: Context, in getattr() 510 ctx: Context, in setattr() 520 fn readlink(&self, ctx: Context, inode: Self::Inode) -> io::Result<Vec<u8>> { in readlink() 534 ctx: Context, in symlink() 556 ctx: Context, in mknod() [all …]
|
/aosp_15_r20/external/boringssl/src/ssl/test/runner/hpke/ |
H A D | hpke.go | 74 type Context struct { struct 75 kemID uint16 76 kdfID uint16 77 aeadID uint16 79 aead cipher.AEAD 81 key []byte 82 baseNonce []byte 83 seq uint64 84 exporterSecret []byte 133 func (c *Context) KEM() uint16 { return c.kemID } [all …]
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/hpke/ |
H A D | hpke.go | 74 type Context struct { struct 75 kemID uint16 76 kdfID uint16 77 aeadID uint16 79 aead cipher.AEAD 81 key []byte 82 baseNonce []byte 83 seq uint64 84 exporterSecret []byte 133 func (c *Context) KEM() uint16 { return c.kemID } [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) { 72 func DownloadDir(ctx context.Context, m module.Version) (string, error) { 147 func lockVersion(ctx context.Context, mod module.Version) (unlock func(), err error) { 162 func SideLock(ctx context.Context) (unlock func(), err 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) { [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/list/ |
D | context.go | 11 type Context struct { struct 12 GOARCH string `json:",omitempty"` // target architecture 13 GOOS string `json:",omitempty"` // target operating system 14 GOROOT string `json:",omitempty"` // Go root 15 GOPATH string `json:",omitempty"` // Go path 16 CgoEnabled bool `json:",omitempty"` // whether cgo can be used 17 UseAllFiles bool `json:",omitempty"` // use files regardless of //go:build lines, file names 18 Compiler string `json:",omitempty"` // compiler to assume when computing target paths 19 BuildTags []string `json:",omitempty"` // build constraints to match in +build lines 20 ToolTags []string `json:",omitempty"` // toolchain-specific build constraints [all …]
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | TypeBuilder.h | 114 static PointerType *get(LLVMContext &Context) { in get() 125 static ArrayType *get(LLVMContext &Context) { in get() 132 static ArrayType *get(LLVMContext &Context) { in get() 257 static FunctionType *get(LLVMContext &Context) { in get() 263 static FunctionType *get(LLVMContext &Context) { in get() 274 static FunctionType *get(LLVMContext &Context) { in get() 286 static FunctionType *get(LLVMContext &Context) { in get() 301 static FunctionType *get(LLVMContext &Context) { in get() 317 static FunctionType *get(LLVMContext &Context) { in get() 332 static FunctionType *get(LLVMContext &Context) { in get() [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/ |
D | lookup_plan9.go | 22 func query(ctx context.Context, filename, query string, bufSize int) (addrs []string, err error) { 76 func queryCS(ctx context.Context, net, host, service string) (res []string, err error) { 89 func queryCS1(ctx context.Context, net string, ip IP, port int) (clone, dest string, err error) { 106 func queryDNS(ctx context.Context, addr string, typ string) (res []string, err error) { 143 func lookupProtocol(ctx context.Context, name string) (proto int, err error) { 162 func (*Resolver) lookupHost(ctx context.Context, host string) (addrs []string, err error) { 193 func (r *Resolver) lookupIP(ctx context.Context, network, host string) (addrs []IPAddr, err error) { 212 func (r *Resolver) lookupPort(ctx context.Context, network, service string) (port int, err error) { 228 func (*Resolver) lookupPortWithNetwork(ctx context.Context, network, errNetwork, service string) (p… 253 func (r *Resolver) lookupCNAME(ctx context.Context, name string) (cname string, err error) { [all …]
|
/aosp_15_r20/external/skia/tools/testrunners/common/android/adb_test_runner/ |
H A D | adb_test_runner.go | 152 func runTest(ctx context.Context, model string, isBenchmarkTest bool, archive, testRunner, testRunn… 264 func scaleDevice(ctx context.Context, model string, isBenchmarkTest bool) error { 289 func scaleDeviceForPerformance(ctx context.Context, model string) error { 322 func scaleDeviceForBenchmark(ctx context.Context, model string) error { 467 func withRetry(ctx context.Context, model, description string, fn func() error) error { 498 func rebootAndWaitForDevice(ctx context.Context, model string) error { 543 func adbRoot(ctx context.Context) error { 557 func setCPUGovernor(ctx context.Context, model string, cpu int, governor string) error { 567 func scaleCPU(ctx context.Context, model string, cpu int, maxFreqFactor float64) error { 626 func getAvailableCPUFrequencies(ctx context.Context, cpu int) ([]int64, error) { [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Core/ |
D | EmulateInstruction.h | 185 struct Context { struct 186 ContextType type = eContextInvalid; argument 193 union ContextInfo { argument 248 Context() = default; argument 250 void SetRegisterPlusOffset(RegisterInfo base_reg, int64_t signed_offset) { in SetRegisterPlusOffset() 256 void SetRegisterPlusIndirectOffset(RegisterInfo base_reg, in SetRegisterPlusIndirectOffset() 263 void SetRegisterToRegisterPlusOffset(RegisterInfo data_reg, in SetRegisterToRegisterPlusOffset() 272 void SetRegisterToRegisterPlusIndirectOffset(RegisterInfo base_reg, in SetRegisterToRegisterPlusIndirectOffset() 281 void SetRegisterRegisterOperands(RegisterInfo op1_reg, in SetRegisterRegisterOperands() 288 void SetOffset(int64_t signed_offset) { in SetOffset() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Core/ |
D | EmulateInstruction.h | 185 struct Context { struct 186 ContextType type = eContextInvalid; argument 193 union ContextInfo { argument 248 Context() = default; argument 250 void SetRegisterPlusOffset(RegisterInfo base_reg, int64_t signed_offset) { in SetRegisterPlusOffset() 256 void SetRegisterPlusIndirectOffset(RegisterInfo base_reg, in SetRegisterPlusIndirectOffset() 263 void SetRegisterToRegisterPlusOffset(RegisterInfo data_reg, in SetRegisterToRegisterPlusOffset() 272 void SetRegisterToRegisterPlusIndirectOffset(RegisterInfo base_reg, in SetRegisterToRegisterPlusIndirectOffset() 281 void SetRegisterRegisterOperands(RegisterInfo op1_reg, in SetRegisterRegisterOperands() 288 void SetOffset(int64_t signed_offset) { in SetOffset() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Core/ |
D | EmulateInstruction.h | 185 struct Context { struct 186 ContextType type = eContextInvalid; argument 193 union ContextInfo { argument 248 Context() = default; argument 250 void SetRegisterPlusOffset(RegisterInfo base_reg, int64_t signed_offset) { in SetRegisterPlusOffset() 256 void SetRegisterPlusIndirectOffset(RegisterInfo base_reg, in SetRegisterPlusIndirectOffset() 263 void SetRegisterToRegisterPlusOffset(RegisterInfo data_reg, in SetRegisterToRegisterPlusOffset() 272 void SetRegisterToRegisterPlusIndirectOffset(RegisterInfo base_reg, in SetRegisterToRegisterPlusIndirectOffset() 281 void SetRegisterRegisterOperands(RegisterInfo op1_reg, in SetRegisterRegisterOperands() 288 void SetOffset(int64_t signed_offset) { in SetOffset() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Core/ |
D | EmulateInstruction.h | 185 struct Context { struct 186 ContextType type = eContextInvalid; argument 193 union ContextInfo { argument 248 Context() = default; argument 250 void SetRegisterPlusOffset(RegisterInfo base_reg, int64_t signed_offset) { in SetRegisterPlusOffset() 256 void SetRegisterPlusIndirectOffset(RegisterInfo base_reg, in SetRegisterPlusIndirectOffset() 263 void SetRegisterToRegisterPlusOffset(RegisterInfo data_reg, in SetRegisterToRegisterPlusOffset() 272 void SetRegisterToRegisterPlusIndirectOffset(RegisterInfo base_reg, in SetRegisterToRegisterPlusIndirectOffset() 281 void SetRegisterRegisterOperands(RegisterInfo op1_reg, in SetRegisterRegisterOperands() 288 void SetOffset(int64_t signed_offset) { in SetOffset() [all …]
|
/aosp_15_r20/build/soong/ui/build/ |
H A D | build.go | 31 func SetupOutDir(ctx Context, config Config) { 105 func createCombinedBuildNinjaFile(ctx Context, config Config) { 142 func checkProblematicFiles(ctx Context) { 154 func checkCaseSensitivity(ctx Context, config Config) { 184 func help(ctx Context, config Config) { 191 func checkRAM(ctx Context, config Config) { 214 func abfsBuildStarted(ctx Context, config Config) { 223 func abfsBuildFinished(ctx Context, config Config, finished bool) { 237 func Build(ctx Context, config Config) { 386 func updateBuildIdDir(ctx Context, config Config) { [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread_alt/ |
D | worker.rs | 217 pub(crate) struct Context { struct 219 handle: Arc<Handle>, 222 index: usize, 225 lifo_enabled: Cell<bool>, 228 core: RefCell<Option<Box<Core>>>, 231 handoff_core: Arc<AtomicCell<Core>>, 235 pub(crate) defer: RefCell<Vec<Notified>>, 552 fn run(&mut self, cx: &Context, blocking_in_place: bool) -> RunResult { in run() 609 cx: &Context, in try_acquire_available_core() 627 cx: &Context, in wait_for_core() [all …]
|
/aosp_15_r20/external/tink/testing/go/ |
H A D | services_test.go | 40 func genKeyset(ctx context.Context, keysetService *services.KeysetService, template []byte) ([]byte… 56 func pubKeyset(ctx context.Context, keysetService *services.KeysetService, privateKeyset []byte) ([… 72 func keysetFromJSON(ctx context.Context, keysetService *services.KeysetService, jsonKeyset string) … 88 func keysetToJSON(ctx context.Context, keysetService *services.KeysetService, keyset []byte) (strin… 178 func keysetWriteEncrypted(ctx context.Context, keysetService *services.KeysetService, keyset []byte… 208 func keysetReadEncrypted(ctx context.Context, keysetService *services.KeysetService, encryptedKeyse… 371 func aeadEncrypt(ctx context.Context, aeadService *services.AEADService, keyset []byte, plaintext [… 391 func aeadDecrypt(ctx context.Context, aeadService *services.AEADService, keyset []byte, ciphertext … 488 func daeadEncrypt(ctx context.Context, daeadService *services.DeterministicAEADService, keyset []by… 508 func daeadDecrypt(ctx context.Context, daeadService *services.DeterministicAEADService, keyset []by… [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/shim/ |
D | mod.rs | 19 struct Context { struct 20 _image_address: u64, 21 _image_size: u64, 22 _entry_point: u64, 23 _size_of_headers: usize, 24 _image_type: u16, 25 _number_of_sections: u16, 26 _section_alignment: u32, 27 _first_section: *const c_void, 28 _reloc_dir: *const c_void, [all …]
|
/aosp_15_r20/external/rust/crates/uefi/src/proto/shim/ |
D | mod.rs | 19 struct Context { struct 20 _image_address: u64, 21 _image_size: u64, 22 _entry_point: u64, 23 _size_of_headers: usize, 24 _image_type: u16, 25 _number_of_sections: u16, 26 _section_alignment: u32, 27 _first_section: *const c_void, 28 _reloc_dir: *const c_void, [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/context/ |
D | context.go | 68 type Context interface { interface 235 func WithCancel(parent Context) (ctx Context, cancel CancelFunc) { 263 func WithCancelCause(parent Context) (ctx Context, cancel CancelCauseFunc) { 268 func withCancel(parent Context) *cancelCtx { 283 func Cause(c Context) error { 315 func AfterFunc(ctx Context, f func()) (stop func() bool) { 356 Context anonMember 372 func parentCancelCtx(parent Context) (*cancelCtx, bool) { 389 func removeChild(parent Context, child canceler) { 422 Context anonMember [all …]
|
/aosp_15_r20/tools/treble/build/treble_build/report/ |
H A D | run.go | 30 func binaryExecutables(ctx context.Context, dir string, recursive bool) ([]string, int, error) { 60 func (rtx *Context) ResolveProjectMap(ctx context.Context, manifest string, upstreamBranch string) { 67 func ResolveHostTools(ctx context.Context, hostToolPath string) (*app.HostReport, error) { 85 func RunReport(ctx context.Context, rtx *Context, req *app.ReportRequest) (*app.Report, error) { 106 func ResolveCommit(ctx context.Context, rtx *Context, commit *app.ProjectCommit) (*app.GitCommit, [… 130 func RunQuery(ctx context.Context, rtx *Context, req *app.QueryRequest) (*app.QueryResponse, error)… 173 func RunPaths(ctx context.Context, rtx *Context, target string, singlePath bool, files []string) []…
|