Home
last modified time | relevance | path

Searched defs:Context (Results 1 – 25 of 1028) sorted by relevance

12345678910>>...42

/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsserver.go26 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 …]
Dtsclient.go26 ShowMessage(context.Context, *ShowMessageParams) error
27 LogMessage(context.Context, *LogMessageParams) error
28 Event(context.Context, *interface{}) error
29 PublishDiagnostics(context.Context, *PublishDiagnosticsParams) error
30 WorkspaceFolders(context.Context) ([]WorkspaceFolder, error)
31 Configuration(context.Context, *ParamConfig) ([]interface{}, error)
32 RegisterCapability(context.Context, *RegistrationParams) error
33 UnregisterCapability(context.Context, *UnregistrationParams) error
34 ShowMessageRequest(context.Context, *ShowMessageRequestParams) (*MessageActionItem, error)
35 ApplyEdit(context.Context, *ApplyWorkspaceEditParams) (*ApplyWorkspaceEditResponse, error)
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/protocol/
Dtsserver.go26 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 …]
Dtsclient.go26 ShowMessage(context.Context, *ShowMessageParams) error
27 LogMessage(context.Context, *LogMessageParams) error
28 Event(context.Context, *interface{}) error
29 PublishDiagnostics(context.Context, *PublishDiagnosticsParams) error
30 WorkspaceFolders(context.Context) ([]WorkspaceFolder, error)
31 Configuration(context.Context, *ParamConfig) ([]interface{}, error)
32 RegisterCapability(context.Context, *RegistrationParams) error
33 UnregisterCapability(context.Context, *UnregistrationParams) error
34 ShowMessageRequest(context.Context, *ShowMessageRequestParams) (*MessageActionItem, error)
35 ApplyEdit(context.Context, *ApplyWorkspaceEditParams) (*ApplyWorkspaceEditResponse, error)
[all …]
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsserver.go26 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 …]
Dtsclient.go26 ShowMessage(context.Context, *ShowMessageParams) error
27 LogMessage(context.Context, *LogMessageParams) error
28 Event(context.Context, *interface{}) error
29 PublishDiagnostics(context.Context, *PublishDiagnosticsParams) error
30 WorkspaceFolders(context.Context) ([]WorkspaceFolder, error)
31 Configuration(context.Context, *ParamConfig) ([]interface{}, error)
32 RegisterCapability(context.Context, *RegistrationParams) error
33 UnregisterCapability(context.Context, *UnregistrationParams) error
34 ShowMessageRequest(context.Context, *ShowMessageRequestParams) (*MessageActionItem, error)
35 ApplyEdit(context.Context, *ApplyWorkspaceEditParams) (*ApplyWorkspaceEditResponse, error)
[all …]
/external/llvm/include/llvm/IR/
DTypeBuilder.h114 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/angle/src/compiler/preprocessor/
Dpreprocessor.y66 struct Context struct
89 %parse-param {Context *context} argument
DTokenizer.h25 struct Context struct
27 Diagnostics *diagnostics;
29 Input input;
55 Context mContext; // Scanner extra. argument
/external/angle/src/libANGLE/
DvalidationGL1.cpp14 bool ValidateAccum(const Context *, angle::EntryPoint entryPoint, GLenum op, GLfloat value) in ValidateAccum()
19 bool ValidateBegin(const Context *, angle::EntryPoint entryPoint, GLenum mode) in ValidateBegin()
24 bool ValidateBitmap(const Context *, in ValidateBitmap()
37 bool ValidateCallList(const Context *, angle::EntryPoint entryPoint, GLuint list) in ValidateCallList()
42 bool ValidateCallLists(const Context *, in ValidateCallLists()
51 bool ValidateClearAccum(const Context *, in ValidateClearAccum()
61 bool ValidateClearDepth(const Context *, angle::EntryPoint entryPoint, GLdouble depth) in ValidateClearDepth()
66 bool ValidateClearIndex(const Context *, angle::EntryPoint entryPoint, GLfloat c) in ValidateClearIndex()
71 bool ValidateClipPlane(const Context *, in ValidateClipPlane()
79 bool ValidateColor3b(const Context *, in ValidateColor3b()
[all …]
/external/boringssl/src/ssl/test/runner/hpke/
Dhpke.go74 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 …]
/external/llvm/tools/llvm-readobj/
DWin64EHDumper.h33 struct Context { struct
38 Context(const object::COFFObjectFile &COFF, SymbolResolver Resolver, in Context() argument
/external/brotli/research/
Dbrotli_decoder.c15 typedef struct Context { struct
21 } Context; argument
/external/perfetto/src/trace_processor/metrics/
Dmetrics.h163 struct Context { struct
164 TraceProcessor* tp;
165 const DescriptorPool* pool;
166 uint32_t descriptor_idx;
177 struct Context { struct
178 TraceProcessor* tp;
179 std::vector<SqlMetricFile>* metrics;
/external/clang/unittests/Tooling/
DFixItTest.cpp31 std::string LocationToString(SourceLocation Loc, ASTContext *Context) { in LocationToString()
38 Visitor.OnCall = [](CallExpr *CE, ASTContext *Context) { in TEST()
49 Visitor.OnCall = [](CallExpr *CE, ASTContext *Context) { in TEST()
59 Visitor.OnCall = [](CallExpr *CE, ASTContext *Context) { in TEST()
70 Visitor.OnCall = [](CallExpr *CE, ASTContext *Context) { in TEST()
84 Visitor.OnCall = [](CallExpr *CE, ASTContext *Context) { in TEST()
104 Visitor.OnCall = [](CallExpr *CE, ASTContext *Context) { in TEST()
119 Visitor.OnCall = [](CallExpr *CE, ASTContext *Context) { in TEST()
146 Visitor.OnCall = [](CallExpr *CE, ASTContext *Context) { in TEST()
162 Visitor.OnCall = [](CallExpr *CE, ASTContext *Context) { in TEST()
[all …]
/external/llvm/unittests/MC/
DDwarfLineTables.cpp23 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/tensorflow/tensorflow/core/nccl/
Dnccl_manager.h133 struct Context { struct
134 Context(const string& collective_key, int num_local_devices, in Context() function
166 const Context& context, ncclRedOp_t reduction_op); argument
/external/skia/tools/gpu/
DGrContextFactory.h159 struct Context { struct
160 ContextType fType; argument
161 ContextOverrides fOverrides; argument
162 GrContextOptions fOptions; argument
164 TestContext* fTestContext; argument
165 GrDirectContext* fGrContext; argument
166 GrDirectContext* fShareContext; argument
171 SkTArray<Context, true> fContexts; argument
/external/llvm/unittests/IR/
DTypeBuilderTest.cpp19 LLVMContext Context; in TEST() local
34 LLVMContext Context; in TEST() local
59 LLVMContext Context; in TEST() local
71 LLVMContext Context; in TEST() local
100 LLVMContext Context; in TEST() local
149 LLVMContext Context; in TEST() local
190 TEST(TypeBuilderTest, Context) { in TEST() argument
219 static StructType *get(LLVMContext &Context) { in get()
242 static StructType *get(LLVMContext &Context) { in get()
266 LLVMContext Context; in TEST() local
/external/crosvm/fuse/src/
Dfilesystem.rs319 pub struct Context { struct
330 impl From<sys::InHeader> for Context { argument
410 fn lookup(&self, ctx: Context, parent: Self::Inode, name: &CStr) -> io::Result<Entry> { in lookup()
419 fn forget(&self, ctx: Context, inode: Self::Inode, count: u64) {} in forget()
425 fn batch_forget(&self, ctx: Context, requests: Vec<(Self::Inode, u64)>) { in batch_forget()
447 ctx: Context, in getattr()
473 ctx: Context, in setattr()
483 fn readlink(&self, ctx: Context, inode: Self::Inode) -> io::Result<Vec<u8>> { in readlink()
497 ctx: Context, in symlink()
518 ctx: Context, in mknod()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Dhandler.go31 Deliver(ctx context.Context, r *Request, delivered bool) bool
39 Cancel(ctx context.Context, conn *Conn, id ID, cancelled bool) bool
51 Request(ctx context.Context, conn *Conn, direction Direction, r *WireRequest) context.Context
53 Response(ctx context.Context, conn *Conn, direction Direction, r *WireResponse) context.Context
58 Done(ctx context.Context, err error)
62 Read(ctx context.Context, bytes int64) context.Context
64 Wrote(ctx context.Context, bytes int64) context.Context
68 Error(ctx context.Context, err error)
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Dhandler.go31 Deliver(ctx context.Context, r *Request, delivered bool) bool
39 Cancel(ctx context.Context, conn *Conn, id ID, cancelled bool) bool
51 Request(ctx context.Context, conn *Conn, direction Direction, r *WireRequest) context.Context
53 Response(ctx context.Context, conn *Conn, direction Direction, r *WireResponse) context.Context
58 Done(ctx context.Context, err error)
62 Read(ctx context.Context, bytes int64) context.Context
64 Wrote(ctx context.Context, bytes int64) context.Context
68 Error(ctx context.Context, err error)
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/jsonrpc2/
Dhandler.go31 Deliver(ctx context.Context, r *Request, delivered bool) bool
39 Cancel(ctx context.Context, conn *Conn, id ID, cancelled bool) bool
51 Request(ctx context.Context, conn *Conn, direction Direction, r *WireRequest) context.Context
53 Response(ctx context.Context, conn *Conn, direction Direction, r *WireResponse) context.Context
58 Done(ctx context.Context, err error)
62 Read(ctx context.Context, bytes int64) context.Context
64 Wrote(ctx context.Context, bytes int64) context.Context
68 Error(ctx context.Context, err error)
/external/rust/crates/num-bigint/benches/
Dshootout-pidigits.rs48 struct Context { struct
54 impl Context { argument
/external/clang/lib/AST/
DNestedNameSpecifier.cpp28 NestedNameSpecifier::FindOrInsert(const ASTContext &Context, in FindOrInsert()
46 NestedNameSpecifier::Create(const ASTContext &Context, in Create()
59 NestedNameSpecifier::Create(const ASTContext &Context, in Create()
75 NestedNameSpecifier::Create(const ASTContext &Context, in Create()
91 NestedNameSpecifier::Create(const ASTContext &Context, in Create()
103 NestedNameSpecifier::Create(const ASTContext &Context, IdentifierInfo *II) { in Create()
113 NestedNameSpecifier::GlobalSpecifier(const ASTContext &Context) { in GlobalSpecifier()
122 NestedNameSpecifier::SuperSpecifier(const ASTContext &Context, in SuperSpecifier()
549 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend()
562 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend()
[all …]

12345678910>>...42