Searched refs:data (Results 151 - 175 of 178) sorted by relevance

12345678

/bionic/tests/
H A Dgtest_main.cpp1147 if (EnumerateTests(argc, arg_list.data(), testcase_list) == false) {
1150 bool all_test_passed = RunTestInSeparateProc(argc, arg_list.data(), testcase_list,
1156 testing::InitGoogleTest(&argc, arg_list.data());
H A Dstring_test.cpp688 // Choose a random amount of data to copy.
706 // Verify ptr2 contains the expected data.
725 // Choose a random amount of data to copy.
743 // Verify ptr2 contains the expected data.
1446 memcpy(buffer, g_memcpy_same_buffer.data(), len);
1448 ASSERT_TRUE(memcmp(buffer, g_memcpy_same_buffer.data(), len) == 0);
/bionic/libc/
H A DAndroid.mk247 # The following implementations depend on pthread data, so we can't include
253 # The data that backs getauxval is initialized in the libc init functions which
255 # the copies of the global data will be initialized, resulting in nullptr
887 # contain any troublesome global data or constructors).
1030 # be safely used in libc_ndk.a (no troublesome global data
1165 # data structure that has changed across releases (such as
/bionic/libc/arch-arm/generic/bionic/
H A Dmemcpy.S408 .data
/bionic/libc/dns/resolv/
H A Dres_cache.c62 * - it takes raw DNS query packet data as input, and returns raw DNS
63 * answer packet data as output
74 * - the implementation is just a (query-data) => (answer-data) hash table
88 * if the function returns RESOLV_CACHE_FOUND, a copy of the answer data
153 /* set to 1 to debug query data */
177 * the following debugging routines are used to append data to a bounded
189 * the _bprint_() functions return the new value of 'p' after the data
304 _bprint_hexdump( char* p, char* end, const uint8_t* data, int datalen ) argument
318 p = _bprint_hex(p, end, data[n
[all...]
/bionic/libc/include/arpa/
H A Dnameser.h82 #define NS_HFIXEDSZ 12 /* #/bytes of fixed data in header */
83 #define NS_QFIXEDSZ 4 /* #/bytes of fixed data in query */
84 #define NS_RRFIXEDSZ 10 /* #/bytes of fixed data in r record */
85 #define NS_INT32SZ 4 /* #/bytes of data in a uint32_t */
86 #define NS_INT16SZ 2 /* #/bytes of data in a uint16_t */
87 #define NS_INT8SZ 1 /* #/bytes of data in a uint8_t */
121 * This is a message handle. It is caller allocated and has no dynamic data.
144 /* Private data structure - do not use from outside library. */
157 * This is a parsed record. It is caller allocated and has no dynamic data.
259 unsigned char *data; member in struct:ns_tsig_key
[all...]
/bionic/libc/kernel/uapi/linux/
H A Dbtrfs.h241 struct btrfs_balance_args data; member in struct:btrfs_ioctl_balance_args
H A Dwireless.h454 struct iw_point data; member in union:iwreq_data
/bionic/libm/x86/
H A De_acos.S1927 .data
H A De_sinh.S1405 .data
H A Ds_expm1.S700 .data
H A Dlibm_sincos_huge.S514 .data
665 .data
H A Dlibm_tancot_huge.S568 .data
747 .data
H A De_asin.S2001 .data
H A De_atan2.S1219 .data
H A Dlibm_reduce_pi04l.S416 .data
3716 .data
/bionic/libm/x86_64/
H A De_sinh.S1409 .data
H A Ds_expm1.S706 .data
H A De_acos.S1936 .data
H A De_asin.S2015 .data
H A De_atan2.S1221 .data
H A Ds_cos.S1250 .data
H A Ds_sin.S1275 .data
H A Ds_tan.S2214 .data
/bionic/libc/kernel/uapi/drm/
H A Dradeon_drm.h634 const void __user * data; member in struct:drm_radeon_tex_image

Completed in 454 milliseconds

12345678