Home
last modified time | relevance | path

Searched defs:data (Results 901 – 925 of 50547) sorted by relevance

1...<<31323334353637383940>>...2022

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/data_element/
Dtests.rs49 let data = [0x51, 0x01, 0x02, 0x03, 0x04, 0x05, 0xFF, 0xFF]; in parse_de_with_1_byte_header() localVariable
68 let data = [0x85, 0x10, 0x01, 0x02, 0x03, 0x04, 0x05, 0xFF, 0xFF]; in parse_de_with_2_byte_header() localVariable
87 let data = [0x85, 0xC1, 0x41, 0x01, 0x02, 0x03, 0x04, 0x05, 0xFF, 0xFF]; in parse_de_with_3_byte_header() localVariable
106 let data = [0x51, 0xFF, 0xFF]; in parse_de_header_1_byte() localVariable
122 let data = [0x88, 0x01]; in parse_de_header_2_bytes() localVariable
138 let data = [0x83, 0xC1, 0x41, 0xFF, 0xFF]; in parse_de_header_3_bytes() localVariable
154 let data = [0x83, 0xC1, 0xC1, 0x41, 0xFF, 0xFF]; in parse_de_header_4_bytes() localVariable
175 let data = [0x80, 0x8F, 0xFF, 0xFF, 0xFF, 0x7F]; in parse_de_header_max_length_extension() localVariable
202 let data = [0x80, 0x8F, 0xFF, 0xFF, 0xFF, 0xFF]; in parse_de_header_over_max_length_extension() localVariable
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/
H A DPrimitiveIteratorTest.java92 final int[] data = new int[] { 1, 2, 4, 5 }; in testIntIterator_forEachRemaining_Consumer() local
109 final int[] data = new int[] { 1, 2, 4, 5 }; in testIntIterator_forEachRemaining_boxedConsumer() local
133 final int[] data = new int[] { 1 }; in testIntIterator_forEachRemaining_boxedNext() local
139 final long[] data = new long[] { 1, 2, 4, 5 }; in testLongIterator_forEachRemaining_Consumer() local
156 final long[] data = new long[] { 1, 2, 4, 5 }; in testLongIterator_forEachRemaining_boxedConsumer() local
180 final long[] data = new long[] { 1L }; in testLongIterator_forEachRemaining_boxedNext() local
186 final double[] data = new double[] { 1, 2, 4, 5 }; in testDoubleIterator_forEachRemaining_Consumer() local
203 final double[] data = new double[] { 1, 2, 4, 5 }; in testDoubleIterator_forEachRemaining_boxedConsumer() local
227 final double[] data = new double[] { 1.0 }; in testDoubleIterator_forEachRemaining_boxedNext() local
/aosp_15_r20/external/arm-optimized-routines/pl/math/
H A Dsv_exp10f_1u5.c18 static const struct data struct
22 } data = { argument
H A Dv_expm1f_1u6.c13 static const struct data struct
24 } data = { variable
H A Dsv_sinf_1u9.c12 static const struct data struct
19 } data = { argument
H A Dv_hypot_1u5.c13 static const struct data struct
16 } data = { variable
21 static const struct data struct
25 } data = { argument
H A Dv_hypotf_1u5.c13 static const struct data struct
16 } data = { argument
21 static const struct data struct
25 } data = { argument
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/
Ddevices_test.cc812 bool TestGroupAseConfigurationVerdict(const TestGroupAseConfigurationData& data, in TestGroupAseConfigurationVerdict()
875 TestGroupAseConfigurationData* data, uint8_t data_size, in TestSingleAseConfiguration()
923 TestGroupAseConfigurationData* data, uint8_t data_size, in TestGroupAseVendorConfiguration()
964 TestGroupAseConfigurationData* data, uint8_t data_size, in TestGroupAseConfiguration()
1315 TestGroupAseConfigurationData data[] = {{device, kLeAudioCodecChannelCountSingleChannel, in TestSingleDevDualBidir() local
1383 TestGroupAseConfigurationData data[] = {{left, kLeAudioCodecChannelCountSingleChannel, in TestDualDevDualBidir() local
1564 TestGroupAseConfigurationData data({mono_speaker, kLeAudioCodecChannelCountSingleChannel, in TEST_P() local
1579 TestGroupAseConfigurationData data({mono_speaker, kLeAudioCodecChannelCountSingleChannel, in TEST_P() local
1594 TestGroupAseConfigurationData data({mono_speaker, kLeAudioCodecChannelCountSingleChannel, in TEST_P() local
1608 TestGroupAseConfigurationData data({banded_headphones, kLeAudioCodecChannelCountTwoChannel, in TEST_P() local
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/frontends/wgl/
H A Dstw_tls.c89 struct stw_tls_data *data; in stw_tls_init() local
117 struct stw_tls_data *data; in stw_tls_data_create() local
157 stw_tls_data_destroy(struct stw_tls_data *data) in stw_tls_data_destroy()
181 struct stw_tls_data *data; in stw_tls_init_thread() local
200 struct stw_tls_data *data; in stw_tls_cleanup_thread() local
228 struct stw_tls_data * data = g_pendingTlsData; in stw_tls_cleanup() local
248 struct stw_tls_data *data = NULL; in stw_tls_lookup_pending_data() local
272 struct stw_tls_data *data; in stw_tls_get_data() local
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dqueue_unittest.cc102 std::unique_ptr<std::string> data = std::move(buffer_.front()); in EnqueueCallbackForTest() local
168 std::unique_ptr<std::string> data = queue_->TryDequeue(); in DequeueCallbackForTest() local
219 std::unique_ptr<std::string> data = std::make_unique<std::string>(std::to_string(i)); in TEST_F() local
262 std::unique_ptr<std::string> data = std::make_unique<std::string>(std::to_string(i)); in TEST_F() local
275 std::unique_ptr<std::string> data = std::make_unique<std::string>(std::to_string(i)); in TEST_F() local
298 std::unique_ptr<std::string> data = std::make_unique<std::string>(std::to_string(i)); in TEST_F() local
332 std::unique_ptr<std::string> data = std::make_unique<std::string>(std::to_string(i)); in TEST_F() local
345 std::unique_ptr<std::string> data = std::make_unique<std::string>(std::to_string(i)); in TEST_F() local
369 std::unique_ptr<std::string> data = std::make_unique<std::string>(std::to_string(i)); in TEST_F() local
405 std::unique_ptr<std::string> data = std::make_unique<std::string>(std::to_string(i)); in TEST_F() local
[all …]
/aosp_15_r20/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp185 int SystemComm::sendToSystem(const void *data, size_t len, uint32_t transactionId) in sendToSystem()
237 char data[MAX_RX_PACKET]; in setup() local
314 char data[MAX_RX_PACKET]; in setup() local
448 char data[MAX_RX_PACKET]; in setupMgmt() local
508 char data[MAX_RX_PACKET]; in handleTransfer() local
582 char data[MAX_RX_PACKET]; in handleStopTransfer() local
610 char data[MAX_RX_PACKET]; in handleQueryStart() local
627 char data[MAX_RX_PACKET]; in handleQueryStart() local
658 char data[MAX_RX_PACKET]; in handleStart() local
681 char data[MAX_RX_PACKET]; in handleFinish() local
[all …]
/aosp_15_r20/external/curl/lib/vtls/
H A Dsectransp.c267 struct Curl_easy *data = CF_DATA_CURRENT(cf); in sectransp_bio_cf_in_read() local
307 struct Curl_easy *data = CF_DATA_CURRENT(cf); in sectransp_bio_cf_out_write() local
396 static CURLcode CopyCertSubject(struct Curl_easy *data, in CopyCertSubject()
722 sectransp_set_ssl_version_min_max(struct Curl_easy *data, in sectransp_set_ssl_version_min_max()
906 static CURLcode sectransp_set_default_ciphers(struct Curl_easy *data, in sectransp_set_default_ciphers()
949 static CURLcode sectransp_set_selected_ciphers(struct Curl_easy *data, in sectransp_set_selected_ciphers()
1031 struct Curl_easy *data)
1479 static CURLcode append_cert_to_array(struct Curl_easy *data,
1521 struct Curl_easy *data,
1652 struct Curl_easy *data, const char *cafile,
[all …]
/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_basic_stream_adapters_test.cc166 StaticSocketDataProvider data; in TEST_F() local
183 StaticSocketDataProvider data; in TEST_F() local
203 StaticSocketDataProvider data(reads, base::span<MockWrite>()); in TEST_F() local
234 StaticSocketDataProvider data(reads, base::span<MockWrite>()); in TEST_F() local
273 StaticSocketDataProvider data(base::span<MockRead>(), writes); in TEST_F() local
307 StaticSocketDataProvider data(reads, writes); in TEST_F() local
378 void AddSocketData(SocketDataProvider* data) { in AddSocketData()
413 SequencedSocketData data(reads, base::span<MockWrite>()); in TEST_F() local
447 SequencedSocketData data(reads, writes); in TEST_F() local
487 SequencedSocketData data(reads, writes); in TEST_F() local
[all …]
/aosp_15_r20/external/igt-gpu-tools/tests/
H A Dkms_dp_dsc.c76 static bool is_dp_dsc_supported(data_t *data) in is_dp_dsc_supported()
90 static bool is_dp_fec_supported(data_t *data) in is_dp_fec_supported()
102 static bool is_dp_dsc_enabled(data_t *data) in is_dp_dsc_enabled()
114 static void force_dp_dsc_enable(data_t *data) in force_dp_dsc_enable()
126 static bool is_force_dsc_enabled(data_t *data) in is_force_dsc_enabled()
138 static void save_force_dsc_en(data_t *data) in save_force_dsc_en()
162 static void test_cleanup(data_t *data) in test_cleanup()
185 static void update_display(data_t *data, enum dsc_test_type test_type) in update_display()
239 static void run_test(data_t *data, igt_output_t *output, in run_test()
257 data_t data = {}; variable
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/
Dleb128.h32 static inline bool DecodeLeb128Helper(const uint8_t** data, in DecodeLeb128Helper()
68 static inline T DecodeUnsignedLeb128(const uint8_t** data) { in DecodeUnsignedLeb128()
76 static inline bool DecodeUnsignedLeb128Checked(const uint8_t** data, const void* end, T* out) { in DecodeUnsignedLeb128Checked()
81 static inline uint32_t DecodeUnsignedLeb128WithoutMovingCursor(const uint8_t* data) { in DecodeUnsignedLeb128WithoutMovingCursor()
89 static inline int32_t DecodeUnsignedLeb128P1(const uint8_t** data) { in DecodeUnsignedLeb128P1()
94 static inline T DecodeSignedLeb128(const uint8_t** data) { in DecodeSignedLeb128()
102 static inline bool DecodeSignedLeb128Checked(const uint8_t** data, const void* end, T* out) { in DecodeSignedLeb128Checked()
108 static inline uint32_t UnsignedLeb128Size(uint64_t data) { in UnsignedLeb128Size()
146 static inline uint32_t SignedLeb128Size(int64_t data) { in SignedLeb128Size()
223 explicit Leb128Encoder(Vector* data) : data_(data) { in Leb128Encoder()
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/
Dleb128.h32 static inline bool DecodeLeb128Helper(const uint8_t** data, in DecodeLeb128Helper()
68 static inline T DecodeUnsignedLeb128(const uint8_t** data) { in DecodeUnsignedLeb128()
76 static inline bool DecodeUnsignedLeb128Checked(const uint8_t** data, const void* end, T* out) { in DecodeUnsignedLeb128Checked()
81 static inline uint32_t DecodeUnsignedLeb128WithoutMovingCursor(const uint8_t* data) { in DecodeUnsignedLeb128WithoutMovingCursor()
89 static inline int32_t DecodeUnsignedLeb128P1(const uint8_t** data) { in DecodeUnsignedLeb128P1()
94 static inline T DecodeSignedLeb128(const uint8_t** data) { in DecodeSignedLeb128()
102 static inline bool DecodeSignedLeb128Checked(const uint8_t** data, const void* end, T* out) { in DecodeSignedLeb128Checked()
108 static inline uint32_t UnsignedLeb128Size(uint64_t data) { in UnsignedLeb128Size()
146 static inline uint32_t SignedLeb128Size(int64_t data) { in SignedLeb128Size()
223 explicit Leb128Encoder(Vector* data) : data_(data) { in Leb128Encoder()
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/
Dleb128.h32 static inline bool DecodeLeb128Helper(const uint8_t** data, in DecodeLeb128Helper()
68 static inline T DecodeUnsignedLeb128(const uint8_t** data) { in DecodeUnsignedLeb128()
76 static inline bool DecodeUnsignedLeb128Checked(const uint8_t** data, const void* end, T* out) { in DecodeUnsignedLeb128Checked()
81 static inline uint32_t DecodeUnsignedLeb128WithoutMovingCursor(const uint8_t* data) { in DecodeUnsignedLeb128WithoutMovingCursor()
89 static inline int32_t DecodeUnsignedLeb128P1(const uint8_t** data) { in DecodeUnsignedLeb128P1()
94 static inline T DecodeSignedLeb128(const uint8_t** data) { in DecodeSignedLeb128()
102 static inline bool DecodeSignedLeb128Checked(const uint8_t** data, const void* end, T* out) { in DecodeSignedLeb128Checked()
108 static inline uint32_t UnsignedLeb128Size(uint64_t data) { in UnsignedLeb128Size()
146 static inline uint32_t SignedLeb128Size(int64_t data) { in SignedLeb128Size()
223 explicit Leb128Encoder(Vector* data) : data_(data) { in Leb128Encoder()
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/
Dleb128.h32 static inline bool DecodeLeb128Helper(const uint8_t** data, in DecodeLeb128Helper()
68 static inline T DecodeUnsignedLeb128(const uint8_t** data) { in DecodeUnsignedLeb128()
76 static inline bool DecodeUnsignedLeb128Checked(const uint8_t** data, const void* end, T* out) { in DecodeUnsignedLeb128Checked()
81 static inline uint32_t DecodeUnsignedLeb128WithoutMovingCursor(const uint8_t* data) { in DecodeUnsignedLeb128WithoutMovingCursor()
89 static inline int32_t DecodeUnsignedLeb128P1(const uint8_t** data) { in DecodeUnsignedLeb128P1()
94 static inline T DecodeSignedLeb128(const uint8_t** data) { in DecodeSignedLeb128()
102 static inline bool DecodeSignedLeb128Checked(const uint8_t** data, const void* end, T* out) { in DecodeSignedLeb128Checked()
108 static inline uint32_t UnsignedLeb128Size(uint64_t data) { in UnsignedLeb128Size()
146 static inline uint32_t SignedLeb128Size(int64_t data) { in SignedLeb128Size()
223 explicit Leb128Encoder(Vector* data) : data_(data) { in Leb128Encoder()
/aosp_15_r20/art/libartbase/base/
H A Dleb128.h32 static inline bool DecodeLeb128Helper(const uint8_t** data, in DecodeLeb128Helper()
68 static inline T DecodeUnsignedLeb128(const uint8_t** data) { in DecodeUnsignedLeb128()
76 static inline bool DecodeUnsignedLeb128Checked(const uint8_t** data, const void* end, T* out) { in DecodeUnsignedLeb128Checked()
81 static inline uint32_t DecodeUnsignedLeb128WithoutMovingCursor(const uint8_t* data) { in DecodeUnsignedLeb128WithoutMovingCursor()
89 static inline int32_t DecodeUnsignedLeb128P1(const uint8_t** data) { in DecodeUnsignedLeb128P1()
94 static inline T DecodeSignedLeb128(const uint8_t** data) { in DecodeSignedLeb128()
102 static inline bool DecodeSignedLeb128Checked(const uint8_t** data, const void* end, T* out) { in DecodeSignedLeb128Checked()
108 static inline uint32_t UnsignedLeb128Size(uint64_t data) { in UnsignedLeb128Size()
146 static inline uint32_t SignedLeb128Size(int64_t data) { in SignedLeb128Size()
223 explicit Leb128Encoder(Vector* data) : data_(data) { in Leb128Encoder()
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/
H A DTemplateRenderer.java41 void render(String templateName, Data data, Appendable output, ResourceLoader resourceLoader) in render()
48 void render(String templateName, Data data, Appendable output) throws IOException, in render()
55 String render(String templateName, Data data) throws IOException, JSilverException; in render()
68 void render(Template template, Data data, Appendable output, ResourceLoader resourceLoader) in render()
75 void render(Template template, Data data, Appendable output) throws IOException, JSilverException; in render()
81 String render(Template template, Data data) throws IOException, JSilverException; in render()
93 void renderFromContent(String content, Data data, Appendable output) throws IOException, in renderFromContent()
100 String renderFromContent(String content, Data data) throws IOException, JSilverException; in renderFromContent()
/aosp_15_r20/external/ublksrv/nbd/
H A Dtgt_nbd.cpp101 const struct ublk_io_data *data) in is_recv_io()
108 const struct ublk_io_data *data, in nbd_cmd_handle()
127 const struct ublk_io_data *data, in __nbd_build_req()
149 const struct ublk_io_data *data, in nbd_queue_req()
212 const struct ublk_io_data *data, struct ublk_io_tgt *io) in __nbd_handle_io_async()
271 const struct ublk_io_data *data; in nbd_handle_recv_reply() local
360 static void __nbd_resume_read_req(const struct ublk_io_data *data, in __nbd_resume_read_req()
447 const struct ublk_io_data *data, struct ublk_io_tgt *io) in __nbd_handle_recv()
510 const struct ublk_io_data *data) in nbd_handle_io_async()
533 const struct ublk_io_data *data, in nbd_send_req_done()
[all …]
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/format/
H A DRelativeDateTimeFormatterTest.java35 Object[][] data = { in TestRelativeDateWithQuantity() local
104 Object[][] data = { in TestRelativeDateWithQuantityCaps() local
179 Object[][] data = { in TestRelativeDateWithQuantityShort() local
254 Object[][] data = { in TestRelativeDateWithQuantityNarrow() local
331 Object[][] data = { in TestRelativeDateWithQuantitySr() local
346 Object[][] data = { in TestRelativeDateWithQuantitySrFallback() local
365 Object[][] data = { in TestRelativeDateWithoutQuantity() local
435 Object[][] data = { in TestRelativeDateWithoutQuantityCaps() local
509 Object[][] data = { in TestRelativeDateWithoutQuantityShort() local
587 Object[][] data = { in TestRelativeDateWithoutQuantityNarrow() local
[all …]
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/
H A Dbgscan_learn.c89 struct bgscan_learn_data *data, const u8 *bssid) in bgscan_learn_get_bss()
101 static int bgscan_learn_load(struct bgscan_learn_data *data) in bgscan_learn_load()
161 static void bgscan_learn_save(struct bgscan_learn_data *data) in bgscan_learn_save()
211 static int * bgscan_learn_get_freqs(struct bgscan_learn_data *data, in bgscan_learn_get_freqs()
235 static int * bgscan_learn_get_probe_freq(struct bgscan_learn_data *data, in bgscan_learn_get_probe_freq()
272 struct bgscan_learn_data *data = eloop_ctx; in bgscan_learn_timeout() local
323 static int bgscan_learn_get_params(struct bgscan_learn_data *data, in bgscan_learn_get_params()
389 struct bgscan_learn_data *data; in bgscan_learn_init() local
451 struct bgscan_learn_data *data = priv; in bgscan_learn_deinit() local
469 static int bgscan_learn_bss_match(struct bgscan_learn_data *data, in bgscan_learn_bss_match()
[all …]
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DRelativeDateTimeFormatterTest.java38 Object[][] data = { in TestRelativeDateWithQuantity() local
107 Object[][] data = { in TestRelativeDateWithQuantityCaps() local
182 Object[][] data = { in TestRelativeDateWithQuantityShort() local
257 Object[][] data = { in TestRelativeDateWithQuantityNarrow() local
334 Object[][] data = { in TestRelativeDateWithQuantitySr() local
349 Object[][] data = { in TestRelativeDateWithQuantitySrFallback() local
368 Object[][] data = { in TestRelativeDateWithoutQuantity() local
438 Object[][] data = { in TestRelativeDateWithoutQuantityCaps() local
512 Object[][] data = { in TestRelativeDateWithoutQuantityShort() local
590 Object[][] data = { in TestRelativeDateWithoutQuantityNarrow() local
[all …]
/aosp_15_r20/external/cronet/base/
H A Dpickle.cc199 bool PickleIterator::ReadData(const char** data, size_t* length) { in ReadData()
219 bool PickleIterator::ReadBytes(const char** data, size_t length) { in ReadBytes()
255 Pickle Pickle::WithData(span<const uint8_t> data) { in WithData()
263 Pickle Pickle::WithUnownedBuffer(span<const uint8_t> data) { in WithUnownedBuffer()
269 Pickle::Pickle(UnownedData, span<const uint8_t> data) in Pickle()
339 void Pickle::WriteData(const char* data, size_t length) { in WriteData()
343 void Pickle::WriteData(std::string_view data) { in WriteData()
347 void Pickle::WriteData(base::span<const uint8_t> data) { in WriteData()
352 void Pickle::WriteBytes(const void* data, size_t length) { in WriteBytes()
356 void Pickle::WriteBytes(span<const uint8_t> data) { in WriteBytes()
[all …]

1...<<31323334353637383940>>...2022