Searched refs:copy (Results 1 - 25 of 2627) sorted by path

1234567891011>>

/external/ant-glob/
H A DAndroid.mk5 # You may obtain a copy of the License at
H A DNOTICE96 * Derivative Works a copy of this License; and
109 * include a readable copy of the attribution notices contained
194 * You may obtain a copy of the License at
214 Permission to copy, modify, and distribute this software and its documentation,
/external/antlr/
H A DAndroid.mk5 # You may obtain a copy of the License at
/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/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DBaseTreeAdaptor.as82 /** If oldRoot is a nil root, just copy or move the children to newRoot.
104 * children; i.e., you don't have to copy the list. We are
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas237 This is a partial copy of that class with bug fixes. }
H A DAntlr.Runtime.Tree.pas134 /// If oldRoot is a nil root, just copy or move the children to newRoot.
158 /// children; i.e., you don't have to copy the list. We are
204 /// If oldRoot is a nil root, just copy or move the children to newRoot.
2080 /// and copy all the nodes over plus reset head, tail. After
2149 if Assigned(FChildren) then // must copy, this has children already
4518 // copy head to end of buffer to beginning of bigger buffer
4522 // copy 0..tail to after that
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRRecognizerSharedState.h59 @property (copy, getter=getToken, setter=setToken) id<ANTLRToken> token;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRRecognizerSharedState.h59 @property (copy, getter=getToken, setter=setToken) id<ANTLRToken> token;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRRecognizerSharedState.h59 @property (copy, getter=getToken, setter=setToken) id<ANTLRToken> token;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRRecognizerSharedState.h60 @property (copy, getter=getToken, setter=setToken:) id<ANTLRToken> token;
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DDecisionProbe.java687 /** Report the list of predicates found for each alternative; copy
693 Map copy = new HashMap();
694 copy.putAll(altPredicateContext);
695 stateToAltSetWithSemanticPredicatesMap.put(d,copy);
/external/apache-http/src/org/apache/http/impl/client/
H A DAbstractHttpClient.java13 * with the License. You may obtain a copy of the License at
550 getHttpProcessor().copy(),
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/apache-xml/src/main/java/org/apache/xml/serializer/
H A DCharInfo.java8 * You may obtain a copy of the License at
153 * making a mutable copy, {@link #mutableCopyOf(CharInfo)}.
500 // Put the common copy of charInfo in the cache, but return
501 // a copy of it.
531 * Create a mutable copy of the cached one.
536 CharInfo copy = new CharInfo();
539 System.arraycopy(charInfo.array_of_bits,0,copy.array_of_bits,0,max);
541 copy.firstWordNotUsed = charInfo.firstWordNotUsed;
544 System.arraycopy(charInfo.shouldMapAttrChar_ASCII,0,copy.shouldMapAttrChar_ASCII,0,max);
547 System.arraycopy(charInfo.shouldMapTextChar_ASCII,0,copy
[all...]
H A DHTMLEntities.properties8 # You may obtain a copy of the License at
42 copy=169
/external/bison/
H A DAndroid.mk5 # You may obtain a copy of the License at
H A Dcfg.mk14 # You should have received a copy of the GNU General Public License
50 # The local directory containing the checked-out copy of gnulib used in
/external/bison/build-aux/
H A Dtexinfo.tex22 % You should have received a copy of the GNU General Public License
200 % For a final copy, take out the rectangles
3041 \def\error{\leavevmode\lower.7ex\copy\errorbox}
7517 \def\saveparamlist@{#2}% Need to keep a copy for parameter expansion.
7928 % Otherwise just copy the Info node name.

Completed in 8236 milliseconds

1234567891011>>