/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/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...] |
/libcore/luni/src/main/java/java/nio/ |
CharArrayBuffer.java | 7 * the License. You may obtain a copy of the License at 42 private static CharArrayBuffer copy(CharArrayBuffer other, int markOfOther, boolean isReadOnly) { method in class:CharArrayBuffer 51 return copy(this, mark, true); 66 return copy(this, mark, isReadOnly);
|
DoubleArrayBuffer.java | 7 * the License. You may obtain a copy of the License at 42 private static DoubleArrayBuffer copy(DoubleArrayBuffer other, int markOfOther, boolean isReadOnly) { method in class:DoubleArrayBuffer 51 return copy(this, mark, true); 66 return copy(this, mark, isReadOnly);
|
FloatArrayBuffer.java | 7 * the License. You may obtain a copy of the License at 42 private static FloatArrayBuffer copy(FloatArrayBuffer other, int markOfOther, boolean isReadOnly) { method in class:FloatArrayBuffer 51 return copy(this, mark, true); 67 return copy(this, mark, isReadOnly);
|
IntArrayBuffer.java | 7 * the License. You may obtain a copy of the License at 42 private static IntArrayBuffer copy(IntArrayBuffer other, int markOfOther, boolean isReadOnly) { method in class:IntArrayBuffer 51 return copy(this, mark, true); 66 return copy(this, mark, isReadOnly);
|
LongArrayBuffer.java | 7 * the License. You may obtain a copy of the License at 42 private static LongArrayBuffer copy(LongArrayBuffer other, int markOfOther, boolean isReadOnly) { method in class:LongArrayBuffer 51 return copy(this, mark, true); 66 return copy(this, mark, isReadOnly);
|
ShortArrayBuffer.java | 7 * the License. You may obtain a copy of the License at 42 private static ShortArrayBuffer copy(ShortArrayBuffer other, int markOfOther, boolean isReadOnly) { method in class:ShortArrayBuffer 51 return copy(this, mark, true); 66 return copy(this, mark, isReadOnly);
|
/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
|
/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/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/5/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/6/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/7/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/8/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/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/clang/test/Analysis/inlining/ |
InlineObjCInstanceMethod.h | 17 -(id)copy;
|
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/ |
p2.cpp | 29 namespace copy { namespace 31 Volatile(const volatile Volatile&) = default; // expected-error {{the parameter for an explicitly-defaulted copy constructor may not be volatile}} 32 Volatile& operator=(const volatile Volatile&) = default; // expected-error {{the parameter for an explicitly-defaulted copy assignment operator may not be volatile}} 61 NonConst nc; // makes implicit copy non-const 65 AssignmentRet1&& operator=(const AssignmentRet1&) = default; // expected-error {{explicitly-defaulted copy assignment operator must return 'copy::AssignmentRet1 &'}} 69 const AssignmentRet2& operator=(const AssignmentRet2&) = default; // expected-error {{explicitly-defaulted copy assignment operator must return 'copy::AssignmentRet2 &'}} 73 ConstAssignment& operator=(const ConstAssignment&) const = default; // expected-error {{an explicitly-defaulted copy assignment operator may not have 'const', 'constexpr' or 'volatile' qualifiers}}
|
/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);
|