Searched defs:copy (Results 1 - 25 of 718) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jar ... .util.Map altPredicateContext java.util.Map copy
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/apache-http/src/org/apache/http/impl/client/
H A DClientParamsStack.java13 * with the License. You may obtain a copy of the License at
120 * Creates a copy of a parameter stack.
124 * @param stack the stack to copy
135 * Creates a modified copy of a parameter stack.
270 * Does <i>not</i> copy parameters.
273 * that, they are read-only. The typical copy operation to prevent
276 * Create a new stack if you really need a copy.
282 public HttpParams copy() { method in class:ClientParamsStack
/external/apache-http/src/org/apache/http/message/
H A DHeaderGroup.java13 * with the License. You may obtain a copy of the License at
284 * Returns a copy of this object
286 * @return copy of this object
288 public HeaderGroup copy() { method in class:HeaderGroup
/external/apache-http/src/org/apache/http/params/
H A DBasicHttpParams.java13 * with the License. You may obtain a copy of the License at
128 * Creates a copy of these parameters.
130 * then calls {@link #copyParams(HttpParams)} to populate the copy.
132 * @return a new set of params holding a copy of the
135 public HttpParams copy() { method in class:BasicHttpParams
149 * This method is called from {@link #copy()}.
151 * @param target the parameters to which to copy
H A DDefaultedHttpParams.java13 * with the License. You may obtain a copy of the License at
66 * Creates a copy of the local collection with the same default
68 public HttpParams copy() { method in class:DefaultedHttpParams
69 HttpParams clone = this.local.copy();
H A DHttpParams.java13 * with the License. You may obtain a copy of the License at
72 * Creates a copy of these parameters.
76 HttpParams copy(); method in interface:HttpParams
/external/apache-http/src/org/apache/http/protocol/
H A DBasicHttpProcessor.java13 * with the License. You may obtain a copy of the License at
326 * Creates a copy of this instance
330 public BasicHttpProcessor copy() { method in class:BasicHttpProcessor
/external/bison/lib/
H A Dbbitset.h18 You should have received a copy of the GNU General Public License
128 void (*copy) (bitset, bitset); member in struct:bitset_vtable
214 #define BITSET_COPY_(DST, SRC) (SRC)->b.vtable->copy (DST, SRC)
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
H A DMD5Digest.java28 * Copy constructor. This will copy the state of the provided
312 public Memoable copy() method in class:MD5Digest
H A DSHA1Digest.java31 * Copy constructor. This will copy the state of the provided
293 public Memoable copy() method in class:SHA1Digest
H A DSHA224Digest.java38 * Copy constructor. This will copy the state of the provided
299 public Memoable copy() method in class:SHA224Digest
H A DSHA256Digest.java38 * Copy constructor. This will copy the state of the provided
302 public Memoable copy() method in class:SHA256Digest
H A DSHA384Digest.java31 * Copy constructor. This will copy the state of the provided
88 public Memoable copy() method in class:SHA384Digest
H A DSHA512Digest.java31 * Copy constructor. This will copy the state of the provided
90 public Memoable copy() method in class:SHA512Digest
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXPolicyNode.java131 return copy();
134 public PKIXPolicyNode copy() method in class:PKIXPolicyNode
161 PKIXPolicyNode _child = ((PKIXPolicyNode)_iter.next()).copy();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DMemoable.java6 * Produce a copy of this object with its configuration and in its current state.
11 public Memoable copy(); method in interface:Memoable
18 * @param other an object originally {@link #copy() copied} from an object of the same type as this instance.
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Djavascripttokenizer.py7 # You may obtain a copy of the License at
22 import copy namespace
342 # Make a copy so the original doesn't get modified.
343 matchers = copy.deepcopy(matchers)
H A Dtokenutil.py7 # You may obtain a copy of the License at
22 import copy namespace
251 new_token.metadata = copy.copy(token.metadata)
/external/chromium-trace/trace-viewer/third_party/gl-matrix/dist/
H A Dgl-matrix.js177 vec2.copy = function(out, a) {
665 vec3.copy = function(out, a) {
1153 vec4.copy = function(out, a) {
1623 mat2.copy = function(out, a) {
1881 mat2d.copy = function(out, a) {
2147 mat3.copy = function(out, a) {
2572 mat4.copy = function(out, a) {
2949 if (a !== out) { // If the source and destination differ, copy the unchanged last row
2978 if (a !== out) { // If the source and destination differ, copy the unchanged rows
3021 if (a !== out) { // If the source and destination differ, copy th
[all...]
/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
H A Dmat2.js65 mat2.copy = function(out, a) {
H A Dmat2d.js84 mat2d.copy = function(out, a) {
H A Dmat3.js95 mat3.copy = function(out, a) {
H A Dmat4.js89 mat4.copy = function(out, a) {
466 if (a !== out) { // If the source and destination differ, copy the unchanged last row
495 if (a !== out) { // If the source and destination differ, copy the unchanged rows
538 if (a !== out) { // If the source and destination differ, copy the unchanged rows
581 if (a !== out) { // If the source and destination differ, copy the unchanged last row
H A Dvec2.js75 vec2.copy = function(out, a) {

Completed in 585 milliseconds

1234567891011>>