Searched refs:str_append (Results 1 – 6 of 6) sorted by relevance
/external/skqp/tools/debugger/ |
D | SkDrawCommand.cpp | 201 static SkString* str_append(SkString* str, const SkRect& r) { in str_append() function 1125 writer.appendString(SKDEBUGCANVAS_ATTRIBUTE_SHORTDESC, str_append(&desc, fRect)->c_str()); in toJSON() 1190 str_append(&desc, fRect)->appendf(" %s", fKey.c_str()); in toJSON() 1262 writer.appendString(SKDEBUGCANVAS_ATTRIBUTE_SHORTDESC, str_append(&desc, fDst)->c_str()); in toJSON() 1336 writer.appendString(SKDEBUGCANVAS_ATTRIBUTE_SHORTDESC, str_append(&desc, fDst)->c_str()); in toJSON() 1430 writer.appendString(SKDEBUGCANVAS_ATTRIBUTE_SHORTDESC, str_append(&desc, fDst)->c_str()); in toJSON() 1477 writer.appendString(SKDEBUGCANVAS_ATTRIBUTE_SHORTDESC, str_append(&desc, fDst)->c_str()); in toJSON() 1830 writer.appendString(SKDEBUGCANVAS_ATTRIBUTE_SHORTDESC, str_append(&desc, bounds)->c_str()); in toJSON() 1899 writer.appendString(SKDEBUGCANVAS_ATTRIBUTE_SHORTDESC, str_append(&desc, fRect)->c_str()); in toJSON()
|
/external/skia/tools/debugger/ |
D | DrawCommand.cpp | 206 static SkString* str_append(SkString* str, const SkRect& r) { in str_append() function 1051 writer.appendString(DEBUGCANVAS_ATTRIBUTE_SHORTDESC, str_append(&desc, fRect)->c_str()); in toJSON() 1167 str_append(&desc, fRect)->appendf(" %s", fKey.c_str()); in toJSON() 1277 writer.appendString(DEBUGCANVAS_ATTRIBUTE_SHORTDESC, str_append(&desc, fDst)->c_str()); in toJSON() 1328 writer.appendString(DEBUGCANVAS_ATTRIBUTE_SHORTDESC, str_append(&desc, fDst)->c_str()); in toJSON() 1387 writer.appendString(DEBUGCANVAS_ATTRIBUTE_SHORTDESC, str_append(&desc, fDst)->c_str()); in toJSON() 1716 writer.appendString(DEBUGCANVAS_ATTRIBUTE_SHORTDESC, str_append(&desc, bounds)->c_str()); in toJSON() 1785 writer.appendString(DEBUGCANVAS_ATTRIBUTE_SHORTDESC, str_append(&desc, fRect)->c_str()); in toJSON()
|
/external/sqlite/dist/ |
D | sqlite3ext.h | 306 void (*str_append)(sqlite3_str*, const char *zIn, int N); member 616 #define sqlite3_str_append sqlite3_api->str_append
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3ext.h | 306 void (*str_append)(sqlite3_str*, const char *zIn, int N); member 616 #define sqlite3_str_append sqlite3_api->str_append
|
/external/sqlite/dist/orig/ |
D | sqlite3ext.h | 306 void (*str_append)(sqlite3_str*, const char *zIn, int N); member 616 #define sqlite3_str_append sqlite3_api->str_append
|
/external/strace/ |
D | ChangeLog | 50253 * file.c: Remove static str_append(). 50254 (sprint_open_modes): Use stpcpy() instead of str_append().
|