Searched refs:text (Results 201 - 225 of 5442) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/formats/
H A Dvs2005.stg30 The text itself is coming out of the languages/*stg files, according to the chosen locale.
38 message(id, text) ::= "error <id> : <text>"
40 report(location, message, type) ::= "<location> : <type> <message.id> : <message.text>"
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Danalysis_link.css9 text-decoration: underline;
H A Danalyze_slices.css8 text-align: right;
/external/chromium_org/base/i18n/
H A Dicu_encoding_detection.h15 // Detect encoding of |text| and put the name of encoding (as returned by ICU)
18 BASE_I18N_EXPORT bool DetectEncoding(const std::string& text,
21 // Detect all possible encodings of |text| and put their names
23 // Note: this function may return encodings that may fail to decode |text|,
25 BASE_I18N_EXPORT bool DetectAllEncodings(const std::string& text,
/external/chromium_org/chrome/browser/resources/
H A Dabout_version_android.css6 text-align: left;
/external/chromium_org/chrome/browser/ui/find_bar/
H A Dfind_bar_state.h26 void set_last_prepopulate_text(const base::string16& text) { argument
27 last_prepopulate_text_ = text;
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dtts_engine_custom_bindings.js13 var text = args[0];
19 dispatch([text, options, sendTtsEvent]);
/external/chromium_org/media/base/
H A Dtext_cue.cc13 const std::string& text)
18 text_(text) {
9 TextCue(const base::TimeDelta& timestamp, const base::TimeDelta& duration, const std::string& id, const std::string& settings, const std::string& text) argument
/external/chromium_org/mojo/public/cpp/test_support/
H A Dtest_utils.h15 // Writes a message to |handle| with message data |text|. Returns true on
17 bool WriteTextMessage(const MessagePipeHandle& handle, const std::string& text);
19 // Reads a message from |handle|, putting its contents into |*text|. Returns
22 bool ReadTextMessage(const MessagePipeHandle& handle, std::string* text);
/external/chromium_org/mojo/services/public/cpp/input_events/lib/
H A Dmojo_extended_key_event_data.cc10 uint16_t text,
13 text_(text),
9 MojoExtendedKeyEventData(int32_t windows_key_code, uint16_t text, uint16_t unmodified_text) argument
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DBeforeTextInsertedEvent.cpp31 BeforeTextInsertedEvent::BeforeTextInsertedEvent(const String& text) argument
32 : Event(EventTypeNames::webkitBeforeTextInserted, false, true), m_text(text)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/webgl/
H A Dupdate_webgl_conformance_tests_unittest.py45 def assert_unchanged(self, text):
46 self.assertEqual(text, webgl.translate_khronos_test(text))
60 text = "<html></html>"
62 self.assert_translate(single_line_header + text, text)
63 self.assert_translate(multi_line_header + text, text)
/external/chromium_org/third_party/WebKit/public/web/
H A DWebTextRun.h42 : text(t)
53 WebString text; member in struct:blink::WebTextRun
58 // The resulting blink::TextRun will refer to the text in this
59 // struct, so "this" must outlive the WebCore text run.
/external/chromium_org/third_party/cython/src/Cython/Plex/
H A DActions.py11 def perform(self, token_stream, text):
27 def perform(self, token_stream, text):
45 def perform(self, token_stream, text):
46 return self.function(token_stream, text)
65 def perform(self, token_stream, text):
81 def perform(self, token_stream, text):
92 TEXT is a Plex action which causes the text of a token to
97 def perform(self, token_stream, text):
98 return text
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas32/
H A Dgas-fpmem.asm1 .text
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
H A Dnomultisect1.asm9 [section .text]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Delfequabs.asm5 section .text
/external/chromium_org/ui/accessibility/
H A Dax_text_utils.cc12 size_t FindAccessibleTextBoundary(const base::string16& text, argument
17 size_t text_size = text.size();
62 if (IsWhitespace(text[pos]))
66 if (text[pos] == '\n')
70 if ((text[pos] == '.' || text[pos] == '!' || text[pos] == '?') &&
71 (pos == text_size - 1 || IsWhitespace(text[pos + 1]))) {
/external/chromium_org/ui/gfx/
H A Dtext_utils.h26 // |text| with |font_list|.
27 GFX_EXPORT int GetStringWidth(const base::string16& text,
31 GFX_EXPORT float GetStringWidthF(const base::string16& text,
/external/chromium_org/win8/metro_driver/ime/
H A Dtext_service_delegate.h19 // A delegate which works together with virtual text service.
21 // virtual text service whenever an IME updates the composition or commits text.
26 // Called when on-going composition is updated. An empty |text| represents
29 const base::string16& text,
34 // Called when |text| is committed.
35 virtual void OnTextCommitted(const base::string16& text) = 0;
/external/clang/include/clang/Edit/
H A DEditsReceiver.h25 virtual void insert(SourceLocation loc, StringRef text) = 0;
26 virtual void replace(CharSourceRange range, StringRef text) = 0;
/external/compiler-rt/lib/builtins/arm/
H A Drestore_vfp_d8_d15_regs.S22 .text
H A Dsave_vfp_d8_d15_regs.S22 .text
/external/doclava/src/com/google/doclava/
H A DCodeTagInfo.java27 public CodeTagInfo(String text, SourcePositionInfo sp) { argument
28 // TODO: the correct behavior is to escape the text,
30 //super("@code", "@code", encode(text), sp);
31 super("@code", "@code", text, sp);
H A DLiteralTagInfo.java27 public LiteralTagInfo(String text, SourcePositionInfo sp) { argument
28 super("Text", "Text", encode(text), sp);

Completed in 4123 milliseconds

1234567891011>>