Home
last modified time | relevance | path

Searched refs:spelling (Results 1 – 25 of 71) sorted by relevance

123

/external/clang/bindings/python/tests/cindex/
Dtest_type.py36 assert fields[0].spelling == 'a'
41 assert fields[1].spelling == 'b'
45 assert fields[1].type.get_declaration().spelling == 'I'
47 assert fields[2].spelling == 'c'
52 assert fields[3].spelling == 'd'
57 assert fields[4].spelling == 'e'
62 assert fields[5].spelling == 'f'
67 assert fields[6].spelling == 'g'
72 assert fields[7].spelling == 'h'
110 assert fields[0].spelling == 'A'
[all …]
Dutil.py33 def get_cursor(source, spelling): argument
46 if cursor.spelling == spelling:
51 def get_cursors(source, spelling): argument
65 if cursor.spelling == spelling:
Dtest_cursor.py44 assert tu_nodes[0].spelling == 's0'
55 assert s0_nodes[0].spelling == 'a'
58 assert s0_nodes[1].spelling == 'b'
62 assert tu_nodes[1].spelling == 's1'
67 assert tu_nodes[2].spelling == 'f0'
94 if cursor.spelling == 'X':
297 assert tokens[0].spelling == 'int'
298 assert tokens[1].spelling == 'foo'
306 assert arguments[0].spelling == "i"
307 assert arguments[1].spelling == "j"
[all …]
Dtest_translation_unit.py22 assert tu.spelling == path
34 spellings = [c.spelling for c in tu.cursor.get_children()]
42 spellings = [c.spelling for c in tu.cursor.get_children()]
57 spellings = [c.spelling for c in tu.cursor.get_children()]
65 spellings = [c.spelling for c in tu.cursor.get_children()]
224 assert tokens[0].spelling == 'int'
226 assert tokens[0].spelling == 'int'
230 assert tokens[0].spelling == 'int'
Dtest_diagnostics.py12 assert (tu.diagnostics[0].spelling ==
22 assert 'incompatible' in tu.diagnostics[0].spelling
34 assert tu.diagnostics[0].spelling.startswith('use of GNU old-style')
48 assert tu.diagnostics[0].spelling.startswith('incompatible pointer to')
Dtest_tokens.py18 assert tokens[1].spelling == 'i'
Dtest_location.py66 for n in [n for n in tu.cursor.get_children() if n.spelling == 'one']:
/external/icu/icu4c/source/data/translit/
Ddsb_dsb_FONIPA.txt15 b\u0301 → bʲ ; # old spelling
16 bj → bʲ ; # modern spelling
34 ḿ → mʲ ; # old spelling
35 mj → mʲ ; # modern spelling
41 ṕ → pʲ ; # old spelling
42 pj → pʲ ; # modern spelling
52 ẃ → wʲ ; # old spelling
53 wj → wʲ ; # modern spelling
Dla_la_FONIPA.txt59 xs → ks; # Old Latin spelling
/external/clang/include/clang/AST/
DCommentHTMLTags.td1 class Tag<string spelling> {
2 string Spelling = spelling;
60 class Attribute<string spelling> {
61 string Spelling = spelling;
64 class EventHandlerContentAttribute<string spelling> : Attribute<spelling> {
DCommentHTMLNamedCharacterReferences.td2 class NCR<string spelling, int codePoint> {
3 string Spelling = spelling;
/external/clang/bindings/python/examples/cindex/
Dcindex-dump.py20 'spelling' : diag.spelling,
48 'spelling' : node.spelling,
/external/chromium-trace/catapult/third_party/coverage/
DMakefile38 -pylint --disable=all --enable=spelling $(LINTABLE)
102 $(SPHINXBUILD) -b spelling $(SPHINXOPTS) doc/_spell
Dpylintrc62 spelling,
341 spelling-dict=en_US
344 # https://bitbucket.org/logilab/pylint/issue/398/spelling-words-need-to-be-stripped-or-the
345 spelling-private-dict-file=doc/dict.txt
/external/icu/icu4c/source/extra/uconv/samples/utf8/
Dsimplechinese.txt7 …WinCALIS 是 CALIS 的延伸,涵盖了更多的功能。比如:运用视窗 (window) 及滑鼠 (mouse),让教师及学生更为有效地操作;"拼音更正 "(spelling check) 提…
/external/icu/icu4c/source/data/lang/
Dnl.txt1036 1901{"Traditionele Duitse spelling"}
1038 1994{"Gestandaardiseerde Resiaanse spelling"}
1039 1996{"Duitse spelling van 1996"}
1064 KKCOR{"Algemene spelling"}
1069 LUNA1918{"Russische spelling van 1917"}
1083 REVISED{"Gewijzigde spelling"}
1095 TARASK{"Taraskievica-spelling"}
1096 UCCOR{"Eenvormige spelling"}
1097 UCRCOR{"Eenvormig herziene spelling"}
/external/clang/include/clang/Sema/
DCMakeLists.txt16 clang_tablegen(AttrSpellingListIndex.inc -gen-clang-attr-spelling-index
DMakefile31 $(Verb) $(ClangTableGen) -gen-clang-attr-spelling-index -o \
/external/clang/bindings/python/clang/
Dcindex.py323 def spelling(self): member in Diagnostic
387 self.severity, self.location, self.spelling)
1228 def spelling(self): member in Cursor
1651 def spelling(self): member in TypeKind
1946 def spelling(self): member in Type
2026 return "{'" + self.spelling + "', " + str(self.kind) + "}"
2029 def spelling(self): member in CompletionChunk
2032 return conf.lib.clang_getCompletionChunkText(self.cs, self.key).spelling
2138 + " || Brief comment: " + str(self.briefComment.spelling)
2398 def spelling(self): member in TranslationUnit
[all …]
/external/clang/test/
DCMakeLists.txt83 # Add a legacy target spelling: clang-test
/external/libexif/po/
DMakevars32 # - Incorrect English spelling.
/external/e2fsprogs/po/
DMakevars32 # - Incorrect English spelling.
/external/elfutils/po/
DMakevars33 # - Incorrect English spelling.
/external/bison/po/
DMakevars44 # - Incorrect English spelling.
/external/bison/runtime-po/
DMakevars46 # - Incorrect English spelling.

123