/external/llvm/utils/lit/lit/ |
Test.py | 61 import copy namespace 62 res = copy.copy(self)
|
/external/openfst/src/include/fst/ |
prune.h | 5 // You may obtain a copy of the License at 252 vector<StateId> copy; local 259 while (copy.size() <= s) 260 copy.push_back(kNoStateId); 261 copy[s] = ofst->AddState(); 262 ofst->SetStart(copy[s]); 278 ofst->SetFinal(copy[s], ifst.Final(s)); 297 while (copy.size() <= arc.nextstate) 298 copy.push_back(kNoStateId); 299 if (copy[arc.nextstate] == kNoStateId [all...] |
/external/openssh/ |
authfile.c | 282 Buffer copy; local 299 buffer_init(©); 300 buffer_append(©, buffer_ptr(blob), buffer_len(blob)); 301 buffer_consume(©, sizeof(authfile_id_string)); 304 (void) buffer_get_char(©); /* cipher type */ 305 (void) buffer_get_int(©); /* reserved */ 308 (void) buffer_get_int(©); 310 buffer_get_bignum(©, pub->rsa->n); 311 buffer_get_bignum(©, pub->rsa->e); 313 *commentp = buffer_get_string(©, NULL) 426 Buffer copy; local [all...] |
/external/webkit/Source/WebCore/bindings/js/ |
ScriptDebugServer.cpp | 225 Vector<ScriptDebugListener*> copy; local 226 copyToVector(listeners, copy); 227 for (size_t i = 0; i < copy.size(); ++i) 228 copy[i]->didParseSource(sourceID, url, data, lineOffset, columnOffset, isContentScript); 237 Vector<ScriptDebugListener*> copy; local 238 copyToVector(listeners, copy); 239 for (size_t i = 0; i < copy.size(); ++i) 240 copy[i]->failedToParseSource(url, data, firstLine, errorLine, errorMessage); 284 Vector<ScriptDebugListener*> copy; local 285 copyToVector(listeners, copy); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
FixLaunchConfig.java | 6 * You may obtain a copy of the License at 92 // get the working copy so that we can make changes. 93 ILaunchConfigurationWorkingCopy copy = config.getWorkingCopy(); local 105 // put it in the copy 106 copy.setAttribute(LaunchConfigDelegate.ATTR_ACTIVITY, activity); 109 copy.doSave(); 112 // couldn't get the working copy. we output the error in the console
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
GLSparseArrayProperty.java | 6 * You may obtain a copy of the License at 104 SparseArray<IGLProperty> copy = new SparseArray<IGLProperty>(mSparseArray.size()); local 108 copy.put(key, value); 111 return new GLSparseArrayProperty(mType, mDefaultValue, copy);
|
/external/stlport/stlport/stl/ |
_bvector.h | 18 * Permission to use or copy this software for any purpose is hereby granted 406 iterator __i = _STLP_STD::copy(begin(), __position, iterator(__q, 0)); 408 this->_M_finish = _STLP_STD::copy(__position, end(), __i); 431 _STLP_STD::copy(__first, __last, this->_M_start); 453 _STLP_STD::copy(__first, __last, __position); 459 iterator __i = _STLP_STD::copy(begin(), __position, iterator(__q, 0)); 460 __i = _STLP_STD::copy(__first, __last, __i); 461 this->_M_finish = _STLP_STD::copy(__position, end(), __i); 526 _STLP_STD::copy(__x.begin(), __x.end(), this->_M_start); 563 _STLP_STD::copy(__first, __last, this->_M_start) [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_bvector.h | 18 * Permission to use or copy this software for any purpose is hereby granted 406 iterator __i = _STLP_STD::copy(begin(), __position, iterator(__q, 0)); 408 this->_M_finish = _STLP_STD::copy(__position, end(), __i); 431 _STLP_STD::copy(__first, __last, this->_M_start); 453 _STLP_STD::copy(__first, __last, __position); 459 iterator __i = _STLP_STD::copy(begin(), __position, iterator(__q, 0)); 460 __i = _STLP_STD::copy(__first, __last, __i); 461 this->_M_finish = _STLP_STD::copy(__position, end(), __i); 526 _STLP_STD::copy(__x.begin(), __x.end(), this->_M_start); 563 _STLP_STD::copy(__first, __last, this->_M_start) [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_bvector.h | 18 * Permission to use or copy this software for any purpose is hereby granted 406 iterator __i = _STLP_STD::copy(begin(), __position, iterator(__q, 0)); 408 this->_M_finish = _STLP_STD::copy(__position, end(), __i); 431 _STLP_STD::copy(__first, __last, this->_M_start); 453 _STLP_STD::copy(__first, __last, __position); 459 iterator __i = _STLP_STD::copy(begin(), __position, iterator(__q, 0)); 460 __i = _STLP_STD::copy(__first, __last, __i); 461 this->_M_finish = _STLP_STD::copy(__position, end(), __i); 526 _STLP_STD::copy(__x.begin(), __x.end(), this->_M_start); 563 _STLP_STD::copy(__first, __last, this->_M_start) [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_bvector.h | 18 * Permission to use or copy this software for any purpose is hereby granted 406 iterator __i = _STLP_STD::copy(begin(), __position, iterator(__q, 0)); 408 this->_M_finish = _STLP_STD::copy(__position, end(), __i); 431 _STLP_STD::copy(__first, __last, this->_M_start); 453 _STLP_STD::copy(__first, __last, __position); 459 iterator __i = _STLP_STD::copy(begin(), __position, iterator(__q, 0)); 460 __i = _STLP_STD::copy(__first, __last, __i); 461 this->_M_finish = _STLP_STD::copy(__position, end(), __i); 526 _STLP_STD::copy(__x.begin(), __x.end(), this->_M_start); 563 _STLP_STD::copy(__first, __last, this->_M_start) [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/ |
_bvector.h | 18 * Permission to use or copy this software for any purpose is hereby granted 406 iterator __i = _STLP_STD::copy(begin(), __position, iterator(__q, 0)); 408 this->_M_finish = _STLP_STD::copy(__position, end(), __i); 431 _STLP_STD::copy(__first, __last, this->_M_start); 453 _STLP_STD::copy(__first, __last, __position); 459 iterator __i = _STLP_STD::copy(begin(), __position, iterator(__q, 0)); 460 __i = _STLP_STD::copy(__first, __last, __i); 461 this->_M_finish = _STLP_STD::copy(__position, end(), __i); 526 _STLP_STD::copy(__x.begin(), __x.end(), this->_M_start); 563 _STLP_STD::copy(__first, __last, this->_M_start) [all...] |
/cts/tools/cfassembler/ |
Android.mk | 5 # You may obtain a copy of the License at 30 @echo "Copy: $(PRIVATE_MODULE) ($@)" 31 $(copy-file-to-new-target)
|
/external/apache-http/src/org/apache/http/params/ |
HttpParams.java | 13 * with the License. You may obtain a copy of the License at 67 * Creates a copy of these parameters. 71 HttpParams copy(); method in interface:HttpParams
|
/external/astl/src/ |
streambuf.cpp | 50 traits_type::copy(this->pptr(), str, len);
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
download_item_cell.h | 51 @property(nonatomic, copy) NSString* secondaryTitle;
|
/external/chromium/chrome/browser/ui/webui/ |
remoting_ui.cc | 52 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin());
|
sync_internals_html_source.cc | 42 std::copy(html.begin(), html.end(), bytes->data.begin());
|
/external/cibu-fonts/ |
Android.mk | 5 # You may obtain a copy of the License at 16 # to copy over the NOTICE file.
|
/external/compiler-rt/BlocksRuntime/tests/ |
objectRRGC.c | 26 // local copy instead of libSystem.B.dylib copy 50 // should be a copy helper generated with a calls to above routines 58 printf("no copy dispose!!!!\n"); 65 bl->descriptor->copy(destBuffer, bl);
|
objectassign.c | 25 // local copy instead of libSystem.B.dylib copy 53 // should be a copy helper generated with a calls to above routines 57 printf("no copy dispose!!!!\n"); 64 bl->descriptor->copy(destBuffer, bl);
|
/external/icu4c/common/unicode/ |
rep.h | 116 * @param target UnicodeString into which to copy characters. 172 virtual void copy(int32_t start, int32_t limit, int32_t dest) = 0;
|
/external/javassist/src/main/javassist/bytecode/ |
FieldInfo.java | 92 invisibleAnnotations = invisibleAnnotations.copy(cp, null); 99 visibleAnnotations = visibleAnnotations.copy(cp, null); 106 signature = signature.copy(cp, null); 112 index = constPool.copy(index, cp, null);
|
InnerClassesAttribute.java | 200 * Makes a copy. Class names are replaced according to the 203 * @param newCp the constant pool table used by the new copy. 207 public AttributeInfo copy(ConstPool newCp, Map classnames) { method in class:InnerClassesAttribute 222 innerClass = cp.copy(innerClass, newCp, classnames); 227 outerClass = cp.copy(outerClass, newCp, classnames); 232 innerName = cp.copy(innerName, newCp, classnames);
|
SourceFileAttribute.java | 60 * Makes a copy. Class names are replaced according to the 63 * @param newCp the constant pool table used by the new copy. 67 public AttributeInfo copy(ConstPool newCp, Map classnames) { method in class:SourceFileAttribute
|
/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
BufferUtils.java | 357 * the buffer to copy from/to 359 * the index of the vector to copy 361 * the index to copy the vector to 562 * the buffer to copy from/to 564 * the index of the vector to copy 566 * the index to copy the vector to 755 * the DoubleBuffer to copy 756 * @return the copy 764 DoubleBuffer copy; local 766 copy = createDoubleBuffer(buf.limit()) 826 FloatBuffer copy; local 889 IntBuffer copy; local 967 ByteBuffer copy; local 1041 ShortBuffer copy; local [all...] |