Searched refs:get_cursor (Results 1 - 11 of 11) sorted by relevance

/external/clang/bindings/python/tests/cindex/
H A Dtest_access_specifiers.py6 from .util import get_cursor namespace
23 test_class = get_cursor(tu, "test_class")
26 public = get_cursor(tu.cursor, "public_member_function")
29 protected = get_cursor(tu.cursor, "protected_member_function")
32 private = get_cursor(tu.cursor, "private_member_function")
H A Dtest_comment.py2 from tests.cindex.util import get_cursor namespace
20 test1 = get_cursor(tu, 'test1')
28 test2 = get_cursor(tu, 'test2')
34 f = get_cursor(tu, 'f')
H A Dtest_type.py7 from .util import get_cursor namespace
30 teststruct = get_cursor(tu, 'teststruct')
107 teststruct = get_cursor(tu, 'teststruct')
121 a = get_cursor(tu, 'a')
122 b = get_cursor(tu, 'b')
123 v = get_cursor(tu, 'v')
138 c = get_cursor(tu, 'c')
139 i = get_cursor(tu, 'i')
140 x = get_cursor(tu, 'x')
141 v = get_cursor(t
[all...]
H A Dtest_cursor.py8 from .util import get_cursor namespace
105 cls = get_cursor(tu, 'X')
106 foo = get_cursor(tu, 'foo')
107 bar = get_cursor(tu, 'bar')
202 cls = get_cursor(tu, 'X')
203 x_ = get_cursor(tu, 'x_')
204 y_ = get_cursor(tu, 'y_')
218 cls = get_cursor(tu, 'X')
219 foo = get_cursor(tu, 'foo')
220 bar = get_cursor(t
[all...]
H A Dtest_location.py5 from .util import get_cursor namespace
17 one = get_cursor(tu, 'one')
18 two = get_cursor(tu, 'two')
28 one = get_cursor(tu, 'one')
29 two = get_cursor(tu, 'two')
39 one = get_cursor(tu, 'one')
40 two = get_cursor(tu, 'two')
53 one = get_cursor(tu, 'one')
74 one = get_cursor(tu, 'one')
75 two = get_cursor(t
[all...]
H A Dutil.py33 def get_cursor(source, spelling): function
72 'get_cursor',
H A Dtest_translation_unit.py14 from .util import get_cursor namespace
140 foo = get_cursor(tu2, 'foo')
/external/syslinux/com32/include/syslinux/
H A Dfirmware.h18 void (*get_cursor)(uint8_t *, uint8_t *); member in struct:output_ops
/external/syslinux/com32/lib/sys/
H A Dansicon_write.c93 firmware->o_ops->get_cursor(&ti.ts->xy.x, &ti.ts->xy.y);
/external/syslinux/core/
H A Dbios.c146 .get_cursor = bios_get_cursor,
/external/syslinux/efi/
H A Dmain.c280 .get_cursor = efi_get_cursor,

Completed in 940 milliseconds