/third_party/node/src/ |
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
|
/third_party/node/deps/npm/node_modules/@sigstore/verify/dist/tlog/ |
H A D | hashedrekord.js | 45 const tlogDigest = tlogEntry.spec.data.hash?.value || '';
|
/third_party/node/deps/npm/node_modules/@sigstore/sign/dist/bundler/ |
H A D | dsse.js | 31 return util_1.dsse.preAuthEncoding(a.type, a.data);
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | fpositer.h | 106 * Sets the data used by the iterator, and resets the position. 107 * Returns U_ILLEGAL_ARGUMENT_ERROR in status if the data is not valid 114 UVector32 *data; member in FieldPositionIterator
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_debug_utils.h | 42 void *data; member
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_nir_lower_image_bitsize.c | 32 nir_lower_image_bitsize(nir_builder *b, nir_instr *instr, UNUSED void *data) in nir_lower_image_bitsize() argument
|
/third_party/mesa3d/src/panfrost/util/ |
H A D | pan_lower_64bit_intrin.c | 37 nir_lower_64bit_intrin_instr(nir_builder *b, nir_instr *instr, void *data) in nir_lower_64bit_intrin_instr() argument
|
H A D | pan_lower_helper_invocation.c | 33 pan_lower_helper_invocation_instr(nir_builder *b, nir_instr *instr, void *data) in pan_lower_helper_invocation_instr() argument
|
/third_party/mesa3d/include/android_stub/cutils/ |
H A D | native_handle.h | 37 int numFds; /* number of file-descriptors at &data[0] */ 38 int numInts; /* number of ints at &data[numFds] */ 43 int data[0]; /* numFds + numInts ints */ member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_transfer.h | 32 unsigned size, void *data);
|
/third_party/libexif/libexif/ |
H A D | exif-loader.h | 26 #include <libexif/exif-data.h> 64 * The relevant data is copied in raw form into the #ExifLoader. 72 * The relevant data is copied in raw form into the #ExifLoader. 77 * \return 1 while EXIF data is read (or while there is still hope that 78 * there will be EXIF data later on), 0 otherwise. 82 /*! Free any data previously loaded and reset the #ExifLoader to its 89 /*! Create an #ExifData from the data in the loader. The loader must 90 * already contain data from a previous call to #exif_loader_write_file 94 * may take effect before the data is returned. If other options are desired, 95 * an #ExifData must be created explicitly and data extracte [all...] |
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/ |
H A D | ltpfsio.sh | 33 - These operations are destructive so do NOT point the tests to partitions where the data shouldn't be overwritten. 34 Once these tests are started all data in the partitions you point to will be destroyed.
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/ |
H A D | bb-i2c.h | 43 lws_bb_i2c_write(lws_i2c_ops_t *octx, uint8_t data);
|
H A D | i2c.h | 23 int (*write)(struct lws_i2c_ops *ctx, uint8_t data);
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | normalize_utf8.h | 29 number_as_unicode.PointToUTF8(number.data(), static_cast<int>(number.size())); in NormalizeDecimalDigits()
|