Home
last modified time | relevance | path

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

12345678910>>...83

/external/chromium_org/chrome/common/extensions/docs/templates/json/
Dintro_tables.json6 "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": "Bluetooth" string
50 "text": "Bluetooth" string
58 "text": "Bluetooth" string
66 "text": "\"cookies\"" string
[all …]
/external/chromium_org/gpu/config/
Dgpu_test_expectations_parser_unittest.cc37 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/
Dtokenized_string_unittest.cc39 base::string16 text(base::UTF8ToUTF16("ScratchPad")); in TEST() local
45 base::string16 text(base::UTF8ToUTF16("Chess2.0")); in TEST() local
51 base::string16 text(base::UTF8ToUTF16("Cut the rope")); in TEST() local
57 base::string16 text(base::UTF8ToUTF16("AutoCAD WS")); in TEST() local
63 base::string16 text(base::UTF8ToUTF16("Great TweetDeck")); in TEST() local
69 base::string16 text(base::UTF8ToUTF16("Draw-It!")); in TEST() local
75 base::string16 text(base::UTF8ToUTF16("Faxing & Signing")); in TEST() local
81 base::string16 text(base::UTF8ToUTF16("!@#$%^&*()<<<**>>>")); in TEST() local
Dtokenized_string_match_unittest.cc17 std::string MatchHit(const base::string16& text, in MatchHit()
34 const char* text; in TEST() member
47 const base::string16 text(base::UTF8ToUTF16(kTestCases[i].text)); in TEST() local
57 const char* text; in TEST() member
76 const base::string16 text(base::UTF8ToUTF16(kTestCases[i].text)); in TEST() local
84 const char* text; in TEST() member
108 const base::string16 text(base::UTF8ToUTF16(kTestCases[i].text)); in TEST() local
Dtokenized_string_char_iterator_unittest.cc41 void TestEveryChar(const std::string& text, const std::string& expects) { in TestEveryChar()
55 void TestNextToken(const std::string& text, const std::string& expects) { in TestNextToken()
69 void TestFirstTwoCharInEveryToken(const std::string& text, in TestFirstTwoCharInEveryToken()
90 const char* text; in TEST() local
104 const char* text; in TEST() local
/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/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dbraille_util_test.js59 text: actual.text.toString(), property
77 {text: 'one lnk two lnk three lnk', property
86 {text: 'one lnk two lnk three lnk', property
95 {text: 'one lnk two lnk three lnk', property
104 {text: 'one lnk two lnk three lnk', property
123 {text: '[Submit]', property
133 {text: 'Search: edtxt', property
139 {text: 'Search: edtxt', property
160 {text: 'Search: larry edtxt', property
168 {text: 'Search: larry edtxt', property
[all …]
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-utf-private.hh43 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/components/url_fixer/
Durl_fixer.cc92 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()
226 inline void FixupUsername(const std::string& text, in FixupUsername()
238 inline void FixupPassword(const std::string& text, in FixupPassword()
249 void FixupHost(const std::string& text, in FixupHost()
278 void FixupPort(const std::string& text, in FixupPort()
289 inline void FixupPath(const std::string& text, in FixupPath()
302 inline void FixupQuery(const std::string& text, in FixupQuery()
[all …]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DEmptyView.js35 WebInspector.EmptyView = function(text) argument
48 set text(text) argument
/external/chromium_org/ui/views/controls/
Dstyled_label_unittest.cc52 const std::string text("This is a test block of text"); in TEST_F() local
61 const std::string text("This is a test block of text "); in TEST_F() local
75 const std::string text(" This is a test block of text"); in TEST_F() local
89 const std::string text(" a"); in TEST_F() local
106 const std::string text("This is a test block of text"); in TEST_F() local
128 const std::string text("This is a test block of text."); in TEST_F() local
154 const std::string text("This is a test block of text, "); in TEST_F() local
177 const std::string text("This is a test block of text, "); in TEST_F() local
201 const std::string text("This is a test block of text, "); in TEST_F() local
224 const std::string text(" normal text"); in TEST_F() local
[all …]
/external/chromium_org/net/base/
Dnet_string_util_icu_alternatives_android.cc20 ScopedJavaLocalRef<jstring> ConvertToJstring(const std::string& text, in ConvertToJstring()
37 const std::string& text, const char* charset) { in ConvertToNormalizedJstring()
52 const std::string& text, const char* charset) { in ConvertToJstringWithSubstitutions()
68 bool ConvertToUtf8(const std::string& text, const char* charset, in ConvertToUtf8()
78 bool ConvertToUtf8AndNormalize(const std::string& text, const char* charset, in ConvertToUtf8AndNormalize()
89 bool ConvertToUTF16(const std::string& text, const char* charset, in ConvertToUTF16()
99 bool ConvertToUTF16WithSubstitutions(const std::string& text, in ConvertToUTF16WithSubstitutions()
Dnet_string_util_icu.cc16 bool ConvertToUtf8(const std::string& text, const char* charset, in ConvertToUtf8()
43 bool ConvertToUtf8AndNormalize(const std::string& text, const char* charset, in ConvertToUtf8AndNormalize()
48 bool ConvertToUTF16(const std::string& text, const char* charset, in ConvertToUTF16()
54 bool ConvertToUTF16WithSubstitutions(const std::string& text, in ConvertToUTF16WithSubstitutions()
/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/chromium_org/base/i18n/
Drtl.cc141 TextDirection GetFirstStrongCharacterDirection(const string16& text) { in GetFirstStrongCharacterDirection()
157 TextDirection GetLastStrongCharacterDirection(const string16& text) { in GetLastStrongCharacterDirection()
172 TextDirection GetStringDirection(const string16& text) { in GetStringDirection()
200 bool AdjustStringForLocaleDirection(string16* text) { in AdjustStringForLocaleDirection()
215 bool UnadjustStringForLocaleDirection(string16* text) { in UnadjustStringForLocaleDirection()
223 bool AdjustStringForLocaleDirection(string16* text) { in AdjustStringForLocaleDirection()
277 bool UnadjustStringForLocaleDirection(string16* text) { in UnadjustStringForLocaleDirection()
303 bool StringContainsStrongRTLChars(const string16& text) { in StringContainsStrongRTLChars()
324 void WrapStringWithLTRFormatting(string16* text) { in WrapStringWithLTRFormatting()
336 void WrapStringWithRTLFormatting(string16* text) { in WrapStringWithRTLFormatting()
[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/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/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/chromium_org/net/proxy/
Dproxy_script_fetcher_impl_unittest.cc51 base::string16 text; member
215 base::string16 text; in TEST_F() local
224 base::string16 text; in TEST_F() local
244 base::string16 text; in TEST_F() local
253 base::string16 text; in TEST_F() local
262 base::string16 text; in TEST_F() local
278 base::string16 text; in TEST_F() local
287 base::string16 text; in TEST_F() local
304 base::string16 text; in TEST_F() local
321 base::string16 text; in TEST_F() local
[all …]
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/
Dframe.js6 {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/components/autofill/core/browser/
Dvalidation.cc54 bool IsValidCreditCardNumber(const base::string16& text) { in IsValidCreditCardNumber()
108 bool IsValidCreditCardSecurityCode(const base::string16& text) { in IsValidCreditCardSecurityCode()
131 bool IsValidEmailAddress(const base::string16& text) { in IsValidEmailAddress()
139 bool IsValidState(const base::string16& text) { in IsValidState()
144 bool IsValidZip(const base::string16& text) { in IsValidZip()
149 bool IsSSN(const base::string16& text) { in IsSSN()
/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/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/
DTranslateUtil.java34 TextView text = (TextView) view.findViewById(R.id.infobar_message); in openLanguagePanel() local
55 TestTouchUtils.singleClickView(test.getInstrumentation(), text, (int) xPos, (int) yPos); in openLanguagePanel() local
61 public static boolean verifyInfoBarText(InfoBar infoBar, String text) { in verifyInfoBarText()
71 TextView text = (TextView) view.findViewById(R.id.infobar_message); in findInfoBarText() local
/external/chromium_org/content/shell/renderer/test_runner/
Dtext_input_controller.cc100 void TextInputControllerBindings::InsertText(const std::string& text) { in InsertText()
110 void TextInputControllerBindings::DoCommand(const std::string& text) { in DoCommand()
115 void TextInputControllerBindings::SetMarkedText(const std::string& text, in SetMarkedText()
141 void TextInputControllerBindings::SetComposition(const std::string& text) { in SetComposition()
161 void TextInputController::InsertText(const std::string& text) { in InsertText()
169 void TextInputController::DoCommand(const std::string& text) { in DoCommand()
174 void TextInputController::SetMarkedText(const std::string& text, in SetMarkedText()
249 void TextInputController::SetComposition(const std::string& text) { in SetComposition()

12345678910>>...83