/external/swiftshader/third_party/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 …]
|
D | tsclient.go | 26 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/ |
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 …]
|
D | tsclient.go | 26 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/ |
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 …]
|
D | tsclient.go | 26 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/ |
D | validationGL1.cpp | 14 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/ |
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/llvm-project/lldb/source/Plugins/Process/minidump/ |
D | RegisterContextMinidump_ARM64.h | 60 struct Context { struct 77 Context m_regs; argument
|
D | RegisterContextMinidump_ARM.h | 72 struct Context { struct 92 Context m_regs; argument
|
/external/angle/src/compiler/preprocessor/ |
D | preprocessor.y | 65 struct Context struct 88 %parse-param {Context *context} argument
|
D | Tokenizer.h | 25 struct Context struct 27 Diagnostics *diagnostics; 29 Input input; 55 Context mContext; // Scanner extra. argument
|
/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/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.h | 33 struct Context { struct 38 Context(const object::COFFObjectFile &COFF, SymbolResolver Resolver, in Context() argument
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.h | 32 struct Context { struct 37 Context(const object::COFFObjectFile &COFF, SymbolResolver Resolver, in Context() argument
|
/external/boringssl/src/ssl/test/runner/hpke/ |
D | hpke.go | 57 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/ |
D | brotli_decoder.c | 15 typedef struct Context { struct 21 } Context; argument
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | EmulateInstruction.h | 184 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/ |
D | nccl_manager.h | 133 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/ |
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/llvm-project/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 46 operator bool() { return Ctx.get(); } in operator bool() 47 operator MCContext &() { return *Ctx; }; in operator MCContext&()
|
/external/clang/unittests/Tooling/ |
D | FixItTest.cpp | 31 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/ |
D | FixItTest.cpp | 30 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/ |
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
|