Home
last modified time | relevance | path

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

12345678910>>...24

/third_party/skia/third_party/externals/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 …]
/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 …]
/third_party/skia/third_party/externals/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 …]
/third_party/skia/third_party/externals/angle2/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
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/angle2/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 …]
/third_party/ffmpeg/libavformat/
Dcache.c54 typedef struct Context { struct
64 URLContext *inner; argument
67 } Context; argument
Dasync.c56 typedef struct Context { struct
58 URLContext *inner; argument
81 } Context; argument
/third_party/skia/third_party/externals/brotli/research/
Dbrotli_decoder.c15 typedef struct Context { struct
21 } Context; typedef
/third_party/skia/tools/gpu/
DGrContextFactory.h155 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/
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)
/third_party/skia/third_party/externals/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)
/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)
/third_party/skia/infra/bots/task_drivers/run_wasm_gm_tests/
Drun_wasm_gm_tests.go129 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/
DGPUBuffer.cpp63 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/
Dclayout.c34 struct Context struct
41 typedef struct Context Context; argument
/third_party/skia/third_party/externals/icu/source/samples/layout/
Dclayout.c33 struct Context struct
40 typedef struct Context Context; argument
/third_party/curl/docs/examples/
Dhtmltitle.cpp56 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/
DValueTypes.cpp18 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/
DDebugInfoMetadata.cpp51 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 …]

12345678910>>...24