Home
last modified time | relevance | path

Searched refs:spell (Results 1 – 25 of 81) sorted by relevance

1234

/external/dokka/core/testdata/format/website/
DoverloadGroup.md12 …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
DoverloadGroup.kt5 fun magic(spell: String): Int { in magic()
13 fun magic(spell: Int): Int { in magic()
/external/starlark-go/
DAndroid.bp48 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/
DoverloadGroup.kt5 fun magic(spell: String): Int { in magic()
13 fun magic(spell: Int): Int { in magic()
/external/llvm-project/llvm/utils/
Dupdate_cc_test_checks.py93 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/
DFloatingPointMode.h48 inline StringRef spell(RoundingMode RM) { in spell() function
61 OS << spell(RM);
/external/dokka/core/testdata/typealias/
Dfunctional.kt8 fun magic(spell: Spell) { in magic()
/external/llvm-project/llvm/test/MC/AMDGPU/
Dinvalid-instructions-spellcheck.s3 # This tests the mnemonic spell checker.
/external/llvm-project/llvm/test/MC/PowerPC/
Dinvalid-instructions-spellcheck.s3 # This tests the mnemonic spell checker.
/external/llvm-project/llvm/test/MC/ARM/
Dinvalid-instructions-spellcheck.s4 @ This tests the mnemonic spell checker.
/external/llvm-project/llvm/test/MC/SystemZ/
Dinvalid-instructions-spellcheck.s4 # This tests the mnemonic spell checker.
/external/llvm-project/llvm/test/MC/Mips/
Dinvalid-instructions-spellcheck.s10 # This tests the mnemonic spell checker.
/external/starlark-go/internal/spell/
Dspell.go3 package spell package
/external/llvm-project/llvm/test/MC/RISCV/
Dinvalid-instruction-spellcheck.s10 # Tests for the mnemonic spell checker. Suggestions should only include those
/external/llvm-project/lld/test/COFF/
Ddriver.test36 # of how spell checking for /-style flags is implemented.
/external/clang/include/clang/Basic/
DDiagnosticOptions.def87 /// Limit number of times to perform spell checking.
/external/icu/icu4c/source/data/brkitr/dictionaries/
Dburmesedict.txt9 # This list was created to aid in word wrapping, word segmentation, and spell
/external/shflags/doc/
DRELEASE_NOTES-1.0.2.txt78 .. vim:fileencoding=latin1:ft=rst:spell:tw=80
DRELEASE_NOTES-1.0.3.txt94 .. vim:fileencoding=latin1:ft=rst:spell:tw=80
/external/llvm-project/clang/include/clang/Basic/
DDiagnosticOptions.def90 /// Limit number of times to perform spell checking.
/external/llvm-project/lld/test/ELF/
Dundef-spell-corrector.s5 ## The spell corrector is enabled for the first two "undefined symbol" diagnostics.
/external/llvm-project/lldb/docs/testsuite/
Dbest-practices.txt91 explicitly spell out the action in the same TestBreakpointCommand.py file to do
/external/starlark-go/starlark/testdata/
Dbuiltins.star207 # spell check in setfield too
/external/starlark-go/starlark/
Deval.go603 if n := spell.Nearest(name, hasAttr.AttrNames()); n != "" {
616 if n := spell.Nearest(name, x.AttrNames()); n != "" {
Dinterp.go538 if n := spell.Nearest(from, dict.Keys()); n != "" {

1234