Searched refs:spellings (Results 1 – 25 of 28) sorted by relevance
12
/external/clang/bindings/python/tests/cindex/ |
D | 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()] 58 assert spellings[-2] == 'x' 59 assert spellings[-1] == 'y' 65 spellings = [c.spelling for c in tu.cursor.get_children()] [all …]
|
/external/catch2/include/internal/ |
D | catch_list.cpp | 83 spellings.insert( spelling ); in add() 88 for( auto const& spelling : spellings ) in all()
|
D | catch_list.h | 26 std::set<std::string> spellings; member
|
/external/clang/include/clang/Basic/ |
D | Attr.td | 22 // attributes which contain no spellings. 39 // spelling is sufficient. If all spellings are semantically common, the 40 // heading will be the semantic spelling. If the spellings are not 218 class Accessor<string name, list<Spelling> spellings> { 220 list<Spelling> Spellings = spellings; 328 // Attributes are generally required to have unique spellings for their names 338 // spellings match exactly betweeen the attributes, and if the arguments or 419 // This attribute has no spellings as it is only ever created implicitly. 466 // NOTE: If you add any additional spellings, MSP430Interrupt's, 467 // MipsInterrupt's and AnyX86Interrupt's spellings must match. [all …]
|
D | AttrDocs.td | 1272 // This function has multiple distinct spellings, and so it requires a custom
|
/external/icu/icu4c/source/data/translit/ |
D | mn_mn_Latn_BGN.txt | 18 # BGN and PCGN utilize the Roman-script spellings appearing in
|
D | Latn_Bopo.txt | 1353 # handle unicode spellings of ㄧ,ㄨ,ㄩ above
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfoF.td | 231 // spellings should be supported by standard tools.
|
/external/llvm/docs/TableGen/ |
D | BackEnds.rst | 289 attribute spellings (including which syntax or scope was used) to an attribute
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/TableGen/ |
D | BackEnds.rst | 312 attribute spellings (including which syntax or scope was used) to an attribute
|
/external/clang/docs/ |
D | InternalsManual.rst | 1682 semantic name of the attribute, the spellings the attribute supports, the 1694 are created implicitly. The following spellings are accepted: 1707 ``GCC`` Specifies two spellings: the first is a GNU-style spelling, and 1844 for that attribute. For instance, if an attribute has two different spellings:
|
/external/python/cpython2/Doc/reference/ |
D | lexical_analysis.rst | 728 The comparison operators ``<>`` and ``!=`` are alternate spellings of the same
|
/external/bcc/tests/cc/ |
D | catch.hpp | 5350 spellings.insert( spelling ); in add() 5354 … for( std::set<std::string>::const_iterator it = spellings.begin(), itEnd = spellings.end(); in all() 5360 std::set<std::string> spellings; member
|
/external/python/cpython2/Doc/howto/ |
D | unicode.rst | 29 spellings such as 'coöperate'.)
|
/external/libjpeg-turbo/ |
D | usage.txt | 65 British spellings are also accepted (e.g., -greyscale), though for brevity
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.3.rst | 2495 Very rarely used spellings have been suppressed: under POSIX, files 2499 to switch to the other spellings (i.e., remove the ``module`` string
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 9073 std::set<std::string> spellings; member 9152 spellings.insert( spelling ); in add() 9157 for( auto const& spelling : spellings ) in all()
|
/external/python/cpython3/Doc/library/ |
D | functions.rst | 551 "inf", "Inf", "INFINITY" and "iNfINity" are all acceptable spellings for
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | europe | 3861 # As is usual in tzdb, Ukrainian zones use the most common English spellings. 3873 # Anyway, none of the common English-language spellings (Kiev, Kyiv, Kieff,
|
D | asia | 2528 # and sometimes Jirgalanta (with variant spellings), but the name Hovd
|
/external/clang/include/clang/Driver/ |
D | Options.td | 2057 // These are legacy user-facing driver-level option spellings. They are always
|
/external/openssh/ |
D | ChangeLog | 6287 these pages we had multiple spellings;
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/python/cpython2/Misc/ |
D | HISTORY | 2188 spellings of month and day names. Because the locale can change at 2194 now; and, when the index is a slice object, only the spellings needed
|
/external/brotli/tests/testdata/ |
D | lcet10.txt | 2042 spellings, or varieties of subjects) will provide one of the richest
|
12