/aosp12/frameworks/base/libs/androidfw/tests/ |
H A D | TypeWrappers_test.cpp | 61 uint8_t* data = (uint8_t*)malloc(t.header.size); in createTypeData() local 79 ResTable_type* data = (ResTable_type*) createTypeData(); in TEST() local
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/binding/ |
H A D | BindingBase.java | 68 public abstract boolean isBound(final T data); in isBound() 78 public abstract void ensureBound(final T data); in ensureBound()
|
H A D | ImmutableBindingRef.java | 51 public boolean isBound(final T data) { in isBound() 61 public void ensureBound(final T data) { in ensureBound()
|
/aosp12/system/core/fs_mgr/libfs_avb/ |
H A D | sha.h | 34 void update(const uint8_t* data, size_t data_size) { in update() 54 void update(const uint8_t* data, size_t data_size) { in update()
|
/aosp12/frameworks/base/media/mca/filterfw/native/core/ |
H A D | native_frame.cpp | 30 bool NativeFrame::WriteData(const uint8_t* data, int offset, int size) { in WriteData() 38 bool NativeFrame::SetData(uint8_t* data, int size) { in SetData()
|
/aosp12/packages/services/Car/procfs-inspector/server/ |
H A D | server.cpp | 44 Parcel data, reply; in readProcessTable() local 57 const Parcel& data, Parcel* reply, uint32_t flags) { in onTransact()
|
/aosp12/system/memory/libmemunreachable/ |
H A D | LeakPipe.cpp | 29 unsigned int data = 0xfdfdfdfd; in SendFd() local 63 unsigned int data; in ReceiveFd() local
|
/aosp12/system/libbase/include/android-base/ |
H A D | cmsg.h | 67 ssize_t SendFileDescriptors(borrowed_fd sock, const void* data, size_t len, Args&&... sent_fds) { in SendFileDescriptors() 82 ssize_t ReceiveFileDescriptors(borrowed_fd sock, void* data, size_t len, Args&&... received_fds) { in ReceiveFileDescriptors()
|
/aosp12/system/bt/gd/common/ |
H A D | byte_array.h | 46 uint8_t* data() override { in data() function 50 const uint8_t* data() const override { in data() function
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
H A D | NinePatchChunk.java | 37 private static void readIntArray(int[] data, ByteBuffer buffer) { in readIntArray() 49 public static NinePatchChunk deserialize(byte[] data) { in deserialize()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/ |
H A D | ActivityResultInfo.java | 29 public final Intent data; field in ActivityResultInfo 31 public ActivityResultInfo(int requestCode, int resultCode, Intent data) { in ActivityResultInfo()
|
/aosp12/frameworks/av/services/camera/libcameraservice/fuzzer/ |
H A D | DepthProcessorFuzzer.cpp | 31 void generateDepth16Buffer(const uint8_t* data, size_t size, std::array<uint16_t, kTestBufferDepthS… in generateDepth16Buffer() 38 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { in LLVMFuzzerTestOneInput()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/sharedata/ |
H A D | share_data.cpp | 32 auto data = ShareData::shareDataMap_.find(id); in GetShareBufferById() local 42 auto data = ShareData::shareDataMap_.find(id); in ReleaseShareBufferById() local
|
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/ |
H A D | form_publish_interceptor_stub.cpp | 35 MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest() 53 int FormPublishInterceptorStub::HandleProcessPublishForm(MessageParcel &data, MessageParcel &reply) in HandleProcessPublishForm()
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | free_install_status_callback_stub.cpp | 26 int32_t FreeInstallStatusCallBackStub::OnInstallFinishedInner(MessageParcel &data, MessageParcel &r… in OnInstallFinishedInner() 41 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formerrors_fuzzer/ |
H A D | formerrors_fuzzer.cpp | 38 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() 48 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
|
/ohos5.0/foundation/ai/neural_network_runtime/test/fuzztest/hdinnrtdevice_fuzzer/ |
H A D | hdinnrtdevice_fuzzer.cpp | 30 bool HdiNnrtDeviceFuzzTest(const uint8_t* data, size_t size) in HdiNnrtDeviceFuzzTest() 59 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
|
/ohos5.0/foundation/ai/neural_network_runtime/test/fuzztest/hdinnrtpreparedmodel_fuzzer/ |
H A D | hdinnrtpreparedmodel_fuzzer.cpp | 30 bool HdiNnrtPreparedModelFuzzTest(const uint8_t* data, size_t size) in HdiNnrtPreparedModelFuzzTest() 59 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
|
/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpclientcbkstub_fuzzer/ |
H A D | dhcpclientcbkstub_fuzzer.cpp | 30 void OnGetSupportedFeaturesTest(const uint8_t* data, size_t size) in OnGetSupportedFeaturesTest() 45 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
|
/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpservercbkstub_fuzzer/ |
H A D | dhcpservercbkstub_fuzzer.cpp | 31 void OnGetSupportedFeaturesTest(const uint8_t* data, size_t size) in OnGetSupportedFeaturesTest() 46 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/getprocessrunninginfosbyuserid_fuzzer/ |
H A D | getprocessrunninginfosbyuserid_fuzzer.cpp | 39 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() 58 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/notifycontinuationresult_fuzzer/ |
H A D | notifycontinuationresult_fuzzer.cpp | 37 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() 54 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/registerapplicationstateobserver_fuzzer/ |
H A D | registerapplicationstateobserver_fuzzer.cpp | 35 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() 56 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/scheduleacceptwantdone_fuzzer/ |
H A D | scheduleacceptwantdone_fuzzer.cpp | 36 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() 67 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/setabilitycontroller_fuzzer/ |
H A D | setabilitycontroller_fuzzer.cpp | 41 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() 59 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
|