Searched refs:tilde (Results 1 – 25 of 30) sorted by relevance
12
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | HTMLEntities.properties | 288 # tilde 732
|
/external/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 249 if (CheckForDestructor && GetLookAheadToken(2).is(tok::tilde)) { in ParseOptionalCXXScopeSpecifier() 320 if (CheckForDestructor && GetLookAheadToken(2).is(tok::tilde) && in ParseOptionalCXXScopeSpecifier() 432 if (CheckForDestructor && Tok.is(tok::tilde)) in ParseOptionalCXXScopeSpecifier() 734 assert(Tok.is(tok::tilde) && "ParseOptionalCXXScopeSpecifier fail"); in ParseCXXPseudoDestructor() 1674 (AllowDestructorName || SS.isSet()) && Tok.is(tok::tilde)) { in ParseUnqualifiedId()
|
D | ParseTentative.cpp | 619 case tok::tilde: in isExpressionOrTypeSpecifierSimple()
|
D | ParseExpr.cpp | 820 case tok::tilde: // unary-expression: '~' cast-expression in ParseCastExpression()
|
D | ParseObjc.cpp | 624 case tok::tilde: in ParseObjCSelectorPiece()
|
D | ParseDecl.cpp | 3454 Tok.is(tok::annot_template_id) || Tok.is(tok::tilde)) { in ParseDirectDeclarator()
|
/external/clang/include/clang/Basic/ |
D | OperatorKinds.def | 71 OVERLOADED_OPERATOR(Tilde , "~" , tilde , true , false, false)
|
D | TokenKinds.def | 145 PUNCTUATOR(tilde, "~") 283 CXX_KEYWORD_OPERATOR(compl , tilde)
|
/external/mksh/src/ |
D | eval.c | 65 static char *tilde(char *); 1441 tilde(Xstring(ts, tp)) : NULL; in maybe_expand_tilde() 1463 tilde(char *cp) in tilde() function
|
D | check.t | 4688 name: tilde-expand-1 4690 Check tilde expansion after equal signs
|
/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/clang/lib/Lex/ |
D | PPExpressions.cpp | 337 case tok::tilde: { in EvaluateValue()
|
D | Lexer.cpp | 2336 Kind = tok::tilde; in LexTokenInternal()
|
/external/quake/quake/src/WinQuake/kit/ |
D | 3DFX.TXT | 164 From the console (hit the ~ tilde key), enter m_filter 1 <enter>
|
/external/bluetooth/glib/tests/ |
D | casemap.txt | 28 lt_LT Ĩ i̇̃ Ĩ Ĩ # LATIN CAPITAL LETTER I (with tilde above) 39 lt_LT.UTF-8 Ĩ i̇̃ Ĩ Ĩ # LATIN CAPITAL LETTER I (with tilde above)
|
/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/pcre/doc/ |
D | pcretest.txt | 685 a tilde (~) is not available.
|
/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
|
/external/quake/quake/src/WinQuake/ |
D | wqreadme.txt | 138 tilde ('~') key, and type "joystick 1<enter>"; you can disable the
|
12