/external/syzkaller/pkg/gce/ |
D | gce.go | 29 type Context struct { struct 30 ProjectID string 31 ZoneID string 32 Instance string 33 InternalIP string 34 ExternalIP string 35 Network string 36 Subnetwork string 38 computeService *compute.Service 43 apiRateGate <-chan time.Time [all …]
|
/external/syzkaller/tools/syz-execprog/ |
D | execprog.go | 88 type Context struct { struct 89 entries []*prog.LogEntry 90 config *ipc.Config 91 execOpts *ipc.ExecOpts 92 gate *ipc.Gate 93 shutdown chan struct{} 94 logMu sync.Mutex 95 posMu sync.Mutex 96 repeat int 97 pos int [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
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 …]
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | TypeBuilder.h | 106 static PointerType *get(LLVMContext &Context) { in get() 117 static ArrayType *get(LLVMContext &Context) { in get() 124 static ArrayType *get(LLVMContext &Context) { in get() 249 static FunctionType *get(LLVMContext &Context) { in get() 255 static FunctionType *get(LLVMContext &Context) { in get() 266 static FunctionType *get(LLVMContext &Context) { in get() 278 static FunctionType *get(LLVMContext &Context) { in get() 293 static FunctionType *get(LLVMContext &Context) { in get() 309 static FunctionType *get(LLVMContext &Context) { in get() 324 static FunctionType *get(LLVMContext &Context) { in get() [all …]
|
/external/llvm/include/llvm/IR/ |
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 …]
|
/external/syzkaller/vendor/google.golang.org/appengine/ |
D | identity.go | 20 func AppID(c context.Context) string { return internal.AppID(c) } 25 func DefaultVersionHostname(c context.Context) string { 30 func ModuleName(c context.Context) string { 39 func ModuleHostname(c context.Context, module, version, instance string) (string, error) { 61 func VersionID(c context.Context) string { return internal.VersionID(c) } 67 func Datacenter(c context.Context) string { return internal.Datacenter(c) } 75 func RequestID(c context.Context) string { return internal.RequestID(c) } 80 func AccessToken(c context.Context, scopes ...string) (token string, expiry time.Time, err error) { 99 func PublicCertificates(c context.Context) ([]Certificate, error) { 117 func ServiceAccount(c context.Context) (string, error) { [all …]
|
/external/syzkaller/dashboard/app/ |
D | api.go | 65 func timeSince(c context.Context, t time.Time) time.Duration { 97 func handleAPI(c context.Context, r *http.Request) (reply interface{}, err error) { 139 func checkClient(c context.Context, name0, key0 string) (string, error) { 161 func apiLogError(c context.Context, r *http.Request, payload []byte) (interface{}, error) { 170 func apiBuilderPoll(c context.Context, ns string, r *http.Request, payload []byte) (interface{}, er… 218 func apiJobPoll(c context.Context, r *http.Request, payload []byte) (interface{}, error) { 229 func apiJobDone(c context.Context, r *http.Request, payload []byte) (interface{}, error) { 238 func apiUploadBuild(c context.Context, ns string, r *http.Request, payload []byte) (interface{}, er… 264 func uploadBuild(c context.Context, now time.Time, ns string, req *dashapi.Build, typ BuildType) (b… 327 func addCommitsToBugs(c context.Context, ns, manager string, [all …]
|
D | reporting.go | 37 func reportingPollBugs(c context.Context, typ string) []*dashapi.BugReport { 71 func handleReportBug(c context.Context, typ string, state *ReportingState, bug *Bug) (*dashapi.BugR… 84 func needReport(c context.Context, typ string, state *ReportingState, bug *Bug) ( 157 func currentReporting(c context.Context, bug *Bug) (*Reporting, *BugReporting, int, string, error) { 193 func createBugReport(c context.Context, bug *Bug, crash *Crash, crashKey *datastore.Key, 277 func managersToRepos(c context.Context, ns string, managers []string) []string { 298 func reportingPollClosed(c context.Context, ids []string) ([]string, error) { 332 func incomingCommand(c context.Context, cmd *dashapi.BugUpdate) (bool, string, error) { 343 func incomingCommandImpl(c context.Context, cmd *dashapi.BugUpdate) (bool, string, error) { 426 func incomingCommandTx(c context.Context, now time.Time, cmd *dashapi.BugUpdate, [all …]
|
D | jobs.go | 23 func handleTestRequest(c context.Context, bugID, user, extID, link, patch, repo, branch string, 77 func addTestJob(c context.Context, bug *Bug, bugKey *datastore.Key, bugReporting *BugReporting, 166 func checkTestJob(c context.Context, bug *Bug, bugReporting *BugReporting, crash *Crash, 189 func pollPendingJobs(c context.Context, managers []string) (interface{}, error) { 267 func doneJob(c context.Context, req *dashapi.JobDoneReq) error { 308 func pollCompletedJobs(c context.Context, typ string) ([]*dashapi.BugReport, error) { 333 func createBugReportForJob(c context.Context, job *Job, jobKey *datastore.Key, config interface{}) ( 410 func jobReported(c context.Context, jobID string) error { 429 func loadPendingJob(c context.Context, managers []string) (*Job, *datastore.Key, error) { 456 func jobID2Key(c context.Context, id string) (*datastore.Key, error) {
|
D | reporting_email.go | 104 func emailPollBugs(c context.Context) error { 138 func emailPollJobs(c context.Context) error { 156 func emailReport(c context.Context, rep *dashapi.BugReport, templ string) error { 248 func incomingMail(c context.Context, r *http.Request) error { 348 func loadBugInfo(c context.Context, msg *email.Email) (bug *Bug, bugReporting *BugReporting, report… 391 func checkMailingListInCC(c context.Context, msg *email.Email, mailingList string) bool { 404 func warnMailingListInCC(c context.Context, msg *email.Email, mailingList string) { 414 func sendMailTemplate(c context.Context, subject, from string, to []string, replyTo string, 434 func replyTo(c context.Context, msg *email.Email, reply string, attachment *aemail.Attachment) erro… 465 func ownEmail(c context.Context) string { [all …]
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | ExpressionParser.y | 77 struct Context struct 100 %parse-param {Context *context} argument
|
D | Tokenizer.h | 30 struct Context struct 32 Diagnostics *diagnostics; 34 Input input; 61 Context mContext; // Scanner extra. argument
|
/external/syzkaller/pkg/runtest/ |
D | run.go | 52 type Context struct { struct 53 Dir string 54 Target *prog.Target 55 Features *host.Features 56 EnabledCalls map[string]map[*prog.Syscall]bool 57 Requests chan *RunRequest 58 LogFunc func(text string) 61 func (ctx *Context) log(msg string, args ...interface{}) { 65 func (ctx *Context) Run() error { 115 func (ctx *Context) generatePrograms(progs chan *RunRequest) error { [all …]
|
/external/syzkaller/vendor/google.golang.org/appengine/internal/ |
D | api_common.go | 21 func WithCallOverride(ctx netcontext.Context, f CallOverrideFunc) netcontext.Context { 32 func callOverrideFromContext(ctx netcontext.Context) (CallOverrideFunc, netcontext.Context, bool) { 48 func WithLogOverride(ctx netcontext.Context, f logOverrideFunc) netcontext.Context { 54 func WithAppIDOverride(ctx netcontext.Context, appID string) netcontext.Context { 60 func withNamespace(ctx netcontext.Context, ns string) netcontext.Context { 64 func NamespaceFromContext(ctx netcontext.Context) string { 73 func FullyQualifiedAppID(ctx netcontext.Context) string { 80 func Logf(ctx netcontext.Context, level int64, format string, args ...interface{}) { 93 func NamespacedContext(ctx netcontext.Context, namespace string) netcontext.Context {
|
D | identity_vm.go | 25 func ctxHeaders(ctx netcontext.Context) http.Header { 33 func DefaultVersionHostname(ctx netcontext.Context) string { 37 func RequestID(ctx netcontext.Context) string { 41 func Datacenter(ctx netcontext.Context) string { 55 func ModuleName(_ netcontext.Context) string { 62 func VersionID(_ netcontext.Context) string { 85 func fullyQualifiedAppID(_ netcontext.Context) string {
|
D | identity_classic.go | 15 func DefaultVersionHostname(ctx netcontext.Context) string { 23 func Datacenter(_ netcontext.Context) string { return appengine.Datacenter() } 28 func RequestID(ctx netcontext.Context) string { 36 func ModuleName(ctx netcontext.Context) string { 43 func VersionID(ctx netcontext.Context) string { 51 func fullyQualifiedAppID(ctx netcontext.Context) string {
|
D | api_classic.go | 27 func fromContext(ctx netcontext.Context) appengine.Context { 33 func ClassicContextFromContext(ctx netcontext.Context) (appengine.Context, error) { 41 func withContext(parent netcontext.Context, c appengine.Context) netcontext.Context { 53 func IncomingHeaders(ctx netcontext.Context) http.Header { 66 func WithContext(parent netcontext.Context, req *http.Request) netcontext.Context { 72 appengine.Context anonMember 90 func Call(ctx netcontext.Context, service, method string, in, out proto.Message) error { 151 func logf(c appengine.Context, level int64, format string, args ...interface{}) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.h | 33 struct Context { struct 38 Context(const object::COFFObjectFile &COFF, SymbolResolver Resolver, in Context() argument
|
/external/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.h | 33 struct Context { struct 38 Context(const object::COFFObjectFile &COFF, SymbolResolver Resolver, in Context() argument
|
/external/brotli/research/ |
D | brotli_decoder.c | 15 typedef struct Context { struct 21 } Context; argument
|
/external/llvm/unittests/MC/ |
D | DwarfLineTables.cpp | 23 struct Context { struct 24 const char *Triple = "x86_64-pc-linux"; 25 std::unique_ptr<MCRegisterInfo> MRI; 26 std::unique_ptr<MCAsmInfo> MAI; 27 std::unique_ptr<MCContext> Ctx; 29 Context() { in Context() function 45 operator bool() { return Ctx.get(); } in operator bool() 46 operator MCContext &() { return *Ctx; }; in operator MCContext&()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/MC/ |
D | DwarfLineTables.cpp | 23 struct Context { struct 24 const char *Triple = "x86_64-pc-linux"; 25 std::unique_ptr<MCRegisterInfo> MRI; 26 std::unique_ptr<MCAsmInfo> MAI; 27 std::unique_ptr<MCContext> Ctx; 29 Context() { in Context() argument 45 operator bool() { return Ctx.get(); } in operator bool() 46 operator MCContext &() { return *Ctx; }; in operator MCContext&()
|
/external/syzkaller/vendor/google.golang.org/appengine/log/ |
D | api.go | 18 func Debugf(ctx context.Context, format string, args ...interface{}) { 23 func Infof(ctx context.Context, format string, args ...interface{}) { 28 func Warningf(ctx context.Context, format string, args ...interface{}) { 33 func Errorf(ctx context.Context, format string, args ...interface{}) { 38 func Criticalf(ctx context.Context, format string, args ...interface{}) {
|
/external/skia/tools/gpu/ |
D | GrContextFactory.h | 149 struct Context { struct 150 ContextType fType; argument 151 ContextOverrides fOverrides; argument 152 GrContextOptions fOptions; argument 154 TestContext* fTestContext; argument 155 GrContext* fGrContext; argument 156 GrContext* fShareContext; argument 161 SkTArray<Context, true> fContexts; argument
|
/external/skqp/tools/gpu/ |
D | GrContextFactory.h | 149 struct Context { struct 150 ContextType fType; argument 151 ContextOverrides fOverrides; argument 152 GrContextOptions fOptions; argument 154 TestContext* fTestContext; argument 155 GrContext* fGrContext; argument 156 GrContext* fShareContext; argument 161 SkTArray<Context, true> fContexts; argument
|