Searched refs:copy (Results 51 - 75 of 1267) sorted by relevance

1234567891011>>

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dprune.h5 // You may obtain a copy of the License at
171 vector<StateId> copy; local
185 while (copy.size() <= state)
186 copy.push_back(kNoStateId);
191 if (copy[state] == kNoStateId)
192 copy[state] = ofst->AddState();
194 ofst->SetFinal(copy[state], ifst.Final(state));
207 while (copy.size() <= arc.nextstate)
208 copy.push_back(kNoStateId);
214 if (copy[ar
[all...]
/external/apache-http/src/org/apache/http/params/
H A DDefaultedHttpParams.java13 * with the License. You may obtain a copy of the License at
61 * Creates a copy of the local collection with the same default
63 public HttpParams copy() { method in class:DefaultedHttpParams
64 HttpParams clone = this.local.copy();
/external/javassist/src/main/javassist/bytecode/
H A DConstantAttribute.java60 * 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:ConstantAttribute
68 int index = getConstPool().copy(getConstantValue(), newCp,
H A DDeprecatedAttribute.java47 * Makes a copy.
49 * @param newCp the constant pool table used by the new copy.
52 public AttributeInfo copy(ConstPool newCp, Map classnames) { method in class:DeprecatedAttribute
H A DSyntheticAttribute.java47 * Makes a copy.
49 * @param newCp the constant pool table used by the new copy.
52 public AttributeInfo copy(ConstPool newCp, Map classnames) { method in class:SyntheticAttribute
/external/webkit/Source/WebKit/chromium/src/
H A DWebStorageNamespaceImpl.cpp81 WebStorageNamespace* WebStorageNamespaceImpl::copy() function in class:WebKit::WebStorageNamespaceImpl
83 return new WebStorageNamespaceImpl(m_storageNamespace->copy());
H A DWebStorageNamespaceImpl.h46 virtual WebStorageNamespace* copy();
/external/webkit/Tools/Scripts/
H A Drun-webkit-nightly.cmd5 copy "%vsvars%" "%script%"
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DparseSvnDiffHeader.pl48 +++ WebKitTools/Scripts/VCSUtils.pm (working copy)
58 +++ WebKitTools/Scripts/VCSUtils.pm (working copy)
98 +++ index_path.py (working copy)
108 +++ index_path.py (working copy)
124 +++ index_path.py (working copy)\r
134 +++ index_path.py (working copy)\r
149 +++ bad_path (working copy)
159 +++ index_path.py (working copy)
/external/grub/stage2/
H A Dterminfo.h16 * You should have received a copy of the GNU General Public License
45 void ti_get_term (struct terminfo *copy);
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
H A DKernel.java69 * If 'copy' is true then the implementation will copy the byte buffer
76 boolean copy );
/external/qemu/
H A Dsoftmmu-semi.h38 int copy)
43 if (copy)
47 #define lock_user(type, p, len, copy) softmmu_lock_user(env, p, len, copy)
37 softmmu_lock_user(CPUState *env, uint32_t addr, uint32_t len, int copy) argument
/external/webkit/Source/WebCore/fileapi/
H A DThreadableBlobRegistry.cpp43 : url(url.copy())
50 : url(url.copy())
51 , srcURL(srcURL.copy())
56 : url(url.copy())
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DFixedBackgroundLayerAndroid.h6 * You may obtain a copy of the License at
38 virtual LayerAndroid* copy() const { return new FixedBackgroundLayerAndroid(*this); } function in class:WebCore::FixedBackgroundLayerAndroid
/external/webkit/Source/WebCore/platform/network/
H A DSocketStreamErrorBase.cpp36 SocketStreamError SocketStreamErrorBase::copy() const function in class:WebCore::SocketStreamErrorBase
/external/webkit/Source/WebKit/chromium/public/
H A DWebStorageNamespace.h71 virtual WebStorageNamespace* copy() = 0;
/external/chromium/chrome/browser/ui/cocoa/
H A Dbug_report_window_controller.h73 @property(nonatomic, copy) NSString* bugDescription;
75 @property(nonatomic, copy) NSString* pageTitle;
76 @property(nonatomic, copy) NSString* pageURL;
/external/chromium/third_party/libjingle/source/talk/base/
H A Dtaskparent.cc90 ChildSet copy = *children_; local
91 for (ChildSet::iterator it = copy.begin(); it != copy.end(); ++it) {
/external/guava/guava-tests/test/com/google/common/collect/
H A DHashMultimapTest.java6 * You may obtain a copy of the License at
47 HashMultimap<String, Integer> copy = HashMultimap.create(multimap);
48 assertEquals(multimap, copy);
49 assertEquals(8, copy.expectedValuesPerKey);
/external/openssh/regress/
H A Dscp.sh16 COPY=${OBJ}/copy
31 verbose "$tid: simple copy local file to local file"
33 $SCP $scpopts ${DATA} ${COPY} || fail "copy failed"
34 cmp ${DATA} ${COPY} || fail "corrupted copy"
36 verbose "$tid: simple copy local file to remote file"
38 $SCP $scpopts ${DATA} somehost:${COPY} || fail "copy failed"
39 cmp ${DATA} ${COPY} || fail "corrupted copy"
41 verbose "$tid: simple copy remote file to local file"
43 $SCP $scpopts somehost:${DATA} ${COPY} || fail "copy failed"
44 cmp ${DATA} ${COPY} || fail "corrupted copy"
[all...]
/external/qemu/hw/
H A Dfw_cfg.c6 * Permission is hereby granted, free of charge, to any person obtaining a copy
9 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
206 uint16_t *copy; local
208 copy = qemu_malloc(sizeof(value));
209 *copy = cpu_to_le16(value);
210 return fw_cfg_add_bytes(opaque, key, (uint8_t *)copy, sizeof(value));
215 uint32_t *copy; local
217 copy = qemu_malloc(sizeof(value));
218 *copy = cpu_to_le32(value);
219 return fw_cfg_add_bytes(opaque, key, (uint8_t *)copy, sizeo
224 uint64_t *copy; local
[all...]
/external/stlport/test/unit/
H A Dbinsert_test.cpp35 bit = copy(array, array + 3, bit);
41 copy(array, array + 3, bit);
50 copy(array, array + 3, back_inserter(names));
H A Dinsert_test.cpp40 itd = copy(array2, array2 + 3, insert_iterator<deque <char const*> >(names, i));
49 copy(array1, array1 + 3, itd);
62 copy(array2, array2 + 3, inserter(names, i));
/external/tinyxml/
H A Dtinystr.h33 * - added "copy" constructor with length, and most compare operators.
67 // TiXmlString copy constructor
68 TiXmlString (const TiXmlString & copy) argument
70 init(copy.length());
71 memcpy(start(), copy.data(), length());
75 TiXmlString (const char * copy) argument
77 init( static_cast<size_type>( strlen(copy) ));
78 memcpy(start(), copy, length()); local
95 TiXmlString& operator = (const char * copy) argument
97 return assign( copy, (size_typ
101 operator =(const TiXmlString & copy) argument
[all...]
/external/webkit/Source/WebCore/platform/text/
H A DTextCodecASCIIFastPath.h52 static void copy(UChar* destination, const uint8_t* source) function in struct:WebCore::UCharByteFiller
61 static void copy(UChar* destination, const uint8_t* source) function in struct:WebCore::UCharByteFiller
81 UCharByteFiller<sizeof(MachineWord)>::copy(destination, source);

Completed in 498 milliseconds

1234567891011>>