/third_party/libexif/libexif/ |
H A D | exif-entry.h | 47 /*! Type of data in this entry */ 51 * Contains 1 for non-array data types. */ 54 /*! Pointer to the raw EXIF data for this entry. It is allocated 57 unsigned char *data; member 59 /*! Number of bytes in the buffer at \c data. This must be no less 69 /*! Internal data to be used by libexif itself */ 76 * No memory is allocated for the \c data element of the returned #ExifEntry. 86 * No memory is allocated for the \c data element of the returned #ExifEntry. 118 /*! Initialize an empty #ExifEntry with default data in the correct format 121 * This call allocates memory for the \c data elemen [all...] |
H A D | exif-mnote-data-priv.h | 1 /* exif-mnote-data-priv.h 28 #include <libexif/exif-mnote-data.h>
|
/third_party/libexif/test/ |
H A D | extract-parse.sh | 2 # Compares the parsed EXIF data extracted from test images with the parsed EXIF 3 # data in the original images. This tests that the tag parsing and writing 47 ./test-parse-from-data$EXEEXT "${fn}" | tr -d '\015' | parse_canonicalize > "${TMPEXTRACTED}" 51 echo "ERROR: Difference between test-parse and test-parse-from-data for $fn !"
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
H A D | ltpfsscsi.sh | 31 - These operations are destructive so do NOT point the tests to partitions where the data shouldn't be overwritten. 32 Once these tests are started all data in the partitions you point to will be destroyed.
|
/third_party/ltp/testcases/kernel/syscalls/epoll_wait/ |
H A D | epoll_wait02.c | 50 epevs[0].data.fd = fds[0]; in setup()
|
H A D | epoll_wait04.c | 49 epevs[0].data.fd = fds[0]; in setup()
|
/third_party/lwip/src/include/lwip/apps/ |
H A D | snmp_threadsync.h | 56 /** Thread sync runtime data. For internal usage only. */ 81 struct threadsync_data data; member 105 /** Create thread sync instance data */
|
/third_party/libexif/libexif/huawei/ |
H A D | mnote-huawei-entry.h | 31 unsigned char *data; member
|
/third_party/lwip/src/include/lwip/prot/ |
H A D | icmp6.h | 142 PACK_STRUCT_FIELD(u32_t data);
|
/third_party/lzma/C/ |
H A D | Lzma2DecMt.h | 75 Byte *data, size_t *outSize,
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | snapshot-data.cc | 5 #include "src/snapshot/snapshot-data.h" 30 // Allocate backing store and create result data. in SnapshotData() 33 // Zero out pre-payload data. Part of that is only used for padding. in SnapshotData() 40 // Copy serialized data. in SnapshotData() 41 CopyBytes(data_ + kHeaderSize, payload->data(), in SnapshotData()
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/ |
H A D | linux_epoll_wait_test.cpp | 31 ev.data.fd = fds[0]; in HWTEST_F()
|
/third_party/mesa3d/src/util/tests/hash_table/ |
H A D | replacement.c | 56 assert(entry->data == str2); in main()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_shader_module.h | 45 char data[0]; member
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_misc.h | 50 void *data; member
|
/third_party/musl/include/ |
H A D | search.h | 18 void *data; member
|
/third_party/musl/include/sys/ |
H A D | epoll.h | 50 epoll_data_t data; member
|
/third_party/musl/libc-test/src/api/ |
H A D | search.c | 14 F(void*,data) in f()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_query_hw.h | 29 uint32_t *data; member
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | whrlpool.h | 41 unsigned char data[WHIRLPOOL_BBLOCK / 8]; member
|
H A D | cmac.h | 41 const void *data, size_t dlen);
|
/third_party/node/deps/openssl/openssl/providers/implementations/digests/ |
H A D | md5_sha1_prov.c | 53 p->data_size, p->data); in md5_sha1_set_ctx_params()
|
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | param_build_set.h | 36 const unsigned char *data,
|
/third_party/node/deps/openssl/openssl/crypto/pkcs12/ |
H A D | p12_init.c | 16 /* Initialise a PKCS12 structure to take data */ 38 if ((pkcs12->authsafes->d.data = ASN1_OCTET_STRING_new()) == NULL) { in PKCS12_init_ex()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | shmasyncq.h | 27 /* Similar to pa_asyncq, but stores data in a shared memory segment */ 43 pa_shmasyncq *pa_shmasyncq_new(unsigned n_elements, size_t element_size, void *data, int fd[2]);
|