/third_party/curl/tests/ |
H A D | runtests.pl | 147 my $fullstats; # show time stats for every single test 866 # Provide time stamps for single test skipped events 1753 # Run a single specified test case 2667 if(open(my $single, "<", "$file")) { 2671 while(my $string = <$single>) { 2687 close($single); 2940 # likely point to a single test that has hung.
|
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | statem_lib.c | 768 * 'Change Cipher Spec' is just a single byte, which should already have in tls_process_change_cipher_spec() 1217 * A ChangeCipherSpec must be a single byte and may not occur in tls_get_message_header() 2065 const SSL_METHOD *single = NULL; in ssl_get_min_max_version() local 2106 * the selected version, and the method becomes a candidate "single" in ssl_get_min_max_version() 2109 * If "hole == 0" and we hit an enabled method, then "single" is cleared, in ssl_get_min_max_version() 2139 single = NULL; in ssl_get_min_max_version() 2144 version = (single = method)->version; in ssl_get_min_max_version()
|
/third_party/python/Lib/ |
H A D | enum.py | 437 single = False 439 single = True 456 if single: 628 # - remove any non-single-bit flags from _order_ 653 # _order_ step 2: remove any items from _order_ that are not single-bit
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryAddressBindingTests.cpp | 887 static Parameters single (deUint32 binding, 1056 DescriptorSetLayout::Parameters::single(0u, VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, 1u, VK_SHADER_STAGE_FRAGMENT_BIT, true))) in Resources() 1933 const DescriptorSetLayout::Parameters singleUboDescLayout = DescriptorSetLayout::Parameters::single(0u, VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, 1u, VK_SHADER_STAGE_VERTEX_BIT); in createAddressBindingReportTests()
|
H A D | vktMemoryDeviceMemoryReportTests.cpp | 872 static Parameters single (deUint32 binding, 1041 DescriptorSetLayout::Parameters::single(0u, VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, 1u, VK_SHADER_STAGE_FRAGMENT_BIT, true))) in Resources() 2312 const DescriptorSetLayout::Parameters singleUboDescLayout = DescriptorSetLayout::Parameters::single(0u, VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, 1u, VK_SHADER_STAGE_VERTEX_BIT); in createDeviceMemoryReportTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryAddressBindingTests.cpp | 848 static Parameters single (deUint32 binding, 1017 DescriptorSetLayout::Parameters::single(0u, VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, 1u, VK_SHADER_STAGE_FRAGMENT_BIT, true))) in Resources() 1810 const DescriptorSetLayout::Parameters singleUboDescLayout = DescriptorSetLayout::Parameters::single(0u, VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, 1u, VK_SHADER_STAGE_VERTEX_BIT); in createAddressBindingReportTests()
|
/third_party/openssl/ssl/statem/ |
H A D | statem_lib.c | 733 * 'Change Cipher Spec' is just a single byte, which should already have in tls_process_change_cipher_spec() 1182 * A ChangeCipherSpec must be a single byte and may not occur in tls_get_message_header() 2030 const SSL_METHOD *single = NULL; in ssl_get_min_max_version() local 2071 * the selected version, and the method becomes a candidate "single" in ssl_get_min_max_version() 2074 * If "hole == 0" and we hit an enabled method, then "single" is cleared, in ssl_get_min_max_version() 2104 single = NULL; in ssl_get_min_max_version() 2109 version = (single = method)->version; in ssl_get_min_max_version()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-layout-gsub-table.hh | 1467 case Single: return_trace (u.single.dispatch (c, std::forward<Ts> (ds)...)); 1487 SingleSubst single; 1599 if (c->push<SubTable> ()->u.single.serialize (c, hb_zip (glyphs, substitutes)))
|
/kernel/linux/linux-5.10/net/core/ |
H A D | dev.c | 1628 LIST_HEAD(single); in __dev_close() 1630 list_add(&dev->close_list, &single); in __dev_close() 1631 __dev_close_many(&single); in __dev_close() 1632 list_del(&single); in __dev_close() 1667 LIST_HEAD(single); in dev_close() 1669 list_add(&dev->close_list, &single); in dev_close() 1670 dev_close_many(&single, true); in dev_close() 1671 list_del(&single); in dev_close() 5434 * sublist. This can't cause out-of-order delivery to any single ptype, in __netif_receive_skb_list_core() 6594 * Note: x86 could use a single "loc in busy_poll_stop() [all...] |
/kernel/linux/linux-6.6/net/core/ |
H A D | dev.c | 1568 LIST_HEAD(single); in __dev_close() 1570 list_add(&dev->close_list, &single); in __dev_close() 1571 __dev_close_many(&single); in __dev_close() 1572 list_del(&single); in __dev_close() 1607 LIST_HEAD(single); in dev_close() 1609 list_add(&dev->close_list, &single); in dev_close() 1610 dev_close_many(&single, true); in dev_close() 1611 list_del(&single); in dev_close() 3067 * a single TSO super-frame. 5614 * sublist. This can't cause out-of-order delivery to any single ptyp in __netif_receive_skb_list_core() [all...] |
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | decbin.S | 111 | Constants in single precision
|
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | ev6-stxncpy.S | 366 andnot t2, t6, t2 # E : dest mask for a single word copy
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | head.S | 574 @ Core indicates it is SMP. Check for Aegis SOC where a single
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | decbin.S | 111 | Constants in single precision
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | ev6-stxncpy.S | 366 andnot t2, t6, t2 # E : dest mask for a single word copy
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | hist.h | 130 struct addr_location *al, bool single, void *arg);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-eth.h | 53 * in a single NAPI call 57 /* Maximum number of Tx frames to be processed in a single NAPI 92 /* Maximum number of buffers that can be acquired/released through a single 119 /* The firmware allows assigning multiple buffer pools to a single DPNI - 151 } single; member
|
H A D | dpaa2-eth.c | 58 WARN_ONCE(1, "Failed to set single step register"); in dpaa2_update_ptp_onestep_indirect() 150 /* If single buffer frame, just free the data buffer */ in dpaa2_eth_free_rx_fd() 176 /* Build a linear skb based on a single-buffer frame descriptor */ 751 /* A dequeue operation only pulls frames from a single queue in dpaa2_eth_consume_frames() 1041 swa->single.skb = skb; in dpaa2_eth_build_sg_fd_single_buf() 1042 swa->single.sgt_size = sgt_buf_size; in dpaa2_eth_build_sg_fd_single_buf() 1094 swa->single.skb = skb; in dpaa2_eth_build_single_fd() 1142 skb = swa->single.skb; in dpaa2_eth_free_tx_fd() 1194 skb = swa->single.skb; in dpaa2_eth_free_tx_fd() 1197 dma_unmap_single(dev, fd_addr, swa->single in dpaa2_eth_free_tx_fd() [all...] |
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-annotate.c | 164 bool single __maybe_unused, in hist_iter__branch_callback()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | hist.h | 142 struct addr_location *al, bool single, void *arg);
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | rv40dsp.asm | 419 ; Prepare single next line
|
/third_party/python/Parser/ |
H A D | string_parser.c | 501 /* Where a single '{' is the start of a new expression, a in fstring_find_literal() 502 single '}' is not allowed. */ in fstring_find_literal() 505 RAISE_SYNTAX_ERROR("f-string: single '}' is not allowed"); in fstring_find_literal() 573 match (single or double quote). */ in fstring_find_expr() 629 cases. Thus we can ignore \n in single-quoted strings, in fstring_find_expr() 632 /* Does this match the string_type (single or triple in fstring_find_expr() 690 /* Don't get out of the loop for these, if they're single in fstring_find_expr()
|
/third_party/protobuf/ |
H A D | tests.sh | 224 cd util && $MVN package assembly:single
|
/third_party/python/Modules/ |
H A D | socketmodule.c | 4110 "of single-segment read-write buffers", in sock_recvmsg_into() 4663 a single message. The buffers argument specifies the non-ancillary\n\ 6623 PyObject *single; local 6628 single = Py_BuildValue("iiisO", res->ai_family, 6633 if (single == NULL) 6636 if (PyList_Append(all, single)) { 6637 Py_DECREF(single); 6640 Py_DECREF(single); 6979 often be used as the buffer size for recvmsg() to receive a single\n\
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_core.c | 2526 LIST_HEAD(single); in nf_conntrack_cleanup_net() 2528 list_add(&net->exit_list, &single); in nf_conntrack_cleanup_net() 2529 nf_conntrack_cleanup_net_list(&single); in nf_conntrack_cleanup_net()
|