/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse_opt.h | 81 * Offset of variable within 'data' parameter of fuse_opt_parse() 173 * @param data is the user data passed to the fuse_opt_parse() function 179 typedef int (*fuse_opt_proc_t)(void *data, const char *arg, int key, 197 * @param data is the user data 202 int fuse_opt_parse(struct fuse_args *args, void *data,
|
/third_party/node/test/fixtures/ |
H A D | repl-tab-completion-nested-repls.js | 14 this.run = function(data) { 15 data.forEach((line) => { 16 this.emit('data', `${line}\n`);
|
/third_party/musl/src/crypt/ |
H A D | crypt_r.c | 3 char *__crypt_r(const char *key, const char *salt, struct crypt_data *data) in __crypt_r() argument 9 char *output = (char *)data; in __crypt_r()
|
/third_party/node/benchmark/diagnostics_channel/ |
H A D | publish.js | 18 const data = { 25 channel.publish(data);
|
/third_party/node/deps/npm/node_modules/minipass-flush/ |
H A D | index.js | 19 emit (ev, ...data) { 21 return super.emit(ev, ...data)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | gypd.py | 74 def GenerateOutput(target_list, target_dicts, data, params): 88 pprint.pprint(data[input_file], output)
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_str.h | 42 * ngtcp2_encode_hex encodes |data| of length |len| in hex string. It 47 uint8_t *ngtcp2_encode_hex(uint8_t *dest, const uint8_t *data, size_t len); 71 * ngtcp2_encode_printable_ascii encodes |data| of length |len| in 77 char *ngtcp2_encode_printable_ascii(char *dest, const uint8_t *data,
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_buffer.h | 44 dxil_buffer_emit_bits(struct dxil_buffer *b, uint32_t data, unsigned width); 47 dxil_buffer_emit_vbr_bits(struct dxil_buffer *b, uint64_t data,
|
H A D | dxil_validator.h | 54 dxil_validate_module(struct dxil_validator *val, void *data, 58 dxil_disasm_module(struct dxil_validator *val, void *data, size_t size);
|
/third_party/node/deps/npm/node_modules/nopt/lib/ |
H A D | nopt.js | 24 function clean (data, types, typeDefs = exports.typeDefs) { 25 return lib.clean(data, {
|
/third_party/libexif/libexif/apple/ |
H A D | exif-mnote-data-apple.h | 1 /* mnote-apple-data.h 25 #include <libexif/exif-data.h> 27 #include <libexif/exif-mnote-data-priv.h>
|
/third_party/libexif/libexif/olympus/ |
H A D | exif-mnote-data-olympus.h | 1 /* mnote-olympus-data.h 24 #include <libexif/exif-mnote-data-priv.h> 27 #include <libexif/exif-data.h>
|
/third_party/lwip/src/apps/snmp/ |
H A D | snmp_pbuf_stream.h | 59 err_t snmp_pbuf_stream_read(struct snmp_pbuf_stream *pbuf_stream, u8_t *data); 60 err_t snmp_pbuf_stream_write(struct snmp_pbuf_stream *pbuf_stream, u8_t data);
|
/third_party/libphonenumber/cpp/test/phonenumbers/ |
H A D | fuzz_phone.cc | 33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument 35 FuzzedDataProvider fuzzed_data(data, size); in LLVMFuzzerTestOneInput()
|
/third_party/lzma/C/ |
H A D | 7zBuf.h | 13 Byte *data;
member 23 Byte *data;
member
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | caged-heap-local-data.cc | 5 #include "include/cppgc/internal/caged-heap-local-data.h" 34 const uintptr_t begin = RoundUp(reinterpret_cast<uintptr_t>(table_.data()), in Reset() 37 RoundDown(reinterpret_cast<uintptr_t>(table_.data() + table_.size()), in Reset()
|
/third_party/node/deps/v8/src/heap/ |
H A D | heap-layout-tracer.h | 21 v8::GCCallbackFlags flags, void* data); 24 v8::GCCallbackFlags flags, void* data);
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | snapshot-external.cc | 27 DCHECK(snapshot_blob->data); in SetSnapshotFromFile() 29 DCHECK(!external_startup_blob.data); in SetSnapshotFromFile()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_transfer.h | 17 unsigned size, const void *data); 30 const void *data,
|
/third_party/musl/libc-test/src/functionalext/supplement/dirent/ |
H A D | closedir.c | 33 char *data = NULL; in closedir_0100() local 34 data = getcwd(path, MAXPATH); in closedir_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/manual/network/ |
H A D | res_send.c | 25 const unsigned char *data = (const unsigned char *)""; variable 38 int ret = res_mkquery(op, dname, class, type, data, 0, NULL, buf, sizeof(buf)); in res_send_0100()
|
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
H A D | pb_validate.h | 69 enum pipe_error (*callback)(struct pb_buffer *buf, void *data), 70 void *data);
|
/third_party/mindspore/test/fuzztest/ |
H A D | data.h | 24 Data(const uint8_t *data, size_t size) { in Data() argument 25 dataFuzz = data; in Data()
|
/third_party/musl/libc-test/src/functionalext/supplement/mman/ |
H A D | munmap.c | 27 const char *ptr = "/data/test.txt"; in munmap_0100() 37 int data = munmap(p_map, sizeof(char) * 10); in munmap_0100() local 38 EXPECT_EQ("munmap_0100", data, 0); in munmap_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/passwd/ |
H A D | getgrgid.c | 53 * @tc.desc : Verify that data with the specified GID cannot be retrieved from the group file 59 struct group *data = getgrgid(-1); in getgrgid_0200() local 60 if (data != NULL) { in getgrgid_0200() 61 t_error("%s data should be NULL", __func__); in getgrgid_0200()
|