/aosp12/bionic/libc/kernel/tools/ |
H A D | clean_header.py | 184 new_data = cleanupFile(dst_file, src_file, path) variable 201 new_data = cleanupFile(dst_file, src_file, path, no_update) variable
|
/aosp12/system/update_engine/payload_generator/ |
H A D | payload_file_unittest.cc | 71 string new_data; in TEST_F() local
|
H A D | delta_diff_utils.cc | 637 bool GenerateBestFullOperation(const brillo::Blob& new_data, in GenerateBestFullOperation() 729 brillo::Blob new_data; in ReadExtentsToDiff() local
|
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/ |
H A D | utility.h | 74 void* new_data = data_ ? std::realloc(data_, size) : std::malloc(size); in reserve() local
|
/aosp12/system/nvram/messages/include/nvram/messages/ |
H A D | vector.h | 101 ElementType* new_data = nullptr; in Resize() local
|
/aosp12/system/bt/osi/src/ |
H A D | array.cc | 100 void* new_data = realloc(is_moving ? NULL : array->data, in grow() local
|
/aosp12/system/core/fastboot/ |
H A D | vendor_boot_img_utils.cpp | 51 [[nodiscard]] Result<void> Replace(uint32_t old_num_bytes, const std::string& new_data) { in Replace() 54 [[nodiscard]] Result<void> Replace(uint32_t old_num_bytes, const void* new_data, in Replace()
|
/aosp12/art/openjdkjvmti/ |
H A D | transform.cc | 278 unsigned char* new_data = nullptr; in TransformSingleClassDirect() local
|
H A D | events-inl.h | 240 unsigned char* new_data = nullptr; in DispatchClassFileLoadHookEvent() local
|
/aosp12/frameworks/base/media/mca/filterfw/native/core/ |
H A D | value.cpp | 214 int SetMutableBufferValue(Value* value, const char* new_data, int size) { in SetMutableBufferValue()
|
/aosp12/bootable/recovery/tests/unit/ |
H A D | updater_test.cpp | 166 std::string new_data = in RunBlockImageUpdate() local 1157 std::string new_data = i + h + f; in GenerateTransferList() local
|
/aosp12/system/keymaster/android_keymaster/ |
H A D | authorization_set.cpp | 83 uint8_t* new_data = new (std::nothrow) uint8_t[length]; in reserve_indirect() local
|
/aosp12/art/test/ti-agent/ |
H A D | redefinition_helper.cc | 339 unsigned char* new_data; in CommonClassFileLoadHookRetransformable() local
|
/aosp12/system/core/fs_mgr/liblp/ |
H A D | io_test.cpp | 465 std::unique_ptr<char[]> new_data = std::make_unique<char[]>(blob.size()); in operator ()() local
|
/aosp12/bootable/recovery/updater/ |
H A D | blockimg.cpp | 1697 std::string_view new_data(new_data_fn->data); in PerformBlockImageUpdate() local
|
/aosp12/art/runtime/gc/space/ |
H A D | image_space.cc | 777 const uint8_t* new_data = new_space->Begin() + new_interns.Offset(); in RemoveInternTableDuplicates() local
|