Searched refs:spelling (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/resources/options/
H A Dspelling_confirm_overlay.css6 #spelling-confirm-overlay {
/external/clang/bindings/python/tests/cindex/
H A Dutil.py33 def get_cursor(source, spelling):
37 spelling within a source. The first argument can be either a
46 if cursor.spelling == spelling:
51 def get_cursors(source, spelling):
52 """Obtain all cursors from a source object with a specific spelling.
55 specific spelling within a source. The first argument can be either a
65 if cursor.spelling == spelling:
H A Dtest_cursor.py42 assert tu_nodes[0].spelling == 's0'
53 assert s0_nodes[0].spelling == 'a'
56 assert s0_nodes[1].spelling == 'b'
60 assert tu_nodes[1].spelling == 's1'
65 assert tu_nodes[2].spelling == 'f0'
92 if cursor.spelling == 'X':
235 assert tokens[0].spelling == 'int'
236 assert tokens[1].spelling == 'foo'
244 assert arguments[0].spelling == "i"
245 assert arguments[1].spelling
[all...]
H A 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
[all...]
H A Dtest_diagnostics.py12 assert (tu.diagnostics[0].spelling ==
22 assert 'incompatible' in tu.diagnostics[0].spelling
26 # assert tu.diagnostics[1].spelling == 'instantiated from'
34 assert tu.diagnostics[0].spelling.startswith('use of GNU old-style')
48 assert tu.diagnostics[0].spelling.startswith('incompatible pointer to')
H A 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'
H A Dtest_tokens.py18 assert tokens[1].spelling == 'i'
H A Dtest_location.py66 for n in [n for n in tu.cursor.get_children() if n.spelling == 'one']:
/external/clang/bindings/python/examples/cindex/
H A Dcindex-dump.py20 'spelling' : diag.spelling,
48 'spelling' : node.spelling,
/external/clang/include/clang/Sema/
H A DMakefile30 $(Echo) "Building Clang attribute spelling list index with tablegen"
31 $(Verb) $(ClangTableGen) -gen-clang-attr-spelling-index -o \
/external/clang/bindings/python/clang/
H A Dcindex.py150 _fields_ = [("spelling", c_char_p), ("free", c_int)]
323 def spelling(self): member in class:Diagnostic
386 return "<Diagnostic severity %r, location %r, spelling %r>" % (
387 self.severity, self.location, self.spelling)
592 # declaration; one can extract their location information, spelling, find their
769 # expression; one can extract their location information, spelling, children,
961 # one can extract their location information, spelling, children, etc. However,
1167 def spelling(self): member in class:Cursor
1168 """Return the spelling of the entity pointed at by the cursor."""
1535 def spelling(sel member in class:TypeKind
1847 def spelling(self): member in class:Type
1930 def spelling(self): member in class:CompletionChunk
2299 def spelling(self): member in class:TranslationUnit
2705 def spelling(self): member in class:Token
[all...]
/external/clang/
H A Dclang-tblgen-rules.mk44 $(call transform-host-clang-td-to-out,clang-attr-spelling-index)
/external/clang/tools/c-index-test/
H A Dc-index-test.c3420 CXString spelling = clang_getTokenSpelling(TU, tokens[i]); local
3435 printf("%s: \"%s\" ", kind, clang_getCString(spelling));
3436 clang_disposeString(spelling);
/external/chromium_org/third_party/accessibility-audit/
H A Daxs_testing.js479 "undefined"]}, haspopup:{defaultValue:"false", type:"property", valueType:"boolean"}, hidden:{defaultValue:"false", type:"state", valueType:"boolean"}, invalid:{defaultValue:"false", type:"state", valueType:"token", values:["grammar", "false", "spelling", "true"]}, label:{type:"property", valueType:"string"}, labelledby:{type:"property", valueType:"idref_list"}, level:{type:"property", valueType:"integer"}, live:{defaultValue:"off", type:"property", valueType:"token", values:["off", "polite", "assertive"]},
490 grammar:"aria_invalid_grammar", spelling:"aria_invalid_spelling"}}, {name:"aria-multiline", values:{"true":"aria_multiline_true"}}, {name:"aria-multiselectable", values:{"true":"aria_multiselectable_true"}}, {name:"aria-pressed", values:{"true":"aria_pressed_true", "false":"aria_pressed_false", mixed:"aria_pressed_mixed"}}, {name:"aria-readonly", values:{"true":"aria_readonly_true"}}, {name:"aria-required", values:{"true":"aria_required_true"}}, {name:"aria-selected", values:{"true":"aria_selected_true",

Completed in 254 milliseconds