/external/ppp/pppd/plugins/radius/ |
clientid.c | 36 char buffer[1024]; local 50 while (fgets(buffer, sizeof(buffer), mapfd) != NULL) 54 q = buffer;
|
/external/ppp/pppd/ |
sha1.h | 22 unsigned char buffer[64]; member in struct:__anon12805
|
/external/protobuf/gtest/xcode/Samples/FrameworkSample/ |
widget.h | 53 void GetCharPtrValue(char* buffer, size_t max_size) const;
|
/external/skia/emoji/ |
GmojiMaker.cpp | 53 char buffer[10000]; local 64 if (fgets(buffer, sizeof(buffer), file) == 0) { 72 int value = hexchar_to_int(buffer[i]);
|
/external/skia/include/animator/ |
SkAnimatorView.h | 24 bool decodeMemory(const void* buffer, size_t size);
|
/external/skia/include/effects/ |
SkBitmapSource.h | 21 explicit SkBitmapSource(SkFlattenableReadBuffer& buffer);
|
/external/skia/legacy/emoji/ |
GmojiMaker.cpp | 53 char buffer[10000]; local 64 if (fgets(buffer, sizeof(buffer), file) == 0) { 72 int value = hexchar_to_int(buffer[i]);
|
/external/skia/legacy/include/animator/ |
SkAnimatorView.h | 24 bool decodeMemory(const void* buffer, size_t size);
|
/external/skia/legacy/include/ports/ |
SkStream_Win.h | 36 virtual size_t read(void* buffer, size_t size);
|
/external/skia/legacy/src/images/ |
SkFDStream.cpp | 36 size_t SkFDStream::read(void* buffer, size_t size) { 38 if (buffer == NULL && size == 0) { // request total size 61 } else if (NULL == buffer) { // skip 79 ssize_t actual = ::read(fFD, buffer, size);
|
/external/skia/legacy/src/ports/ |
SkXMLParser_tinyxml.cpp | 63 SkAutoMalloc buffer(size + 1); 64 char* buf = (char*)buffer.get(); 74 SkAutoMalloc buffer(len + 1); 75 char* buf = (char*)buffer.get();
|
/external/skia/src/image/ |
SkDataPixelRef.h | 26 SkDataPixelRef(SkFlattenableReadBuffer& buffer);
|
/external/skia/src/images/ |
SkFDStream.cpp | 36 size_t SkFDStream::read(void* buffer, size_t size) { 38 if (buffer == NULL && size == 0) { // request total size 61 } else if (NULL == buffer) { // skip 79 ssize_t actual = ::read(fFD, buffer, size);
|
/external/skia/src/ports/ |
SkXMLParser_tinyxml.cpp | 63 SkAutoMalloc buffer(size + 1); 64 char* buf = (char*)buffer.get(); 74 SkAutoMalloc buffer(len + 1); 75 char* buf = (char*)buffer.get();
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/ |
Instruction11x.java | 52 private Instruction11x(Opcode opcode, byte[] buffer, int bufferIndex) { 55 this.regA = (byte)NumberUtils.decodeUnsignedByte(buffer[bufferIndex + 1]); 72 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { 73 return new Instruction11x(opcode, buffer, bufferIndex);
|
/external/webkit/Source/WebCore/platform/audio/ |
SincResampler.h | 49 // where the entire input buffer is not all available. 53 void consumeSource(float* buffer, unsigned numberOfSourceFrames); 63 // m_virtualSourceIndex is an index on the source input buffer with sub-sample precision. 67 // This is the number of destination frames we generate per processing pass on the buffer. 70 // Source is copied into this buffer for each processing pass.
|
/external/webkit/Source/WebCore/platform/graphics/android/fonts/ |
FontCustomPlatformData.cpp | 61 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer* buffer) 65 SkStream* stream = new SkMemoryStream(buffer->data(), buffer->size(), true); 71 buffer->size());
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
ImageSourceCG.h | 39 size_t sharedBufferGetBytesAtPosition(void* info, void* buffer, off_t position, size_t count);
|
/external/webkit/Source/WebCore/platform/graphics/gtk/ |
ImageBufferGtk.cpp | 52 GOwnPtr<gchar> buffer(0); 58 success = gdk_pixbuf_save_to_buffer(pixbuf.get(), &buffer.outPtr(), &bufferSize, 61 success = gdk_pixbuf_save_to_buffer(pixbuf.get(), &buffer.outPtr(), &bufferSize, type.utf8().data(), &error, NULL); 68 base64Encode(reinterpret_cast<const char*>(buffer.get()), bufferSize, out);
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
FontCustomPlatformData.cpp | 39 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer* buffer)
|
/external/webkit/Source/WebCore/platform/graphics/pango/ |
FontCustomPlatformDataPango.cpp | 43 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer* buffer)
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
FontCustomPlatformData.cpp | 108 size_t read(void* buffer, size_t count); 120 size_t EOTStream::read(void* buffer, size_t count) 125 memcpy(buffer, m_eotHeader.data() + m_offset, bytesFromHeader); 135 memcpy(buffer, m_fontData->data() + m_offset, bytesFromData); 140 memcpy(reinterpret_cast<char*>(buffer) + dstOffset, m_fontData->data() + m_overlaySrc + srcOffset, bytesToCopy); 148 static unsigned long WINAPIV readEmbedProc(void* stream, void* buffer, unsigned long length) 150 return static_cast<EOTStream*>(stream)->read(buffer, length); 165 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer* buffer) 167 ASSERT_ARG(buffer, buffer); [all...] |
/external/webkit/Source/WebCore/platform/graphics/wx/ |
FontCustomPlatformData.cpp | 39 FontCustomPlatformData* createFontCustomPlatformData(SharedBuffer* buffer)
|
/external/webkit/Source/WebCore/platform/network/win/ |
CookieJarWin.cpp | 58 Vector<UChar> buffer(count); 59 if (!InternetGetCookie(str.charactersWithNullTermination(), 0, buffer.data(), &count)) 62 buffer.shrink(count - 1); // Ignore the null terminator. 63 return String::adopt(buffer);
|
/external/webkit/Source/WebKit/chromium/src/ |
WebData.cpp | 79 WebData::WebData(const PassRefPtr<SharedBuffer>& buffer) 80 : m_private(static_cast<WebDataPrivate*>(buffer.releaseRef())) 84 WebData& WebData::operator=(const PassRefPtr<SharedBuffer>& buffer) 86 assign(static_cast<WebDataPrivate*>(buffer.releaseRef()));
|