Searched refs:tilde (Results 1 – 25 of 33) sorted by relevance
12
/external/linux-tools-perf/Documentation/ |
D | asciidoc.conf | 19 tilde=~
|
/external/checkpolicy/ |
D | policy_parse.y | 708 tilde : '~' 719 | tilde identifier 722 | tilde nested_id_set 728 tilde_push : tilde
|
/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 | 159 PUNCTUATOR(tilde, "~") 306 CXX_KEYWORD_OPERATOR(compl , tilde)
|
/external/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 291 if (CheckForDestructor && GetLookAheadToken(2).is(tok::tilde)) { in ParseOptionalCXXScopeSpecifier() 360 if (CheckForDestructor && GetLookAheadToken(2).is(tok::tilde) && in ParseOptionalCXXScopeSpecifier() 451 if (CheckForDestructor && Tok.is(tok::tilde)) in ParseOptionalCXXScopeSpecifier() 1132 assert(Tok.is(tok::tilde) && "ParseOptionalCXXScopeSpecifier fail"); in ParseCXXPseudoDestructor() 2126 (AllowDestructorName || SS.isSet()) && Tok.is(tok::tilde)) { in ParseUnqualifiedId()
|
D | ParseTentative.cpp | 740 case tok::tilde: in isExpressionOrTypeSpecifierSimple()
|
D | ParseExpr.cpp | 954 case tok::tilde: // unary-expression: '~' cast-expression in ParseCastExpression()
|
D | ParseDeclCXX.cpp | 2832 case tok::tilde: // 'compl' in TryParseCXX11AttributeIdentifier()
|
D | ParseObjc.cpp | 684 case tok::tilde: in ParseObjCSelectorPiece()
|
/external/mksh/src/ |
D | eval.c | 65 static char *tilde(char *); 1566 tilde(Xstring(ts, tp)) : NULL; in maybe_expand_tilde() 1588 tilde(char *cp) in tilde() function
|
/external/webkit/LayoutTests/platform/android/fast/text/ |
D | hyphenate-character-expected.txt | 93 text run at (0,0) width 156: "Middle dot and tilde ("
|
/external/quake/quake/src/WinQuake/data/ |
D | MANUAL.TXT | 230 the Escape key, and the ~ (tilde) key. 266 Console ~ (tilde) 392 Escape key, and the ~ (tilde) key. "Weird" keys such as Scroll 436 ~ (tilde) key. 482 Tap the ~ (tilde) key to bring down the console. As with the Main Menu, 485 ~ (tilde), the Options Menu (inside the Main Menu) has a "Console" option.
|
D | TECHINFO.TXT | 24 are typed in at the console. To bring up the console, press the tilde ('~') 112 press tilde ('~'), or press Esc to bring up the menu, select Options, and 472 bringing down the console (either press tilde ('~'), or press Esc to bring 1480 bringing down the console (either press tilde ('~'), or press Esc to bring 1583 Pressing the tilde key ("~") will bring down the console (pressing the 1584 tilde key or ESC while in the console will close the console). From the 1659 *~ (tilde) 1841 tilde ('~') key. Press tilde ('~') again or ESC to exit.
|
D | README.TXT | 39 in id1\autoexec.cfg, or, typing blind, press tilde ('~') to bring down
|
/external/quake/quake/src/WinQuake/kit/ |
D | 3DFX.TXT | 164 From the console (hit the ~ tilde key), enter m_filter 1 <enter>
|
/external/clang/lib/Lex/ |
D | PPExpressions.cpp | 364 case tok::tilde: { in EvaluateValue()
|
D | Lexer.cpp | 2946 Kind = tok::tilde; in LexTokenInternal()
|
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
D | PHP Markdown Extra Readme.text | 250 starts with a line of consecutive tilde (~) and ends on the 251 next line with the same number of consecutive tilde. Here's an
|
/external/icu4c/data/unidata/ |
D | SpecialCasing.txt | 234 # (of the accents used in Lithuanian: grave, acute, tilde above, and ogonek)
|
/external/openssh/ |
D | ssh.0 | 502 A single tilde character can be sent as ~~ or by following the tilde by a
|
D | ssh_config.0 | 373 The file name may use the tilde syntax to refer to a user's home
|
/external/icu4c/test/testdata/ |
D | conversion.txt | 209 // Test ticket 5691: HZ with illegal tilde sequences.
|
/external/webkit/Source/WebCore/html/parser/ |
D | HTMLEntityNames.in | 1956 "tilde;","U+002DC"
|
/external/quake/quake/src/QW/docs/ |
D | qwcl-readme.txt | 137 tilde ('~') key, and type "joystick 1<enter>"; you can disable the
|
12