Home
last modified time | relevance | path

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

12345678910>>...27

/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/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/boost/libs/compute/test/
Dcontext_setup.hpp19 struct Context { struct
24 Context() : in Context() 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/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/
DExpressionParser.y63 struct Context struct
86 %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/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/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; typedef
/third_party/skia/third_party/externals/brotli/research/
Dbrotli_decoder.c15 typedef struct Context { struct
21 } Context; argument
/third_party/flutter/skia/tools/gpu/
DGrContextFactory.h145 struct Context { struct
146 ContextType fType; argument
147 ContextOverrides fOverrides; argument
148 GrContextOptions fOptions; argument
150 TestContext* fTestContext; argument
151 GrContext* fGrContext; argument
152 GrContext* fShareContext; argument
157 SkTArray<Context, true> fContexts; argument
/third_party/mindspore/mindspore/lite/include/
Dcontext.h69 struct Context { struct
76 DeviceContextVector device_list_ = {{DT_CPU, {{false, MID_CPU}}}}; argument
78 DeviceContextVector device_list_; argument
80 DelegatePtr delegate = nullptr;
/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/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/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/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/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/
Dcontext.h63 struct Context { struct
68 DeviceContextVector device_list_ = {{DT_CPU, {false, MID_CPU}}}; argument
70 DeviceContextVector device_list_; argument
/third_party/flutter/skia/gm/
Dasyncrescaleandread.cpp33 struct Context { in do_read_and_scale() struct
34 SkPixmap fPixmap; in do_read_and_scale()
35 bool fCalled = false; in do_read_and_scale()
36 bool fSucceeded = false; in do_read_and_scale()
65 struct Context { in do_read_and_scale_yuv() struct
66 Context(int w, int h) { in do_read_and_scale_yuv() function
76 SkAutoPixmapStorage fYData; in do_read_and_scale_yuv()
77 SkAutoPixmapStorage fUData; in do_read_and_scale_yuv()
78 SkAutoPixmapStorage fVData; in do_read_and_scale_yuv()
79 bool fCalled = false; in do_read_and_scale_yuv()
[all …]

12345678910>>...27