| /third_party/skia/third_party/externals/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 …]
|
| /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 …]
|
| /third_party/skia/third_party/externals/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 …]
|
| /third_party/skia/third_party/externals/angle2/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
|
| /third_party/skia/third_party/externals/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
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | validationGL1.cpp | 14 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 …]
|
| /third_party/ffmpeg/libavformat/ |
| D | cache.c | 54 typedef struct Context { struct 64 URLContext *inner; argument 67 } Context; argument
|
| D | async.c | 56 typedef struct Context { struct 58 URLContext *inner; argument 81 } Context; argument
|
| /third_party/skia/third_party/externals/brotli/research/ |
| D | brotli_decoder.c | 15 typedef struct Context { struct 21 } Context; typedef
|
| /third_party/skia/tools/gpu/ |
| D | GrContextFactory.h | 155 struct Context { struct 156 ContextType fType; argument 157 ContextOverrides fOverrides; argument 158 GrContextOptions fOptions; argument 160 TestContext* fTestContext; argument 161 GrDirectContext* fGrContext; argument 162 GrDirectContext* fShareContext; argument 167 SkTArray<Context, true> fContexts; argument
|
| /third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
| D | handler.go | 31 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)
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
| D | handler.go | 31 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)
|
| /third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
| D | handler.go | 31 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)
|
| /third_party/skia/infra/bots/task_drivers/run_wasm_gm_tests/ |
| D | run_wasm_gm_tests.go | 129 func setupGoldctl(ctx context.Context, local bool, gitCommit, gerritCLID, tryjobID, goldctlPath, wo… 167 func downloadKnownHashes(ctx context.Context, workPath, knownHashesURL string) error { 184 func setupTests(ctx context.Context, nodeBinPath string, testHarnessPath string) error { 194 func runTests(ctx context.Context, builtPath, nodeBinPath, resourcePath, testHarnessPath, workPath … 227 func processTestData(ctx context.Context, testOutputPath, goldctlPath, goldctlWorkPath string) erro… 283 func finalizeGoldctl(ctx context.Context, goldctlPath, workPath string) error {
|
| /third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
| D | GPUBuffer.cpp | 63 struct Context { in mapAsync() struct 64 Napi::Env env; in mapAsync() 65 interop::Promise<void> promise; in mapAsync() 66 AsyncTask task; in mapAsync() 67 State& state; in mapAsync()
|
| /third_party/icu/icu4c/source/samples/layout/ |
| D | clayout.c | 34 struct Context struct 41 typedef struct Context Context; argument
|
| /third_party/skia/third_party/externals/icu/source/samples/layout/ |
| D | clayout.c | 33 struct Context struct 40 typedef struct Context Context; argument
|
| /third_party/curl/docs/examples/ |
| D | htmltitle.cpp | 56 struct Context struct 58 Context(): addTitle(false) { } in Context() argument 60 bool addTitle; 61 std::string title;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | ValueTypes.cpp | 18 LLVMContext &Context = LLVMTy->getContext(); in changeExtendedTypeToInteger() local 23 LLVMContext &Context = LLVMTy->getContext(); in changeExtendedVectorElementTypeToInteger() local 28 EVT EVT::getExtendedIntegerVT(LLVMContext &Context, unsigned BitWidth) { in getExtendedIntegerVT() 35 EVT EVT::getExtendedVectorVT(LLVMContext &Context, EVT VT, in getExtendedVectorVT()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | DebugInfoMetadata.cpp | 51 DILocation *DILocation::getImpl(LLVMContext &Context, unsigned Line, in getImpl() 262 GenericDINode *GenericDINode::getImpl(LLVMContext &Context, unsigned Tag, in getImpl() 320 DISubrange *DISubrange::getImpl(LLVMContext &Context, int64_t Count, int64_t Lo, in getImpl() 327 DISubrange *DISubrange::getImpl(LLVMContext &Context, Metadata *CountNode, in getImpl() 335 DIEnumerator *DIEnumerator::getImpl(LLVMContext &Context, int64_t Value, in getImpl() 344 DIBasicType *DIBasicType::getImpl(LLVMContext &Context, unsigned Tag, in getImpl() 371 LLVMContext &Context, unsigned Tag, MDString *Name, Metadata *File, in getImpl() 388 LLVMContext &Context, unsigned Tag, MDString *Name, Metadata *File, in getImpl() 410 LLVMContext &Context, MDString &Identifier, unsigned Tag, MDString *Name, in buildODRType() 445 LLVMContext &Context, MDString &Identifier, unsigned Tag, MDString *Name, in getODRType() [all …]
|