Home
last modified time | relevance | path

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

12345678910>>...80

/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/angle/src/libANGLE/
DvalidationGL1.cpp14 bool ValidateAccum(const Context *, GLenum op, GLfloat value) in ValidateAccum()
19 bool ValidateBegin(const Context *, GLenum mode) in ValidateBegin()
24 bool ValidateBitmap(const Context *, in ValidateBitmap()
36 bool ValidateCallList(const Context *, GLuint list) in ValidateCallList()
41 bool ValidateCallLists(const Context *, GLsizei n, GLenum type, const void *lists) in ValidateCallLists()
46 bool ValidateClearAccum(const Context *, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in ValidateClearAccum()
51 bool ValidateClearDepth(const Context *, GLdouble depth) in ValidateClearDepth()
56 bool ValidateClearIndex(const Context *, GLfloat c) in ValidateClearIndex()
61 bool ValidateClipPlane(const Context *, GLenum plane, const GLdouble *equation) in ValidateClipPlane()
66 bool ValidateColor3b(const Context *, GLbyte red, GLbyte green, GLbyte blue) in ValidateColor3b()
[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/llvm-project/lldb/source/Plugins/Process/minidump/
DRegisterContextMinidump_ARM64.h60 struct Context { struct
77 Context m_regs; argument
DRegisterContextMinidump_ARM.h72 struct Context { struct
92 Context m_regs; argument
/external/angle/src/compiler/preprocessor/
Dpreprocessor.y65 struct Context struct
88 %parse-param {Context *context} argument
DTokenizer.h25 struct Context struct
27 Diagnostics *diagnostics;
29 Input input;
55 Context mContext; // Scanner extra. argument
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.y77 struct Context struct
100 %parse-param {Context *context} argument
DTokenizer.h30 struct Context struct
32 Diagnostics *diagnostics;
34 Input input;
61 Context mContext; // Scanner extra. argument
/external/llvm/tools/llvm-readobj/
DWin64EHDumper.h33 struct Context { struct
38 Context(const object::COFFObjectFile &COFF, SymbolResolver Resolver, in Context() argument
/external/llvm-project/llvm/tools/llvm-readobj/
DWin64EHDumper.h32 struct Context { struct
37 Context(const object::COFFObjectFile &COFF, SymbolResolver Resolver, in Context() argument
/external/boringssl/src/ssl/test/runner/hpke/
Dhpke.go57 type Context struct { struct
58 kemID uint16
59 kdfID uint16
60 aeadID uint16
62 aead cipher.AEAD
64 key []byte
65 baseNonce []byte
66 seq uint64
67 exporterSecret []byte
116 func (c *Context) Seal(additionalData, plaintext []byte) []byte {
[all …]
/external/brotli/research/
Dbrotli_decoder.c15 typedef struct Context { struct
21 } Context; argument
/external/llvm-project/lldb/include/lldb/Core/
DEmulateInstruction.h184 struct Context { struct
185 ContextType type; argument
186 enum InfoType info_type;
187 union {
240 Context() : type(eContextInvalid), info_type(eInfoTypeNoArgs) {} in Context() argument
242 void SetRegisterPlusOffset(RegisterInfo base_reg, int64_t signed_offset) { in SetRegisterPlusOffset()
248 void SetRegisterPlusIndirectOffset(RegisterInfo base_reg, in SetRegisterPlusIndirectOffset()
255 void SetRegisterToRegisterPlusOffset(RegisterInfo data_reg, in SetRegisterToRegisterPlusOffset()
264 void SetRegisterToRegisterPlusIndirectOffset(RegisterInfo base_reg, in SetRegisterToRegisterPlusIndirectOffset()
273 void SetRegisterRegisterOperands(RegisterInfo op1_reg, in SetRegisterRegisterOperands()
[all …]
/external/tensorflow/tensorflow/core/nccl/
Dnccl_manager.h133 struct Context { struct
134 Context(const string& collective_key, int num_local_devices, in Context() argument
166 const Context& context, ncclRedOp_t reduction_op); argument
/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() function
45 operator bool() { return Ctx.get(); } in operator bool()
46 operator MCContext &() { return *Ctx; }; in operator MCContext&()
/external/llvm-project/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() function
46 operator bool() { return Ctx.get(); } in operator bool()
47 operator MCContext &() { return *Ctx; }; in operator MCContext&()
/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-project/clang/unittests/Tooling/
DFixItTest.cpp30 std::string LocationToString(SourceLocation Loc, ASTContext *Context) { in LocationToString()
37 Visitor.OnCall = [](CallExpr *CE, ASTContext *Context) { in TEST()
48 Visitor.OnCall = [](CallExpr *CE, ASTContext *Context) { in TEST()
58 Visitor.OnCall = [](CallExpr *CE, ASTContext *Context) { in TEST()
69 Visitor.OnCall = [](CallExpr *CE, ASTContext *Context) { in TEST()
83 Visitor.OnCall = [](CallExpr *CE, ASTContext *Context) { in TEST()
103 Visitor.OnCall = [](CallExpr *CE, ASTContext *Context) { in TEST()
118 Visitor.OnCall = [](CallExpr *CE, ASTContext *Context) { in TEST()
145 Visitor.OnCall = [](CallExpr *CE, ASTContext *Context) { in TEST()
161 Visitor.OnCall = [](CallExpr *CE, ASTContext *Context) { in TEST()
[all …]
/external/skqp/tools/gpu/
DGrContextFactory.h149 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

12345678910>>...80