/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/ |
D | RbnfDemo.java | 83 commentaryField.setText(RbnfSampleRuleSets.sampleRuleSetCommentary[0]); in createDemoFrame() 112 textField.setText("PARSE ERROR"); in createDemoFrame() 116 textField.setText(spelloutFormatter.format(theNumber, ruleSetName)); in createDemoFrame() 124 numberField.setText(numberFormatter.format(theNumber)); in createDemoFrame() 142 numberField.setText("PARSE ERROR"); in createDemoFrame() 147 numberField.setText(numberFormatter.format(theNumber)); in createDemoFrame() 151 numberField.setText(numberFormatter.format(theNumber)); in createDemoFrame() 165 numberField.setText("PARSE ERROR"); in createDemoFrame() 167 numberField.setText(numberFormatter.format(theNumber)); in createDemoFrame() 168 textField.setText(textField.getText()); // textField.repaint() didn't work right in createDemoFrame() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBIAPITest.java | 50 bi1.setText(testString); in TestCloneEquals() 51 bi2.setText(testString); in TestCloneEquals() 52 biequal.setText(testString); in TestCloneEquals() 54 bi3.setText("hello"); in TestCloneEquals() 90 bi1.setText("Hello there"); in TestToString() 108 bi1.setText("Hash code"); in TestHashCode() 109 bi2.setText("Hash code"); in TestHashCode() 110 bi3.setText("Hash code"); in TestHashCode() 139 wordIter1.setText(str1); in TestGetSetText() 146 wordIter1.setText(str2); in TestGetSetText() [all …]
|
D | RBBITest.java | 54 b.setText(text); in TestThaiDictionaryBreakIterator() 84 brk.setText(new String(text2)); in TestThaiDictionaryBreakIterator() 93 brk.setText(new String(text2)); in TestThaiDictionaryBreakIterator() 157 brkIter.setText(text); in TestTailoredBreaks() 220 rbbi.setText((CharacterIterator) null); in TestClone() 240 rbbi.setText((CharacterIterator) null); in TestEquals() 247 rbbi1.setText((CharacterIterator) null); in TestEquals() 273 rbbi.setText((CharacterIterator) null); in TestFirst() 276 rbbi.setText("abc"); in TestFirst() 288 rbbi.setText((CharacterIterator) null); in TestLast() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | RBBIAPITest.java | 53 bi1.setText(testString); in TestCloneEquals() 54 bi2.setText(testString); in TestCloneEquals() 55 biequal.setText(testString); in TestCloneEquals() 57 bi3.setText("hello"); in TestCloneEquals() 93 bi1.setText("Hello there"); in TestToString() 111 bi1.setText("Hash code"); in TestHashCode() 112 bi2.setText("Hash code"); in TestHashCode() 113 bi3.setText("Hash code"); in TestHashCode() 142 wordIter1.setText(str1); in TestGetSetText() 149 wordIter1.setText(str2); in TestGetSetText() [all …]
|
D | RBBITest.java | 57 b.setText(text); in TestThaiDictionaryBreakIterator() 87 brk.setText(new String(text2)); in TestThaiDictionaryBreakIterator() 96 brk.setText(new String(text2)); in TestThaiDictionaryBreakIterator() 160 brkIter.setText(text); in TestTailoredBreaks() 223 rbbi.setText((CharacterIterator) null); in TestClone() 243 rbbi.setText((CharacterIterator) null); in TestEquals() 250 rbbi1.setText((CharacterIterator) null); in TestEquals() 276 rbbi.setText((CharacterIterator) null); in TestFirst() 279 rbbi.setText("abc"); in TestFirst() 291 rbbi.setText((CharacterIterator) null); in TestLast() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/ |
D | TestCharsetDetector.java | 143 det.setText(bytes); in TestInputFilter() 151 det.setText(bytes); in TestInputFilter() 195 det.setText(beBytes); in TestUTF16() 202 det.setText(leBytes); in TestUTF16() 231 det.setText(bWindows); in TestC1Bytes() 239 det.setText(bISO); in TestC1Bytes() 266 det.setText(shortBytes[i]); in TestShortInput() 303 det.setText(testStrings[idx]); in TestBufferOverflow() 481 det.setText(bytes); in checkEncoding() 484 det.setText(new ByteArrayInputStream(bytes)); in checkEncoding() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/charsetdet/ |
D | TestCharsetDetector.java | 146 det.setText(bytes); in TestInputFilter() 154 det.setText(bytes); in TestInputFilter() 198 det.setText(beBytes); in TestUTF16() 205 det.setText(leBytes); in TestUTF16() 234 det.setText(bWindows); in TestC1Bytes() 242 det.setText(bISO); in TestC1Bytes() 269 det.setText(shortBytes[i]); in TestShortInput() 306 det.setText(testStrings[idx]); in TestBufferOverflow() 484 det.setText(bytes); in checkEncoding() 487 det.setText(new ByteArrayInputStream(bytes)); in checkEncoding() [all …]
|
/external/skqp/debugger/QT/ |
D | SkDebuggerGUI.cpp | 244 fZoomBox.setText(QString::number(scaleFactor * 100, 'f', 0).append("%")); in actionScale() 274 fInspectorWidget.setText(clipStack.c_str(), SkInspectorWidget::kClipStack_TabType); in drawComplete() 328 fInspectorWidget.setText("", SkInspectorWidget::kDetail_TabType); in updateDrawCommandInfo() 329 fInspectorWidget.setText("", SkInspectorWidget::kClipStack_TabType); in updateDrawCommandInfo() 330 fCurrentCommandBox.setText(""); in updateDrawCommandInfo() 346 fInspectorWidget.setText(info, SkInspectorWidget::kDetail_TabType); in updateDrawCommandInfo() 349 fCurrentCommandBox.setText(QString::number(currentRow)); in updateDrawCommandInfo() 398 fActionOpen.setText("Open"); in setupUi() 405 fActionBreakpoint.setText("Breakpoints"); in setupUi() 412 fActionCancel.setText("Clear Filter"); in setupUi() [all …]
|
D | SkInspectorWidget.cpp | 44 void SkInspectorWidget::setText(QString text, TabType type) { in setText() function in SkInspectorWidget 50 fMatrixEntry[i].setText(QString::number(matrix.get(i), 'g', kSignificantNumbersInFields)); in setMatrix() 55 fClipEntry[0].setText(QString::number(clip.left(), 'g', kSignificantNumbersInFields)); in setClip() 56 fClipEntry[1].setText(QString::number(clip.top(), 'g', kSignificantNumbersInFields)); in setClip() 57 fClipEntry[2].setText(QString::number(clip.right(), 'g', kSignificantNumbersInFields)); in setClip() 58 fClipEntry[3].setText(QString::number(clip.bottom(), 'g', kSignificantNumbersInFields)); in setClip()
|
/external/skia/debugger/QT/ |
D | SkDebuggerGUI.cpp | 244 fZoomBox.setText(QString::number(scaleFactor * 100, 'f', 0).append("%")); in actionScale() 274 fInspectorWidget.setText(clipStack.c_str(), SkInspectorWidget::kClipStack_TabType); in drawComplete() 328 fInspectorWidget.setText("", SkInspectorWidget::kDetail_TabType); in updateDrawCommandInfo() 329 fInspectorWidget.setText("", SkInspectorWidget::kClipStack_TabType); in updateDrawCommandInfo() 330 fCurrentCommandBox.setText(""); in updateDrawCommandInfo() 346 fInspectorWidget.setText(info, SkInspectorWidget::kDetail_TabType); in updateDrawCommandInfo() 349 fCurrentCommandBox.setText(QString::number(currentRow)); in updateDrawCommandInfo() 398 fActionOpen.setText("Open"); in setupUi() 405 fActionBreakpoint.setText("Breakpoints"); in setupUi() 412 fActionCancel.setText("Clear Filter"); in setupUi() [all …]
|
D | SkInspectorWidget.cpp | 44 void SkInspectorWidget::setText(QString text, TabType type) { in setText() function in SkInspectorWidget 50 fMatrixEntry[i].setText(QString::number(matrix.get(i), 'g', kSignificantNumbersInFields)); in setMatrix() 55 fClipEntry[0].setText(QString::number(clip.left(), 'g', kSignificantNumbersInFields)); in setClip() 56 fClipEntry[1].setText(QString::number(clip.top(), 'g', kSignificantNumbersInFields)); in setClip() 57 fClipEntry[2].setText(QString::number(clip.right(), 'g', kSignificantNumbersInFields)); in setClip() 58 fClipEntry[3].setText(QString::number(clip.bottom(), 'g', kSignificantNumbersInFields)); in setClip()
|
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/internal/ |
D | MigratorFrame.java | 131 otherLabel.setText(""); in createComponents() 196 migrationLabel.setText("Migration Type"); in createMigrationLabel() 201 radioJCL.setText("from Jakarta Commons Logging to SLF4J"); in createRadioJCL() 207 radioLog4j.setText("from log4j to SLF4J "); in createRadioLog4j() 213 radioJUL.setText("from JUL to SLF4J "); in createRadioJUL() 219 folderLabel.setText("Project Directory"); in createFolderLabel() 229 browseButton.setText("Browse"); in createBrowseButton() 242 …awareLabel.setText("<html>" + "<p>I am aware that this tool will directly modify all Java source f… in createAwareLabel() 248 …warningLabel.setText("<html>" + "<p><span color=\"red\">WARNING:</span> This SLF4J migration tool … in createWarningLabel() 254 migrateButton.setText("Migrate Project to SLF4J"); in createMigrateButton() [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | userdatarequest.cpp | 59 queryInfo->setText(pos2); in setParams() 61 queryField->setText(tr("Password: ")); in setParams() 64 queryField->setText(tr("New password: ")); in setParams() 67 queryField->setText(tr("Identity: ")); in setParams() 69 queryField->setText(tr("Private key passphrase: ")); in setParams() 72 queryField->setText(field + ":"); in setParams()
|
D | wpagui.cpp | 160 textStatus->setText(tr("connecting to wpa_supplicant")); in WpaGui() 501 textStatus->setText(tr("Could not get status from " in updateStatus() 554 textBssid->setText(pos); in updateStatus() 557 textSsid->setText(pos); in updateStatus() 566 textIpAddress->setText(pos); in updateStatus() 569 textStatus->setText(wpaStateTranslate(pos)); in updateStatus() 572 textAuthentication->setText(pos); in updateStatus() 588 textStatus->setText(textStatus->text() + " (" + mode + ")"); in updateStatus() 603 textEncryption->setText(encr); in updateStatus() 955 textLastMessage->setText(lastmsg); in processMsg() [all …]
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | ClipboardManagerTest.java | 27 clipboardManager.setText("BLARG!!!"); in shouldStoreText() 33 clipboardManager.setText(null); in shouldNotHaveTextIfTextIsNull() 39 clipboardManager.setText(""); in shouldNotHaveTextIfTextIsEmpty() 45 clipboardManager.setText(" "); in shouldHaveTextIfEmptyString() 51 clipboardManager.setText("BLARG"); in shouldHaveTextIfString()
|
D | TextViewTest.java | 61 … textView.setText("here's some text http://google.com/\nblah\thttp://another.com/123?456 blah"); in testGetUrls() 165 textView.setText(R.string.hello); in givenATextViewWithATextWatcherAdded_WhenSettingTextWithTextResourceId_ShouldNotifyTextWatcher() 175 textView.setText("text"); in givenATextViewWithATextWatcherAdded_WhenSettingTextWithCharSequence_ShouldNotifyTextWatcher() 185 textView.setText(null); in givenATextViewWithATextWatcherAdded_WhenSettingNullText_ShouldNotifyTextWatcher() 197 textView.setText("text"); in givenATextViewWithMultipleTextWatchersAdded_WhenSettingText_ShouldNotifyEachTextWatcher() 206 textView.setText(INITIAL_TEXT); in whenSettingText_ShouldFireBeforeTextChangedWithCorrectArguments() 210 textView.setText(NEW_TEXT); in whenSettingText_ShouldFireBeforeTextChangedWithCorrectArguments() 217 textView.setText(INITIAL_TEXT); in whenSettingText_ShouldFireOnTextChangedWithCorrectArguments() 221 textView.setText(NEW_TEXT); in whenSettingText_ShouldFireOnTextChangedWithCorrectArguments() 231 textView.setText(NEW_TEXT); in whenSettingText_ShouldFireAfterTextChangedWithCorrectArgument() [all …]
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowTextViewTest.java | 93 textView.setText("here's some text http://google.com/\nblah\thttp://another.com/123?456 blah"); in testGetUrls() 194 textView.setText(R.string.hello); in givenATextViewWithATextWatcherAdded_WhenSettingTextWithTextResourceId_ShouldNotifyTextWatcher() 204 textView.setText("text"); in givenATextViewWithATextWatcherAdded_WhenSettingTextWithCharSequence_ShouldNotifyTextWatcher() 214 textView.setText(null); in givenATextViewWithATextWatcherAdded_WhenSettingNullText_ShouldNotifyTextWatcher() 226 textView.setText("text"); in givenATextViewWithMultipleTextWatchersAdded_WhenSettingText_ShouldNotifyEachTextWatcher() 235 textView.setText(INITIAL_TEXT); in whenSettingText_ShouldFireBeforeTextChangedWithCorrectArguments() 239 textView.setText(NEW_TEXT); in whenSettingText_ShouldFireBeforeTextChangedWithCorrectArguments() 246 textView.setText(INITIAL_TEXT); in whenSettingText_ShouldFireOnTextChangedWithCorrectArguments() 250 textView.setText(NEW_TEXT); in whenSettingText_ShouldFireOnTextChangedWithCorrectArguments() 262 textView.setText(NEW_TEXT); in whenSettingText_ShouldFireAfterTextChangedWithCorrectArgument() [all …]
|
D | ShadowClipboardManagerTest.java | 29 clipboardManager.setText("BLARG!!!"); in shouldStoreText() 35 clipboardManager.setText(null); in shouldNotHaveTextIfTextIsNull() 41 clipboardManager.setText(""); in shouldNotHaveTextIfTextIsEmpty() 47 clipboardManager.setText(" "); in shouldHaveTextIfEmptyString() 53 clipboardManager.setText("BLARG"); in shouldHaveTextIfString() 90 clipboardManager.setText("BLARG?"); in shouldHavePrimaryClipIfText()
|
D | ShadowAccessibilityNodeInfoTest.java | 89 child2.setText("test"); in shouldNotHaveInfiniteLoopWithDifferentLoopedChildren() 106 node.setText("Test"); in shouldRecordFlagsProperly() 164 shadowOf(nodeA).setText("test"); in equalsTest_unrelatedNodesAreUnequal() 165 shadowOf(nodeB).setText("test"); in equalsTest_unrelatedNodesAreUnequal() 175 shadowOf(nodeA).setText("tomato"); in equalsTest_nodesFromTheSameViewAreEqual() 176 shadowOf(nodeB).setText("tomatoe"); in equalsTest_nodesFromTheSameViewAreEqual() 187 shadowOf(nodeA).setText("test"); in equalsTest_nodesFromDifferentViewsAreNotEqual() 188 shadowOf(nodeB).setText("test"); in equalsTest_nodesFromDifferentViewsAreNotEqual() 197 shadowOf(clone).setText("test"); in equalsTest_nodeIsEqualToItsClone_evenWhenModified()
|
D | ShadowEditTextTest.java | 34 editText.setText("0123456678"); in shouldRespectMaxLength() 40 editText.setText(null); in shouldAcceptNullStrings() 54 editText.setText(excessiveInput); in givenInitializingWithAttributeSet_whenMaxLengthDefined_thenRestrictTextLengthToMaxLength() 65 editText.setText(input); in givenInitializingWithAttributeSet_whenMaxLengthNotDefined_thenTextLengthShouldHaveNoRestrictions() 75 editText.setText(input); in whenInitializingWithoutAttributeSet_thenTextLengthShouldHaveNoRestrictions() 83 editText.setText("foo"); in testSelectAll()
|
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | SettingsPicker.java | 62 mTitleTextView.setText(title); in setTitle() 67 mValueEditText.setText(Integer.toString(value)); in setValue() 82 mValueEditText.setText(Integer.toString(value)); in sliderChanged() 96 v.setText(Integer.toString(value)); in textEdited() 100 v.setText(Integer.toString(value)); in textEdited() 103 v.setText(Integer.toString(value)); in textEdited()
|
/external/autotest/frontend/client/src/autotest/afe/create/ |
D | CreateJobViewPresenter.java | 181 display.getJobName().setText(jobObject.get("name").isString().stringValue()); in cloneJob() 187 display.getImageUrl().setText(image); in cloneJob() 196 display.getFirmwareRWBuild().setText(firmwareRWBuild); in cloneJob() 202 display.getFirmwareROBuild().setText(firmwareROBuild); in cloneJob() 224 display.getTimeout().setText(Utils.jsonToString(jobObject.get("timeout_mins"))); in cloneJob() 225 display.getMaxRuntime().setText(Utils.jsonToString(jobObject.get("max_runtime_mins"))); in cloneJob() 226 display.getTestRetry().setText(Utils.jsonToString(jobObject.get("test_retry"))); in cloneJob() 227 display.getEmailList().setText( in cloneJob() 252 display.getSynchCountInput().setText(Utils.jsonToString(jobObject.get("synch_count"))); in cloneJob() 254 display.getControlFile().setText( in cloneJob() [all …]
|
/external/emma/core/java12/com/vladium/emma/report/html/ |
D | ReportGenerator.java | 192 headercell.setText (attr.getName (), true); in visit() 202 cell.setText (buf.toString (), true); in visit() 217 row.newCell ().setText ("total packages:", true); in visit() 218 row.newCell ().setText ("" + item.getChildCount (), false); in visit() 223 row.newCell ().setText ("total executable files:", true); in visit() 224 … row.newCell ().setText ("" + item.getAggregate (IItem.TOTAL_SRCFILE_COUNT), false); in visit() 228 row.newCell ().setText ("total classes:", true); in visit() 229 row.newCell ().setText ("" + item.getAggregate (IItem.TOTAL_CLASS_COUNT), true); in visit() 231 row.newCell ().setText ("total methods:", true); in visit() 232 row.newCell ().setText ("" + item.getAggregate (IItem.TOTAL_METHOD_COUNT), true); in visit() [all …]
|
/external/autotest/frontend/client/src/autotest/tko/ |
D | FilterStringViewer.java | 69 view.setText(VIEW_FILTER_STRING); in FilterStringViewer() 74 view.setText(HIDE_FILTER_STRING); in FilterStringViewer() 81 public void setText(String text) { in setText() method in FilterStringViewer 82 queries.setText(text); in setText() 122 queries.setText(args.get(prefix + "_viewerText")); in handleHistoryArguments() 145 edit.setText(EDIT_FILTER_STRING); in changeEditable() 152 edit.setText(UNEDIT_FILTER_STRING); in changeEditable()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | KeyboardConfigDialogPreference.java | 102 mLeftText.setText(getKeyLabel(mLeftKeyCode)); in onBindDialogView() 105 mRightText.setText(getKeyLabel(mRightKeyCode)); in onBindDialogView() 108 mJumpText.setText(getKeyLabel(mJumpKeyCode)); in onBindDialogView() 111 mAttackText.setText(getKeyLabel(mAttackKeyCode)); in onBindDialogView() 217 mLeftText.setText(getKeyLabel(keyCode)); in onKey() 221 mRightText.setText(getKeyLabel(keyCode)); in onKey() 225 mJumpText.setText(getKeyLabel(keyCode)); in onKey() 229 mAttackText.setText(getKeyLabel(keyCode)); in onKey()
|