HomeSort by relevance Sort by last modified time
    Searched defs:src (Results 26 - 50 of 1870) sorted by null

12 3 4 5 6 7 8 91011>>

  /libcore/benchmarks/src/benchmarks/regression/
ByteBufferScalarVersusVectorBenchmark.java 35 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); local
38 src.position(0);
41 dst.put(src.get());
47 ByteBuffer src = ByteBuffer.allocate(aligned ? 8192 : 8192 + 1); local
50 src.position(aligned ? 0 : 1);
51 src.get(dst, 0, dst.length);
56 ByteBuffer src = ByteBuffer.allocateDirect(aligned ? 8192 : 8192 + 1); local
59 src.position(aligned ? 0 : 1);
60 src.get(dst, 0, dst.length);
ByteBufferBenchmark.java 81 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); local
83 src.position(aligned ? 0 : 1);
85 src.get();
91 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); local
95 src.position(aligned ? 0 : 1);
96 src.get(dst);
102 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); local
104 src.position(aligned ? 0 : 1);
106 src.get(i);
112 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType) local
122 CharBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType).asCharBuffer(); local
133 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); local
143 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); local
153 DoubleBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType).asDoubleBuffer(); local
164 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); local
174 FloatBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType).asFloatBuffer(); local
185 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); local
195 IntBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType).asIntBuffer(); local
206 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); local
216 LongBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType).asLongBuffer(); local
227 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); local
237 ShortBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType).asShortBuffer(); local
252 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); local
273 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); local
284 char[] src = new char[1024]; local
294 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); local
305 double[] src = new double[1024]; local
315 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); local
326 float[] src = new float[1024]; local
336 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); local
347 int[] src = new int[1024]; local
357 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); local
368 long[] src = new long[1024]; local
378 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType); local
389 short[] src = new short[1024]; local
    [all...]
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/
publish.js 8 srcDir: "symbols/src/"
19 IO.mkPath((publish.conf.outDir+"symbols/src").split("/"));
46 var srcDir = publish.conf.outDir + "symbols/src/";
162 var src = {path: path, name:name, charset: IO.encoding, hilited: ""};
165 JSDOC.PluginManager.run("onPublishSrc", src);
168 if (src.hilited) {
169 IO.saveFile(srcDir, name+publish.conf.ext, src.hilited);
  /bionic/libc/string/
bcopy.c 64 const char *src = src0; local
67 if (length == 0 || dst == src) /* nothing to do */
76 if ((unsigned long)dst < (unsigned long)src) {
80 t = (long)src; /* only need low bits */
91 TLOOP1(*dst++ = *src++);
97 TLOOP(*(word *)dst = *(word *)src; src += wsize; dst += wsize);
99 TLOOP(*dst++ = *src++);
106 src += length;
108 t = (long)src;
    [all...]
  /cts/suite/cts/deviceTests/dram/jni/
MemoryNativeJni.cpp 32 char* src = new char[bufferSize]; local
34 if ((src == NULL) || (dst == NULL)) {
35 delete[] src;
40 memset(src, 0, bufferSize);
44 memcpy(dst, src, bufferSize);
45 src[bufferSize - 1] = i & 0xff;
48 delete[] src;
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
cams.h 38 /* Five parameters of src[5] and dest[5]:
41 short src[5], dest[5]; member in struct:__anon1320
  /external/chromium_org/chrome/installer/setup/
archive_patch_helper_unittest.cc 50 base::FilePath src = data_dir_.AppendASCII("archive1.7z"); local
55 src,
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
signal.c 139 unsigned long *src = (unsigned long const *) set; local
148 *dest++ |= *src++;
155 *dest++ ^= *src++;
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechGrammar.h 41 static PassRefPtr<SpeechGrammar> create(const KURL& src, double weight);
43 const KURL& src(ExecutionContext*) const { return m_src; } function in class:WebCore::SpeechGrammar
44 const KURL& src() const { return m_src; } function in class:WebCore::SpeechGrammar
45 void setSrc(ExecutionContext*, const String& src);
52 SpeechGrammar(const KURL& src, double weight);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_etc.c 59 const GLubyte *src; local
61 src = (const GLubyte *) texImage->Map +
64 etc1_parse_block(&block, src);
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayMovie.h 40 SkString src; member in class:SkDisplayMovie
  /external/chromium_org/third_party/skia/src/core/
SkBitmap_scroll.cpp 84 const char* src = dst; local
88 src -= dy * rowBytes;
93 // now jump src/dst to the last scanline
94 src += (height - 1) * rowBytes;
101 src -= dx << shift;
116 memmove(dst, src, width);
118 src += rowBytes;
SkColorFilter.cpp 37 SkPMColor dst, src = SkPreMultiplyColor(c); local
38 this->filterSpan(&src, 1, &dst);
  /external/chromium_org/third_party/skia/src/effects/
SkOffsetImageFilter.cpp 21 SkBitmap src = source; local
27 if (input && !input->filterImage(proxy, source, matrix, &src, loc)) {
36 *result = src;
39 if (input && !input->filterImage(proxy, source, matrix, &src, &srcOffset)) {
44 src.getBounds(&bounds);
57 canvas.drawBitmap(src, fOffset.fX - bounds.left(), fOffset.fY - bounds.top(), &paint);
65 bool SkOffsetImageFilter::onFilterBounds(const SkIRect& src, const SkMatrix& ctm,
70 *dst = src;
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
realloc_unittest.cc 92 unsigned char* src = (unsigned char*) malloc(src_size); local
93 Fill(src, src_size);
94 unsigned char* dst = (unsigned char*) realloc(src, dst_size);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
realloc_unittest.cc 92 unsigned char* src = (unsigned char*) malloc(src_size); local
93 Fill(src, src_size);
94 unsigned char* dst = (unsigned char*) realloc(src, dst_size);
  /external/ipsec-tools/src/racoon/
rsalist.h 50 struct netaddr *src; member in struct:rsa_key
55 int rsa_key_insert(struct genlist *list, struct netaddr *src, struct netaddr *dst, RSA *rsa);
  /external/libvpx/libvpx/vp8/common/arm/armv6/
loopfilter_v6.asm 50 src RN r0 label
66 sub src, src, pstep, lsl #2 ; move src pointer down by 4 lines
71 ldr r9, [src], pstep ; p3
73 ldr r10, [src], pstep ; p2
75 ldr r11, [src], pstep ; p1
88 ldr r12, [src], pstep ; p0
102 ldr r9, [src], pstep ; q0
103 ldr r10, [src], pstep ; q
    [all...]
  /external/mesa3d/src/mesa/main/
texcompress_etc.c 59 const GLubyte *src; local
61 src = (const GLubyte *) texImage->Map +
64 etc1_parse_block(&block, src);
  /external/openssh/openbsd-compat/regress/
snprintftest.c 50 char *src; local
57 if ((src = malloc(BUFSZ)) == NULL) {
60 memset(src, 'a', BUFSZ);
61 snprintf(b, sizeof(b), "%.*s", 1, src);
  /external/pixman/test/
alpha-loop.c 12 uint32_t *src, *dest; local
17 src = (uint32_t *)make_random_bytes (WIDTH * HEIGHT * 4);
22 pixman_image_t *s = pixman_image_create_bits (PIXMAN_a2r10g10b10, WIDTH, HEIGHT, src, WIDTH * 4);
infinite-loop.c 21 pixman_image_t *src, *dest; local
23 src = pixman_image_create_bits (
28 pixman_image_set_transform (src, &transform);
29 pixman_image_set_repeat (src, PIXMAN_REPEAT_NORMAL);
30 pixman_image_set_filter (src, PIXMAN_FILTER_BILINEAR, NULL, 0);
36 PIXMAN_OP_OVER, src, NULL, dest, -3, -3, 0, 0, 0, 0, 6, 2);
  /external/skia/src/animator/
SkDisplayMovie.h 40 SkString src; member in class:SkDisplayMovie
  /external/skia/src/core/
SkBitmap_scroll.cpp 84 const char* src = dst; local
88 src -= dy * rowBytes;
93 // now jump src/dst to the last scanline
94 src += (height - 1) * rowBytes;
101 src -= dx << shift;
116 memmove(dst, src, width);
118 src += rowBytes;
SkColorFilter.cpp 37 SkPMColor dst, src = SkPreMultiplyColor(c); local
38 this->filterSpan(&src, 1, &dst);

Completed in 1027 milliseconds

12 3 4 5 6 7 8 91011>>