Home
last modified time | relevance | path

Searched defs:data (Results 4376 – 4400 of 16504) sorted by relevance

1...<<171172173174175176177178179180>>...661

/aosp12/frameworks/base/libs/androidfw/tests/
H A DTypeWrappers_test.cpp61 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 DBindingBase.java68 public abstract boolean isBound(final T data); in isBound()
78 public abstract void ensureBound(final T data); in ensureBound()
H A DImmutableBindingRef.java51 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 Dsha.h34 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 Dnative_frame.cpp30 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 Dserver.cpp44 Parcel data, reply; in readProcessTable() local
57 const Parcel& data, Parcel* reply, uint32_t flags) { in onTransact()
/aosp12/system/memory/libmemunreachable/
H A DLeakPipe.cpp29 unsigned int data = 0xfdfdfdfd; in SendFd() local
63 unsigned int data; in ReceiveFd() local
/aosp12/system/libbase/include/android-base/
H A Dcmsg.h67 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 Dbyte_array.h46 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 DNinePatchChunk.java37 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 DActivityResultInfo.java29 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 DDepthProcessorFuzzer.cpp31 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 Dshare_data.cpp32 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 Dform_publish_interceptor_stub.cpp35 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 Dfree_install_status_callback_stub.cpp26 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 Dformerrors_fuzzer.cpp38 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 Dhdinnrtdevice_fuzzer.cpp30 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 Dhdinnrtpreparedmodel_fuzzer.cpp30 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 Ddhcpclientcbkstub_fuzzer.cpp30 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 Ddhcpservercbkstub_fuzzer.cpp31 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 Dgetprocessrunninginfosbyuserid_fuzzer.cpp39 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 Dnotifycontinuationresult_fuzzer.cpp37 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 Dregisterapplicationstateobserver_fuzzer.cpp35 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 Dscheduleacceptwantdone_fuzzer.cpp36 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 Dsetabilitycontroller_fuzzer.cpp41 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI()
59 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()

1...<<171172173174175176177178179180>>...661