HomeSort by relevance Sort by last modified time
    Searched defs:ExpandBuf (Results 1 - 4 of 4) sorted by null

  /art/runtime/jdwp/
jdwp_expand_buf.cc 37 struct ExpandBuf {
48 ExpandBuf* expandBufAlloc() {
49 ExpandBuf* newBuf = new ExpandBuf;
59 void expandBufFree(ExpandBuf* pBuf) {
71 uint8_t* expandBufGetBuffer(ExpandBuf* pBuf) {
78 size_t expandBufGetLength(ExpandBuf* pBuf) {
86 static void ensureSpace(ExpandBuf* pBuf, int newCount) {
106 uint8_t* expandBufAddSpace(ExpandBuf* pBuf, int gapSize) {
120 void expandBufAdd1(ExpandBuf* pBuf, uint8_t val)
    [all...]
  /external/pdfium/xfa/src/fdp/src/css/
fde_csssyntax.cpp 435 return ExpandBuf(iAllocSize);
444 if (!ExpandBuf(iMaxChars)) {
455 FX_BOOL CFDE_CSSTextBuf::ExpandBuf(int32_t iDesiredSize) {
  /external/pdfium/core/src/fxcrt/
fx_basic_buffer.cpp 52 ExpandBuf(size - m_DataSize);
54 void CFX_BinaryBuf::ExpandBuf(FX_STRSIZE add_size) {
84 ExpandBuf(size - m_DataSize);
93 ExpandBuf(size);
102 ExpandBuf(size);
113 ExpandBuf(count);
154 ExpandBuf(sizeof(FX_WCHAR));
173 ExpandBuf(len * sizeof(FX_WCHAR));
187 ExpandBuf(len * sizeof(FX_WCHAR));
  /dalvik/tools/hprof-conv/
HprofConv.c 111 } ExpandBuf;
114 * Create an ExpandBuf.
116 static ExpandBuf* ebAlloc(void)
120 ExpandBuf* newBuf = (ExpandBuf*) malloc(sizeof(ExpandBuf));
131 * Release the storage associated with an ExpandBuf.
133 static void ebFree(ExpandBuf* pBuf)
147 static inline unsigned char* ebGetBuffer(ExpandBuf* pBuf)
155 static inline size_t ebGetLength(ExpandBuf* pBuf
    [all...]

Completed in 452 milliseconds