Home
last modified time | relevance | path

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

/system/core/libutils/
DString16.cpp345 char16_t* edit = nullptr; in makeLower() local
349 if (!edit) { in makeLower()
350 SharedBuffer* buf = SharedBuffer::bufferFromData(mString)->edit(); in makeLower()
354 edit = (char16_t*)buf->data(); in makeLower()
355 mString = str = edit; in makeLower()
357 edit[i] = tolower((char)v); in makeLower()
367 char16_t* edit = nullptr; in replaceAll() local
370 if (!edit) { in replaceAll()
371 SharedBuffer* buf = SharedBuffer::bufferFromData(mString)->edit(); in replaceAll()
375 edit = (char16_t*)buf->data(); in replaceAll()
[all …]
DSharedBuffer.h72 SharedBuffer* edit() const;
DSharedBuffer.cpp54 SharedBuffer* SharedBuffer::edit() const in edit() function in android::SharedBuffer
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/
Dproguard-rules.pro4 # You can edit the include path and order by changing the proguardFiles
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/
Dproguard-rules.pro4 # You can edit the include path and order by changing the proguardFiles
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/
Dproguard-rules.pro4 # You can edit the include path and order by changing the proguardFiles
/system/tools/aidl/build/
Dapi_preamble.txt6 // try to edit this file. It looks like you are doing that because you have
/system/media/camera/docs/
Dcamera_metadata_tag_info.mako29 * ! Do not edit this file directly !
Dcamera_metadata_tags.mako25 * ! Do not edit this file directly !
Dhtml.mako19 <!-- automatically generated from html.mako. do NOT edit directly -->
/system/extras/ioshark/
DREADME3 https://docs.google.com/a/google.com/document/d/1Bhq7iNPVc_JzwRrkmZqcPjMvWgpHX0r3Ncq-ZsRNOBA/edit?u…
/system/bt/doc/
Dstyle_guide.md365 `git revert HEAD --no-edit`
407 ##### Remember to edit the commit message!