Searched defs:paste (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
H A D040-token-pasting.c1 #define paste(a,b) a ## b macro
2 paste(one , token)
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 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 D072-token-pasting-same-line.c1 #define paste(x) success_ ## x macro
2 paste(1) paste(2) paste(3)
/external/mesa3d/src/glsl/glcpp/tests/
H A D040-token-pasting.c1 #define paste(a,b) a ## b macro
2 paste(one , token)
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 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 D072-token-pasting-same-line.c1 #define paste(x) success_ ## x macro
2 paste(1) paste(2) paste(3)
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dsearchbox_api.js51 this.paste = function(value) {
/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
144 mActionHandler.paste();
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DInsertionHandleController.java169 protected abstract void paste(); method in class:InsertionHandleController
249 throw new IllegalArgumentException("Unable to inflate TextEdit paste window");
281 paste();
H A DImeAdapter.java451 * Send a request to the native counterpart of ImeAdapter to paste the text from the clipboard.
454 public boolean paste() { method in class:ImeAdapter
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGElementInstance.h127 DECLARE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), paste); member in class:WebCore::SVGElementInstance
/external/llvm/lib/TableGen/
H A DTGLexer.h43 paste, // # enumerator in enum:llvm::tgtok::TokKind
/external/chromium/chrome/browser/ui/views/
H A Dwrench_menu.cc319 // CutCopyPasteView is the view containing the cut/copy/paste buttons.
336 TextButton* paste = CreateAndConfigureButton( local
339 copy_background->SetOtherButtons(cut, paste);
607 // The items representing the cut (cut/copy/paste) and zoom menu
/external/chromium_org/chrome/browser/resources/file_manager/background/js/
H A Dfile_operation_manager.js1088 FileOperationManager.prototype.paste = function(
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dwrench_menu.cc525 // CutCopyPasteView is the view containing the cut/copy/paste buttons.
541 LabelButton* paste = CreateAndConfigureButton( local
548 copy_background->SetOtherButtons(cut, paste);
1131 // The items representing the cut menu (cut/copy/paste) and zoom menu
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.cpp191 // WinIE uses onbeforecut and onbeforepaste to enables the cut and paste menu items. They
194 // normally selectable to implement copy/paste (like divs, or a document body).
382 return !dispatchCPPEvent(EventTypeNames::paste, ClipboardReadable, pasteMode);
965 void Editor::paste() function in class:WebCore::Editor
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1040 milliseconds