HomeSort by relevance Sort by last modified time
    Searched refs:copied (Results 1 - 25 of 26) sorted by null

1 2

  /external/qemu/memcheck/
memcheck_util.c 5 ** may be copied, distributed, and modified under those terms.
129 size_t copied = 0; local
132 for (copied = 0; copied < qemu_buffer_size - 1; copied++) {
133 qemu_str[copied] = ldub_user(guest_str + copied);
134 if (qemu_str[copied] == '\0') {
135 return copied;
139 qemu_str[copied] = '\0'
148 size_t copied = 0; local
    [all...]
  /frameworks/base/core/jni/
android_util_EventLog.cpp 104 jsize copied = 0, num = env->GetArrayLength(value); local
105 for (; copied < num && copied < 255; ++copied) {
106 jobject item = env->GetObjectArrayElement(value, copied);
139 buf[1] = copied;
  /external/webkit/WebCore/platform/network/qt/
QNetworkReplyHandler.cpp 92 qint64 copied = 0;
93 while (copied < size && !m_formElements.isEmpty()) {
95 const qint64 available = size-copied;
99 memcpy(destination+copied, element.m_data.data()+m_currentDelta, toCopy);
101 copied += toCopy;
107 memcpy(destination+copied, data.constData(), data.size());
108 copied += data.size();
115 return copied;
  /external/v8/test/mjsunit/
array-concat.js 53 // copied on concat.
71 // should be copied, but not the one on the prototype.
79 // copied.
85 // ben was not copied
87 // moe was not copied, but we can see it through the prototype
  /external/openssl/crypto/dso/
dso_lib.c 367 char *copied; local
380 copied = OPENSSL_malloc(strlen(filename) + 1);
381 if(copied == NULL)
386 BUF_strlcpy(copied, filename, strlen(filename) + 1);
389 dso->filename = copied;
  /libcore/luni/src/main/java/org/apache/xml/utils/
SuballocatedIntVector.java 214 int copied=(m_blocksize-offset < numberOfElements) local
216 numberOfElements-=copied;
217 while(copied-- > 0)
  /build/core/tasks/
sdk-addon.mk 41 # Files that are built and then copied into the sdk-addon
53 # Files that are copied directly into the sdk-addon
  /bootable/recovery/
Android.mk 26 # It gets copied there in config/Makefile. LOCAL_MODULE_TAGS suppresses
  /cts/tests/SignatureTest/
Android.mk 47 # target and our stuff never gets copied.
  /external/kernel-headers/original/linux/sunrpc/
xprt.h 164 unsigned long tcp_copied, /* copied to request */
255 void xprt_complete_rqst(struct rpc_task *task, int copied);
  /external/protobuf/
Android.mk 120 # Define the header files to be copied
186 # Define the header files to be copied
  /libcore/luni/src/main/java/java/lang/
String.java     [all...]
  /external/libvpx/vp8/encoder/arm/neon/
vp8_subpixelvariance8x8_neon.asm 25 ;note: most of the code is copied from bilinear_predict8x8_neon and vp8_variance8x8_neon.
vp8_subpixelvariance16x16_neon.asm 25 ;note: most of the code is copied from bilinear_predict16x16_neon and vp8_variance16x16_neon.
  /external/srec/tests/
Android.mk 133 # By default they are not copied to /system/usr/srec since they are #
  /ndk/build/core/
add-application.mk 188 # when they are copied to the final project's libs/<abi> directory.
setup-toolchain.mk 104 # Ensure that for debuggable applications, gdbserver will be copied to
definitions.mk 326 # An installable module is one that will be copied to $PROJECT/libs/<abi>/
    [all...]
  /build/core/
envsetup.mk 297 # this should be copied to HOST_OUT_EXECUTABLES instead
main.mk 644 # An internal target that depends on all copied headers
646 # headers to be copied first can depend on this target.
  /external/blktrace/doc/
blktrace.tex 537 must be copied to/from kernel buffers. Usually this can be fixed with
    [all...]
  /external/blktrace/btt/doc/
btt.tex 452 copied to another file that is \emph{more easily parsed.} Refer to
    [all...]
  /external/dropbear/libtommath/
bn.tex     [all...]
  /external/v8/benchmarks/
earley-boyer.js     [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-earley-boyer.js     [all...]

Completed in 2299 milliseconds

1 2