HomeSort by relevance Sort by last modified time
    Searched refs:spellings (Results 1 - 2 of 2) sorted by null

  /external/clang/bindings/python/tests/cindex/
test_translation_unit.py 34 spellings = [c.spelling for c in tu.cursor.get_children()]
35 assert spellings[-2] == 'hello'
36 assert spellings[-1] == 'hi'
42 spellings = [c.spelling for c in tu.cursor.get_children()]
43 assert spellings[-2] == 'hello'
44 assert spellings[-1] == 'hi'
57 spellings = [c.spelling for c in tu.cursor.get_children()] variable
58 assert spellings[-2] == 'x'
59 assert spellings[-1] == 'y'
65 spellings = [c.spelling for c in tu.cursor.get_children()
    [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 716 milliseconds