Searched refs:text (Results 151 - 175 of 5442) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DTextResource.cpp37 String text = m_decoder->decode(m_data->data(), encodedSize()); local
38 text = text + m_decoder->flush();
40 return text;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebTextRun.cpp34 #include "platform/text/TextRun.h"
40 return TextRun(text, 0, 0, TextRun::AllowTrailingExpansion, rtl ? RTL : LTR, directionalOverride);
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
H A Dnormalizedunicodetext.cc87 const WCHAR* text) {
89 normalized_text_ = TryToNormalizeText(normalization_form, text, &result);
95 NORM_FORM normalization_form, const WCHAR* text, DWORD *error_code) {
96 if (!text) {
98 return text;
102 return text;
106 int folded_text_size = ::FoldStringW(MAP_PRECOMPOSED, text, -1, NULL, 0);
109 return text;
115 return text;
119 ::FoldStringW(MAP_PRECOMPOSED, text,
86 Normalize(NORM_FORM normalization_form, const WCHAR* text) argument
94 TryToNormalizeText( NORM_FORM normalization_form, const WCHAR* text, DWORD *error_code) argument
[all...]
/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/translate/
H A DBrailleTranslator.java20 * Translates from text to braille and the other way according to a
28 byte[] translate(String text); argument
31 * Translates the braille {@code cells} into the corresponding text, which
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.h41 const char *text,
/external/chromium_org/tools/gyp/test/lib/
H A DTestWin.py39 # Note that the error text may be in [1] in some cases
40 text = p.communicate()[0]
44 return text
63 text = None
65 text = self._QueryBase('Sysnative', key, value)
68 text = self._QueryBase('System32', key, value)
71 return text
82 text = self.Query(key, value)
83 if not text:
86 match = re.search(r'REG_\w+\s+([^\r]+)\r\n', text)
[all...]
/external/chromium_org/ui/base/ime/chromeos/
H A Dmock_ime_input_context_handler.cc20 void MockIMEInputContextHandler::CommitText(const std::string& text) { argument
22 last_commit_text_ = text;
26 const CompositionText& text,
30 last_update_composition_arg_.composition_text.CopyFrom(text);
25 UpdateCompositionText( const CompositionText& text, uint32 cursor_pos, bool visible) argument
/external/chromium_org/ui/base/ime/
H A Dcomposition_text.cc16 text.clear();
/external/droiddriver/src/com/google/android/droiddriver/actions/
H A DTextAction.java30 * An action to type text.
40 private final String text;
45 public TextAction(String text) {
46 this(text, 100L, false);
49 public TextAction(String text, long timeoutMillis, boolean checkFocused) {
51 this.text = Preconditions.checkNotNull(text);
59 KeyEvent[] events = KEY_CHAR_MAP.getEvents(text.toCharArray());
76 throw new ActionException("The given text is not supported: " + text);
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DTArgWhitespace.java10 public TArgWhitespace(String text) argument
12 setText(text);
15 public TArgWhitespace(String text, int line, int pos) argument
17 setText(text);
H A DTCommandDelimiter.java10 public TCommandDelimiter(String text) argument
12 setText(text);
15 public TCommandDelimiter(String text, int line, int pos) argument
17 setText(text);
H A DTComment.java10 public TComment(String text) argument
12 setText(text);
15 public TComment(String text, int line, int pos) argument
17 setText(text);
H A DTCsClose.java10 public TCsClose(String text) argument
12 setText(text);
15 public TCsClose(String text, int line, int pos) argument
17 setText(text);
H A DTCsOpen.java10 public TCsOpen(String text) argument
12 setText(text);
15 public TCsOpen(String text, int line, int pos) argument
17 setText(text);
H A DTData.java10 public TData(String text) argument
12 setText(text);
15 public TData(String text, int line, int pos) argument
17 setText(text);
H A DTDecNumber.java10 public TDecNumber(String text) argument
12 setText(text);
15 public TDecNumber(String text, int line, int pos) argument
17 setText(text);
H A DTElseIf.java10 public TElseIf(String text) argument
12 setText(text);
15 public TElseIf(String text, int line, int pos) argument
17 setText(text);
H A DTHardDelimiter.java10 public THardDelimiter(String text) argument
12 setText(text);
15 public THardDelimiter(String text, int line, int pos) argument
17 setText(text);
H A DTHexNumber.java10 public THexNumber(String text) argument
12 setText(text);
15 public THexNumber(String text, int line, int pos) argument
17 setText(text);
H A DTString.java10 public TString(String text) argument
12 setText(text);
15 public TString(String text, int line, int pos) argument
17 setText(text);
H A DTWord.java10 public TWord(String text) argument
12 setText(text);
15 public TWord(String text, int line, int pos) argument
17 setText(text);
/external/llvm/test/MC/ARM/
H A Ddwarf-asm-multiple-sections.s7 .section .text, "ax"
63 // RELOC-NEXT: R_ARM_ABS32 .text
67 // RELOC-NEXT: 00000004 R_ARM_ABS32 .text
72 // RELOC-NEXT: 00000010 R_ARM_ABS32 .text
H A Dmapping-within-section.s3 .text
27 @ CHECK: 00000000 .text 00000000 $a
28 @ CHECK-NEXT: 0000000c .text 00000000 $a
29 @ CHECK-NEXT: 00000018 .text 00000000 $a
30 @ CHECK-NEXT: 00000004 .text 00000000 $d
31 @ CHECK-NEXT: 00000012 .text 00000000 $d
32 @ CHECK-NEXT: 00000008 .text 00000000 $t
33 @ CHECK-NEXT: 00000010 .text 00000000 $t
/external/llvm/test/MC/COFF/
H A Deh-frame.s7 .text
H A Dsecrel-variant.s10 .text
15 // CHECK-NEXT: Section (1) .text {

Completed in 521 milliseconds

1234567891011>>