/ndk/sources/host-tools/make-3.81/ |
SMakefile | 224 gettext.h filedef.h hash.h dep.h \ 229 gettext.h \ 234 gettext.h dep.h filedef.h hash.h variable.h \ 240 gettext.h filedef.h hash.h variable.h rule.h \ 246 gettext.h hash.h \ 251 gettext.h filedef.h hash.h \ 258 gettext.h dep.h filedef.h \ 265 gettext.h filedef.h hash.h variable.h dep.h \ 280 gettext.h hash.h 285 gettext.h filedef.h hash.h rule.h dep.h debug.h [all...] |
/external/chromium_org/chrome/browser/ui/omnibox/ |
omnibox_view_browsertest.cc | 399 EXPECT_EQ(ASCIIToUTF16("Hello worlds"), omnibox_view->GetText()); 412 EXPECT_EQ(ASCIIToUTF16("Hello "), omnibox_view->GetText()); 464 EXPECT_EQ(ASCIIToUTF16("Hello world"), omnibox_view->GetText()); 469 EXPECT_EQ(ASCIIToUTF16("Hello world"), omnibox_view->GetText()); 538 UTF16ToUTF8(omnibox_view->GetText())); 555 base::string16 old_text = omnibox_view->GetText(); 561 EXPECT_TRUE(omnibox_view->GetText().empty()); 565 EXPECT_EQ(old_text, omnibox_view->GetText()); 627 if (omnibox_view->GetText() == ASCIIToUTF16("abc")) 630 ASSERT_EQ(ASCIIToUTF16("abc"), omnibox_view->GetText()); [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
NameSpaceChecker.java | 131 String ruleName = tok.getText(); 150 String tokenID = tok.getText(); 164 Grammar scopeG = grammar.composite.getGrammar(scopeAST.getText()); 166 String ruleName = refAST.getText(); 171 scopeAST.getText(), 180 scopeAST.getText(), 224 if ( grammar.getGlobalScope(label.getText())!=null ) { 227 else if ( grammar.getRule(label.getText())!=null ) { 230 else if ( grammar.getTokenType(label.getText())!=Label.INVALID ) { 233 else if ( r.ruleScope!=null && r.ruleScope.getAttribute(label.getText())!=null ) [all...] |
/external/elfutils/0.153/libebl/ |
eblobjnote.c | 76 printf (gettext ("unknown SDT version %u\n"), type); 94 printf (gettext ("invalid SDT probe descriptor\n")); 144 printf (gettext (" PC: ")); 146 printf (gettext (" Base: ")); 148 printf (gettext (" Semaphore: ")); 150 printf (gettext (" Provider: ")); 152 printf (gettext (" Name: ")); 154 printf (gettext (" Args: ")); 164 printf (gettext (" Build ID: ")); 175 printf (gettext (" Linker version: %.*s\n") [all...] |
/cts/tests/tests/text/src/android/text/method/cts/ |
DigitsKeyListenerTest.java | 394 assertEquals("", mTextView.getText().toString()); 398 assertEquals("", mTextView.getText().toString()); 402 assertEquals("1", mTextView.getText().toString()); 406 assertEquals("1", mTextView.getText().toString()); 410 assertEquals("12", mTextView.getText().toString()); 428 assertEquals("", mTextView.getText().toString()); 432 assertEquals("-", mTextView.getText().toString()); 436 assertEquals("-1", mTextView.getText().toString()); 440 assertEquals("-1", mTextView.getText().toString()); 444 assertEquals("-1", mTextView.getText().toString()) [all...] |
/external/bison/ |
ABOUT-NLS | 11 assume that the distributed package does use GNU `gettext' internally, 13 need to install GNU `gettext' prior to configuring, installing or using 23 `gettext' which is used. The information can be found in the 32 ./configure --with-included-gettext 37 the `gettext' implementation in the GNU C library version 2 provides as 41 of a `catgets' implementation. Future versions of GNU `gettext' will 43 to change to GNU `gettext' as soon as possible. 46 you have installed a recent copy of the GNU gettext package with the 54 packages use GNU `gettext'. Other packages have their own ways to 55 internationalization, predating GNU `gettext' [all...] |
/external/bison/lib/ |
xalloc-die.c | 28 #include "gettext.h" 29 #define _(msgid) gettext (msgid)
|
/external/e2fsprogs/intl/ |
Makefile.in | 1 # Makefile for directory with message catalog handling library of GNU gettext 37 gettextsrcdir = $(datadir)/gettext/intl 103 gettext.c \ 128 gettext.$lo \ 152 DISTFILES.gettext = COPYING.LIB-2.0 COPYING.LIB-2.1 libintl.glibc \ 156 COPYING.LIB-2 gettext.h libgettext.h plural-eval.c libgnuintl.h 180 # Before making a gettext release, the gettext maintainer must change this 206 gettext.lo: $(srcdir)/gettext. [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
StringComboPropertyEditor.java | 40 protected String getText(Property property) throws Exception { 58 combo.setText(getText(property));
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowEditText.java | 41 public Editable getText() { 42 CharSequence text = super.getText();
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
HtmlTest.java | 30 assertThat(textView.getText().toString(), equalTo("<b>some</b> html text")); 37 assertThat(editText.getText().toString(), equalTo("<b>some</b> html text"));
|
/frameworks/base/core/java/com/android/internal/widget/ |
AccessibleDateAnimator.java | 46 event.getText().clear(); 51 event.getText().add(dateString);
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
TextViewTest.java | 36 CharSequence oldText = tv.getText(); 39 CharSequence newText = tv.getText();
|
/frameworks/base/services/core/java/com/android/server/am/ |
FactoryErrorDialog.java | 29 setTitle(context.getText(com.android.internal.R.string.factorytest_failed)); 32 context.getText(com.android.internal.R.string.factorytest_reboot),
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/ |
AccessibleDateAnimator.java | 43 event.getText().clear(); 48 event.getText().add(dateString);
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
xalloc-die.c | 28 #include "gettext.h" 29 #define _(msgid) gettext (msgid)
|
/packages/apps/CertInstaller/src/com/android/certinstaller/ |
ViewHelper.java | 39 String getText(int viewId) { 40 return ((TextView) mView.findViewById(viewId)).getText().toString();
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/ |
State.java | 28 this(state.getText(), state.getType()); 55 String getText() {
|
/packages/apps/Settings/src/com/android/settings/ |
ApnEditor.java | 299 mName.setSummary(checkNull(mName.getText())); 300 mApn.setSummary(checkNull(mApn.getText())); 301 mProxy.setSummary(checkNull(mProxy.getText())); 302 mPort.setSummary(checkNull(mPort.getText())); 303 mUser.setSummary(checkNull(mUser.getText())); 304 mServer.setSummary(checkNull(mServer.getText())); 305 mPassword.setSummary(starify(mPassword.getText())); 306 mMmsProxy.setSummary(checkNull(mMmsProxy.getText())); 307 mMmsPort.setSummary(checkNull(mMmsPort.getText())); 308 mMmsc.setSummary(checkNull(mMmsc.getText())); [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
ImsPhoneMmiCode.java | [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
CommonErrorNode.java | 67 public String getText() { 97 ", resync="+getText()+">"; 100 return "<mismatched token: "+trappedException.token+", resync="+getText()+">"; 104 ", resync="+getText()+">"; 106 return "<error: "+getText()+">";
|
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/ |
SuggestionAnswerTest.java | 111 assertEquals("text", firstLine.getTextFields().get(0).getText()); 113 assertEquals("moar", firstLine.getTextFields().get(1).getText()); 115 assertEquals("hi there", firstLine.getAdditionalText().getText()); 119 assertEquals("ftw", secondLine.getTextFields().get(0).getText()); 121 assertEquals("shop S-Mart", secondLine.getStatusText().getText());
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/list/ |
ContactListItemViewTest.java | 62 assertEquals(view.getNameTextView().getText().toString(), "John Doe"); 72 assertEquals(view.getNameTextView().getText().toString(), "unknown"); 82 CharSequence seq = view.getNameTextView().getText(); 94 CharSequence seq = view.getNameTextView().getText(); 104 CharSequence seq = view.getSnippetView().getText();
|
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
ABOUT-NLS | 11 assume that the distributed package does use GNU `gettext' internally, 13 need to install GNU `gettext' prior to configuring, installing or using 23 `gettext' which is used. The information can be found in the 32 ./configure --with-included-gettext 37 the `gettext' implementation in the GNU C library version 2 provides as 41 of a `catgets' implementation. Future versions of GNU `gettext' will 43 to change to GNU `gettext' as soon as possible. 46 you have installed a recent copy of the GNU gettext package with the 54 packages use GNU `gettext'. Other packages have their own ways to 55 internationalization, predating GNU `gettext' [all...] |
/external/elfutils/0.153/ |
ABOUT-NLS | 11 assume that the distributed package does use GNU `gettext' internally, 13 need to install GNU `gettext' prior to configuring, installing or using 23 `gettext' which is used. The information can be found in the 32 ./configure --with-included-gettext 37 the `gettext' implementation in the GNU C library version 2 provides as 41 of a `catgets' implementation. Future versions of GNU `gettext' will 43 to change to GNU `gettext' as soon as possible. 46 you have installed a recent copy of the GNU gettext package with the 54 packages use GNU `gettext'. Other packages have their own ways to 55 internationalization, predating GNU `gettext' [all...] |