/third_party/node/test/parallel/ |
H A D | test-readline-interface.js | 83 fi.emit('data', 'a\t'); 176 fi.emit('data', 'a'); 188 fi.emit('data', expectedLines.join('\r')); 199 fi.emit('data', '\rfoo\r'); 211 fi.emit('data', character); 213 fi.emit('data', '\n'); 224 fi.emit('data', '\t'); 225 fi.emit('data', '\n'); 239 fi.emit('data', `${line}\n`); 257 fi.emit('data', ` [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/bn/ |
H A D | rsaz-avx512.s | 410 .data 865 .data
|
/third_party/node/deps/zlib/google/ |
H A D | zip_unittest.cc | 64 if (base::WriteFile(*file_path, content.data(), content.size()) == -1) in CreateFile() 80 bool WriteBytes(const char* data, int num_bytes) override { 266 .AppendASCII("data"); in GetDataDirectory() 1099 // be clever enough to get all the data out. in TEST_F()
|
/third_party/node/src/ |
H A D | node.h | 455 void* data) = 0; 646 NODE_EXTERN ArrayBufferAllocator* GetArrayBufferAllocator(IsolateData* data);
|
/third_party/openGLES/api/GL/ |
H A D | glxext.h | 238 typedef int ( *PFNGLXGETGPUINFOAMDPROC) (unsigned int id, int property, GLenum dataType, unsigned int size, void *data); 248 int glXGetGPUInfoAMD (unsigned int id, int property, GLenum dataType, unsigned int size, void *data);
|
H A D | wglext.h | 302 typedef INT (WINAPI * PFNWGLGETGPUINFOAMDPROC) (UINT id, INT property, GLenum dataType, UINT size, void *data); 312 INT WINAPI wglGetGPUInfoAMD (UINT id, INT property, GLenum dataType, UINT size, void *data);
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | reldatefmt.cpp | 58 // RelativeDateTimeFormatter specific data for a single locale 332 // Values kept between levels of parsing the CLDR data. 671 // Currently, for compatibility with pre-CLDR-42 data, we default to the "atTime" in getDateTimePattern() 679 resource, pathBuffer.data(), nullptr, &status)); in getDateTimePattern() 690 resource, pathBuffer.data(), nullptr, &status)); in getDateTimePattern() 1153 // The full implementation of this depends on CLDR data that is not yet available, in formatRelativeImpl() 1154 // see: http://unicode.org/cldr/trac/ticket/9165 Add more relative field data. in formatRelativeImpl() 1156 // leaves some holes (even for data that is currently available, such as quarter). in formatRelativeImpl() 1157 // When the new CLDR data is available, update the data storag in formatRelativeImpl() [all...] |
H A D | translit.cpp | 720 * from the locale resource data in the standard manner of the 725 * <code>MessageFormat</code> pattern from the resource data. The 775 // We have failed to get a name from the locale data. This is in getDisplayName() 777 // name data. The next step is to retrieve the MessageFormat in getDisplayName() 778 // pattern from the locale data and to use it to synthesize the in getDisplayName() 999 // contains the data we need to finish the instantiation outside the in createBasicInstance() 1076 // idBlock, no data -- this is an alias. The ID has in createFromRules() 1125 TransliterationRuleData* data = (TransliterationRuleData*)parser.dataVector.orphanElementAt(0); in createFromRules() local 1128 data, true); in createFromRules() 1491 * icu/data/transli in initializeRegistry() [all...] |
/third_party/mesa3d/src/util/ |
H A D | register_allocate.c | 603 void *data) in ra_set_select_reg_callback() 606 g->select_reg_callback_data = data; in ra_set_select_reg_callback() 665 * that we don't update while we have stale data and accidentally mark in update_pq_info() 996 * creating a register class containing one node when handling data 999 * input data). These nodes do not end up in the stack during 601 ra_set_select_reg_callback(struct ra_graph *g, ra_select_reg_callback callback, void *data) ra_set_select_reg_callback() argument
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_android.c | 169 if (handle->data[0] < 0) { in vn_android_gralloc_get_dma_buf_fd() 170 vn_log(NULL, "handle->data[0] < 0"); in vn_android_gralloc_get_dma_buf_fd() 174 return handle->data[0]; in vn_android_gralloc_get_dma_buf_fd()
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/bn/ |
H A D | rsaz-avx512.s | 416 .data 877 .data
|
/third_party/icu/icu4c/source/tools/gennorm2/ |
H A D | n2builder.cpp | 18 * Builds Normalizer2 data and writes a binary .nrm file. 207 // createNorm(c), not getNorm(c), to record a non-mapping and detect conflicting data. in removeMapping() 492 // Set the minimum code points for real data lookups in the quick check loops. in writeNorm16() 511 // Check that none of the Hangul/Jamo code points have data. in setHangulData() 517 "illegal mapping/composition/ccc data for Hangul or Jamo U+%04lX\n", in setHangulData() 523 // Set data for algorithmic runtime handling. in setHangulData() 577 // appropriate parts of the "extra data" array. in processData() 606 // Pad to even length for 4-byte alignment of following data. in processData() 616 "data structure overflow, too much mapping composition data\ in processData() [all...] |
/third_party/lwip/src/apps/http/makefsdata/ |
H A D | makefsdata.c | 334 /* data_file now contains all of the raw data.. now append linked list of in main() 606 /* free original buffer, use compressed data + size */ in get_file_data() 677 const void *data = (const void *)&file_data[src_offset]; in write_checksums() local 682 chksum = ~inet_chksum(data, (u16_t)len); in write_checksums() 683 /* add checksum for data */ in write_checksums() 784 printf("failed to read data from ssi file\n"); in checkSsiByFilelist() 1016 fprintf(data_file, NEWLINE "/* raw file data (%d bytes) */" NEWLINE, file_size); in process_file() 1174 because the client does not know the data length */ in file_write_http_header()
|
/third_party/lwip/src/apps/mqtt/ |
H A D | mqtt.c | 252 /* Wrap around if more data in ring buffer after linear portion */ in mqtt_output_send() 464 mqtt_output_append_buf(struct mqtt_ringbuf_t *rb, const void *data, u16_t length) in mqtt_output_append_buf() argument 468 mqtt_ringbuf_put(rb, ((const u8_t *)data)[n]); in mqtt_output_append_buf() 758 /* Payload data remaining in receive buffer */ in mqtt_message_received() 836 * @param p PBUF chain of received data 888 /* Allow to copy the lesser one of available length in input data or bytes remaining in message */ in mqtt_parse_incoming() 926 * @param p PBUF chain of received data 948 /* Tell remote that data has been received */ in mqtt_tcp_recv_cb() 968 * TCP data sent callback function. @see tcp_sent_fn
|
/third_party/libdrm/tests/util/ |
H A D | pattern.c | 772 static void make_pwetty(void *data, unsigned int width, unsigned int height, in make_pwetty() argument 804 surface = cairo_image_surface_create_for_data(data, in make_pwetty() 1171 * - Pixel data is encoded as 8bpc to the display, no dithering. This 1174 * - Pixel data is encoded as 8bpc to the display, with dithering. This 1178 * - Pixel data is encoded at 10bpc+ to the display (which implies
|
/third_party/libinput/src/ |
H A D | evdev-mt-touchpad-buttons.c | 583 tp_button_handle_timeout(uint64_t now, void *data) in tp_button_handle_timeout() argument 585 struct tp_touch *t = data; in tp_button_handle_timeout()
|
H A D | evdev-mt-touchpad-tap.c | 1340 tp_tap_handle_timeout(uint64_t time, void *data) in tp_tap_handle_timeout() argument 1342 struct tp_dispatch *tp = data; in tp_tap_handle_timeout()
|
/third_party/libinput/test/ |
H A D | test-touch.c | 539 static int open_restricted(const char *path, int flags, void *data) in open_restricted() argument 545 static void close_restricted(int fd, void *data) in close_restricted() argument
|
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/crypto/bn/ |
H A D | rsaz-avx512.s | 416 .data 877 .data
|
/third_party/node/deps/v8/src/compiler/ |
H A D | machine-operator.h | 253 const uint8_t* data() const { return immediate_.data(); } in data() function in v8::internal::compiler::S128ImmediateParameter
|
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/bn/ |
H A D | rsaz-avx512.s | 416 .data 877 .data
|
/third_party/node/deps/v8/src/heap/ |
H A D | factory-base.cc | 505 FactoryBase<Impl>::NewRegExpBoilerplateDescription(Handle<FixedArray> data, in NewRegExpBoilerplateDescription() argument 511 result.set_data(*data); in NewRegExpBoilerplateDescription() 541 // Initialize the data section to 0. in NewFeedbackMetadata()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-debugger.cc | 456 size_t V8Debugger::nearHeapLimitCallback(void* data, size_t current_heap_limit, in nearHeapLimitCallback() argument 458 V8Debugger* thisPtr = static_cast<V8Debugger*>(data); in nearHeapLimitCallback()
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-interpreter.cc | 190 std::memset(registers_.data(), -1, in InterpreterRegisters() 198 MemCopy(output_registers_, registers_.data(), in CopyToOutputRegisters()
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | serializer.cc | 532 // We need to calculate the backing store from the data pointer in SerializeJSTypedArray() 633 Handle<ExternalOneByteString>::cast(string)->resource()->data()); in SerializeExternalStringAsSequentialString() 639 Handle<ExternalTwoByteString>::cast(string)->resource()->data()); in SerializeExternalStringAsSequentialString() 650 // Output raw data header. Do not bother with common raw length cases here. in SerializeExternalStringAsSequentialString() 860 // Then output data payload, if any. in SerializeContent() 1240 // off-heap objects, so we have to get the relocation info data via the in SerializeCode() 1261 // Now serialize the wiped off-heap Code, as length + data. in SerializeCode()
|