/system/extras/perf2cfg/tests/ |
D | test_edit.py | 19 from perf2cfg import edit 45 editor = edit.CfgEditor(analyzer, input_stream, output_stream) 46 editor.edit()
|
/system/extras/perf2cfg/ |
D | perf2cfg.py | 29 from perf2cfg import edit 132 editor = edit.CfgEditor(analyzer, input_stream, output_stream, 134 editor.edit()
|
/system/core/libutils/binder/ |
D | SharedBuffer.h | 72 SharedBuffer* edit() const;
|
D | String16.cpp | 314 void* String16::edit() { in edit() function in android::String16 322 buf = SharedBuffer::bufferFromData(mString)->edit(); in edit() 388 SharedBuffer* buf = static_cast<SharedBuffer*>(edit()); in replaceAll()
|
D | SharedBuffer.cpp | 55 SharedBuffer* SharedBuffer::edit() const in edit() function in android::SharedBuffer
|
/system/sepolicy/tools/ |
D | finalize-vintf-resources.sh | 31 // Automatically generated file, do not edit!
|
/system/media/camera/docs/ |
D | session_characteristics_tags.mako | 22 * ! Do not edit this file directly !
|
D | extension_camera_metadata_tags.mako | 21 * ! Do not edit this file directly !
|
D | vndk_camera_metadata_tags.mako | 22 * ! Do not edit this file directly !
|
D | ndk_camera_metadata_asserts.mako | 19 * ! Do not edit this file directly !
|
D | camera_metadata_asserts.mako | 19 * ! Do not edit this file directly !
|
D | camera_metadata_tags.mako | 25 * ! Do not edit this file directly !
|
D | camera_metadata_tag_info.mako | 29 * ! Do not edit this file directly !
|
/system/apex/tests/testdata/apkinapex/com.android.apex.product.test/ |
D | Android.bp | 33 file_contexts: ":apex.test-file_contexts", // Default, please edit, see go/android-apex-howto
|
/system/apex/tests/testdata/apkinapex/com.android.apex.system_ext.test/ |
D | Android.bp | 33 file_contexts: ":apex.test-file_contexts", // Default, please edit, see go/android-apex-howto
|
/system/apex/tests/testdata/apkinapex/com.android.apex.system.test/ |
D | Android.bp | 33 file_contexts: ":apex.test-file_contexts", // Default, please edit, see go/android-apex-howto
|
/system/apex/tests/testdata/apkinapex/com.android.apex.vendor.test/ |
D | Android.bp | 33 file_contexts: ":apex.test-file_contexts", // Default, please edit, see go/android-apex-howto
|
/system/apex/tests/testdata/maxsdk/com.android.apex.maxsdk.test/ |
D | Android.bp | 33 file_contexts: ":apex.test-file_contexts", // Default, please edit, see go/android-apex-howto
|
/system/apex/tools/ |
D | create_apex_skeleton.sh | 115 file_contexts: ":apex.test-file_contexts", // Default, please edit, see go/android-apex-howto
|
/system/extras/ioshark/ |
D | README | 3 https://docs.google.com/a/google.com/document/d/1Bhq7iNPVc_JzwRrkmZqcPjMvWgpHX0r3Ncq-ZsRNOBA/edit?u…
|
/system/extras/simpleperf/ |
D | README.md | 57 Then manually edit `ChangeLog`.
|
/system/core/libutils/include/utils/ |
D | String16.h | 155 void* edit();
|
/system/apex/tests/testdata/sharedlibs/build/ |
D | build_artifacts.sh | 149 // Do NOT edit manually.
|
/system/core/libutils/binder/include/utils/ |
D | String16.h | 155 void* edit();
|
/system/extras/perf2cfg/perf2cfg/ |
D | edit.py | 130 def edit(self) -> None: member in CfgEditor
|