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

1 2 3 4 5

  /external/chromium_org/third_party/WebKit/Source/platform/text/
SegmentedStringTest.cpp 44 SegmentedString copied(original);
49 EXPECT_EQ('c', copied.currentChar());
54 SegmentedString copied(original);
59 EXPECT_EQ('a', copied.currentChar());
66 SegmentedString copied(original);
71 EXPECT_EQ('a', copied.currentChar());
76 SegmentedString copied(original);
81 EXPECT_EQ('b', copied.currentChar());
  /external/chromium_org/media/base/
audio_buffer_queue.cc 91 int copied = std::min(frames - taken, remaining_frames_in_buffer); local
96 copied, current_buffer_offset, dest_frame_offset + taken, dest);
99 // Increase total number of frames copied, which regulates when to end
101 taken += copied;
103 // We have read |copied| frames from the current buffer. Advance the
105 current_buffer_offset += copied;
110 // If we are at the last buffer, no more data to be copied, so stop.
122 // Update the appropriate values since |taken| frames have been copied out.
seekable_buffer.cc 206 // single step copied no more than the current buffer size.
207 int copied = std::min(size - taken, remaining_bytes_in_buffer); local
211 memcpy(data + taken, buffer->data() + current_buffer_offset, copied);
213 // Increase total number of bytes copied, which regulates when to end this
215 taken += copied;
217 // We have read |copied| bytes from the current buffer. Advances the
219 current_buffer_offset += copied;
  /external/chromium_org/third_party/skia/platform_tools/android/examples/hello_skia_app/jni/
Android.mk 4 # Sets up a module for the skia shared object to be copied into the apk.
15 # Makes this module into shared object that is simply copied into the apk
  /external/skia/platform_tools/android/examples/hello_skia_app/jni/
Android.mk 4 # Sets up a module for the skia shared object to be copied into the apk.
15 # Makes this module into shared object that is simply copied into the apk
  /frameworks/av/media/libstagefright/
SkipCutBuffer.cpp 64 size_t copied = read(dst, buffer->size()); local
65 buffer->set_range(0, copied);
91 size_t copied = read(dst, buffer->capacity()); local
92 buffer->setRange(0, copied);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-compiler-plugin/0.20.0/
tycho-compiler-plugin-0.20.0.jar 
  /ndk/sources/host-tools/sed-4.2.1/
autoboot 475 copied=
487 copied=$copied${sep}$gnulib_mk; sep=$nl
498 copied=$copied$sep$file; sep=$nl
519 if test -n "$copied"; then
520 insert_sorted_if_absent $ig "$copied"
525 f=`echo "$copied"|sed 's/\.in\.h$/.h/;s/\.sin$/.sed/;s/\.y$/.c/;s/\.gperf$/.h/'`
530 f=`echo "$copied"|sed 's/sys_.*\.in\.h$/sys/'`
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/
fault_pm_nameservice_test.cc 46 int copied; local
55 for (got = 0; got < nbytes; got += copied) {
56 copied = read(d, bytes.get() + got, nbytes - got);
57 if (-1 == copied) {
62 printf("read(%d, ..., %u) -> %d\n", d, nbytes - got, copied);
  /frameworks/base/core/jni/
android_util_EventLog.cpp 106 jsize copied = 0, num = env->GetArrayLength(value); local
107 for (; copied < num && copied < 255; ++copied) {
108 jobject item = env->GetObjectArrayElement(value, copied);
141 buf[1] = copied;
  /external/chromium_org/v8/test/mjsunit/
array-concat.js 57 // copied on concat.
75 // should be copied, but not the one on the prototype.
83 // copied.
89 // ben was not copied
127 // copied on concat.
145 // should be copied, but not the one on the prototype.
153 // copied.
159 // ben was not copied
161 // moe was not copied, but we can see it through the prototype
  /bionic/libc/tools/
genlibgcc_compat.py 26 * This ensures that any helper function needed by the code in foo.a is copied
35 * already been copied into libc.so or libm.so, then nothing will be copied
40 * flags, the set of helper functions copied to libc.so may change, which
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
CachedInputStream.java 144 int copied = copyMarkedBuffer(buffer, offset, count); local
145 count -= copied;
146 offset += copied;
147 int totalReads = copied;
  /external/openssl/crypto/dso/
dso_lib.c 375 char *copied; local
388 copied = OPENSSL_malloc(strlen(filename) + 1);
389 if(copied == NULL)
394 BUF_strlcpy(copied, filename, strlen(filename) + 1);
397 dso->filename = copied;
  /device/generic/goldfish/opengl/system/egl/
Android.mk 25 # Ensure that this file is only copied to emulator-specific builds.
  /ndk/build/core/
prebuilt-static-library.mk 27 # Prebuilt static libraries don't need to be copied to TARGET_OUT
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_exec.h 102 struct vbo_exec_copied_vtx copied; member in struct:vbo_exec_context::__anon19213
vbo_exec_api.c 70 exec->vtx.copied.nr = 0;
87 /* Execute the buffer and save copied vertices.
93 exec->vtx.copied.nr = 0;
106 if (exec->vtx.copied.nr == last_count)
119 GLfloat *data = exec->vtx.copied.buffer;
123 * to exec->vtx.copied.
134 assert(exec->vtx.max_vert - exec->vtx.vert_count > exec->vtx.copied.nr);
136 for (i = 0 ; i < exec->vtx.copied.nr ; i++) {
144 exec->vtx.copied.nr = 0;
231 * Flush existing data, set new attrib size, replay copied vertices
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_exec.h 102 struct vbo_exec_copied_vtx copied; member in struct:vbo_exec_context::__anon11697
vbo_exec_api.c 70 exec->vtx.copied.nr = 0;
87 /* Execute the buffer and save copied vertices.
93 exec->vtx.copied.nr = 0;
106 if (exec->vtx.copied.nr == last_count)
119 GLfloat *data = exec->vtx.copied.buffer;
123 * to exec->vtx.copied.
134 assert(exec->vtx.max_vert - exec->vtx.vert_count > exec->vtx.copied.nr);
136 for (i = 0 ; i < exec->vtx.copied.nr ; i++) {
144 exec->vtx.copied.nr = 0;
231 * Flush existing data, set new attrib size, replay copied vertices
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
SuballocatedIntVector.java 214 int copied=(m_blocksize-offset < numberOfElements) local
216 numberOfElements-=copied;
217 while(copied-- > 0)
  /packages/apps/UnifiedEmail/src/com/android/mail/
SenderInfoLoader.java 254 int copied = 0; local
257 copied++;
258 if (copied >= truncatedLen) {
  /external/chromium_org/mojo/public/cpp/bindings/tests/
array_unittest.cc 29 bool copied() const { return copied_; } function in class:mojo::test::__anon13398::CopyableType
254 EXPECT_FALSE(array[i].copied());
263 EXPECT_FALSE(array[i].copied());
271 EXPECT_FALSE(array[i].copied());
281 EXPECT_TRUE(array[i].copied());
357 EXPECT_TRUE(array[i].copied());
372 EXPECT_TRUE(array[i].copied());
  /build/core/tasks/
sdk-addon.mk 42 # Files that are built and then copied into the sdk-addon
54 # Files that are copied directly into the sdk-addon
64 # Files copied in the system-image directory
  /external/chromium_org/net/socket/
ssl_server_socket_unittest.cc 113 int copied = PropogateData(read_buf_, read_buf_len_); local
118 callback.Run(copied);
132 int copied = std::min(buf->BytesRemaining(), read_buf_len); local
133 memcpy(read_buf->data(), buf->data(), copied);
134 buf->DidConsume(copied);
138 return copied;

Completed in 432 milliseconds

1 2 3 4 5