Searched refs:data (Results 18726 - 18750 of 26312) sorted by relevance
1...<<741742743744745746747748749750>>...1053
/third_party/icu/icu4c/source/i18n/ |
H A D | rbt.h | 42 * The data object is immutable, so we can freely share it with 44 * TODO: data is no longer immutable. See bugs #1866, 2155 49 * If true, we own the data object and must delete it. 113 * @param theData the rule data for the transliterator. 126 * @param theData the rule data for the transliterator. 127 * @param isDataAdopted determine who will own the 'data' object. True, the caller should not delete 'data'. 130 TransliterationRuleData* data,
|
/third_party/libuv/docs/code/proc-streams/ |
H A D | main.c | 35 child_stdio[2].data.fd = 2; in main()
|
/third_party/libuv/src/win/ |
H A D | async.c | 49 req->data = handle; in uv_async_init()
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_debug.h | 57 typedef void *(*ac_debug_addr_callback)(void *data, uint64_t addr);
|
H A D | ac_rtld.h | 82 * \param cb_data caller-defined data 117 bool ac_rtld_get_section_by_name(struct ac_rtld_binary *binary, const char *name, const char **data, 136 /** Caller-defined data that will be passed to callback functions. */
|
/third_party/libdrm/android/ |
H A D | gralloc_handle.h | 63 int data_owner; /* owner of data (for validation) */ 67 void *data; /* pointer to struct gralloc_gbm_bo_t */ member
|
/third_party/jerryscript/jerry-core/ext/ |
H A D | tracker.h | 16 size_t* data; member
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_fragdepth.c | 74 if (var->data.location != FRAG_RESULT_DEPTH) in nir_opt_fragdepth()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | standalone_scaffolding.h | 46 struct gl_shader_program_data *data);
|
/third_party/mesa3d/src/amd/vulkan/radix_sort/ |
H A D | radix_sort_vk_devaddr.h | 39 uint32_t data);
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/mount-origin/ |
H A D | example.js | 45 ring[head] = msg.data + "\n";
|
/third_party/libwebsockets/minimal-examples/client-server/minimal-ws-proxy/mount-origin/ |
H A D | example.js | 45 ring[head] = msg.data + "\n";
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-raw-proxy/mount-origin/ |
H A D | example.js | 44 document.getElementById("r").value + msg.data + "\n";
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/mount-origin/ |
H A D | example.js | 51 ring[head] = msg.data + "\n";
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-timer/mount-origin/ |
H A D | example.js | 44 document.getElementById("r").value + msg.data + "\n";
|
/third_party/ltp/testcases/kernel/fs/doio/include/ |
H A D | write_log.h | 48 * how the data is formatted on disk (signifigant compression occurrs), so 77 * 3 parts: [wlog_rec_disk structure][variable length data][length] 82 * The variable length data includes the path, host, and pattern (in that 83 * order). The lengths of these pieces of data are held in the 159 long data);
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server/mount-origin/ |
H A D | example.js | 44 document.getElementById("r").value + msg.data + "\n";
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-ring/mount-origin/ |
H A D | example.js | 43 document.getElementById("r").value + msg.data + "\n";
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
H A D | xa_context.h | 77 void *data,
|
/third_party/node/test/parallel/ |
H A D | test-cluster-dgram-2.js | 56 socket.on('message', common.mustCall((data, info) => {
|
H A D | test-http-set-trailers.js | 40 c.on('data', (chunk) => { 67 c.on('data', function(chunk) {
|
H A D | test-stream-readable-pause-and-resume.js | 24 // Does a on(data) -> pause -> wait -> resume -> on(data) ... loop. 25 // Expects on(data) to never fire if the stream is paused. 26 const ondata = common.mustCall((data) => { 34 rs.removeListener('data', ondata); 40 rs.on('data', ondata); 73 target3.on('data', () => {});
|
H A D | test-stream-write-destroy.js | 14 write(data, enc, cb) { 42 // Test 2 cases: There either is or is not data still in the write queue.
|
/third_party/node/src/ |
H A D | inspector_socket.h | 40 void Write(const char* data, size_t len);
|
H A D | timer_wrap.h | 76 static void CleanupHook(void* data);
|
Completed in 24 milliseconds
1...<<741742743744745746747748749750>>...1053