Searched refs:characters (Results 151 - 175 of 303) sorted by relevance

1234567891011>>

/external/chromium_org/content/shell/tools/plugin/
H A Dmain.cpp614 if (obj->eventLogging && event->data.key.characters)
615 pluginLog(instance, "keyDown '%c'", CFStringGetCharacterAtIndex(reinterpret_cast<CFStringRef>(event->data.key.characters), 0));
621 if (obj->eventLogging && event->data.key.characters) {
622 pluginLog(instance, "keyUp '%c'", CFStringGetCharacterAtIndex(reinterpret_cast<CFStringRef>(event->data.key.characters), 0));
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
H A DContentSecurityPolicy.cpp220 Vector<UChar> characters; local
221 header.appendTo(characters);
223 const UChar* begin = characters.data();
224 const UChar* end = begin + characters.size();
790 String message = "The value for Content Security Policy directive '" + directiveName + "' contains an invalid character: '" + value + "'. Non-whitespace characters outside ASCII 0x21-0x7E must be percent-encoded, as described in RFC 3986, section 2.1: http://tools.ietf.org/html/rfc3986#section-2.1.";
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DAtomicHTMLToken.h86 const String& characters() const function in class:blink::AtomicHTMLToken
211 // "data" for Comment, "characters" for Character
/external/chromium_org/third_party/libxml/src/
H A DtestHTML.c71 NULL, /* characters */
427 fprintf(stdout, "SAX.characters(%s, %d)\n", output, len);
/external/chromium_org/v8/src/arm/
H A Dregexp-macro-assembler-arm.h71 int characters = 1);
130 // Load a number of characters at the given offset from the
/external/chromium_org/v8/src/arm64/
H A Dregexp-macro-assembler-arm64.h76 int characters = 1);
141 // Load a number of characters at the given offset from the
/external/chromium_org/v8/src/ia32/
H A Dregexp-macro-assembler-ia32.h69 int characters = 1);
125 // Load a number of characters at the given offset from the
/external/chromium_org/v8/src/mips/
H A Dregexp-macro-assembler-mips.h72 int characters = 1);
131 // Load a number of characters at the given offset from the
H A Dregexp-macro-assembler-mips.cc241 // Check that there are enough characters left in the input.
358 // Check that there are enough characters left in the input.
467 // Match space-characters.
469 // One byte space characters are '\t'..'\r', ' ' and \u00a0.
530 // Table is 256 entries, so all Latin1 characters can be tested.
543 // Table is 256 entries, so all Latin1 characters can be tested.
705 // a1 is length of input in characters.
707 // a1 is length of string in characters.
910 int characters) {
914 CheckPosition(cp_offset + characters
907 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
1299 LoadCurrentCharacterUnchecked(int cp_offset, int characters) argument
[all...]
/external/chromium_org/v8/src/mips64/
H A Dregexp-macro-assembler-mips64.h72 int characters = 1);
174 // Load a number of characters at the given offset from the
H A Dregexp-macro-assembler-mips64.cc277 // Check that there are enough characters left in the input.
394 // Check that there are enough characters left in the input.
503 // Match space-characters.
505 // One byte space characters are '\t'..'\r', ' ' and \u00a0.
566 // Table is 256 entries, so all Latin1 characters can be tested.
579 // Table is 256 entries, so all Latin1 characters can be tested.
750 // a1 is length of input in characters.
752 // a1 is length of string in characters.
956 int characters) {
960 CheckPosition(cp_offset + characters
953 LoadCurrentCharacter(int cp_offset, Label* on_end_of_input, bool check_bounds, int characters) argument
1345 LoadCurrentCharacterUnchecked(int cp_offset, int characters) argument
[all...]
/external/chromium_org/v8/src/
H A Dregexp-macro-assembler.h128 int characters = 1) = 0;
215 // Byte map of one byte characters with a 0xff if the character is a word
/external/chromium_org/v8/src/x64/
H A Dregexp-macro-assembler-x64.h72 int characters = 1);
182 // Load a number of characters at the given offset from the
/external/chromium_org/v8/src/x87/
H A Dregexp-macro-assembler-x87.h69 int characters = 1);
125 // Load a number of characters at the given offset from the
/external/linux-tools-perf/perf-3.12.0/tools/perf/config/
H A Dutilities.mak51 # single-quotes, so be wary of the characters
68 # of the characters that are chosen.
/external/lldb/utils/vim-lldb/plugin/
H A Dlldb.vim54 " characters in command names, we omit them when creating the :L<cmd>
147 " Will strip all non-alphabetic characters from both sides
/external/sepolicy/tools/
H A Dinsertkeys.py201 def characters(self, content): member in class:ReplaceTags
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorStyleSheet.cpp203 static inline void fixUnparsedProperties(const CharacterType* characters, CSSRuleSourceData* ruleData) argument
217 if (currentData->range.end > 0 && characters[currentData->range.end - 1] == ';')
226 while (isHTMLSpace<CharacterType>(characters[propertyEnd]))
234 while (valueStart < propertyEnd && characters[valueStart] != ':')
238 while (valueStart < propertyEnd && isHTMLSpace<CharacterType>(characters[valueStart]))
241 currentData->value = String(characters + valueStart, propertyEnd - valueStart + (characters[propertyEnd] == ';' ? 0 : 1));
/external/valgrind/main/none/tests/s390x/
H A Dcu12.stdout.exp3 ----- Valid characters -----
10 ----- Invalid characters -----
52 ----- Invalid characters if m3 == 1 -----
88 ----- Valid characters -----
95 ----- Valid characters if m3 == 0 -----
102 ----- Invalid characters if m3 == 1 -----
133 ----- Valid characters -----
425 ----- Invalid characters (2nd byte is invalid) -----
587 ----- Invalid characters (3rd byte is invalid) -----
772 ----- Valid characters
[all...]
H A Dcu12_1.stdout.exp3 ----- Valid characters -----
10 ----- Invalid characters -----
52 ----- Invalid characters if m3 == 1 -----
88 ----- Valid characters -----
95 ----- Valid characters if m3 == 0 -----
102 ----- Invalid characters if m3 == 1 -----
133 ----- Valid characters -----
425 ----- Invalid characters (2nd byte is invalid) -----
587 ----- Invalid characters (3rd byte is invalid) -----
772 ----- Valid characters
[all...]
H A Dcu14.stdout.exp3 ----- Valid characters -----
10 ----- Invalid characters -----
52 ----- Invalid characters if m3 == 1 -----
88 ----- Valid characters -----
95 ----- Valid characters if m3 == 0 -----
102 ----- Invalid characters if m3 == 1 -----
133 ----- Valid characters -----
425 ----- Invalid characters (2nd byte is invalid) -----
587 ----- Invalid characters (3rd byte is invalid) -----
772 ----- Valid characters
[all...]
H A Dcu14_1.stdout.exp3 ----- Valid characters -----
10 ----- Invalid characters -----
52 ----- Invalid characters if m3 == 1 -----
88 ----- Valid characters -----
95 ----- Valid characters if m3 == 0 -----
102 ----- Invalid characters if m3 == 1 -----
133 ----- Valid characters -----
425 ----- Invalid characters (2nd byte is invalid) -----
587 ----- Invalid characters (3rd byte is invalid) -----
772 ----- Valid characters
[all...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTextIterator.cpp76 // Returns number of characters appended; guaranteed to be in the range [1, length].
85 // Result is the size in characters of what was found.
86 // And <startOffset> is the number of characters back to the start of what was found.
720 // or a run of characters that does not include a newline.
1016 // Otherwise, show the position if we have emitted any characters
1071 // When we haven't been emitting any characters, shouldRepresentNodeOffsetZero() can
1160 // remember information with which to construct the TextIterator::characters() and length()
2032 inline void SearchBuffer::append(const CharType* characters, size_t length) argument
2051 StringImpl::copyChars(destination, characters, usableLength);
2061 inline void SearchBuffer::prependContext(const UChar* characters, size_ argument
2345 Vector<UChar, 1024> characters; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp228 // a) Name start characters must have one of the categories Ll, Lu, Lo, Lt, Nl.
229 // b) Name characters other than Name-start characters must have one of the categories Mc, Me, Mn, Lm, or Nd.
232 // e) The following characters are treated as name-start characters rather than name characters, because the property file classifies them as Alphabetic: [#x02BB-#x02C1], #x0559, #x06E5, #x06E6.
236 // i) Characters ':' and '_' are allowed as name-start characters.
237 // j) Characters '-' and '.' are allowed as name characters.
1312 * 1. Convert control characters to spaces
1321 const CharacterType* characters local
4111 isValidNameNonASCII(const LChar* characters, unsigned length) argument
4124 isValidNameNonASCII(const UChar* characters, unsigned length) argument
4138 isValidNameASCII(const CharType* characters, unsigned length) argument
4160 const LChar* characters = name.characters8(); local
4168 const UChar* characters = name.characters16(); local
4194 parseQualifiedNameInternal(const AtomicString& qualifiedName, const CharType* characters, unsigned length, AtomicString& prefix, AtomicString& localName) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DBisonCSSParser-in.cpp305 static inline bool parseSimpleLength(const CharacterType* characters, unsigned length, CSSPrimitiveValue::UnitType& unit, double& number) argument
307 if (length > 2 && (characters[length - 2] | 0x20) == 'p' && (characters[length - 1] | 0x20) == 'x') {
310 } else if (length > 1 && characters[length - 1] == '%') {
319 number = charactersToDouble(characters, length, &ok);
1147 const UChar* characters; local
1157 characters = characterBuffer;
1159 characters = name.characters16();
1161 SWITCH(characters, nameLength) {

Completed in 6166 milliseconds

1234567891011>>