Searched refs:edit (Results 1 - 10 of 10) sorted by relevance

/system/core/libutils/
H A DString16.cpp346 char16_t* edit = NULL; local
350 if (!edit) {
351 SharedBuffer* buf = SharedBuffer::bufferFromData(mString)->edit();
355 edit = (char16_t*)buf->data();
356 mString = str = edit;
358 edit[i] = tolower((char)v);
368 char16_t* edit = NULL; local
371 if (!edit) {
372 SharedBuffer* buf = SharedBuffer::bufferFromData(mString)->edit();
376 edit
[all...]
H A DSharedBuffer.cpp45 SharedBuffer* SharedBuffer::edit() const function in class:android::SharedBuffer
H A DBasicHashtable.cpp156 edit();
189 edit();
/system/core/include/utils/
H A DSharedBuffer.h66 //! edit the buffer (get a writtable, or non-const, version of it)
67 SharedBuffer* edit() const;
69 //! edit the buffer, resizing if needed
72 //! like edit() but fails if a copy is required
75 //! resize and edit the buffer, loose it's content.
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();
/system/core/libpixelflinger/codeflinger/tinyutils/
H A DSharedBuffer.h70 //! edit the buffer (get a writtable, or non-const, version of it)
71 SharedBuffer* edit() const;
73 //! edit the buffer, resizing if needed
76 //! like edit() but fails if a copy is required
79 //! resize and edit the buffer, loose it's content.
H A DSharedBuffer.cpp47 SharedBuffer* SharedBuffer::edit() const function in class:android::tinyutils::SharedBuffer
/system/media/camera/docs/
H A Dcamera_metadata_tag_info.mako29 * ! Do not edit this file directly !
H A Dcamera_metadata_tags.mako25 * ! Do not edit this file directly !
H A Dhtml.mako19 <!-- automatically generated from html.mako. do NOT edit directly -->

Completed in 92 milliseconds