Home
last modified time | relevance | path

Searched refs:clipboard (Results 1 – 25 of 66) sorted by relevance

123

/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
DTerminalKeyListener.java73 private ClipboardManager clipboard = null; field in TerminalKeyListener
360 if (clipboard != null) { in onKey()
364 clipboard.setText(copiedText); in onKey()
490 public void setClipboardManager(ClipboardManager clipboard) { in setClipboardManager() argument
491 this.clipboard = clipboard; in setClipboardManager()
DTerminalBridge.java103 private ClipboardManager clipboard; field in TerminalBridge
468 clipboard = (ClipboardManager) parent.getContext().getSystemService(Context.CLIPBOARD_SERVICE); in parentChanged()
469 keyListener.setClipboardManager(clipboard); in parentChanged()
/external/python/cpython2/Lib/idlelib/
Dhelp.txt36 Cut -- Copy a selection into system-wide clipboard,
38 Copy -- Copy selection into system-wide clipboard
39 Paste -- Insert system-wide clipboard into window
125 Cut -- Copy a selection into system-wide clipboard,
127 Copy -- Copy selection into system-wide clipboard
128 Paste -- Insert system-wide clipboard into window
134 Cut -- Copy a selection into system-wide clipboard,
136 Copy -- Copy selection into system-wide clipboard
137 Paste -- Insert system-wide clipboard into window
170 Control-k kill line (but doesn't put it in clipboard)
/external/pigweed/pw_console/py/pw_console/
Drepl_pane.py324 self.application.application.clipboard.set_data(clipboard_data)
329 self.application.application.clipboard.set_data(clipboard_data)
333 self.application.application.clipboard.set_text(
339 self.application.application.clipboard.set_text(
400 clip_data = self.application.application.clipboard.get_data()
/external/pigweed/pw_console/py/pw_console/plugins/
Dcalc_pane.py199 self.application.application.clipboard.set_data(clipboard_data)
203 self.application.application.clipboard.set_text(
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DLogcatViewer.java143 ClipboardManager clipboard = (ClipboardManager) getSystemService(Context.CLIPBOARD_SERVICE); in onOptionsItemSelected() local
144 clipboard.setText(getAsString()); in onOptionsItemSelected()
/external/perfetto/ui/src/frontend/
Dclipboard.ts32 await(navigator as any).clipboard.writeText(text);
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DConsoleActivity.java105 protected ClipboardManager clipboard; field in ConsoleActivity
261 clipboard = (ClipboardManager) getSystemService(CLIPBOARD_SERVICE); in onCreate()
497 clipboard.setText(copiedText); in onCreate()
698 if (clipboard.hasText() && sessionOpen) { in onCreateContextMenu()
723 String clip = clipboard.getText().toString(); in onContextItemSelected()
/external/python/cpython2/Doc/library/
Didle.rst108 Copy selection into the system-wide clipboard; then delete the selection.
111 Copy selection into the system-wide clipboard.
114 Insert contents of the system-wide clipboard into the current window.
116 The clipboard functions are also available in context menus.
316 Context menus have the standard clipboard functions also on the Edit menu.
319 Copy selection into the system-wide clipboard; then delete the selection.
322 Copy selection into the system-wide clipboard.
325 Insert contents of the system-wide clipboard into the current window.
367 * :kbd:`C-k` kill line (but doesn't put it in clipboard)
Dothergui.rst39 low-level device context drawing, drag and drop, system clipboard access,
/external/perfetto/ui/src/test/diff_viewer/
Dscript.js105 await navigator.clipboard.writeText(cmd);
/external/jline/src/src/main/resources/jline/
Dkeybindings-mac.properties54 # CTRL-V: paste the contents of the clipboard (useful for Windows terminal)
Dwindowsbindings.properties55 # CTRL-V: paste the contents of the clipboard (useful for Windows terminal)
Dkeybindings.properties54 # CTRL-V: paste the contents of the clipboard (useful for Windows terminal)
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Finder/
DFinder_Basics.py73 clipboard = _Prop_clipboard() variable
/external/ImageMagick/coders/
DMake.com34 $call Make clipboard.c
154 $library/create libCoders.olb aai,art,avs,bgr,bmp,braille,clip,clipboard,cip, -
DMakefile.am86 MAGICKCORE_GDI32_MODULES = coders/clipboard.la coders/emf.la
87 MAGICKCORE_GDI32_SRCS = coders/clipboard.c coders/emf.c
128 coders/clipboard.h \
397 coders/clipboard.h \
741 coders_clipboard_la_SOURCES= coders/clipboard.c
/external/jline/src/src/main/java/jline/
DConsoleReader.java801 Clipboard clipboard; in paste() local
803 clipboard = Toolkit.getDefaultToolkit().getSystemClipboard(); in paste()
808 if (clipboard == null) { in paste()
812 Transferable transferable = clipboard.getContents(null); in paste()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DAndroidFacade.java135 Object clipboard = null; in getClipboardManager() local
138 clipboard = mService.getSystemService(Context.CLIPBOARD_SERVICE); in getClipboardManager()
141 clipboard = mService.getSystemService(Context.CLIPBOARD_SERVICE); in getClipboardManager()
143 mClipboard = (ClipboardManager) clipboard; in getClipboardManager()
/external/python/cpython3/Doc/library/
Didle.rst118 Copy selection into the system-wide clipboard; then delete the selection.
121 Copy selection into the system-wide clipboard.
124 Insert contents of the system-wide clipboard into the current window.
126 The clipboard functions are also available in context menus.
364 Context menus have the standard clipboard functions also on the Edit menu.
367 Copy selection into the system-wide clipboard; then delete the selection.
370 Copy selection into the system-wide clipboard.
373 Insert contents of the system-wide clipboard into the current window.
443 * :kbd:`C-k` kill line (but doesn't put it in clipboard)
843 It can also be sent to the clipboard or a separate view window by
/external/angle/build/
Dcheck_gn_headers_whitelist.txt82 extensions/browser/api/clipboard/clipboard_api.h
219 ui/base/clipboard/clipboard_test_template.h
/external/cronet/build/
Dcheck_gn_headers_whitelist.txt82 extensions/browser/api/clipboard/clipboard_api.h
219 ui/base/clipboard/clipboard_test_template.h
/external/pigweed/pw_watch/py/pw_watch/
Dwatch_app.py26 from prompt_toolkit.clipboard.pyperclip import PyperclipClipboard
527 clipboard=PyperclipClipboard(),
/external/pigweed/pw_console/
Dtesting.rst607 | text editor to the system clipboard:
627 | are in the system clipboard.
647 | in the system clipboard)
797 | URL to log viewer to the clipboard
/external/pigweed/pw_console/py/pw_console/docs/
Duser_guide.rst357 - :kbd:`Ctrl-v` Paste text from the clipboard to the input buffer
358 - :kbd:`Ctrl-Alt-c` Copy the Python Output to the system clipboard
400 Text will be put in the host computer's system clipboard using the
439 Text can be pasted into the Python Input window from the system clipboard with
443 example) then pasting will use that machine's clipboard. This may not be the

123