Searched refs:character (Results 151 - 175 of 241) sorted by relevance

12345678910

/external/opencv/cxcore/src/
H A Dcxpersistence.cpp879 CV_PARSE_ERROR( *ptr == '\t' ? "Tabs are prohibited in YAML!" : "Invalid character" );
1049 CV_PARSE_ERROR( "Invalid character" );
1092 CV_PARSE_ERROR( "Invalid character" );
1173 CV_PARSE_ERROR( "Invalid character" );
1400 CV_ERROR( CV_StsBadArg, "Invalid character occurs in the key" );
1752 CV_PARSE_ERROR( "Invalid character in the stream" );
1968 CV_PARSE_ERROR( "Invalid character in the symbol entity name" );
2293 CV_ERROR( CV_StsBadArg, "Invalid character in the key" );
/external/bison/build-aux/
H A Dtexinfo.tex103 % If this character appears in an error message or help string, it
500 % Make each space character in the input produce a normal interword
1343 % Latin 2 (0xea) gets translated to a | character. Info from
2374 % character) is such as not to need one.
2801 % an actual _ character, as in @math{@var{some_variable} + 1}. So make
2876 % delimiter character idea from \verb, but it seems like overkill.
3011 % \tt widths. Each \tt character is 1en, so two makes it 1em.
4412 % For the aux and toc files, @ is the escape character. So we want to
4413 % redefine everything using @ as the escape character (instead of
4630 % starting with |, since that ASCII character i
[all...]
/external/grub/docs/
H A Dtexinfo.tex103 % 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
1030 % an actual _ character, as in @math{@var{some_variable} + 1}. So make
1040 % Another complication: we want \\ (and @\) to output a \ character.
1294 % Latin 2 (0xea) gets translated to a | character. Info from
1713 % unless the following character is such as not to need one.
3157 % For the aux file, @ is the escape character. So we want to redefine
3584 % character. It would be better to use @, but that's too big a change
4704 % \tt widths. Each \tt character i
[all...]
/external/clang/
H A Dclang-tblgen-rules.mk130 $(call transform-host-clang-td-to-out,clang-comment-html-named-character-references)
/external/qemu/
H A Dmonitor.c1675 "", "show the character devices" },
2174 expr_error(mon, "character constant expected");
2178 expr_error(mon, "missing terminating \' character");
/external/smali/smali/src/main/java/org/jf/smali/
H A DsmaliFlexLexer.java19 /** This character denotes the end of file */
41 * Translates characters to character classes
57 * Translates characters to character classes
2865 /** endRead marks the last character in the buffer, that has been read
3070 * Unpacks the compressed character translation table.
3072 * @param packed the packed character translation table
3073 * @return the unpacked character translation table
3203 * Returns the character at position <tt>pos</tt> from the
3208 * @param pos the position of the character to fetch.
3211 * @return the character a
[all...]
/external/webkit/Source/JavaScriptCore/yarr/
H A DYarrInterpreter.cpp1049 int character; local
1058 character = input.readPair();
1065 character &= 0xFFFF;
1068 if ((character | bc.mask) == bc.value)
/external/libvorbis/doc/
H A D05-comment.tex163 however, use the UTF-8 character encoding to allow easy representation
/external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
H A DMixed.pm25 # Process both single-character and extended options
296 # If the option start character is repeated, it's a long option:
635 the user typed it (including the option start character). $_[2] is
656 (including the option start character), suitable for error messages.
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DNetscapePluginInstanceProxy.mm448 void NetscapePluginInstanceProxy::syntheticKeyDownWithCommandModifier(int keyCode, char character)
450 NSData *charactersData = [NSData dataWithBytes:&character length:1];
457 false, keyCode, character);
/external/e2fsprogs/lib/et/
H A Dtexinfo.tex282 %% Simple single-character @ commands
845 % We must first make another character (@) an escape
1383 % One exception: @ is still an escape character, so that @end tex works.
1384 % But \@ or @@ will get a plain tex @ character.
1853 % When the aux file is read, ' is the escape character
2055 % \rawbackslashxx output one backslash character in current font
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhoneNumberUtil.java210 // always contains character(s) other than ASCII digits.
216 // found as a leading character only.
252 // are not alpha or numerical characters. The hash character is retained here, as it may signify
292 // case-insensitive regexp match. Wide character versions are also provided after each ASCII
297 // One-character symbols that can be used to indicate an extension.
321 // for representing the accented o - the character itself, and one in the unicode decomposed
639 * string if no character used to start phone numbers (such as + or any digit) is
893 char character = number.charAt(i);
894 Character newDigit = normalizationReplacements.get(Character.toUpperCase(character));
898 normalizedNumber.append(character);
[all...]
/external/webkit/Source/WebCore/html/parser/
H A DHTMLTreeBuilder.cpp69 inline bool isHTMLSpaceOrReplacementCharacter(UChar character) argument
71 return isHTMLSpace(character) || character == replacementCharacter;
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapePluginView.mm838 - (void)sendModifierEventWithKeyCode:(int)keyCode character:(char)character
843 _eventHandler->syntheticKeyDownWithCommandModifier(keyCode, character);
/external/clang/lib/Lex/
H A DLexer.cpp74 "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.
1080 /// GetTrigraphCharForLetter - Given a character that occurs after a ?? pair,
1097 /// DecodeTrigraphChar - If the specified character is a legal trigraph when
1099 /// return the result character
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.identity_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/valgrind/main/none/tests/s390x/
H A Dcu12.stdout.exp1 ===== 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 =====
H A Dcu12_1.stdout.exp1 ===== 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 =====
H A Dcu14.stdout.exp1 ===== 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 =====
H A Dcu14_1.stdout.exp1 ===== 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 =====
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Derror.rb318 A recognizer expected to match an input symbol (either a character value or
442 # anything at character "b"
H A Dtoken.rb42 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/
H A DRootDocToXML.java715 * Strip out non-printing characters, replacing them with a character
717 * This character is the hash mark, '&#035;'.
781 System.out.println("Warning: changed non-printing character " + sa[i] + " in " + doc.name());
786 // Replace the non-printable character with a printable character
806 * This could be done by stuffing the &lt; character to another string
851 * This could be done by stuffing the &lt; character to another string
986 // If the first non-whitespace character is an @, go beyond it
1039 // last character is a period,
/external/tinyxml/
H A Dtinyxml.h256 static bool StreamTo( TIXML_ISTREAM * in, int character, TIXML_STRING * tag );
260 a pointer just past the last character of the name,
275 // If an entity has been found, transform it into a character.
278 // Get a character, while interpreting entities.
958 returs the character string of the Text node, else null is returned.
/external/v8/src/
H A Dparser.h274 void AddCharacter(uc16 character);
324 // Parses and returns a single escaped character. The character

Completed in 952 milliseconds

12345678910