Searched defs:edit (Results 1 - 4 of 4) sorted by relevance

/system/core/libutils/
H A DSharedBuffer.cpp45 SharedBuffer* SharedBuffer::edit() const function in class:android::SharedBuffer
H A DString16.cpp349 char16_t* edit = NULL; local
353 if (!edit) {
354 SharedBuffer* buf = SharedBuffer::bufferFromData(mString)->edit();
358 edit = (char16_t*)buf->data();
359 mString = str = edit;
361 edit[i] = tolower((char)v);
371 char16_t* edit = NULL; local
374 if (!edit) {
375 SharedBuffer* buf = SharedBuffer::bufferFromData(mString)->edit();
379 edit
[all...]
/system/core/libpixelflinger/codeflinger/tinyutils/
H A DSharedBuffer.cpp47 SharedBuffer* SharedBuffer::edit() const function in class:android::tinyutils::SharedBuffer
/system/core/include/utils/
H A DBasicHashtable.h59 inline void edit() { function in class:android::BasicHashtableImpl
238 * index: The index of the entry to edit. Must be a valid index within
242 edit();

Completed in 82 milliseconds