Home
last modified time | relevance | path

Searched defs:text (Results 1 – 25 of 1251) sorted by relevance

12345678910>>...51

/external/expat/tests/
Druntests.c72 _expect_failure(char *text, enum XML_Error errorCode, char *errorMessage, in _expect_failure()
83 #define expect_failure(text, errorCode, errorMessage) \ argument
158 char text[] = "<doc>\0</doc>"; in START_TEST() local
181 char *text = "\357\273\277<e/>"; in START_TEST() local
190 char text[] = "\376\377\0<\0e\0/\0>"; in START_TEST() local
199 char text[] = "\377\376<\0e\0/\0>\0"; in START_TEST() local
225 _run_character_check(XML_Char *text, XML_Char *expected, in _run_character_check()
238 #define run_character_check(text, expected) \ argument
242 _run_attribute_check(XML_Char *text, XML_Char *expected, in _run_attribute_check()
255 #define run_attribute_check(text, expected) \ argument
[all …]
/external/owasp/sanitizer/empiricism/
Dcanned-data.js20632 "text": true property
20637 "text": true property
20642 "text": true property
20647 "text": true property
20652 "text": true property
20658 "text": true property
20663 "text": true property
20668 "text": true property
20673 "text": true property
20680 "text": true property
[all …]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DTokenRewriteStream.cs107 public object text; field in Antlr.Runtime.TokenRewriteStream.RewriteOperation
111 protected RewriteOperation(TokenRewriteStream stream, int index, object text) { in RewriteOperation()
133 public InsertBeforeOp(TokenRewriteStream stream, int index, object text) : in InsertBeforeOp()
152 public ReplaceOp(TokenRewriteStream stream, int from, int to, object text) in ReplaceOp()
237 public virtual void InsertAfter(IToken t, object text) { in InsertAfter()
241 public virtual void InsertAfter(int index, object text) { in InsertAfter()
245 public virtual void InsertAfter(string programName, IToken t, object text) { in InsertAfter()
249 public virtual void InsertAfter(string programName, int index, object text) { in InsertAfter()
255 public virtual void InsertBefore(IToken t, object text) { in InsertBefore()
259 public virtual void InsertBefore(int index, object text) { in InsertBefore()
[all …]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DTokenRewriteStream.cs112 public object text; field in Antlr.Runtime.TokenRewriteStream.RewriteOperation
122 protected RewriteOperation( TokenRewriteStream stream, int index, object text ) in RewriteOperation()
150 public InsertBeforeOp( TokenRewriteStream stream, int index, object text ) : in InsertBeforeOp()
172 public ReplaceOp( TokenRewriteStream stream, int from, int to, object text ) in ReplaceOp()
268 public virtual void InsertAfter( IToken t, object text ) in InsertAfter()
273 public virtual void InsertAfter( int index, object text ) in InsertAfter()
278 public virtual void InsertAfter( string programName, IToken t, object text ) in InsertAfter()
283 public virtual void InsertAfter( string programName, int index, object text ) in InsertAfter()
289 public virtual void InsertBefore( IToken t, object text ) in InsertBefore()
294 public virtual void InsertBefore( int index, object text ) in InsertBefore()
[all …]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowSpannableStringBuilder.java19 public void __constructor__(CharSequence text) { in __constructor__()
24 public SpannableStringBuilder append(char text) { in append()
30 public Editable replace(int st, int en, CharSequence text) { in replace()
36 public Editable insert(int where, CharSequence text) { in insert()
42 public SpannableStringBuilder append(CharSequence text) { in append()
/external/ppp/pppd/plugins/pppoatm/
Dtext2atm.c20 static int try_pvc(const char *text,struct sockaddr_atmpvc *addr,int flags) in try_pvc()
75 static int do_try_nsap(const char *text,struct sockaddr_atmsvc *addr,int flags) in do_try_nsap()
149 static int try_nsap(const char *text,struct sockaddr_atmsvc *addr,int flags) in try_nsap()
161 static int try_e164(const char *text,struct sockaddr_atmsvc *addr,int flags) in try_e164()
193 static int search(FILE *file,const char *text,struct sockaddr *addr,int length, in search()
213 static int try_name(const char *text,struct sockaddr *addr,int length, in try_name()
226 int text2atm(const char *text,struct sockaddr *addr,int length,int flags) in text2atm()
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DTokenRewriteStream.java95 protected Object text; field in TokenRewriteStream.RewriteOperation
101 protected RewriteOperation(int index, Object text) { in RewriteOperation()
121 public InsertBeforeOp(int index, Object text) { in InsertBeforeOp()
138 public ReplaceOp(int from, int to, Object text) { in ReplaceOp()
211 public void insertAfter(Token t, Object text) { in insertAfter()
215 public void insertAfter(int index, Object text) { in insertAfter()
219 public void insertAfter(String programName, Token t, Object text) { in insertAfter()
223 public void insertAfter(String programName, int index, Object text) { in insertAfter()
228 public void insertBefore(Token t, Object text) { in insertBefore()
232 public void insertBefore(int index, Object text) { in insertBefore()
[all …]
/external/markdown/markdown/
Dhtml4.py69 def _raise_serialization_error(text): argument
74 def _encode(text, encoding): argument
80 def _escape_cdata(text, encoding): argument
97 def _escape_attrib(text, encoding): argument
114 def _escape_attrib_html(text, encoding): argument
211 def encode(text): argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DStringCharacterIterator.java33 private String text; field in StringCharacterIterator
44 public StringCharacterIterator(String text) in StringCharacterIterator()
57 public StringCharacterIterator(String text, int pos) in StringCharacterIterator()
73 public StringCharacterIterator(String text, int begin, int end, int pos) { in StringCharacterIterator()
102 public void setText(String text) { in setText()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTextTrieMap.java40 public TextTrieMap<V> put(CharSequence text, V val) { in put()
55 public Iterator<V> get(String text) { in get()
70 public Iterator<V> get(CharSequence text, int start) { in get()
74 public Iterator<V> get(CharSequence text, int start, int[] matchLen) { in get()
83 public void find(CharSequence text, ResultHandler<V> handler) { in find()
87 public void find(CharSequence text, int offset, ResultHandler<V> handler) { in find()
114 CharIterator(CharSequence text, int offset, boolean ignoreCase) { in CharIterator()
225 private Node(char[] text, List<V> values, List<Node> children) { in Node()
269 private void add(char[] text, int offset, V value) { in add()
325 private int lenMatches(char[] text, int offset) { in lenMatches()
/external/icu/icu4c/source/test/intltest/
Dsrchtest.cpp216 char * StringSearchTest::toCharString(const UnicodeString &text) in toCharString()
475 UnicodeString text; in assertEqual() local
534 UnicodeString text; in assertCanonicalEqual() local
587 UnicodeString text; in assertEqualWithAttribute() local
625 UnicodeString text; in TestOpenClose() local
740 UnicodeString text; in TestInitialization() local
872 UnicodeString text; in TestBreakIterator() local
1005 UnicodeString text; in TestOverlap() local
1049 UnicodeString text; in TestCollator() local
1114 UnicodeString text; in TestPattern() local
[all …]
/external/eigen/scripts/
Drelicense.py46 def update(text): argument
59 text = fo.read() variable
62 text, updated = update(text) variable
/external/clang/test/SemaCXX/
Dgoto2.cpp5 int subfun(const char *text) { in subfun()
10 void fun(const char* text) { in fun()
40 const char *text = "some text"; variable
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
DSearchTest.java40 SearchData(String text, String pattern, in SearchData()
52 String text; field in SearchTest.SearchData
71 private static SearchData SD(String text, String pattern, String coll, int strength, in SD()
572 String text = search.text; in assertCanonicalEqual() local
604 String text = search.text; in assertEqual() local
632 String text = search.text; in assertEqualWithAttribute() local
735 String text = "text"; in TestConstructor() local
788 String text = BREAKITERATOREXACT[0].text; in TestBreakIterator() local
862 String text = search.text; in TestBreakIteratorCanonical() local
919 String text = COLLATOR[0].text; in TestCollator() local
[all …]
/external/apache-harmony/beans/src/test/support/java/org/apache/harmony/beans/tests/support/
DStandardBean.java29 private String text = "none"; field in StandardBean
36 public StandardBean(String text) { in StandardBean()
44 public void setText(String text) { in setText()
/external/doclava/src/com/google/doclava/
DComment.java46 public Comment(String text, ContainerInfo base, SourcePositionInfo sp) { in Comment()
53 private void parseCommentTags(String text) { in parseCommentTags()
108 private int findEndOfMainOrBlock(String text, int start, int end) { in findEndOfMainOrBlock()
156 private int findStartIndexOfInlineTag(String text, int fromIndex, int toIndex) { in findStartIndexOfInlineTag()
166 private int findEndIndexOfInlineTag(String text, int fromIndex, int toIndex) { in findEndIndexOfInlineTag()
176 private void parseInlineTag(String text, int start, int end, SourcePositionInfo pos) { in parseInlineTag()
222 private int findStartOfBlock(String text, int start) { in findStartOfBlock()
260 private int getPossibleStartOfBlock(String text, int index) { in getPossibleStartOfBlock()
272 private void parseBlock(String text, int startOfBlock, int endOfBlock) { in parseBlock()
312 private void tag(String name, String text, boolean isInline, SourcePositionInfo pos) { in tag()
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
DStructuralWhitespaceStripper.java189 private static boolean isInlineWhitespace(String text) { in isInlineWhitespace()
193 private static boolean startsWithNewline(String text) { in startsWithNewline()
197 private static boolean endsWithNewline(String text) { in endsWithNewline()
205 private static String stripLeadingWhitespaceAndNewline(String text) { in stripLeadingWhitespaceAndNewline()
216 private static String stripTrailingWhitespace(String text) { in stripTrailingWhitespace()
236 String text = stripLeadingWhitespaceAndNewline(data.getData().getText()); in stripLeadingWhitespaceAndNewline() local
254 String text = stripTrailingWhitespace(data.getData().getText()); in stripTrailingWhitespace() local
/external/fio/
Dcairo_text_helpers.c6 double fontsize, const char *text, int alignment) in draw_aligned_text()
42 double fontsize, const char *text) in draw_centered_text()
49 double fontsize, const char *text) in draw_right_justified_text()
56 double fontsize, const char *text) in draw_left_justified_text()
63 const char *text) in draw_vertical_centered_text()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DXValueMarker.java30 public XValueMarker(Number value, String text) { in XValueMarker()
42 …public XValueMarker(Number value, String text, YPositionMetric textPosition, Paint linePaint, Pain… in XValueMarker()
55 …public XValueMarker(Number value, String text, YPositionMetric textPosition, int linePaint, int te… in XValueMarker()
DYValueMarker.java31 public YValueMarker(Number value, String text) { in YValueMarker()
43 …public YValueMarker(Number value, String text, XPositionMetric textPosition, Paint linePaint, Pain… in YValueMarker()
55 …public YValueMarker(Number value, String text, XPositionMetric textPosition, int linePaint, int te… in YValueMarker()
DValueMarker.java33 public void setText(String text) { in setText()
48 private String text; field in ValueMarker
64 public ValueMarker(Number value, String text, PositionMetricType textPosition) { in ValueMarker()
78 …public ValueMarker(Number value, String text, PositionMetricType textPosition, Paint linePaint, Pa… in ValueMarker()
86 …public ValueMarker(Number value, String text, PositionMetricType textPosition, int linePaint, int … in ValueMarker()
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/runner/
DTestSuiteAdapter.java63 private static String trimChars(String text, int numOfChars) { in trimChars()
78 public static ITestCaseInput createMultiInput(String text) { in createMultiInput()
93 public static ITestCaseOutput createStdOutput(String text) { in createStdOutput()
99 public static ITestCaseOutput createReturnOutput(String text) { in createReturnOutput()
/external/v8/tools/profviz/
Dworker.js39 function log(text) { argument
75 function log_error(text) { argument
101 print = function(text) { profile += text + "\n"; }; argument
146 var output = function(text) { plot_script += text + "\n"; }; argument
167 print: function(text) { argument
170 printErr: function(text) { argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.text_3.5.0.v20100601-1300.jar ... .text.IDocument org.eclipse.jface.text.IDocumentExtension org.eclipse.jface.text. ...
/external/regex-re2/re2/testing/
Dtester.cc92 static string FormatCapture(const StringPiece& text, const StringPiece& s) { in FormatCapture()
101 static bool NonASCII(const StringPiece& text) { in NonASCII()
293 StringPiece text = orig_text; in RunSearch() local
474 bool TestInstance::RunCase(const StringPiece& text, const StringPiece& context, in RunCase()
553 const StringPiece& text, const StringPiece& context, in LogMatch()
599 bool Tester::TestCase(const StringPiece& text, const StringPiece& context, in TestCase()
612 bool Tester::TestInput(const StringPiece& text) { in TestInput()
626 bool Tester::TestInputInContext(const StringPiece& text, in TestInputInContext()
635 const StringPiece& text) { in TestRegexpOnText()

12345678910>>...51