Home
last modified time | relevance | path

Searched refs:suggest (Results 1 – 25 of 269) sorted by relevance

1234567891011

/third_party/gstreamer/gstreamer/gst/
Dgsttypefind.c143 g_return_if_fail (find->suggest != NULL); in gst_type_find_suggest()
148 find->suggest (find->data, probability, caps); in gst_type_find_suggest()
171 g_return_if_fail (find->suggest != NULL); in gst_type_find_suggest_empty_simple()
179 find->suggest (find->data, probability, caps); in gst_type_find_suggest_empty_simple()
216 g_return_if_fail (find->suggest != NULL); in gst_type_find_suggest_simple()
229 find->suggest (find->data, probability, caps); in gst_type_find_suggest_simple()
/third_party/typescript/tests/baselines/reference/
DtargetTypeObjectLiteralToAny.symbols2 function suggest(){
3 >suggest : Symbol(suggest, Decl(targetTypeObjectLiteralToAny.ts, 0, 0))
DtargetTypeObjectLiteralToAny.js2 function suggest(){ function
14 function suggest() {
DtargetTypeObjectLiteralToAny.types2 function suggest(){
3 >suggest : () => void
DspellingSuggestionGlobal3.symbols6 globals.x // should suggest `global` (GH#42209)
DspellingSuggestionGlobal1.symbols7 global.x // should not suggest `global` (GH#42209)
DspellingSuggestionGlobal1.types7 global.x // should not suggest `global` (GH#42209)
DspellingSuggestionGlobal4.symbols7 global.x // should not suggest `global` (GH#42209)
DspellingSuggestionGlobal4.types7 global.x // should not suggest `global` (GH#42209)
DmoduleResolutionWithoutExtension4.types11 import { foo } from "./foo"; // should error, suggest adding ".js"
DmoduleResolutionWithoutExtension3.types11 import { foo } from "./foo"; // should error, suggest adding ".jsx"
DspellingSuggestionGlobal3.types8 globals.x // should suggest `global` (GH#42209)
DspellingSuggestionGlobal4.errors.txt7 global.x // should not suggest `global` (GH#42209)
DspellingSuggestionGlobal1.errors.txt7 global.x // should not suggest `global` (GH#42209)
DmoduleResolutionWithoutExtension4.symbols10 import { foo } from "./foo"; // should error, suggest adding ".js"
DmoduleResolutionWithoutExtension3.symbols10 import { foo } from "./foo"; // should error, suggest adding ".jsx"
DspellingSuggestionGlobal2.types13 global.x // should suggest `globals` (GH#42209)
DexactSpellingSuggestion.types2 // Fixes #16245 -- always suggest the exact match, even when
DspellingSuggestionGlobal2.symbols11 global.x // should suggest `globals` (GH#42209)
DmoduleResolutionWithoutExtension1.types11 import { foo } from "./foo"; // should error, suggest adding ".mjs"
/third_party/mesa3d/.gitlab-ci/container/
Dbuild-skqp_base.gn14 "-Wno-suggest-override",
22 "-Wno-suggest-destructor-override",
/third_party/lzma/CPP/7zip/
Dwarn_clang_mac.mak30 -Wno-suggest-override \
31 -Wno-suggest-destructor-override \
/third_party/selinux/libselinux/utils/
DMakefile17 -Wno-suggest-attribute=pure -Wno-suggest-attribute=const
/third_party/typescript/tests/cases/compiler/
DtargetTypeObjectLiteralToAny.ts1 function suggest(){ function
/third_party/python/Doc/tutorial/
Dinteractive.rst24 the expression up to the final ``'.'`` and then suggest completions from
42 symbol table. A command to check (or even suggest) matching parentheses,

1234567891011