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

/system/core/libutils/
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...]
H A DSharedBuffer.cpp45 SharedBuffer* SharedBuffer::edit() const function in class:android::SharedBuffer
H A DBasicHashtable.cpp156 edit();
189 edit();
/system/core/sh/
H A DAndroid.mk44 p4 edit arith.c arith_lex.c arith.h builtins.h builtins.c
45 p4 edit init.c nodes.c nodes.h token.h
/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 DCameraCharacteristicsTest.mako19 * ! Do not edit this file directly !
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 150 milliseconds