/external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
D | markdown.php | 52 function Markdown($text) { 105 function mdwp_MarkdownPost($text) { 142 function mdwp_add_p($text) { 152 function mdwp_hide_tags($text) { 156 function mdwp_show_tags($text) { 181 function smarty_modifier_markdown($text) { 195 function TextileThis($text, $lite='', $encode='') { 201 function TextileRestricted($text, $lite='', $noimage='') { 205 function blockLite($text) { return $text; } 299 function transform($text) { [all …]
|
/external/expat/tests/ |
D | runtests.c | 72 _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/chromium/base/i18n/ |
D | rtl.cc | 131 TextDirection GetFirstStrongCharacterDirection(const string16& text) { in GetFirstStrongCharacterDirection() 161 TextDirection GetFirstStrongCharacterDirection(const std::wstring& text) { in GetFirstStrongCharacterDirection() 167 bool AdjustStringForLocaleDirection(string16* text) { in AdjustStringForLocaleDirection() 182 bool AdjustStringForLocaleDirection(string16* text) { in AdjustStringForLocaleDirection() 234 bool AdjustStringForLocaleDirection(std::wstring* text) { in AdjustStringForLocaleDirection() 245 bool StringContainsStrongRTLChars(const string16& text) { in StringContainsStrongRTLChars() 267 bool StringContainsStrongRTLChars(const std::wstring& text) { in StringContainsStrongRTLChars() 272 void WrapStringWithLTRFormatting(string16* text) { in WrapStringWithLTRFormatting() 284 void WrapStringWithLTRFormatting(std::wstring* text) { in WrapStringWithLTRFormatting() 296 void WrapStringWithRTLFormatting(string16* text) { in WrapStringWithRTLFormatting() [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-utf-private.hh | 43 hb_utf_next (const uint8_t *text, in hb_utf_next() 76 hb_utf_prev (const uint8_t *text, in hb_utf_prev() 109 hb_utf_strlen (const uint8_t *text) in hb_utf_strlen() 118 hb_utf_next (const uint16_t *text, in hb_utf_next() 142 hb_utf_prev (const uint16_t *text, in hb_utf_prev() 167 hb_utf_strlen (const uint16_t *text) in hb_utf_strlen() 178 hb_utf_next (const uint32_t *text, in hb_utf_next() 187 hb_utf_prev (const uint32_t *text, in hb_utf_prev() 196 hb_utf_strlen (const uint32_t *text) in hb_utf_strlen()
|
/external/chromium/net/proxy/ |
D | proxy_script_fetcher_impl_unittest.cc | 36 string16 text; member 103 string16 text; in TEST_F() local 112 string16 text; in TEST_F() local 132 string16 text; in TEST_F() local 141 string16 text; in TEST_F() local 150 string16 text; in TEST_F() local 167 string16 text; in TEST_F() local 176 string16 text; in TEST_F() local 194 string16 text; in TEST_F() local 211 string16 text; in TEST_F() local [all …]
|
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
D | CollationElementIteratorTest.java | 43 String text = "abc"; in testGetOffset() local 58 String text = "abc"; in testNext() local 82 String text = "abc"; in testReset() local 101 String text = "cha"; in testGetMaxExpansion() local 117 String text = "\u00e6"; in testPrimaryOrder() local 132 String text = "a\u00e0"; in testSecondaryOrder() local 147 String text = "abAB"; in testTertiaryOrder() local 166 String text = "cha"; in testSetOffset() local 179 String text = "caa"; in testSetTextString() local 195 String text = "caa"; in testSetTextCharacterIterator() local
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowSpannableStringBuilder.java | 19 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/chromium/chrome/browser/net/ |
D | url_fixer_upper.cc | 93 static void PrepareStringForFileOps(const FilePath& text, in PrepareStringForFileOps() 106 static bool ValidPathForFile(const FilePath::StringType& text, in ValidPathForFile() 122 static std::string FixupHomedir(const std::string& text) { in FixupHomedir() 154 static std::string FixupPath(const std::string& text) { in FixupPath() 221 static inline void FixupUsername(const std::string& text, in FixupUsername() 233 static inline void FixupPassword(const std::string& text, in FixupPassword() 244 static void FixupHost(const std::string& text, in FixupHost() 273 static void FixupPort(const std::string& text, in FixupPort() 284 static inline void FixupPath(const std::string& text, in FixupPath() 297 static inline void FixupQuery(const std::string& text, in FixupQuery() [all …]
|
/external/webkit/Source/WebCore/bindings/cpp/ |
D | WebDOMHTMLDocumentCustom.cpp | 29 static inline void documentWrite(const WebDOMString& text, WebCore::HTMLDocument* document, bool ad… in documentWrite() 37 void WebDOMHTMLDocument::write(const WebDOMString& text) in write() 45 void WebDOMHTMLDocument::writeln(const WebDOMString& text) in writeln()
|
/external/chromium/webkit/glue/ |
D | bookmarklet_unittest.cc | 29 string16 text = test_shell_->GetDocumentText(); in TEST_F() local 41 string16 text = test_shell_->GetDocumentText(); in TEST_F() local 46 string16 text; in TEST_F() local 72 string16 text = test_shell_->GetDocumentText(); in TEST_F() local
|
/external/ppp/pppd/plugins/pppoatm/ |
D | text2atm.c | 20 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/clang/test/SemaCXX/ |
D | goto2.cpp | 5 int subfun(const char *text) { in subfun() 10 void fun(const char* text) { in fun() 40 const char *text = "some text"; variable
|
/external/eigen/scripts/ |
D | relicense.py | 46 def update(text): argument 59 text = fo.read() variable 62 text, updated = update(text) variable
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | TokenRewriteStream.cs | 112 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/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | TokenRewriteStream.cs | 107 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/markdown/markdown/ |
D | html4.py | 69 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/apache-harmony/beans/src/test/support/java/org/apache/harmony/beans/tests/support/ |
D | StandardBean.java | 29 private String text = "none"; field in StandardBean 36 public StandardBean(String text) { in StandardBean() 44 public void setText(String text) { in setText()
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
D | TokenRewriteStream.java | 95 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/webkit/Source/WebCore/css/ |
D | svg.css | 54 text, foreignObject { selector 58 text, tspan, textPath { selector 62 text, tspan, tref { selector
|
D | CSSTimingFunctionValue.cpp | 40 String text("cubic-bezier("); in cssText() local 54 String text("steps("); in cssText() local
|
/external/chromium/chrome/browser/ui/webui/ |
D | textfields_ui.h | 62 const std::wstring& text() const { return text_; } in text() function 63 void set_text(const std::wstring& text) { text_ = text; } in set_text()
|
/external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/ |
D | smartypants.php | 66 function smarty_modifier_smartypants($text, $attr = NULL) { 72 function SmartyPants($text, $attr = NULL, $ctx = NULL) { 223 function SmartQuotes($text, $attr = NULL, $ctx = NULL) { 317 function SmartDashes($text, $attr = NULL, $ctx = NULL) { 366 function SmartEllipses($text, $attr = NULL, $ctx = NULL) {
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/ |
D | util.js | 59 function log(text, type) argument 74 log.WARNING = {text: 'Warning: ', color: '#aa3'}; property 75 log.SUCCESS = {text: 'Success: ', color: 'green'}; property 76 log.ERROR = {text: 'Error: ', color: 'red'}; property
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/ |
D | update_webgl_conformance_tests.py | 40 def remove_first_line_comment(text): argument 44 def translate_includes(text): argument 64 def translate_khronos_test(text): argument
|
/external/icu4c/test/intltest/ |
D | srchtest.cpp | 216 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 …]
|