/external/autotest/frontend/client/src/autotest/afe/ |
D | AfeUtils.java | 177 final boolean showMessage) { in callAbort() argument 182 if (showMessage) { in callAbort() 183 NotifyManager.getInstance().showMessage("Jobs aborted"); in callAbort() 197 final boolean showMessage) { in callAbortSpecialTasks() argument 202 if (showMessage) { in callAbortSpecialTasks() 203 NotifyManager.getInstance().showMessage("Special tasks aborted"); in callAbortSpecialTasks() 223 NotifyManager.getInstance().showMessage( in callReverify() 240 NotifyManager.getInstance().showMessage( in callRepair() 288 NotifyManager.getInstance().showMessage(message); in changeHostLocks() 367 final boolean showMessage) { in callGetJobHistory() argument [all …]
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | XLocaleMatcherTest.java | 211 boolean showMessage = i != 0; in testPerf() 212 …timeXLocaleMatcher("Duration (few supported):\t", desired, matcherShort, showMessage, iterations); in testPerf() 213 … timeXLocaleMatcher("Duration (med. supported):\t", desired, matcherLong, showMessage, iterations); in testPerf() 214 …eXLocaleMatcher("Duration (many supported):\t", desired, matcherVeryLong, showMessage, iterations); in testPerf() 223 boolean showMessage = i != 0; in testPerf() 224 …caleMatcher("Old Duration (few supported):\t", desired, matcherShortOld, showMessage, iterations); in testPerf() 225 …ocaleMatcher("Old Duration (med. supported):\t", desired, matcherLongOld, showMessage, iterations); in testPerf() 226 …eMatcher("Old Duration (many supported):\t", desired, matcherVeryLongOld, showMessage, iterations); in testPerf()
|
D | LocaleMatcherTest.java | 651 boolean showMessage = i != 0; in testPerf() 652 …meLocaleMatcher("Duration (few supported):\t", desired, matcherShort, showMessage, iterations, 0); in testPerf() 653 …timeLocaleMatcher("Duration (med. supported):\t", desired, matcherLong, showMessage, iterations, t… in testPerf() 654 …timeLocaleMatcher("Duration (many supported):\t", desired, matcherVeryLong, showMessage, iteration… in testPerf()
|
/external/autotest/frontend/client/src/autotest/common/ui/ |
D | NotifyManager.java | 50 public void showMessage(String messageString) { in showMessage() method in NotifyManager.NotifyBox 123 errorNotify.showMessage(error); in showError() 142 public void showMessage(String message) { in showMessage() method in NotifyManager 143 messageNotify.showMessage(message); in showMessage()
|
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
D | DumpAST.cpp | 66 return Effect::showMessage(std::move(OS.str())); in REGISTER_TWEAK() 91 return Effect::showMessage(llvm::to_string(Inputs.ASTSelection)); in apply() 117 return Effect::showMessage(Out.str()); in apply() 149 return Effect::showMessage(std::move(OS.str())); in apply()
|
/external/skia/tools/mdbviz/ |
D | mainwindow.cpp | 86 this->statusBar()->showMessage(Model::ErrorString(err)); in loadFile() 143 this->statusBar()->showMessage(tr("Ready")); in createStatusBar()
|
/external/skqp/tools/mdbviz/ |
D | mainwindow.cpp | 86 this->statusBar()->showMessage(Model::ErrorString(err)); in loadFile() 143 this->statusBar()->showMessage(tr("Ready")); in createStatusBar()
|
/external/autotest/frontend/client/src/autotest/moblab/wizard/ |
D | ConfigWizard.java | 105 NotifyManager.getInstance().showMessage("Reboot command has been issued."); in createWizardHeader() 142 NotifyManager.getInstance().showMessage(messageText); in createWizardFooter()
|
D | NetworkInfoCard.java | 72 NotifyManager.getInstance().showMessage("Retrieved netowrk information."); in validateNetworkInfo()
|
D | ConfigEditMode.java | 232 NotifyManager.getInstance().showMessage( in onFinish()
|
/external/autotest/frontend/client/src/autotest/moblab/ |
D | ConfigSettingsView.java | 184 NotifyManager.getInstance().showMessage("Setup completed."); in rpcCallSubmit() 193 NotifyManager.getInstance().showMessage("Reset completed."); in rpcCallReset()
|
D | CredentialsUploadView.java | 123 NotifyManager.getInstance().showMessage(successMessage); in rpcCall()
|
/external/autotest/frontend/client/src/autotest/tko/ |
D | TestLabelManager.java | 122 notifyManager.showMessage("No labels on selected tests"); in handleRemoveLabels() 200 notifyManager.showMessage("Labels modified successfully"); in addOrRemoveLabel()
|
D | SavedQueriesControl.java | 154 notifyManager.showMessage("Query saved"); in onClick() 170 notifyManager.showMessage("Query deleted"); in onClick()
|
D | SpreadsheetDataProcessor.java | 163 notifyManager.showMessage("No results for query"); in handlePage()
|
/external/skqp/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/helpers/ |
D | SnackbarHelper.java | 43 public void showMessage(Activity activity, String message) { in showMessage() method in SnackbarHelper
|
/external/llvm-project/clang-tools-extra/clangd/refactor/ |
D | Tweak.h | 75 static Effect showMessage(StringRef S) { in showMessage() function
|
/external/skqp/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/app/ |
D | HelloCanvasAR.java | 254 messageSnackbarHelper.showMessage(this, "Searching for surfaces..."); in onResume()
|
/external/autotest/frontend/client/src/autotest/afe/create/ |
D | CreateJobViewPresenter.java | 618 NotifyManager.getInstance().showMessage( in initialize() 817 NotifyManager.getInstance().showMessage( in submitJob()
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.cpp | 1439 tray_icon->showMessage(qAppName(), msg, type, sec * 1000); in showTrayMessage()
|