Searched refs:tilde (Results 1 – 25 of 56) sorted by relevance
123
/external/python/cpython2/Doc/library/ |
D | glob.rst | 16 arbitrary order. No tilde expansion is done, but ``*``, ``?``, and character 21 (For tilde and shell variable expansion, use :func:`os.path.expanduser` and
|
/external/selinux/checkpolicy/ |
D | policy_parse.y | 792 | tilde xperm 794 | tilde nested_xperm_set 828 tilde : '~' 839 | tilde identifier 842 | tilde nested_id_set 848 tilde_push : tilde
|
/external/libxkbcommon/xkbcommon/src/compose/ |
D | parser.c | 629 bool tilde = false; in parse() local 634 tilde = true; in parse() 639 if (tilde || production.modmask == 0) in parse() 652 if (tilde) in parse()
|
/external/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 147-define-macro-no-space.c.expected | 53 ~ tilde
|
D | 147-define-macro-no-space.c | 30 #define T~ tilde
|
/external/python/cpython3/Lib/ |
D | posixpath.py | 237 tilde = b'~' 239 tilde = '~' 240 if not path.startswith(tilde):
|
D | ntpath.py | 293 tilde = b'~' 295 tilde = '~' 296 if not path.startswith(tilde):
|
/external/python/cpython3/Doc/library/ |
D | glob.rst | 23 arbitrary order. No tilde expansion is done, but ``*``, ``?``, and character 28 (For tilde and shell variable expansion, use :func:`os.path.expanduser` and
|
D | os.path.rst | 155 .. index:: single: ~ (tilde); home directory expansion 174 If the expansion fails or if the path does not begin with a tilde, the path is
|
/external/icu/icu4c/source/data/translit/ |
D | lt_Lower.txt | 10 # (of the accents used in Lithuanian: grave, acute, tilde above, and ogonek)
|
D | Grek_Latn.txt | 58 # CIRCUMFLEX: convert greek circumflex to normal one. Could use tilde or inverted breve
|
D | el_el_Latn_BGN.txt | 84 # Stress is shown in Greek by the use of the tilde or circumflex,
|
/external/pdfium/third_party/lcms/ |
D | README.pdfium | 17 0005-old-fix-e-with-tilde.patch: like https://codereview.chromium.org/2411123003/ but better.
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | HTMLEntities.properties | 288 # tilde 732
|
/external/clang/include/clang/Basic/ |
D | OperatorKinds.def | 71 OVERLOADED_OPERATOR(Tilde , "~" , tilde , true , false, false)
|
D | TokenKinds.def | 180 PUNCTUATOR(tilde, "~") 340 CXX_KEYWORD_OPERATOR(compl , tilde)
|
/external/libxkbcommon/xkbcommon/test/data/symbols/ |
D | de | 54 // previous standard German layout with tilde as dead key 82 // as dead keys (tilde and circumflex are needed as spacing characters 96 // dead keys (ASCII grave, tilde and circumflex are needed as 220 // Have acute and grave as dead keys, tilde and circumflex alive as they are needed
|
D | us | 1005 key <AE12> { [ equal, plus, 0x1000303, 0x1000303 ] }; // combining tilde above 1018 key <AD12> { [bracketright, braceright, 0x1000330, 0x1000330 ] }; // combining tilde below 1081 key <AD12> { [bracketright, braceright, 0x1000330, 0x1000330 ] }; // combining tilde below 1447 // grave, tilde
|
/external/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 380 if (CheckForDestructor && GetLookAheadToken(2).is(tok::tilde)) { in ParseOptionalCXXScopeSpecifier() 461 if (CheckForDestructor && GetLookAheadToken(2).is(tok::tilde) && in ParseOptionalCXXScopeSpecifier() 586 if (CheckForDestructor && Tok.is(tok::tilde)) in ParseOptionalCXXScopeSpecifier() 1557 assert(Tok.is(tok::tilde) && "ParseOptionalCXXScopeSpecifier fail"); in ParseCXXPseudoDestructor() 2580 (AllowDestructorName || SS.isSet()) && Tok.is(tok::tilde)) { in ParseUnqualifiedId()
|
/external/clang/lib/Format/ |
D | FormatToken.h | 360 case tok::tilde: in isUnaryOperator()
|
D | FormatTokenLexer.cpp | 146 tok::colon, tok::question, tok::tilde) || in precedesOperand()
|
/external/icu/icu4c/source/test/testdata/ |
D | collationtest.txt | 105 &\u0334=❾ # tilde overlay (ccc=1) 202 <2 a\u0334\u0327\u0327\u030a # a+ring skips tilde overlay & 2 cedillas 208 <2 a\u0334\u0323\u0358 # a+dot below skips tilde overlay 224 <2 a\u0334\u0327\u0323\u030a # a+dot below skips tilde overlay & cedilla
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/ |
D | collationtest.txt | 107 &\u0334=❾ # tilde overlay (ccc=1) 204 <2 a\u0334\u0327\u0327\u030a # a+ring skips tilde overlay & 2 cedillas 210 <2 a\u0334\u0323\u0358 # a+dot below skips tilde overlay 226 <2 a\u0334\u0327\u0323\u030a # a+dot below skips tilde overlay & cedilla
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/ |
D | collationtest.txt | 107 &\u0334=❾ # tilde overlay (ccc=1) 204 <2 a\u0334\u0327\u0327\u030a # a+ring skips tilde overlay & 2 cedillas 210 <2 a\u0334\u0323\u0358 # a+dot below skips tilde overlay 226 <2 a\u0334\u0327\u0323\u030a # a+dot below skips tilde overlay & cedilla
|
/external/clang/lib/Lex/ |
D | PPExpressions.cpp | 438 case tok::tilde: { in EvaluateValue()
|
123