Home
last modified time | relevance | path

Searched defs:data (Results 20001 – 20025 of 50547) sorted by relevance

1...<<801802803804805806807808809810>>...2022

/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft-next/
H A Dinfinite-loop-detection.json27 "data": { "foo": 1 }, object
32 "data": { "foo": "a string" }, object
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/trackselection/
H A DFixedTrackSelection.java29 @Nullable private final Object data; field in FixedTrackSelection
56 TrackGroup group, int track, @Type int type, int reason, @Nullable Object data) { in FixedTrackSelection()
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/benches/
Dgraphmap.rs54 let data = test_nodes(); localVariable
76 let data = test_nodes(); in graphmap_parallel_bench() localVariable
/aosp_15_r20/external/ltp/testcases/network/can/cve/
H A Dcan_bcm01.c65 struct test_payload data = { in thread_run() local
95 struct bcm_msg_head data = { in run() local
/aosp_15_r20/bionic/libc/bionic/
H A Dandroid_crash_detail.cpp49 crash_detail_t* android_crash_detail_register(const void* name, size_t name_size, const void* data, in android_crash_detail_register()
111 void android_crash_detail_replace_data(crash_detail_t* crash_detail, const void* data, in android_crash_detail_replace_data()
/aosp_15_r20/system/chre/apps/spammer/
H A Dspammer.cc48 void messageSentEventFreeCallback(uint16_t eventType, void *data) { in messageSentEventFreeCallback()
65 void repeatedEventFreeCallback(uint16_t eventType, void *data) { in repeatedEventFreeCallback()
/aosp_15_r20/external/webrtc/modules/audio_processing/vad/
H A Dstandalone_vad_unittest.cc24 int16_t data[kLength10Ms] = {0}; in TEST() local
64 int16_t data[kDataLength] = {0}; in TEST() local
/aosp_15_r20/external/wpa_supplicant_8/src/crypto/
H A Dsha384-prf.c31 const u8 *data, size_t data_len, u8 *buf, size_t buf_len) in sha384_prf()
55 const u8 *data, size_t data_len, u8 *buf, in sha384_prf_bits()
H A Dsha512-prf.c31 const u8 *data, size_t data_len, u8 *buf, size_t buf_len) in sha512_prf()
55 const u8 *data, size_t data_len, u8 *buf, in sha512_prf_bits()
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/sentencepiece/
H A Doptimized_decoder_test.cc35 std::string* data) { in TFReadFileToString()
41 std::string* data) { in StdReadFileToString()
/aosp_15_r20/external/pigweed/pw_channel/
H A Dforwarding_channel.cc59 multibuf::MultiBuf&& data) PW_NO_LOCK_SAFETY_ANALYSIS { in DoStageWrite()
101 multibuf::MultiBuf&& data) PW_NO_LOCK_SAFETY_ANALYSIS { in DoStageWrite()
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
H A DCollectionSet.java19 private final Collection<E> data; field in CollectionSet
21 public CollectionSet(Collection<E> data) { in CollectionSet()
/aosp_15_r20/out/soong/.intermediates/external/jacoco/jacocoagent/android_common/turbine/
Djacocoagent.jar ... <init> (org.jacoco.core.data.ExecutionDataStore, org.jacoco.core.analysis ...
/aosp_15_r20/system/security/identity/
H A DUtil.cpp63 vector<uint8_t> data; in fileGetContents() local
83 bool fileSetContents(const string& path, const vector<uint8_t>& data) { in fileSetContents()
/aosp_15_r20/external/bcc/tools/
H A Dtcpaccept.py229 def print_ipv4_event(cpu, data, size): argument
245 def print_ipv6_event(cpu, data, size): argument
/aosp_15_r20/external/lmfit/lib/
H A Dlmcurve.c31 const double* par, const int m_dat, const void* data, double* fvec, in lmcurve_evaluate()
46 lmcurve_data_struct data = { t, y, f }; in lmcurve() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_cs_tpool.c36 lp_cs_tpool_worker(void *data) in lp_cs_tpool_worker()
131 lp_cs_tpool_task_func work, void *data, int num_iters) in lp_cs_tpool_queue_task()
/aosp_15_r20/cts/hostsidetests/backup/FullBackupOnly/src/
H A DFullBackupOnlyBackupAgent.java50 public void onBackup(ParcelFileDescriptor oldState, BackupDataOutput data, in onBackup()
65 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState) in onRestore()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ts/
H A DDvbSubtitleReader.java98 public void consume(ParsableByteArray data) { in consume()
118 private boolean checkNextByte(ParsableByteArray data, int expectedValue) { in checkNextByte()
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dcuda_allocator_test.cpp18 void dummy_free_0(void* data, size_t size, int device, void* stream) { in dummy_free_0()
21 void dummy_free_1(void* data, size_t size, int device, void* stream) { in dummy_free_1()
/aosp_15_r20/packages/modules/Bluetooth/system/btcore/fuzzer/
Dbtcore_property_fuzzer.cpp36 void BTCorePropertyFuzzer::process(const uint8_t* data, size_t size) { in process()
92 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/
H A DPolymorphicViaRefTypeTest.java52 TypeInfoAtomic data = new TypeInfoAtomic(); in testPolymorphicAtomicRefProperty() local
69 AtomicStringWrapper data = new AtomicStringWrapper("foo"); in testAtomicRefViaDefaultTyping() local
/aosp_15_r20/external/libcxx/test/std/language.support/support.exception/except.nested/
H A Dthrow_with_nested.pass.cpp27 explicit A(int data) : data_(data) {} in A()
37 explicit B(int data) : data_(data) {} in B()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dtss.hpp37 static void default_deleter(T* data) in default_deleter()
42 static void cleanup_caller(detail::thread::cleanup_func_t cleanup_function,void* data) in cleanup_caller()
/aosp_15_r20/external/tensorflow/tensorflow/security/fuzzing/op_fuzzing/
H A Dfuzz_session.h125 int Fuzz(const uint8_t* data, size_t size) { in Fuzz()
145 void FuzzImpl(const uint8_t* data, size_t size) final { in FuzzImpl()

1...<<801802803804805806807808809810>>...2022