/external/opencv/cvaux/src/ |
cvhmmobs.cpp | 128 work_t *buffer = 0; local 161 buffer = (work_t *)cvAlloc( roi.width * obsSize.height * sizeof( buffer[0] )); 162 if( !buffer ) 168 buf_limit = buffer + obsSize.height * roi.width; 179 work_t *buf = buffer + x; 243 work_t *buf = buffer + x + roi.width * i; 306 cvFree( &buffer ); 323 work_t *buffer = 0; local 356 buffer = (work_t *)cvAlloc( roi.width * obsSize.height * sizeof( buffer[0] )) [all...] |
/external/openssl/crypto/asn1/ |
t_pkey.c | 62 #include <openssl/buffer.h>
|
/external/openssl/crypto/pem/ |
pem_oth.c | 61 #include <openssl/buffer.h>
|
/external/ppp/pppd/include/ |
pcap-int.h | 79 * Read buffer. 82 u_char *buffer; member in struct:pcap
|
/external/proguard/src/proguard/evaluation/ |
TracedStack.java | 314 StringBuffer buffer = new StringBuffer(); local 320 buffer = buffer.append('[') 326 return buffer.toString();
|
Variables.java | 336 StringBuffer buffer = new StringBuffer(); local 341 buffer = buffer.append('[') 346 return buffer.toString();
|
/external/proguard/src/proguard/evaluation/value/ |
InstructionOffsetValue.java | 291 StringBuffer buffer = new StringBuffer(); local 299 buffer.append(','); 301 buffer.append(values[index]); 305 return buffer.append(':').toString();
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
ByteString.java | 173 * Copies bytes into a buffer at the given offset. 175 * @param target buffer to copy into 176 * @param offset in the target buffer 183 * Copies bytes into a buffer. 185 * @param target buffer to copy into 187 * @param targetOffset offset within the target buffer 371 private final byte[] buffer; field in class:ByteString.CodedBuilder 374 buffer = new byte[size]; 375 output = CodedOutputStream.newInstance(buffer); 384 return new ByteString(buffer); [all...] |
/external/protobuf/src/google/protobuf/io/ |
zero_copy_stream_impl.h | 107 int Read(void* buffer, int size); 189 bool Write(const void* buffer, int size); 237 int Read(void* buffer, int size); 280 bool Write(const void* buffer, int size);
|
/external/protobuf/src/google/protobuf/testing/ |
file.cc | 66 char buffer[1024]; local 71 size_t n = fread(buffer, 1, sizeof(buffer), file); 73 output->append(buffer, n);
|
/external/protobuf/src/google/protobuf/ |
wire_format_lite_inl.h | 172 const uint8* buffer, 174 return io::CodedInputStream::ReadLittleEndian32FromArray(buffer, value); 179 const uint8* buffer, 181 return io::CodedInputStream::ReadLittleEndian64FromArray(buffer, value); 186 const uint8* buffer, 189 buffer = io::CodedInputStream::ReadLittleEndian32FromArray(buffer, &temp); 191 return buffer; 196 const uint8* buffer, 199 buffer = io::CodedInputStream::ReadLittleEndian64FromArray(buffer, &temp) 266 const uint8* buffer = reinterpret_cast<const uint8*>(void_pointer); local [all...] |
/external/qemu/android/utils/ |
lineinput.c | 60 /* Grow the line buffer a bit */ 182 char* buffer = input->line + offset; local 185 if (!fgets(buffer, avail, file)) { 196 p = memchr(buffer, '\0', avail); 199 if (p == buffer) { 210 /* This happens when the line is longer than our current buffer,
|
/external/qemu/distrib/sdl-1.2.15/src/ |
SDL_error.c | 227 char buffer[BUFSIZ+1]; local 232 SDL_memset(buffer, '1', BUFSIZ); 233 buffer[BUFSIZ] = 0; 234 SDL_SetError("This is the error: %s (%f)", buffer, 1.0);
|
/external/quake/quake/src/QW/client/ |
vid.h | 36 pixel_t *buffer; // invisible buffer
member in struct:__anon14227 77 // flushes the given rectangles from the view buffer to the screen
|
vid_null.c | 34 vid.buffer = vid.conbuffer = vid_buffer;
|
/external/quake/quake/src/WinQuake/ |
vid.h | 36 pixel_t *buffer; // invisible buffer
member in struct:__anon14674 77 // flushes the given rectangles from the view buffer to the screen
|
vid_null.cpp | 53 vid.buffer = vid.conbuffer = vid_buffer;
|
/external/skia/include/effects/ |
Sk1DPathEffect.h | 63 SkPath1DPathEffect(SkFlattenableReadBuffer& buffer);
|
SkBlendImageFilter.h | 40 explicit SkBlendImageFilter(SkFlattenableReadBuffer& buffer);
|
SkColorMatrixFilter.h | 36 SkColorMatrixFilter(SkFlattenableReadBuffer& buffer);
|
SkDisplacementMapEffect.h | 42 explicit SkDisplacementMapEffect(SkFlattenableReadBuffer& buffer);
|
/external/skia/legacy/include/effects/ |
SkRectShape.h | 26 SkPaintShape(SkFlattenableReadBuffer& buffer);
|
/external/skia/legacy/src/core/ |
SkPixelRef.cpp | 69 SkPixelRef::SkPixelRef(SkFlattenableReadBuffer& buffer, SkBaseMutex* mutex) { 75 fIsImmutable = buffer.readBool(); 88 void SkPixelRef::flatten(SkFlattenableWriteBuffer& buffer) const { 89 buffer.writeBool(fIsImmutable);
|
/external/skia/src/gpu/ |
GrTexture.cpp | 42 GrPixelConfig config, void* buffer, 51 config, buffer, rowBytes, 56 GrPixelConfig config, const void* buffer, 65 config, buffer, rowBytes,
|
/external/skia/src/utils/win/ |
SkDWriteFontFileStream.cpp | 49 size_t SkDWriteFontFileStream::read(void* buffer, size_t size) { 52 if (NULL == buffer) { 77 memcpy(buffer, start, size); 94 memcpy(buffer, start, read);
|