HomeSort by relevance Sort by last modified time
    Searched full:tip (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/blktrace/btreplay/
btreplay.c 122 * @tip: Pointer to per-thread information this IO is associated with
128 struct thr_info *tip; member in struct:iocb_pkt
265 * @tip: Per-thread information
267 static inline int is_send_done(struct thr_info *tip)
269 return signal_done || tip->send_done;
274 * @tip: Per-thread information
276 static inline int is_reap_done(struct thr_info *tip)
278 return tip->send_done && tip->naios_out == 0;
526 * @tip: Thread informatio
860 struct thr_info *tip = buf_alloc(sizeof(*tip)); local
1093 struct thr_info *tip = arg; local
1319 struct thr_info *tip = arg; local
    [all...]
  /packages/apps/Protips/res/values/
arrays.xml 20 First line is the tip title, which is shown in bold on its own line.
22 All subsequent text is placed into the tip body.
25 to be displayed to the right of the tip text.
27 Example for tip #1:
35 <!-- Tip: Where the launcher icon is and what it does. With icon. -->
39 <!-- Tip: Longpress in Launcher (all apps) to drag apps to the home screen. -->
43 <!-- Tip: Longpress to move icons/widgets around. -->
47 <!-- Tip: Longpress icons/widgets and drag to trash to remove them. -->
51 <!-- Tip: Swipe to switch workspaces; drag items to move them to other
56 <!-- Tip: Reminder about how to delete widgets, reinforcing that thi
    [all...]
strings.xml 20 <!-- Format string for the footer of the tip bubble. Substitutions:
21 %1$d - the number of the current tip
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/
UiPropertySheetPage.java 69 Shell tip = null;
79 if (tip != null) {
80 tip.dispose();
81 tip = null;
86 if (tip != null) {
87 tip.dispose();
88 tip = null;
111 tip = new Shell(shell, SWT.ON_TOP | SWT.NO_FOCUS | SWT.TOOL);
112 tip.setBackground(display .getSystemColor(SWT.COLOR_INFO_BACKGROUND));
115 tip.setLayout(layout)
    [all...]
UiContentOutlinePage.java 506 Shell tip = null;
516 if (tip != null) {
517 tip.dispose();
518 tip = null;
523 if (tip != null) {
524 tip.dispose();
525 tip = null;
551 tip = new Shell(shell, SWT.ON_TOP | SWT.NO_FOCUS | SWT.TOOL);
552 tip.setBackground(display .getSystemColor(SWT.COLOR_INFO_BACKGROUND));
555 tip.setLayout(layout)
    [all...]
  /external/proguard/src/proguard/gui/
ProGuardGUI.java 329 inputOutputPanel.add(tip(programPanel, "programJarsTip"), stretchPanelConstraints); method
330 inputOutputPanel.add(tip(libraryPanel, "libraryJarsTip"), stretchPanelConstraints); method
345 shrinkingOptionsPanel.add(tip(shrinkCheckBox, "shrinkTip"), constraintsLastStretch); method
346 shrinkingOptionsPanel.add(tip(printUsageCheckBox, "printUsageTip"), constraints); method
347 shrinkingOptionsPanel.add(tip(printUsageTextField, "outputFileTip"), constraintsStretch); method
348 shrinkingOptionsPanel.add(tip(printUsageBrowseButton, "selectUsageFile"), constraintsLast); method
359 shrinkingPanel.add(tip(additionalKeepPanel, "keepAdditionalTip"), stretchPanelConstraints); method
379 obfuscationOptionsPanel.add(tip(obfuscateCheckBox, "obfuscateTip"), constraintsLastStretch); method
380 obfuscationOptionsPanel.add(tip(printMappingCheckBox, "printMappingTip"), constraints); method
381 obfuscationOptionsPanel.add(tip(printMappingTextField, "outputFileTip"), constraintsStretch) method
382 obfuscationOptionsPanel.add(tip(printMappingBrowseButton, "selectPrintMappingFile"), constraintsLast); method
383 obfuscationOptionsPanel.add(tip(applyMappingCheckBox, "applyMappingTip"), constraints); method
384 obfuscationOptionsPanel.add(tip(applyMappingTextField, "inputFileTip"), constraintsStretch); method
385 obfuscationOptionsPanel.add(tip(applyMappingBrowseButton, "selectApplyMappingFile"), constraintsLast); method
386 obfuscationOptionsPanel.add(tip(obfuscationDictionaryCheckBox, "obfuscationDictionaryTip"), constraints); method
387 obfuscationOptionsPanel.add(tip(obfuscationDictionaryTextField, "inputFileTip"), constraintsStretch); method
388 obfuscationOptionsPanel.add(tip(obfucationDictionaryBrowseButton, "selectObfuscationDictionaryFile"), constraintsLast); method
389 obfuscationOptionsPanel.add(tip(classObfuscationDictionaryCheckBox, "classObfuscationDictionaryTip"), constraints); method
390 obfuscationOptionsPanel.add(tip(classObfuscationDictionaryTextField, "inputFileTip"), constraintsStretch); method
391 obfuscationOptionsPanel.add(tip(classObfucationDictionaryBrowseButton, "selectObfuscationDictionaryFile"), constraintsLast); method
392 obfuscationOptionsPanel.add(tip(packageObfuscationDictionaryCheckBox, "packageObfuscationDictionaryTip"), constraints); method
393 obfuscationOptionsPanel.add(tip(packageObfuscationDictionaryTextField, "inputFileTip"), constraintsStretch); method
394 obfuscationOptionsPanel.add(tip(packageObfucationDictionaryBrowseButton, "selectObfuscationDictionaryFile"), constraintsLast); method
395 obfuscationOptionsPanel.add(tip(overloadAggressivelyCheckBox, "overloadAggressivelyTip"), constraintsLastStretch); method
396 obfuscationOptionsPanel.add(tip(useUniqueClassMemberNamesCheckBox, "useUniqueClassMemberNamesTip"), constraintsLastStretch); method
397 obfuscationOptionsPanel.add(tip(useMixedCaseClassNamesCheckBox, "useMixedCaseClassNamesTip"), constraintsLastStretch); method
398 obfuscationOptionsPanel.add(tip(keepPackageNamesCheckBox, "keepPackageNamesTip"), constraints); method
399 obfuscationOptionsPanel.add(tip(keepPackageNamesTextField, "packageNamesTip"), constraintsLastStretch); method
400 obfuscationOptionsPanel.add(tip(flattenPackageHierarchyCheckBox, "flattenPackageHierarchyTip"), constraints); method
401 obfuscationOptionsPanel.add(tip(flattenPackageHierarchyTextField, "packageTip"), constraintsLastStretch); method
402 obfuscationOptionsPanel.add(tip(repackageClassesCheckBox, "repackageClassesTip"), constraints); method
403 obfuscationOptionsPanel.add(tip(repackageClassesTextField, "packageTip"), constraintsLastStretch); method
404 obfuscationOptionsPanel.add(tip(keepAttributesCheckBox, "keepAttributesTip"), constraints); method
405 obfuscationOptionsPanel.add(tip(keepAttributesTextField, "attributesTip"), constraintsLastStretch); method
406 obfuscationOptionsPanel.add(tip(newSourceFileAttributeCheckBox, "renameSourceFileAttributeTip"), constraints); method
407 obfuscationOptionsPanel.add(tip(newSourceFileAttributeTextField, "sourceFileAttributeTip"), constraintsLastStretch); method
408 obfuscationOptionsPanel.add(tip(adaptClassStringsCheckBox, "adaptClassStringsTip"), constraints); method
409 obfuscationOptionsPanel.add(tip(adaptClassStringsTextField, "classNamesTip"), constraintsLastStretch); method
410 obfuscationOptionsPanel.add(tip(adaptResourceFileNamesCheckBox, "adaptResourceFileNamesTip"), constraints); method
411 obfuscationOptionsPanel.add(tip(adaptResourceFileNamesTextField, "fileNameFilterTip"), constraintsLastStretch); method
412 obfuscationOptionsPanel.add(tip(adaptResourceFileContentsCheckBox, "adaptResourceFileContentsTip"), constraints); method
413 obfuscationOptionsPanel.add(tip(adaptResourceFileContentsTextField, "fileNameFilterTip"), constraintsLastStretch); method
424 obfuscationPanel.add(tip(additionalKeepNamesPanel, "keepNamesAdditionalTip"), stretchPanelConstraints); method
435 optimizationOptionsPanel.add(tip(optimizeCheckBox, "optimizeTip"), constraintsLastStretch); method
436 optimizationOptionsPanel.add(tip(allowAccessModificationCheckBox, "allowAccessModificationTip"), constraintsLastStretch); method
437 optimizationOptionsPanel.add(tip(mergeInterfacesAggressivelyCheckBox, "mergeInterfacesAggressivelyTip"), constraintsLastStretch); method
438 optimizationOptionsPanel.add(tip(optimizationsLabel, "optimizationsTip"), constraints); method
439 optimizationOptionsPanel.add(tip(optimizationsTextField, "optimizationsFilterTip"), constraintsStretch); method
440 optimizationOptionsPanel.add(tip(optimizationsButton, "optimizationsSelectTip"), constraintsLast); method
441 optimizationOptionsPanel.add(tip(optimizationPassesLabel, "optimizationPassesTip"), constraints); method
442 optimizationOptionsPanel.add(tip(optimizationPassesSpinner, "optimizationPassesTip"), constraintsLast); method
453 optimizationPanel.add(tip(additionalNoSideEffectsPanel, "assumeNoSideEffectsAdditionalTip"), stretchPanelConstraints); method
459 preverificationOptionsPanel.add(tip(preverifyCheckBox, "preverifyTip"), constraintsLastStretch); method
460 preverificationOptionsPanel.add(tip(microEditionCheckBox, "microEditionTip"), constraintsLastStretch); method
461 preverificationOptionsPanel.add(tip(targetCheckBox, "targetTip"), constraints); method
462 preverificationOptionsPanel.add(tip(targetComboBox, "targetTip"), constraintsLast); method
479 consistencyPanel.add(tip(verboseCheckBox, "verboseTip"), constraintsLastStretch); method
480 consistencyPanel.add(tip(noteCheckBox, "noteTip"), constraints); method
481 consistencyPanel.add(tip(noteTextField, "noteFilterTip"), constraintsLastStretch); method
482 consistencyPanel.add(tip(warnCheckBox, "warnTip"), constraints); method
483 consistencyPanel.add(tip(warnTextField, "warnFilterTip"), constraintsLastStretch); method
484 consistencyPanel.add(tip(ignoreWarningsCheckBox, "ignoreWarningsTip"), constraintsLastStretch); method
485 consistencyPanel.add(tip(skipNonPublicLibraryClassesCheckBox, "skipNonPublicLibraryClassesTip"), constraintsLastStretch); method
486 consistencyPanel.add(tip(skipNonPublicLibraryClassMembersCheckBox, "skipNonPublicLibraryClassMembersTip"), constraintsLastStretch); method
487 consistencyPanel.add(tip(keepDirectoriesCheckBox, "keepDirectoriesTip"), constraints); method
488 consistencyPanel.add(tip(keepDirectoriesTextField, "directoriesTip"), constraintsLastStretch); method
489 consistencyPanel.add(tip(forceProcessingCheckBox, "forceProcessingTip"), constraintsLastStretch); method
490 consistencyPanel.add(tip(printSeedsCheckBox, "printSeedsTip"), constraints); method
491 consistencyPanel.add(tip(printSeedsTextField, "outputFileTip"), constraintsStretch); method
492 consistencyPanel.add(tip(printSeedsBrowseButton, "selectSeedsFile"), constraintsLast); method
493 consistencyPanel.add(tip(printConfigurationCheckBox, "printConfigurationTip"), constraints); method
494 consistencyPanel.add(tip(printConfigurationTextField, "outputFileTip"), constraintsStretch); method
495 consistencyPanel.add(tip(printConfigurationBrowseButton, "selectConfigurationFile"), constraintsLast); method
496 consistencyPanel.add(tip(dumpCheckBox, "dumpTip"), constraints); method
497 consistencyPanel.add(tip(dumpTextField, "outputFileTip"), constraintsStretch); method
498 consistencyPanel.add(tip(dumpBrowseButton, "selectDumpFile"), constraintsLast); method
517 optionsPanel.add(tip(whyAreYouKeepingPanel, "whyAreYouKeepingTip"), stretchPanelConstraints); method
554 reTraceSettingsPanel.add(tip(reTraceVerboseCheckBox, "verboseTip"), constraintsLastStretch); method
555 reTraceSettingsPanel.add(tip(reTraceMappingLabel, "mappingFileTip"), constraints); method
556 reTraceSettingsPanel.add(tip(reTraceMappingTextField, "inputFileTip"), constraintsStretch); method
557 reTraceSettingsPanel.add(tip(reTraceMappingBrowseButton, "selectApplyMappingFile"), constraintsLast); method
576 reTracePanel.add(tip(stackTraceScrollPane, "obfuscatedStackTraceTip"), panelConstraints); method
601 proGuardPanel .add(tip(loadButton, "loadConfigurationTip"), bottomButtonConstraints); method
626 processPanel .add(tip(viewButton, "viewConfigurationTip"), bottomButtonConstraints); method
627 processPanel .add(tip(saveButton, "saveConfigurationTip"), bottomButtonConstraints); method
628 processPanel .add(tip(processButton, "processTip"), lastBottomButtonConstraints); method
631 reTracePanel .add(tip(loadStackTraceButton, "loadStackTraceTip"), bottomButtonConstraints); method
632 reTracePanel .add(tip(reTraceButton, "reTraceTip"), lastBottomButtonConstraints); method
802 keepSubpanel.add(tip(boilerplateTextFields[index], "classNamesTip"), constraintsLastStretch); method
1656 private static JComponent tip(JComponent component, String messageKey) method in class:ProGuardGUI
    [all...]
ClassSpecificationDialog.java 163 commentsPanel.add(tip(commentsScrollPane, "commentsTip"), constraintsLastStretch); method
175 keepOptionPanel.add(tip(keepClassesAndMembersRadioButton, "keepTip"), constraintsLastStretch); method
176 keepOptionPanel.add(tip(keepClassMembersRadioButton, "keepClassMembersTip"), constraintsLastStretch); method
177 keepOptionPanel.add(tip(keepClassesWithMembersRadioButton, "keepClassesWithMembersTip"), constraintsLastStretch); method
184 allowOptionPanel.add(tip(allowShrinkingCheckBox, "allowShrinkingTip"), constraintsLastStretch); method
185 allowOptionPanel.add(tip(allowOptimizationCheckBox, "allowOptimizationTip"), constraintsLastStretch); method
186 allowOptionPanel.add(tip(allowObfuscationCheckBox, "allowObfuscationTip"), constraintsLastStretch); method
194 accessPanel.add(tip(new JLabel(msg("required")), "requiredTip"), labelConstraints); method
195 accessPanel.add(tip(new JLabel(msg("not")), "notTip"), labelConstraints); method
196 accessPanel.add(tip(new JLabel(msg("dontCare")), "dontCareTip"), labelConstraints) method
211 annotationTypePanel.add(tip(annotationTypeTextField, "classNameTip"), constraintsLastStretch); method
218 classNamePanel.add(tip(classNameTextField, "classNameTip"), constraintsLastStretch); method
225 extendsAnnotationTypePanel.add(tip(extendsAnnotationTypeTextField, "classNameTip"), constraintsLastStretch); method
232 extendsClassNamePanel.add(tip(extendsClassNameTextField, "classNameTip"), constraintsLastStretch); method
282 mainPanel.add(tip(commentsPanel, "commentsTip"), panelConstraints); method
285 mainPanel.add(tip(keepOptionPanel, "keepTitleTip"), panelConstraints); method
286 mainPanel.add(tip(allowOptionPanel, "allowTitleTip"), panelConstraints); method
288 mainPanel.add(tip(accessPanel, "accessTip"), panelConstraints); method
289 mainPanel.add(tip(annotationTypePanel, "annotationTip"), panelConstraints); method
290 mainPanel.add(tip(classNamePanel, "classTip"), panelConstraints); method
291 mainPanel.add(tip(extendsAnnotationTypePanel, "extendsImplementsAnnotationTip"), panelConstraints); method
292 mainPanel.add(tip(extendsClassNamePanel, "extendsImplementsClassTip"), panelConstraints); method
293 mainPanel.add(tip(memberSpecificationsPanel, "classMembersTip"), stretchPanelConstraints); method
295 mainPanel.add(tip(advancedButton, "advancedTip"), advancedButtonConstraints); method
526 private static JComponent tip(JComponent component, String messageKey) method in class:ClassSpecificationDialog
    [all...]
FilterDialog.java 135 filterPanel.add(tip(filterLabel, "nameFilterTip"), labelConstraints); method
136 filterPanel.add(tip(filterTextField, "fileNameFilterTip"), textFieldConstraints); method
138 filterPanel.add(tip(jarFilterLabel, "jarNameFilterTip"), labelConstraints); method
139 filterPanel.add(tip(jarFilterTextField, "fileNameFilterTip"), textFieldConstraints); method
141 filterPanel.add(tip(warFilterLabel, "warNameFilterTip"), labelConstraints); method
142 filterPanel.add(tip(warFilterTextField, "fileNameFilterTip"), textFieldConstraints); method
144 filterPanel.add(tip(earFilterLabel, "earNameFilterTip"), labelConstraints); method
145 filterPanel.add(tip(earFilterTextField, "fileNameFilterTip"), textFieldConstraints); method
147 filterPanel.add(tip(zipFilterLabel, "zipNameFilterTip"), labelConstraints); method
148 filterPanel.add(tip(zipFilterTextField, "fileNameFilterTip"), textFieldConstraints) method
304 private static JComponent tip(JComponent component, String messageKey) method in class:FilterDialog
    [all...]
MemberSpecificationDialog.java 159 accessPanel.add(tip(new JLabel(msg("required")), "requiredTip"), labelConstraints); method
160 accessPanel.add(tip(new JLabel(msg("not")), "notTip"), labelConstraints); method
161 accessPanel.add(tip(new JLabel(msg("dontCare")), "dontCareTip"), labelConstraints); method
189 typePanel.add(tip(typeTextField, "typeTip"), constraintsLastStretch); method
196 annotationTypePanel.add(tip(annotationTypeTextField, "classNameTip"), constraintsLastStretch); method
203 namePanel.add(tip(nameTextField, isField ? "fieldNameTip" : method
211 argumentsPanel.add(tip(argumentTypesTextField, "argumentTypes2Tip"), constraintsLastStretch); method
253 mainPanel.add(tip(accessPanel, "accessTip"), panelConstraints); method
254 mainPanel.add(tip(annotationTypePanel, "annotationTip"), panelConstraints); method
255 mainPanel.add(tip(typePanel, isField ? "fieldTypeTip" method
257 mainPanel.add(tip(namePanel, "nameTip"), panelConstraints); method
261 mainPanel.add(tip(argumentsPanel, "argumentTypesTip"), panelConstraints); method
264 mainPanel.add(tip(advancedButton, "advancedTip"), advancedButtonConstraints); method
481 private static JComponent tip(JComponent component, String messageKey) method in class:MemberSpecificationDialog
    [all...]
ListPanel.java 94 addButton(tip(removeButton, "removeTip")); method
115 addButton(tip(upButton, "moveUpTip")); method
136 addButton(tip(downButton, "moveDownTip")); method
144 * @param tipKey the tool tip key.
167 addButton(tip(moveButton, tipKey)); method
322 * Attaches the tool tip from the GUI resources that corresponds to the
325 private static JComponent tip(JComponent component, String messageKey) method in class:ListPanel
MemberSpecificationsPanel.java 89 addButton(tip(addFieldButton, "addFieldTip")); method
111 addButton(tip(addMethodButton, "addMethodTip")); method
142 addButton(tip(editButton, "editTip")); method
267 * Attaches the tool tip from the GUI resources that corresponds to the
270 private static JComponent tip(JComponent component, String messageKey) method in class:MemberSpecificationsPanel
ClassSpecificationsPanel.java 79 addButton(tip(addButton, "addTip")); method
104 addButton(tip(editButton, "editTip")); method
169 * Attaches the tool tip from the GUI resources that corresponds to the
172 private static JComponent tip(JComponent component, String messageKey) method in class:ClassSpecificationsPanel
OptimizationsDialog.java 126 optimizationSubpanel.add(tip(optimizationCheckBox, optimizationName.replace('/', '_')+"Tip"), constraintsLastStretch); method
232 * Attaches the tool tip from the GUI resources that corresponds to the
235 private static JComponent tip(JComponent component, String messageKey) method in class:OptimizationsDialog
ClassPathPanel.java 109 addButton(tip(addButton, inputAndOutput ? method
172 addButton(tip(editButton, "editTip")); method
200 addButton(tip(filterButton, "filterTip")); method
299 * Attaches the tool tip from the GUI resources that corresponds to the
302 private static JComponent tip(JComponent component, String messageKey) method in class:ClassPathPanel
  /external/webkit/WebCore/manual-tests/wml/
anchor-img-element.wml 5 <p>Test for WML img enclosed with anchor element, when the mouse move into the image, the tip "go to StartTests.wml" will appear</p>
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DisplaySyncPerf.java 160 String tip = event.getValueAsString(0); local
168 mTooltips[DB_QUERY].add(tip);
172 mTooltips[DB_WRITE].add(tip);
176 String tip = event.getValueAsString(0) + ", tx:" + event.getValueAsString(3) + local
185 mTooltips[HTTP_NETWORK].add(tip);
186 mTooltips[HTTP_PROCESSING].add(tip);
  /frameworks/base/core/java/android/webkit/
ConsoleMessage.java 30 TIP,
  /packages/apps/Protips/res/values-da/
strings.xml 19 <string name="widget_name" msgid="5948202656358353180">"Tip til startskærmen"</string>
  /packages/inputmethods/LatinIME/java/res/values/
strings.xml 129 <!-- Tip to long press on keys -->
131 <!-- Tip to dismiss keyboard -->
133 <!-- Tip to press ?123 to access numbers and symbols -->
135 <!-- Tip to long press on typed word to add to dictionary -->
145 <!-- Tutorial tip 1 - The keyboard opens any time you touch a text field -->
148 <!-- Tutorial tip 2 - Touch and hold a key to view accents (examples) -->
152 <!-- Tutorial tip 3 - How to switch to number/symbol keyboard -->
155 <!-- Tutorial tip 4 - How to switch back to alphabet keyboard -->
158 <!-- Tutorial tip 5 - How to launch keyboard settings -->
161 <!-- Tutorial tip 6 - Done with the tutorial --
    [all...]
  /external/webkit/WebKit/android/WebCoreSupport/
EditorClientAndroid.cpp 218 // functions new to Jun-07 tip of tree merge:
253 // functions new to the Nov-16-08 tip of tree merge:
257 // functions new to Feb-19 tip of tree merge:
  /external/webkit/WebKit/wx/WebKitSupport/
ChromeClientWx.cpp 391 void ChromeClientWx::setToolTip(const String& tip, TextDirection)
394 if (!tooltip || tooltip->GetTip() != wxString(tip))
395 m_webView->SetToolTip(tip);
  /external/webkit/WebKit/qt/WebCoreSupport/
ChromeClientQt.cpp 390 void ChromeClientQt::setToolTip(const String &tip, TextDirection)
397 if (tip.isEmpty()) {
401 QString dtip = QLatin1String("<p>") + Qt::escape(tip) + QLatin1String("</p>");
405 Q_UNUSED(tip);
  /packages/inputmethods/LatinIME/java/res/values-da/
strings.xml 69 <string name="touch_to_continue" msgid="7869803257948414531">"Berør dette tip for at fortsætte »"</string>
70 <string name="touch_to_finish" msgid="7990196086480585789">"Berør her for at lukke dette tip og begynde at indtaste!"</string>
102 <string name="voice_swipe_hint" msgid="6943546180310682021"><b>"Tip:"</b>" Glid hen over tastaturet for at tale"</string>
103 <string name="voice_punctuation_hint" msgid="1611389463237317754"><b>"Tip:"</b>" Næste gang kan du forsøge at sige tegnsætning, f.eks. \"punktum\", \"komma\" eller \"spørgsmålstegn\"."</string>
  /external/webkit/WebKit/haiku/WebCoreSupport/
ChromeClientHaiku.cpp 312 void ChromeClientHaiku::setToolTip(const String& tip)
317 void ChromeClientHaiku::setToolTip(const String& tip, TextDirection)
  /packages/apps/VoiceDialer/res/values/
strings.xml 21 <!-- title to the Tool Tip window. open when VoiceDialer not launched
25 <!-- message in the Tool Tip window. purpose is to notify user of green

Completed in 138 milliseconds

1 2 3 4 5