/external/pdfium/testing/resources/pixel/ |
D | bug_736695_4.evt | 6 # Hover item
|
/external/pdfium/xfa/fwl/ |
D | cfwl_messagemouse.h | 25 Hover enumerator
|
D | cfwl_notedriver.cpp | 212 pMsg->m_dwCmd == FWL_MouseCommand::Hover || in DoMouse() 273 CFWL_MessageMouse msHover(pTarget, FWL_MouseCommand::Hover, 0, pMsg->m_pos); in MouseSecondary()
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | HoverTests.cpp | 31 TEST(Hover, Structured) { in TEST() argument 877 TEST(Hover, CallPassType) { in TEST() argument 954 TEST(Hover, NoHover) { in TEST() argument 1013 TEST(Hover, All) { in TEST() argument 2068 TEST(Hover, DocsFromIndex) { in TEST() argument 2094 TEST(Hover, DocsFromAST) { in TEST() argument 2119 TEST(Hover, DocsFromMostSpecial) { in TEST() argument 2144 TEST(Hover, Present) { in TEST() argument 2389 TEST(Hover, ParseDocumentation) { in TEST() argument 2476 TEST(Hover, PresentHeadings) { in TEST() argument [all …]
|
/external/fmtlib/doc/bootstrap/mixins/ |
D | table-row.less | 17 // Hover states for `.table-hover`
|
/external/llvm-project/clang-tools-extra/clangd/tool/ |
D | Check.cpp | 217 auto Hover = getHover(*AST, Pos, Style, &Index); in testLocationFeatures() local 218 vlog(" hover: {0}", Hover.hasValue()); in testLocationFeatures()
|
/external/fmtlib/doc/bootstrap/ |
D | badges.less | 38 // Hover state, but only for links
|
D | list-group.less | 53 // Hover state
|
D | tables.less | 120 // Hover effect
|
D | carousel.less | 117 // Hover/focus state
|
D | dropdowns.less | 75 // Hover/Focus state
|
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | tsserver.go | 51 Hover(context.Context, *HoverParams) (*Hover, error) methodSpec 342 resp, err := h.server.Hover(ctx, ¶ms) 687 func (s *serverDispatcher) Hover(ctx context.Context, params *HoverParams) (*Hover, error) { func 688 var result Hover
|
D | tsprotocol.go | 603 Hover *HoverClientCapabilities `json:"hover,omitempty"` member 3438 type Hover struct { struct
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/protocol/ |
D | tsserver.go | 51 Hover(context.Context, *HoverParams) (*Hover, error) methodSpec 342 resp, err := h.server.Hover(ctx, ¶ms) 687 func (s *serverDispatcher) Hover(ctx context.Context, params *HoverParams) (*Hover, error) { func 688 var result Hover
|
D | tsprotocol.go | 603 Hover *HoverClientCapabilities `json:"hover,omitempty"` member 3438 type Hover struct { struct
|
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | tsserver.go | 51 Hover(context.Context, *HoverParams) (*Hover, error) methodSpec 342 resp, err := h.server.Hover(ctx, ¶ms) 687 func (s *serverDispatcher) Hover(ctx context.Context, params *HoverParams) (*Hover, error) { func 688 var result Hover
|
D | tsprotocol.go | 603 Hover *HoverClientCapabilities `json:"hover,omitempty"` member 3438 type Hover struct { struct
|
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/ |
D | langsvr.go | 231 func (s *server) Hover(ctx context.Context, p *lsp.HoverParams) (*lsp.Hover, error) { func 274 res := lsp.Hover{
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/ |
D | langsvr.go | 236 func (s *server) Hover(ctx context.Context, p *lsp.HoverParams) (*lsp.Hover, error) { func 279 res := lsp.Hover{
|
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/ |
D | langsvr.go | 231 func (s *server) Hover(ctx context.Context, p *lsp.HoverParams) (*lsp.Hover, error) { func 274 res := lsp.Hover{
|
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clangd/ |
D | BUILD.gn | 92 "Hover.cpp",
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | CMakeLists.txt | 70 Hover.cpp
|
D | ClangdLSPServer.h | 133 Callback<llvm::Optional<Hover>>);
|
D | Hover.cpp | 255 void enhanceFromIndex(HoverInfo &Hover, const NamedDecl &ND, in enhanceFromIndex() argument 259 if (!Hover.Documentation.empty() || !Index) in enhanceFromIndex() 274 Hover.Documentation = std::string(S.Documentation); in enhanceFromIndex()
|
D | Protocol.h | 1123 struct Hover { struct 1131 llvm::json::Value toJSON(const Hover &H); argument
|