/third_party/ltp/testcases/commands/ldd/datafiles/ |
H A D | Makefile | 35 INSTALL_DIR := testcases/data/ldd01
|
/third_party/ltp/include/ |
H A D | tst_af_alg.h | 148 /** Specification of control data to send to an AF_ALG request socket */ 169 * Send some data to an AF_ALG request socket, including control data. 171 * @param data The data to send 172 * @param datalen The length of data in bytes 173 * @param params Specification of the control data to send 177 void tst_alg_sendmsg(int reqfd, const void *data, size_t datalen,
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_transfer_queue.h | 59 * extend it to include the specified data. 64 const void *data);
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_buffer.c | 51 return (char *)spr->data + bview->buffer_offset; in sp_tgsi_ssbo_lookup()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_memory_helper.h | 63 nine_wrap_external_pointer(struct nine_allocator* allocator, void* data);
|
H A D | nine_pdata.h | 37 struct pheader *header = entry->data; in ht_guid_delete()
|
/third_party/mesa3d/src/imagination/rogue/ |
H A D | rogue.h | 56 uint8_t data[]; member
|
/third_party/node/test/fixtures/wpt/streams/transferable/resources/ |
H A D | service-worker.js | 6 if (msg.data === 'SEND') {
|
/third_party/node/test/node-api/test_exception/ |
H A D | test_exception.c | 4 static void finalizer(napi_env env, void *data, void *hint) { in finalizer() argument
|
/third_party/node/test/parallel/ |
H A D | test-buffer-tojson.js | 8 '{"type":"Buffer","data":[]}'); 10 '{"type":"Buffer","data":[1,2,3,4]}'); 28 assert.strictEqual(string, '{"type":"Buffer","data":[116,101,115,116]}'); 31 return value && value.type === 'Buffer' ? Buffer.from(value.data) : value;
|
H A D | test-http-client-readable.js | 46 s._write = function(data, enc, cb) { 63 res.on('data', function dataCallback(chunk) {
|
H A D | test-stream-pipe-manual-resume.js | 23 write: common.mustCall((data, enc, cb) => {
|
H A D | test-worker-unsupported-path.js | 26 () => { new Worker('data:text/javascript,'); }, 27 /Wrap data: URLs with `new URL`/
|
/third_party/node/src/ |
H A D | node_snapshot_builder.h | 30 static void InitializeIsolateParams(const SnapshotData* data,
|
H A D | string_decoder.h | 22 // less data may have been read because it ended on an incomplete character 23 // and more data may have been read because a previously incomplete character 26 const char* data, 30 // string contains more data.
|
H A D | timer_wrap-inl.h | 19 timer_.data = this; in TimerWrap()
|
/third_party/node/test/fixtures/wpt/html/webappapis/microtask-queuing/ |
H A D | queue-microtask.window.js | 9 node.data = "foo";
|
/third_party/nghttp2/src/ |
H A D | shrpx_health_monitor_downstream_connection.h | 42 virtual int push_upload_data_chunk(const uint8_t *data, size_t datalen);
|
H A D | h2load_http1_session.h | 44 virtual int on_read(const uint8_t *data, size_t len);
|
/third_party/node/benchmark/streams/ |
H A D | pipe-object-mode.js | 18 w._write = (data, enc, cb) => cb();
|
H A D | pipe.js | 18 w._write = (data, enc, cb) => cb();
|
/third_party/node/deps/icu-small/source/common/ |
H A D | pluralmap.cpp | 33 return U_FAILURE(status) ? NONE : toCategory(cCategory.data()); in toCategory()
|
/third_party/ninja/src/ |
H A D | line_printer.h | 72 /// Print the given data to the console, or buffer it if it is locked. 73 void PrintOrBuffer(const char *data, size_t size);
|
/third_party/node/deps/brotli/c/enc/ |
H A D | block_splitter.h | 39 const uint8_t* data,
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_data.h | 30 ARES_DATATYPE_UNKNOWN = 1, /* unknown data type - introduced in 1.7.0 */ 57 * internally by c-ares as the container of multiple types of data 62 * allocated data will actually be returning an interior pointer 66 * requirement is that this kind of data must be free'ed by the 72 ares_datatype type; /* Actual data type identifier. */ 86 } data; member
|