Searched refs:paste (Results 1 - 25 of 52) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
H A D072-token-pasting-same-line.c1 #define paste(x) success_ ## x macro
2 paste(1) paste(2) paste(3)
H A D059-token-pasting-integer.c1 #define paste(x,y) x ## y macro
2 paste(1,2)
3 paste(1,000)
4 paste(identifier,2)
H A D058-token-pasting-empty-arguments.c1 #define paste(x,y) x ## y macro
2 paste(a,b)
3 paste(a,)
4 paste(,b)
5 paste(,)
H A D040-token-pasting.c1 #define paste(a,b) a ## b macro
2 paste(one , token)
/external/mesa3d/src/glsl/glcpp/tests/
H A D072-token-pasting-same-line.c1 #define paste(x) success_ ## x macro
2 paste(1) paste(2) paste(3)
H A D059-token-pasting-integer.c1 #define paste(x,y) x ## y macro
2 paste(1,2)
3 paste(1,000)
4 paste(identifier,2)
H A D058-token-pasting-empty-arguments.c1 #define paste(x,y) x ## y macro
2 paste(a,b)
3 paste(a,)
4 paste(,b)
5 paste(,)
H A D040-token-pasting.c1 #define paste(a,b) a ## b macro
2 paste(one , token)
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DPastePopupMenu.java37 * Provider of paste functionality for the given popup.
41 * Called to initiate a paste after the popup has been tapped.
43 void paste(); method in interface:PastePopupMenu.PastePopupMenuDelegate
82 * Shows the paste popup at an appropriate location relative to the specified position.
90 * Hides the paste popup.
105 paste();
174 throw new IllegalArgumentException("Unable to inflate TextEdit paste window");
189 private void paste() { method in class:PastePopupMenu
190 mDelegate.paste();
H A DAdapterInputConnection.java278 case android.R.id.paste:
279 return mImeAdapter.paste();
H A DImeAdapter.java616 * Send a request to the native counterpart of ImeAdapter to paste the text from the clipboard.
619 public boolean paste() { method in class:ImeAdapter
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DSelectActionModeCallback.java41 * Perform a paste action.
43 void paste(); method in interface:SelectActionModeCallback.ActionHandler
158 mActionHandler.paste();
H A DContentViewCore.java259 // Lazily created paste popup menu, triggered either via long press in an
1874 public void paste() {
1875 mImeAdapter.paste();
2301 // showing of the paste popup. See http://crbug.com/150151.
2321 public void paste() {
2322 mImeAdapter.paste();
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dsearchbox_api.js51 this.paste = function(value) {
/external/llvm/lib/TableGen/
H A DTGLexer.h43 paste, // # enumerator in enum:llvm::tgtok::TokKind
H A DTGLexer.cpp115 case '#': return tgtok::paste;
141 // an identifier. This can happen with paste operations like
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dfile_transfer_controller.js154 * Attach handlers of copy, cut and paste operations to the document.
169 this.document_.addEventListener('paste',
333 * @param {string=} opt_effect Desired drop/paste effect. Could be
338 paste: function(dataTransfer, opt_destinationEntry, opt_effect) {
341 // effectAllowed set in copy/paste handlers stay uninitialized. DnD handlers
408 this.fileOperationManager_.paste(
690 this.paste(event.dataTransfer, destinationEntry,
865 // If the event has destDirectory property, paste files into the directory.
875 var effect = this.paste(event.clipboardData, destination);
927 * Execute paste comman
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
H A DDbg.stg89 <! bug: can't use <@super.members()> cut-n-paste instead !>
106 <! bug: can't use <@super.members()> cut-n-paste instead !>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
H A DDbg.stg88 <! bug: can't use <@super.members()> cut-n-paste instead !>
105 <! bug: can't use <@super.members()> cut-n-paste instead !>
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/input/
H A DImeTest.java278 paste(mImeAdapter);
284 paste(mImeAdapter);
289 paste(mImeAdapter);
819 private void paste(final ImeAdapter adapter) { method in class:ImeTest
823 adapter.paste();
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
H A DDbg.stg85 <! bug: can't use <@super.members()> cut-n-paste instead !>
100 <! bug: can't use <@super.members()> cut-n-paste instead !>
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.h88 void paste();
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
H A DDbg.stg122 <! bug: can't use <@super.members()> cut-n-paste instead !>
139 <! bug: can't use <@super.members()> cut-n-paste instead !>
/external/chromium_org/chrome/browser/resources/local_ntp/
H A Dlocal_ntp.js1157 searchboxApiHandle.paste();
1163 searchboxApiHandle.paste(text);
/external/chromium_org/third_party/sqlite/src/contrib/
H A Dsqlitecon.tcl570 # Do a paste opeation.
656 button $w.b.paste -text Paste -width 6 -command [list ::sqlitecon::Paste $w.t]
658 pack $w.b.cut $w.b.copy $w.b.paste $w.b.can $w.b.ok\

Completed in 431 milliseconds

123