Searched refs:spell (Results 1 – 25 of 81) sorted by relevance
1234
/external/dokka/core/testdata/format/website/ |
D | overloadGroup.md | 12 …symbol">(</span><span class="parameterName" id="$magic(kotlin.String)/spell">spell</span><span cla… 16 <code>spell</code> - The text of spell, often distributed on scrolls 25 …s="symbol">(</span><span class="parameterName" id="$magic(kotlin.Int)/spell">spell</span><span cla… 29 <code>spell</code> - Spell ID of previously casted spell
|
D | overloadGroup.kt | 5 fun magic(spell: String): Int { in magic() 13 fun magic(spell: Int): Int { in magic()
|
/external/starlark-go/ |
D | Android.bp | 48 name: "go-starlark-internal-spell", 49 pkgPath: "go.starlark.net/internal/spell", 50 srcs: ["internal/spell/spell.go"], 61 "go-starlark-internal-spell", 96 "go-starlark-internal-spell",
|
/external/dokka/core/testdata/format/website-html/ |
D | overloadGroup.kt | 5 fun magic(spell: String): Int { in magic() 13 fun magic(spell: Int): Int { in magic()
|
/external/llvm-project/llvm/utils/ |
D | update_cc_test_checks.py | 93 spell = node['name'] 94 mangled = node.get('mangledName', spell) 95 ret[int(line)-1] = (spell, mangled) 321 for spell, mangled in line2spell_and_mangled_list[idx]: 327 if mangled in added or spell not in line: 329 if args.functions is None or any(re.search(regex, spell) for regex in args.functions):
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | FloatingPointMode.h | 48 inline StringRef spell(RoundingMode RM) { in spell() function 61 OS << spell(RM);
|
/external/dokka/core/testdata/typealias/ |
D | functional.kt | 8 fun magic(spell: Spell) { in magic()
|
/external/llvm-project/llvm/test/MC/AMDGPU/ |
D | invalid-instructions-spellcheck.s | 3 # This tests the mnemonic spell checker.
|
/external/llvm-project/llvm/test/MC/PowerPC/ |
D | invalid-instructions-spellcheck.s | 3 # This tests the mnemonic spell checker.
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | invalid-instructions-spellcheck.s | 4 @ This tests the mnemonic spell checker.
|
/external/llvm-project/llvm/test/MC/SystemZ/ |
D | invalid-instructions-spellcheck.s | 4 # This tests the mnemonic spell checker.
|
/external/llvm-project/llvm/test/MC/Mips/ |
D | invalid-instructions-spellcheck.s | 10 # This tests the mnemonic spell checker.
|
/external/starlark-go/internal/spell/ |
D | spell.go | 3 package spell package
|
/external/llvm-project/llvm/test/MC/RISCV/ |
D | invalid-instruction-spellcheck.s | 10 # Tests for the mnemonic spell checker. Suggestions should only include those
|
/external/llvm-project/lld/test/COFF/ |
D | driver.test | 36 # of how spell checking for /-style flags is implemented.
|
/external/clang/include/clang/Basic/ |
D | DiagnosticOptions.def | 87 /// Limit number of times to perform spell checking.
|
/external/icu/icu4c/source/data/brkitr/dictionaries/ |
D | burmesedict.txt | 9 # This list was created to aid in word wrapping, word segmentation, and spell
|
/external/shflags/doc/ |
D | RELEASE_NOTES-1.0.2.txt | 78 .. vim:fileencoding=latin1:ft=rst:spell:tw=80
|
D | RELEASE_NOTES-1.0.3.txt | 94 .. vim:fileencoding=latin1:ft=rst:spell:tw=80
|
/external/llvm-project/clang/include/clang/Basic/ |
D | DiagnosticOptions.def | 90 /// Limit number of times to perform spell checking.
|
/external/llvm-project/lld/test/ELF/ |
D | undef-spell-corrector.s | 5 ## The spell corrector is enabled for the first two "undefined symbol" diagnostics.
|
/external/llvm-project/lldb/docs/testsuite/ |
D | best-practices.txt | 91 explicitly spell out the action in the same TestBreakpointCommand.py file to do
|
/external/starlark-go/starlark/testdata/ |
D | builtins.star | 207 # spell check in setfield too
|
/external/starlark-go/starlark/ |
D | eval.go | 603 if n := spell.Nearest(name, hasAttr.AttrNames()); n != "" { 616 if n := spell.Nearest(name, x.AttrNames()); n != "" {
|
D | interp.go | 538 if n := spell.Nearest(from, dict.Keys()); n != "" {
|
1234