Home
last modified time | relevance | path

Searched refs:_copy (Results 1 – 6 of 6) sorted by relevance

/external/clearsilver/java-jni/
DHDF.java350 _copy(hdfptr, hdfpath, src.hdfptr);
386 private static native void _copy(long destptr, String hdfpath, long srcptr);
/external/dropbear/libtommath/
Dposter.tex14 $b = a $ & {\tt mp\_copy(\&a, \&b)} & $c = a \wedge b$ & {\tt mp\_and(\&a, \&b, \&c)} \\
Dbn.tex481 To initialized and make a copy of an mp\_int the mp\_init\_copy() function has been provided.
483 \index{mp\_init\_copy}
/external/webkit/WebKitTools/Scripts/webkitpy/
Dmock.py91 def _copy(value): function
/external/webkit/WebCore/inspector/front-end/
DInjectedScript.js978 InjectedScript._copy = function(o) function
1063 inspectorCommandLineAPI.copy = InjectedScript._copy;
/external/webkit/WebCore/
DChangeLog-2010-01-292076 (WebInspector.TextEditor.prototype._copy.delayCopy):
2077 (WebInspector.TextEditor.prototype._copy):
11144 (WebInspector.TextEditor.prototype._copy):
12912 (WebInspector.TextEditor.prototype._copy):
17552 (InjectedScript._copy):
26811 (InjectedScript._copy):
35181 (InjectedScript._copy): Added.