/external/chromium_org/chrome/common/extensions/docs/templates/json/ |
D | intro_tables.json | 6 "text": "Event Pages" string 14 "text": "Manage App Lifecycle" string 18 "text": "Chrome Office Hours: Introduction to Chrome Apps" string 26 "text": "How they look" string 30 "text": "Manage App Lifecycle" string 34 "text": "Chrome Apps Office Hours: Building Awesome Multi-window Apps" string 42 "text": "Accessing Hardware Devices" string 50 "text": "\"cookies\"" string 54 "text": "host permissions" string 62 "text": "Declarative Events" string [all …]
|
/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/chromium_org/gpu/config/ |
D | gpu_test_expectations_parser_unittest.cc | 37 const std::string text = in TEST_F() local 49 const std::string text = in TEST_F() local 60 const std::string text = in TEST_F() local 71 const std::string text = in TEST_F() local 82 const std::string text = in TEST_F() local 93 const std::string text = in TEST_F() local 111 const std::string text = in TEST_F() local 120 const std::string text = in TEST_F() local 137 const std::string text = in TEST_F() local 146 const std::string text = in TEST_F() local [all …]
|
/external/chromium_org/chrome/browser/ui/app_list/search/ |
D | tokenized_string_unittest.cc | 39 base::string16 text(UTF8ToUTF16("ScratchPad")); in TEST() local 45 base::string16 text(UTF8ToUTF16("Chess2.0")); in TEST() local 51 base::string16 text(UTF8ToUTF16("Cut the rope")); in TEST() local 57 base::string16 text(UTF8ToUTF16("AutoCAD WS")); in TEST() local 63 base::string16 text(UTF8ToUTF16("Great TweetDeck")); in TEST() local 69 base::string16 text(UTF8ToUTF16("Draw-It!")); in TEST() local 75 base::string16 text(UTF8ToUTF16("Faxing & Signing")); in TEST() local 81 base::string16 text(UTF8ToUTF16("!@#$%^&*()<<<**>>>")); in TEST() local
|
D | tokenized_string_match_unittest.cc | 17 std::string MatchHit(const base::string16& text, in MatchHit() 34 const char* text; in TEST() member 47 const base::string16 text(UTF8ToUTF16(kTestCases[i].text)); in TEST() local 57 const char* text; in TEST() member 73 const base::string16 text(UTF8ToUTF16(kTestCases[i].text)); in TEST() local 81 const char* text; in TEST() member 101 const base::string16 text(UTF8ToUTF16(kTestCases[i].text)); in TEST() local
|
D | tokenized_string_char_iterator_unittest.cc | 40 void TestEveryChar(const std::string& text, const std::string& expects) { in TestEveryChar() 54 void TestNextToken(const std::string& text, const std::string& expects) { in TestNextToken() 68 void TestFirstTwoCharInEveryToken(const std::string& text, in TestFirstTwoCharInEveryToken() 89 const char* text; in TEST() local 103 const char* text; in TEST() local
|
/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_org/third_party/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/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | EmptyView.js | 35 WebInspector.EmptyView = function(text) argument 48 set text(text) argument
|
/external/chromium_org/chrome/common/net/ |
D | url_fixer_upper.cc | 92 void PrepareStringForFileOps(const base::FilePath& text, in PrepareStringForFileOps() 105 bool ValidPathForFile(const base::FilePath::StringType& text, in ValidPathForFile() 121 std::string FixupHomedir(const std::string& text) { in FixupHomedir() 153 std::string FixupPath(const std::string& text) { in FixupPath() 222 inline void FixupUsername(const std::string& text, in FixupUsername() 234 inline void FixupPassword(const std::string& text, in FixupPassword() 245 void FixupHost(const std::string& text, in FixupHost() 274 void FixupPort(const std::string& text, in FixupPort() 285 inline void FixupPath(const std::string& text, in FixupPath() 298 inline void FixupQuery(const std::string& text, in FixupQuery() [all …]
|
/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/chromium_org/ui/views/controls/ |
D | styled_label_unittest.cc | 46 const std::string text("This is a test block of text"); in TEST_F() local 55 const std::string text("This is a test block of text "); in TEST_F() local 69 const std::string text(" This is a test block of text"); in TEST_F() local 83 const std::string text(" a"); in TEST_F() local 100 const std::string text("This is a test block of text"); in TEST_F() local 123 const std::string text("This is a test block of text."); in TEST_F() local 140 const std::string text("This is a test block of text, "); in TEST_F() local 161 const std::string text("This is a test block of text, "); in TEST_F() local 185 const std::string text("This is a test block of text, "); in TEST_F() local 207 const std::string text(" normal text"); in TEST_F() local [all …]
|
/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_org/base/i18n/ |
D | rtl.cc | 150 TextDirection GetFirstStrongCharacterDirection(const string16& text) { in GetFirstStrongCharacterDirection() 166 TextDirection GetStringDirection(const string16& text) { in GetStringDirection() 194 bool AdjustStringForLocaleDirection(string16* text) { in AdjustStringForLocaleDirection() 209 bool UnadjustStringForLocaleDirection(string16* text) { in UnadjustStringForLocaleDirection() 217 bool AdjustStringForLocaleDirection(string16* text) { in AdjustStringForLocaleDirection() 268 bool UnadjustStringForLocaleDirection(string16* text) { in UnadjustStringForLocaleDirection() 294 bool StringContainsStrongRTLChars(const string16& text) { in StringContainsStrongRTLChars() 315 void WrapStringWithLTRFormatting(string16* text) { in WrapStringWithLTRFormatting() 326 void WrapStringWithRTLFormatting(string16* text) { in WrapStringWithRTLFormatting() 355 string16 GetDisplayStringInLTRDirectionality(const string16& text) { in GetDisplayStringInLTRDirectionality() [all …]
|
/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/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/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/chromium_org/native_client_sdk/src/gonacl_appengine/static/ |
D | frame.js | 6 {name: 'bullet', text: 'Bullet Physics'}, property 7 {name: 'earth', text: 'Raycasted Earth'}, property 8 {name: 'lua', text: 'Lua Interpreter'}, property 9 {name: 'life', text: 'Game of Life'}, property 10 {name: 'voronoi', text: 'Voronoi Simulation'}, property 11 {name: 'smoothlife', text: 'SmoothLife'}, property 12 {name: 'cube', text: 'Rotating Cube'}, property
|
/external/chromium_org/net/proxy/ |
D | proxy_script_fetcher_impl_unittest.cc | 46 base::string16 text; member 208 base::string16 text; in TEST_F() local 217 base::string16 text; in TEST_F() local 236 base::string16 text; in TEST_F() local 245 base::string16 text; in TEST_F() local 254 base::string16 text; in TEST_F() local 270 base::string16 text; in TEST_F() local 279 base::string16 text; in TEST_F() local 296 base::string16 text; in TEST_F() local 313 base::string16 text; in TEST_F() local [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
|