Home
last modified time | relevance | path

Searched refs:tilde (Results 1 – 25 of 53) sorted by relevance

123

/external/selinux/checkpolicy/
Dpolicy_parse.y792 | 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/
Dparser.c629 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/python/cpython2/Doc/library/
Dglob.rst16 arbitrary order. No tilde expansion is done, but ``*``, ``?``, and character
21 (For tilde and shell variable expansion, use :func:`os.path.expanduser` and
/external/python/cpython3/Lib/
Dposixpath.py235 tilde = b'~'
237 tilde = '~'
238 if not path.startswith(tilde):
Dntpath.py314 tilde = b'~'
316 tilde = '~'
317 if not path.startswith(tilde):
/external/mesa3d/src/compiler/glsl/glcpp/tests/
D147-define-macro-no-space.c.expected53 ~ tilde
D147-define-macro-no-space.c30 #define T~ tilde
/external/python/cpython3/Doc/library/
Dglob.rst15 arbitrary order. No tilde expansion is done, but ``*``, ``?``, and character
20 (For tilde and shell variable expansion, use :func:`os.path.expanduser` and
/external/icu/icu4c/source/data/translit/
Dlt_Lower.txt10 # (of the accents used in Lithuanian: grave, acute, tilde above, and ogonek)
DGrek_Latn.txt58 # CIRCUMFLEX: convert greek circumflex to normal one. Could use tilde or inverted breve
Del_el_Latn_BGN.txt84 # Stress is shown in Greek by the use of the tilde or circumflex,
/external/pdfium/third_party/lcms/
DREADME.pdfium17 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/
DHTMLEntities.properties288 # tilde 732
/external/clang/include/clang/Basic/
DOperatorKinds.def71 OVERLOADED_OPERATOR(Tilde , "~" , tilde , true , false, false)
DTokenKinds.def180 PUNCTUATOR(tilde, "~")
340 CXX_KEYWORD_OPERATOR(compl , tilde)
/external/libxkbcommon/xkbcommon/test/data/symbols/
Dde54 // 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
Dus1005 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/
DParseExprCXX.cpp380 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/tensorflow/tensorflow/docs_src/tutorials/
Dword2vec.md134 to discriminate the real target words \\(w_t\\) from \\(k\\) imaginary (noise) words \\(\tilde w\\)…
145 k \mathop{\mathbb{E}}_{\tilde w \sim P_\text{noise}}
146 \left[ \log Q_\theta(D = 0 |\tilde w, h) \right]$$
/external/clang/lib/Format/
DFormatToken.h360 case tok::tilde: in isUnaryOperator()
DFormatTokenLexer.cpp146 tok::colon, tok::question, tok::tilde) || in precedesOperand()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
Dcollationtest.txt107 &\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/icu4c/source/test/testdata/
Dcollationtest.txt105 &\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/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/
Dcollationtest.txt107 &\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/
DPPExpressions.cpp438 case tok::tilde: { in EvaluateValue()

123