Home
last modified time | relevance | path

Searched refs:input (Results 6101 - 6125 of 7000) sorted by relevance

1...<<241242243244245246247248249250>>...280

/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()
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dmain.cpp420 /** Vertex input rate */
482 /** Vertex input declaration */
484 /** Vertex input binding description */
490 /** Vertex input rate */
494 /** Vertex input attribute description */
1169 // Vertex input attributes.
1186 // Sort input attributes by binding and location.
1332 for (const auto& input : vertexInputAttributes) {
1333 push(reflection, static_cast<uint16_t>(input.location));
1334 push(reflection, static_cast<uint16_t>(input
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_register_syncdb_test.cpp53 vector<uint8_t> TransStrToVector(const string &input) in TransStrToVector() argument
55 vector<uint8_t> output(input.begin(), input.end()); in TransStrToVector()
/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()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h2142 static inline bool bnxt_kong_hwrm_message(struct bnxt *bp, struct input *req) in bnxt_kong_hwrm_message()
2148 static inline bool bnxt_hwrm_kong_chnl(struct bnxt *bp, struct input *req) in bnxt_hwrm_kong_chnl()
2156 if (bnxt_hwrm_kong_chnl(bp, (struct input *)req)) in bnxt_get_hwrm_resp_addr()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ethtool.c1861 struct ethtool_rx_flow_spec_input input = {}; in cxgb4_ntuple_set_filter() local
1889 input.fs = &cmd->fs; in cxgb4_ntuple_set_filter()
1890 flow = ethtool_rx_flow_rule_create(&input); in cxgb4_ntuple_set_filter()
/kernel/linux/linux-5.10/scripts/
H A Dget_maintainer.pl1868 my $input = <STDIN>;
1869 chomp($input);
1873 my @wish = split(/[, ]+/, $input);
/kernel/linux/linux-5.10/sound/soc/intel/atom/
H A Dsst-atom-controls.c559 * fill_swm_input - fill in the SWM input ids given the register
564 * Use the lookup table to get the input-id and fill it in the
584 dev_dbg(cmpnt->dev, "input id: %#x, nb_inputs: %d\n", in fill_swm_input()
636 * Identify which mixer input is on and send the bitmap of the in sst_swm_mixer_event()
675 cmd.nb_inputs = fill_swm_input(cmpnt, &cmd.input[0], val); in sst_swm_mixer_event()
676 cmd.header.length = offsetof(struct sst_cmd_set_swm, input) in sst_swm_mixer_event()
678 + (cmd.nb_inputs * sizeof(cmd.input[0])); in sst_swm_mixer_event()
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_component.c176 struct komeda_component_output *input = &st->inputs[idx]; in to_d71_input_id() local
178 /* if input is not active, set hw input_id(0) to disable it */ in to_d71_input_id()
180 return input->component->hw_id + input->output_port; in to_d71_input_id()
565 /* Besides clearing the input ID to zero, D71 compiz also has in d71_component_disable()
566 * input enable bit in CU_INPUTx_CONTROL which need to be in d71_component_disable()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ethtool.c1869 struct ethtool_rx_flow_spec_input input = {}; in cxgb4_ntuple_set_filter() local
1897 input.fs = &cmd->fs; in cxgb4_ntuple_set_filter()
1898 flow = ethtool_rx_flow_rule_create(&input); in cxgb4_ntuple_set_filter()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c1527 * as an input. in qede_set_v4_tuple_to_profile()
1557 * as an input. in qede_set_v6_tuple_to_profile()
1973 struct ethtool_rx_flow_spec_input input = {}; in qede_flow_spec_to_rule() local
1996 input.fs = fs; in qede_flow_spec_to_rule()
1997 flow = ethtool_rx_flow_rule_create(&input); in qede_flow_spec_to_rule()
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-rk.c35 void (*set_clock_selection)(struct rk_priv_data *bsp_priv, bool input,
1242 static void rk3588_set_clock_selection(struct rk_priv_data *bsp_priv, bool input, in rk3588_set_clock_selection() argument
1245 unsigned int val = input ? RK3588_GMAC_CLK_SELET_IO(bsp_priv->id) : in rk3588_set_clock_selection()
1528 dev_info(dev, "clock input from PHY\n"); in rk_gmac_clk_init()
1648 dev_info(dev, "clock input or output? (%s).\n", in rk_gmac_setup()
1650 if (!strcmp(strings, "input")) in rk_gmac_setup()
/kernel/linux/linux-6.6/crypto/
H A Decc.c990 void vli_mod_inv(u64 *result, const u64 *input, const u64 *mod, in vli_mod_inv() argument
998 if (vli_is_zero(input, ndigits)) { in vli_mod_inv()
1003 vli_set(a, input, ndigits); in vli_mod_inv()

Completed in 64 milliseconds

1...<<241242243244245246247248249250>>...280