/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
texinfo.tex | 105 % If this character appears in an error message or help string, it 521 % Make each space character in the input produce a normal interword 602 %% Simple single-character @ commands [all...] |
/external/grub/docs/ |
texinfo.tex | 103 % If this character appears in an error message or help string, it 468 % Make each space character in the input produce a normal interword 549 %% Simple single-character @ commands [all...] |
/external/clang/ |
clang-tblgen-rules.mk | 130 $(call transform-host-clang-td-to-out,clang-comment-html-named-character-references)
|
/external/qemu/ |
monitor.c | [all...] |
/external/smali/smali/src/main/java/org/jf/smali/ |
smaliFlexLexer.java | 19 /** This character denotes the end of file */ 41 * Translates characters to character classes 57 * Translates characters to character classes [all...] |
/external/v8/src/ |
parser.h | 274 void AddCharacter(uc16 character); 324 // Parses and returns a single escaped character. The character
|
uri.js | 361 // Convert a character code to 4-digit hex string representation
|
/external/webkit/Source/JavaScriptCore/yarr/ |
YarrInterpreter.cpp | 1049 int character; local [all...] |
/external/libvorbis/doc/ |
05-comment.tex | 163 however, use the UTF-8 character encoding to allow easy representation
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
OutlinePage.java | 146 /** Max character count in labels, used for truncation */ 479 if (e.character == '-') { 483 } else if (e.character == '+') { [all...] |
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
NetscapePluginInstanceProxy.mm | 448 void NetscapePluginInstanceProxy::syntheticKeyDownWithCommandModifier(int keyCode, char character) 450 NSData *charactersData = [NSData dataWithBytes:&character length:1]; 457 false, keyCode, character); [all...] |
/external/e2fsprogs/lib/et/ |
texinfo.tex | 282 %% Simple single-character @ commands 845 % We must first make another character (@) an escape [all...] |
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
PhoneNumberUtil.java | 112 private static final Map<Character, Character> DIALLABLE_CHAR_MAPPINGS; 115 private static final Map<Character, Character> ALPHA_MAPPINGS; 118 private static final Map<Character, Character> ALPHA_PHONE_MAPPINGS; 122 private static final Map<Character, Character> ALL_PLUS_NUMBER_GROUPING_SYMBOLS; 127 HashMap<Character, Character> asciiDigitMappings = new HashMap<Character, Character>() [all...] |
/external/webkit/Source/WebCore/html/parser/ |
HTMLTreeBuilder.cpp | 69 inline bool isHTMLSpaceOrReplacementCharacter(UChar character) 71 return isHTMLSpace(character) || character == replacementCharacter; 440 // for Character tokens because the AtomicHTMLToken avoids copying the 442 // HTMLToken. Fortuantely, Character tokens can't cause use to re-enter 448 if (rawToken.type() != HTMLToken::Character) 454 ASSERT(rawToken.type() == HTMLToken::Character); 488 case HTMLToken::Character: [all...] |
/external/webkit/Source/WebKit/mac/Plugins/ |
WebNetscapePluginView.mm | 838 - (void)sendModifierEventWithKeyCode:(int)keyCode character:(char)character 843 _eventHandler->syntheticKeyDownWithCommandModifier(keyCode, character); [all...] |
/device/asus/tilapia/self-extractors/nvidia/staging/keymaster/ |
NOTICE | 201 incidental, or consequential damages of any character arising as a
|
/external/clang/lib/Lex/ |
Lexer.cpp | 74 "We assume that the input buffer has a null character at the end" 342 assert((int)Tok.getLength() >= 0 && "Token character range is bogus!"); 375 assert((int)Tok.getLength() >= 0 && "Token character range is bogus!"); 700 /// token, return a new location that specifies a character within the token. 706 // character is. This needs to take into consideration newlines and 726 // If we have a character that may be a trigraph or escaped newline, use a 759 /// a source location pointing to the last character in the token, etc. [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ecf.identity_3.1.0.v20100529-0735.jar | |
/external/valgrind/main/none/tests/s390x/ |
cu12.stdout.exp | 1 ===== Conversion of a one-byte character ===== 86 ===== Conversion of a two-byte character ===== 131 ===== Conversion of a three-byte character ===== 770 ===== Conversion of a four-byte character ===== [all...] |
cu12_1.stdout.exp | 1 ===== Conversion of a one-byte character ===== 86 ===== Conversion of a two-byte character ===== 131 ===== Conversion of a three-byte character ===== 770 ===== Conversion of a four-byte character ===== [all...] |
cu14.stdout.exp | 1 ===== Conversion of a one-byte character ===== 86 ===== Conversion of a two-byte character ===== 131 ===== Conversion of a three-byte character ===== 770 ===== Conversion of a four-byte character ===== [all...] |
cu14_1.stdout.exp | 1 ===== Conversion of a one-byte character ===== 86 ===== Conversion of a two-byte character ===== 131 ===== Conversion of a three-byte character ===== 770 ===== Conversion of a four-byte character ===== [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
error.rb | 318 A recognizer expected to match an input symbol (either a character value or 442 # anything at character "b"
|
token.rb | 42 such as absolute character index, line number, and position within the line (or 93 # the absolute character index in the input at which the text starts 96 # the absolute character index in the input at which the text ends 287 # End of File / End of Input character and token type
|
/external/jdiff/src/jdiff/ |
RootDocToXML.java | 715 * Strip out non-printing characters, replacing them with a character 717 * This character is the hash mark, '#'. 726 // if (Character.isDefined(c)) 727 if (Character.isLetterOrDigit(c)) [all...] |