/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/ |
NioEndpoint.java | 121 protected void send( ByteBuffer data, boolean copy, boolean wakeup ) 127 if( !copy ) { 130 // Copy the buffer
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
Data.java | 6 * You may obtain a copy of the License at 189 // **************************** Copy ************************** 192 * Does a deep copy of the attributes and values from one node to another. 194 * @param toPath destination path for the deep copy. 197 void copy(String toPath, Data from); method in interface:Data 200 * Does a deep copy the attributes and values from one node to another 204 void copy(Data from); method in interface:Data
|
UnmodifiableData.java | 6 * You may obtain a copy of the License at 40 public void copy(Data from) { method in class:UnmodifiableData 45 public void copy(String toPath, Data from) { method in class:UnmodifiableData
|
/external/llvm/utils/release/ |
tag.sh | 43 svn copy -m "Creating release_$release branch" \ 57 svn copy -m "Creating release candidate $rc from release_$release branch" \
|
/external/openssh/regress/ |
conch-ciphers.sh | 7 COPY=${OBJ}/copy 19 rm -f ${COPY} 24 127.0.0.1 "cat ${DATA}" 2>/dev/null | cat > ${COPY} 28 cmp ${DATA} ${COPY} || fail "corrupted copy" 30 rm -f ${COPY}
|
putty-ciphers.sh | 7 COPY=${OBJ}/copy 20 rm -f ${COPY} 22 127.0.0.1 cat ${DATA} > ${COPY} 26 cmp ${DATA} ${COPY} || fail "corrupted copy" 28 rm -f ${COPY}
|
rekey.sh | 7 COPY=${OBJ}/copy 10 rm -f ${COPY} ${LOG} ${DATA} 16 rm -f ${COPY} 19 -v -F $OBJ/ssh_proxy somehost "cat > ${COPY}" \ 24 cmp $DATA ${COPY} || fail "corrupted copy" 32 rm -f ${COPY} ${LOG} ${DATA}
|
sftp.sh | 7 COPY=${OBJ}/copy 12 get $DATA ${COPY}.1 13 put $DATA ${COPY}.2 22 rm -f ${COPY}.1 ${COPY}.2 29 cmp $DATA ${COPY}.1 || fail "corrupted copy after get" 30 cmp $DATA ${COPY}.2 || fail "corrupted copy after put [all...] |
stderr-after-eof.sh | 8 COPY=${OBJ}/copy 23 rm -f ${DATA} ${COPY} 31 2> ${COPY} 36 egrep 'Disconnecting: Received extended_data after EOF' ${COPY} && 38 cmp ${DATA} ${COPY} || fail "stderr corrupt" 40 rm -f ${DATA} ${COPY}
|
stderr-data.sh | 7 COPY=${OBJ}/copy 8 rm -f ${COPY} 15 2> ${COPY} 20 cmp ${DATA} ${COPY} || fail "stderr corrupt" 21 rm -f ${COPY} 25 > /dev/null 2> ${COPY} 30 cmp ${DATA} ${COPY} || fail "stderr corrupt" 31 rm -f ${COPY}
|
transfer.sh | 7 COPY=${OBJ}/copy 11 rm -f ${COPY} 12 ${SSH} -n -q -$p -F $OBJ/ssh_proxy somehost cat ${DATA} > ${COPY} 16 cmp ${DATA} ${COPY} || fail "corrupted copy" 20 rm -f ${COPY} 22 ${SSH} -q -$p -F $OBJ/ssh_proxy somehost "cat > ${COPY}" 26 cmp $DATA ${COPY} || fail "corrupted copy" [all...] |
/external/openssl/android.testssl/ |
Uss.cnf | 35 issuerAltName=issuer:copy
|
/frameworks/av/cmds/stagefright/ |
stream.cpp | 6 * You may obtain a copy of the License at 224 size_t copy = size; local 225 if (copy + mCurrentBufferOffset > mem->size()) { 226 copy = mem->size() - mCurrentBufferOffset; 229 memcpy((uint8_t *)mem->pointer() + mCurrentBufferOffset, data, copy); 230 mCurrentBufferOffset += copy; 237 data = (const uint8_t *)data + copy; 238 size -= copy; 240 totalWritten += copy;
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/ |
SoftAMRNBEncoder.cpp | 6 * You may obtain a copy of the License at 301 size_t copy = numBytesPerInputFrame - mInputSize; local 302 if (copy > inHeader->nFilledLen) { 303 copy = inHeader->nFilledLen; 310 memcpy((uint8_t *)mInputFrame + mInputSize, inData, copy); 311 mInputSize += copy; 313 inHeader->nOffset += copy; 314 inHeader->nFilledLen -= copy; 319 (copy * 1000000ll / kSampleRate) / sizeof(int16_t);
|
/packages/apps/Email/src/org/apache/james/mime4j/message/ |
MemoryTextBody.java | 8 * with the License. You may obtain a copy of the License at *
65 IOUtils.copy(is, out);
116 IOUtils.copy(new ByteArrayInputStream(tempFile), out);
|
TempFileTextBody.java | 8 * with the License. You may obtain a copy of the License at *
65 IOUtils.copy(is, out);
115 IOUtils.copy(tempFile.getInputStream(), out);
|
/build/tools/apicheck/ |
Android.mk | 5 # You may obtain a copy of the License at 18 # We use copy-file-to-new-target so that the installed 35 @echo "Copy: $(PRIVATE_MODULE) ($@)" 36 $(copy-file-to-new-target)
|
/cts/tools/cts-api-coverage/ |
Android.mk | 5 # You may obtain a copy of the License at 17 # We use copy-file-to-new-target so that the installed 33 @echo "Copy: $(PRIVATE_MODULE) ($@)" 34 $(copy-file-to-new-target)
|
/cts/tools/cts-java-scanner/ |
Android.mk | 5 # You may obtain a copy of the License at 17 # We use copy-file-to-new-target so that the installed 33 @echo "Copy: $(PRIVATE_MODULE) ($@)" 34 $(copy-file-to-new-target)
|
/cts/tools/cts-native-scanner/ |
Android.mk | 5 # You may obtain a copy of the License at 17 # We use copy-file-to-new-target so that the installed 33 @echo "Copy: $(PRIVATE_MODULE) ($@)" 34 $(copy-file-to-new-target)
|
/cts/tools/cts-xml-generator/ |
Android.mk | 5 # You may obtain a copy of the License at 17 # We use copy-file-to-new-target so that the installed 33 @echo "Copy: $(PRIVATE_MODULE) ($@)" 34 $(copy-file-to-new-target)
|
/dalvik/tools/dexdeps/ |
Android.mk | 5 # You may obtain a copy of the License at 17 # We use copy-file-to-new-target so that the installed 33 @echo "Copy: $(PRIVATE_MODULE) ($@)" 34 $(copy-file-to-new-target)
|
/dalvik/vm/alloc/ |
Alloc.cpp | 6 * You may obtain a copy of the License at 199 * Create a copy of an object, for Object.clone(). 222 Object* copy = (Object*)dvmMalloc(size, flags); local 223 if (copy == NULL) 226 DVM_OBJECT_INIT(copy, clazz); 228 /* Copy instance data. We assume memcpy copies by words. */ 229 memcpy((char*)copy + offset, (char*)obj + offset, size - offset); 233 dvmSetFinalizable(copy); 238 return copy;
|
/external/guava/guava/src/com/google/common/io/ |
CharStreams.java | 6 * You may obtain a copy of the License at 148 W extends Appendable & Closeable> long copy(InputSupplier<R> from, 155 long count = copy(in, out); 177 public static <R extends Readable & Closeable> long copy( 182 long count = copy(in, to); 199 public static long copy(Readable from, Appendable to) throws IOException { 249 copy(r, sb);
|
/external/libvpx/libvpx/vp8/encoder/arm/neon/ |
vp8_memcpy_neon.asm | 29 mov r12, r2, lsr #8 ;copy 256 bytes data at one time 35 vst1.8 {q0, q1}, [r0]! ;copy to dst_ptr 57 ands r3, r2, #0xff ;extra copy
|