Searched refs:text (Results 176 - 200 of 5442) sorted by relevance

1234567891011>>

/external/llvm/test/MC/ELF/
H A Ddebug-loc.s26 .text
H A Ddiff2.s7 .text
H A Dgen-dwarf.s11 // 2. the debug_aranges has relocations to text and debug_line.
14 .text
29 // CHECK-NEXT: 0x10 R_386_32 .text 0x0
H A Dsleb.s6 .text
22 // ELF_32: Name: .text
26 // ELF_64: Name: .text
H A Dsymbol-names.s5 .text
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.h41 const char *text,
/external/nist-sip/java/javax/sip/header/
H A DEncoding.java3 import java.text.ParseException;
H A DExtensionHeader.java3 import java.text.ParseException;
H A DOptionTag.java3 import java.text.ParseException;
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A DSDL_atarieddi.S29 .text
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSmsManager.java5 import android.text.TextUtils;
27 String destinationAddress, String scAddress, String text,
33 if (TextUtils.isEmpty(text))
39 text,
55 private String text; field in class:ShadowSmsManager.TextSmsParams
60 String destinationAddress, String scAddress, String text,
64 this.text = text;
78 return text;
26 sendTextMessage( String destinationAddress, String scAddress, String text, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
59 TextSmsParams( String destinationAddress, String scAddress, String text, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
/external/valgrind/main/coregrind/m_mach/
H A Dmach_traps-amd64-darwin.S35 .text
46 // .text
56 .text
66 .text
76 .text
86 .text
96 .text
106 .text
116 .text
126 .text
[all...]
/external/chromium_org/third_party/markdown/
H A Dtreeprocessors.py126 * data: A line of Markdown text
144 Process placeholders in Element.text or Element.tail
151 * isText: bool variable, True - it's text, False - it's tail
157 text = subnode.text
158 subnode.text = None
160 text = subnode.tail
163 childResult = self.__processPlaceholders(text, subnode)
187 def linkText(text):
188 if text
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DFilterSuggestionBuilder.js50 var text = input.value;
52 if (end != text.length)
56 text = text.substring(0, start);
57 var prefixIndex = text.lastIndexOf(" ") + 1;
59 var prefix = text.substring(prefixIndex);
92 var text = input.value;
95 text = text.substring(0, start);
96 var prefixIndex = text
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Duchriter.cpp21 text(0)
29 text(textPtr)
37 text(textPtr)
47 text(textPtr)
53 text(that.text)
60 text = that.text;
78 return text == realThat.text
[all...]
/external/icu/icu4c/source/common/
H A Duchriter.cpp21 text(0)
29 text(textPtr)
37 text(textPtr)
47 text(textPtr)
53 text(that.text)
60 text = that.text;
78 return text == realThat.text
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
H A DTextUtils.js104 * @param {string} text
108 textToWords: function(text, isWordChar)
112 for(var i = 0; i < text.length; ++i) {
113 if (!isWordChar(text.charAt(i))) {
115 words.push(text.substring(startWord, i));
121 words.push(text.substring(startWord));
171 * @param {string} text
174 isUpperCase: function(text)
176 return text === text
[all...]
/external/chromium_org/tools/grit/grit/
H A Dclique_unittest.py27 msg = tclib.Message(text='Hello USERNAME, how are you?',
35 msg_fr = tclib.Translation(text='Bonjour USERNAME, comment ca va?',
38 msg_de = tclib.Translation(text='Guten tag USERNAME, wie geht es dir?',
66 factory.MakeClique(tclib.Message(text='Alfur', description='alfaholl'))
67 factory.MakeClique(tclib.Message(text='Alfur', description=''))
68 factory.MakeClique(tclib.Message(text='Vaettur', description=''))
69 factory.MakeClique(tclib.Message(text='Vaettur', description=''))
70 factory.MakeClique(tclib.Message(text='Troll', description=''))
71 factory.MakeClique(tclib.Message(text='Gryla', description='ID: IDS_GRYLA'))
72 factory.MakeClique(tclib.Message(text
[all...]
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
H A DTestCaseInputMultiString.java40 public TestCaseInputMultiString(String text) { argument
41 this.script = text;
H A DTestCaseInputString.java39 public TestCaseInputString(String text) { argument
40 this.script = text;
H A DTestCaseOutputReturn.java33 public TestCaseOutputReturn(String text) { argument
34 this.script = text;
H A DTestCaseOutputStdOut.java37 public TestCaseOutputStdOut(String text) { argument
38 this.script = text;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DCommonTreeAdaptor.cs69 public override IToken CreateToken( int tokenType, string text )
71 return new CommonToken( tokenType, text );
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/formats/
H A Dantlr.stg30 The text itself is coming out of the languages/*stg files, according to the chosen locale.
38 message(id, text) ::= "(<id>) <text>"
40 report(location, message, type) ::= "<type>(<message.id>): <location> <message.text>"
H A Dgnu.stg30 The text itself is coming out of the languages/*stg files, according to the chosen locale.
38 message(id, text) ::= "<text> (<id>)"

Completed in 4352 milliseconds

1234567891011>>