Home
last modified time | relevance | path

Searched refs:input (Results 5976 - 6000 of 6867) sorted by relevance

1...<<231232233234235236237238239240>>...275

/third_party/node/tools/gyp/pylib/gyp/
H A Dmsvs_emulation.py1001 # generated depending on the content of the input idl file.
1067 self, input, output, implicit, command, cflags_c, cflags_cc, expand_special
1071 if input == self.pch_source:
1250 raise Exception("Missing input files:\n%s" % "\n".join(cleaned_up))
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dmsvs_emulation.py992 # generated depending on the content of the input idl file.
1058 self, input, output, implicit, command, cflags_c, cflags_cc, expand_special
1062 if input == self.pch_source:
1241 raise Exception("Missing input files:\n%s" % "\n".join(cleaned_up))
/third_party/icu/icu4c/source/test/intltest/
H A Dtsmthred.cpp772 // comparing the raw input strings.
775 // comparing the NFD versions of the input strings,
1277 UnicodeString input( in TestBreakTranslit()
1280 gTranslitInput = &input; in TestBreakTranslit()
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction.cc708 for (int input : phi->operands()) {
709 os << " v" << input;
1131 // - includes the receiver (input 1 in CreateArtificialFrameState, and
/third_party/node/deps/openssl/openssl/crypto/modes/asm/
H A Dghashv8-armx.pl98 # input: 128-bit H - secret parameter E(K,0^128)
110 vld1.64 {$t1},[x1] @ load input H
208 # input: Xi - current hash value;
258 # input: table precomputed in gcm_init_v8;
260 # pointer to input data;
261 # length of input data in bytes, but divisible by block size;
286 @ increment for input pointer;
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daest4-sparcv9.pl34 # fetching input from memory, xor-ing it with zero-round key and
109 andcc $inp, 7, %g1 ! is input aligned?
187 andcc $inp, 7, %g1 ! is input aligned?
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DOrdinals.pm444 the new input data, but will keep the same ordinal number and version.
512 the new input data. Otherwise, the data will just be store away, to wait
/third_party/node/deps/undici/src/lib/fetch/
H A Dindex.js125 function fetch (input, init = {}) {
132 // Request as constructor with input and init as arguments. If this throws
137 requestObject = new Request(input, init)
/third_party/openssl/util/perl/OpenSSL/
H A DOrdinals.pm444 the new input data, but will keep the same ordinal number and version.
512 the new input data. Otherwise, the data will just be store away, to wait
/third_party/openssl/crypto/aes/asm/
H A Daest4-sparcv9.pl34 # fetching input from memory, xor-ing it with zero-round key and
109 andcc $inp, 7, %g1 ! is input aligned?
187 andcc $inp, 7, %g1 ! is input aligned?
/third_party/openssl/crypto/modes/asm/
H A Dghashv8-armx.pl98 # input: 128-bit H - secret parameter E(K,0^128)
110 vld1.64 {$t1},[x1] @ load input H
208 # input: Xi - current hash value;
258 # input: table precomputed in gcm_init_v8;
260 # pointer to input data;
261 # length of input data in bytes, but divisible by block size;
286 @ increment for input pointer;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemStorageBufferTests.cpp396 // Set the test input uniform data in executeFragmentTest()
590 // Set the test input uniform data in executeComputeTest()
888 const tcu::UVec4 input; in createAtomicStorageBufferTests() member
941 const tcu::UVec4& inputValue = testData[ndx].input; in createAtomicStorageBufferTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestPackage.cpp275 std::vector<deUint8> input = vksc_server::ipc::Child{portOffset}.GetFile(jsonFileName); in TestCaseExecutor() local
276 m_resourceInterface->importData(input); in TestCaseExecutor()
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/
H A Dwhen-final-project-is-not-composite-but-uses-project-references.js1776 [12:00:46 AM] Project 'src/first/tsconfig.json' is out of date because output 'src/first/bin/first-output.tsbuildinfo' is older than input 'src/first/first_PART1.ts'
1780 [12:00:55 AM] Project 'src/second/tsconfig.json' is up to date because newest input 'src/second/second_part1.ts' is older than output 'src/2/second-output.tsbuildinfo'
/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc623 // Test parsing multiple input files. in TEST_F()
647 // Test parsing multiple input files. in TEST_F()
742 // Test parsing multiple input files with an import of a separate file. in TEST_F()
772 // Test parsing multiple input files with an import of a separate file. in TEST_F()
842 // Test parsing multiple input files with an import of a separate file. in TEST_F()
894 // Test parsing multiple input files with an import of a separate file. in TEST_F()
1497 // Test that we can accept working-directory-relative input files. in TEST_F()
1683 "Can only process one input file when using --dependency_out=FILE.\n"); in TEST_F()
1740 // Test parsing multiple input files using an argument file. in TEST_F()
1838 // Test what happens if the input fil in TEST_F()
2537 RedirectStdinFromText(const std::string& input) RedirectStdinFromText() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_struct.py341 for code, input, expected, expectedback in [
350 got = struct.pack(code, input)
H A Dtest_fileinput.py37 # all the work, and a few functions (input, etc.) that use a global _state
569 """Unit tests for fileinput.input()"""
572 """Tests invoking fileinput.input() when fileinput._state is not None
580 fileinput.input()
581 self.assertEqual(("input() already active",), cm.exception.args)
585 """Tests invoking fileinput.input() when fileinput._state is not None
596 """Tests invoking fileinput.input() when fileinput._state is None
605 """Tests that fileinput.input() creates a new fileinput.FileInput
616 # call fileinput.input() with different values for each argument
617 result = fileinput.input(file
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dtime.h582 // value. Duration flags must be specified in a format that is valid input for
946 // If the input time is infinite, the output civil second will be set to
1183 bool normalized; // input values were outside their valid ranges
1191 // The input month, day, hour, minute, and second values can be outside
1321 // Parses an input string according to the provided format string and
1363 // Note: If the input string is exactly "infinite-future", the returned
1365 // If the input string is "infinite-past", the returned `absl::Time` will be
1368 bool ParseTime(absl::string_view format, absl::string_view input, Time* time,
1372 // offset specification (%z/%Ez/%E*z) then the input is interpreted in the
1373 // given TimeZone. This means that the input, b
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemStorageBufferTests.cpp407 // Set the test input uniform data in executeFragmentTest()
601 // Set the test input uniform data in executeComputeTest()
898 const tcu::UVec4 input; in createAtomicStorageBufferTests() member
946 de::MovePtr<tcu::TestCaseGroup> staticTests(new tcu::TestCaseGroup(testCtx, "static", (atomicDesc + " with static input").c_str())); in createAtomicStorageBufferTests()
950 const tcu::UVec4& inputValue = testData[ndx].input; in createAtomicStorageBufferTests()
961 de::MovePtr<tcu::TestCaseGroup> randomTests(new tcu::TestCaseGroup(testCtx, "random", (atomicDesc + " with random input").c_str())); in createAtomicStorageBufferTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestPackage.cpp267 std::vector<deUint8> input = vksc_server::ipc::Child{portOffset}.GetFile(jsonFileName); in TestCaseExecutor() local
268 m_resourceInterface->importData(input); in TestCaseExecutor()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_net.h2107 static inline oal_sock_stru *oal_netlink_kernel_create(hi_void (*input)(oal_netbuf_stru *pst_netbuf)) in oal_netlink_kernel_create()
2113 cfg.input = input; in oal_netlink_kernel_create()
/device/soc/rockchip/common/sdk_linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-rk.c55 void (*set_clock_selection)(struct rk_priv_data *bsp_priv, bool input, bool enable);
1390 static void rk3588_set_clock_selection(struct rk_priv_data *bsp_priv, bool input, bool enable) in rk3588_set_clock_selection() argument
1392 unsigned int val = input ? RK3588_GMAC_CLK_SELET_IO(bsp_priv->bus_id) : RK3588_GMAC_CLK_SELET_CRU(bsp_priv->bus_id); in rk3588_set_clock_selection()
1669 dev_info(dev, "clock input from PHY\n"); in rk_gmac_clk_init()
1841 dev_info(dev, "clock input or output? (%s).\n", strings); in rk_gmac_setup()
1842 if (!strcmp(strings, "input")) { in rk_gmac_setup()
/kernel/linux/linux-5.10/crypto/
H A Decc.c979 void vli_mod_inv(u64 *result, const u64 *input, const u64 *mod, in vli_mod_inv() argument
987 if (vli_is_zero(input, ndigits)) { in vli_mod_inv()
992 vli_set(a, input, ndigits); in vli_mod_inv()
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-table.c528 int dm_split_args(int *argc, char ***argvp, char *input) in dm_split_args() argument
530 char *start, *end = input, *out, **argv = NULL; in dm_split_args()
535 if (!input) { in dm_split_args()
1314 * code, returned by whether the input iterate_devices_callout_fn, or
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c1536 * as an input. in qede_set_v4_tuple_to_profile()
1566 * as an input. in qede_set_v6_tuple_to_profile()
1982 struct ethtool_rx_flow_spec_input input = {}; in qede_flow_spec_to_rule() local
2005 input.fs = fs; in qede_flow_spec_to_rule()
2006 flow = ethtool_rx_flow_rule_create(&input); in qede_flow_spec_to_rule()

Completed in 49 milliseconds

1...<<231232233234235236237238239240>>...275