| /kernel/linux/linux-5.10/drivers/base/ |
| H A D | node.c | 98 static const struct attribute_group targets = { variable 99 .name = "targets", 105 &targets, 703 * initiator nodes can access memory targets at a given ranked access 724 ret = sysfs_add_link_to_group(&initiator->dev.kobj, "targets", in register_memory_node_under_compute_node() 738 sysfs_remove_link_from_group(&initiator->dev.kobj, "targets", in register_memory_node_under_compute_node()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
| H A D | vxlan_bridge_1q.sh | 577 local -a targets=("$h2_mac $h2" 584 for target in "${targets[@]}"; do 592 for target in "${targets[@]}"; do 598 targets=("$h2_mac $h2" "$r1_mac vx20 192.0.2.34" \ 601 for target in "${targets[@]}"; do 609 for target in "${targets[@]}"; do
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/mscc/ |
| H A D | ocelot_fdma.c | 24 regmap_write(ocelot->targets[FDMA], reg, data); in ocelot_fdma_writel() 31 regmap_read(ocelot->targets[FDMA], reg, &retval); in ocelot_fdma_readl()
|
| /kernel/linux/linux-6.6/drivers/base/ |
| H A D | node.c | 102 static const struct attribute_group targets = { variable 103 .name = "targets", 109 &targets, 687 * initiator nodes can access memory targets at a given ranked access 708 ret = sysfs_add_link_to_group(&initiator->dev.kobj, "targets", in register_memory_node_under_compute_node() 722 sysfs_remove_link_from_group(&initiator->dev.kobj, "targets", in register_memory_node_under_compute_node()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
| H A D | vxlan_bridge_1q_ipv6.sh | 719 local -a targets=("$h2_mac $h2" 726 for target in "${targets[@]}"; do 734 for target in "${targets[@]}"; do 740 targets=("$h2_mac $h2" "$r1_mac vx20 2001:db8:4::1" \ 743 for target in "${targets[@]}"; do 751 for target in "${targets[@]}"; do
|
| H A D | vxlan_bridge_1q.sh | 577 local -a targets=("$h2_mac $h2" 584 for target in "${targets[@]}"; do 592 for target in "${targets[@]}"; do 598 targets=("$h2_mac $h2" "$r1_mac vx20 192.0.2.34" \ 601 for target in "${targets[@]}"; do 609 for target in "${targets[@]}"; do
|
| /third_party/gn/src/gn/ |
| H A D | setup.cc | 76 no_check_targets (see below) is specified, all targets will be checked. 78 is the empty list, no targets will be checked. To bypass this list, 79 request an explicit check of targets, like "//*". 86 running "gn check" or "gn gen --check". All other targets will be checked. 88 targets will be checked. It is an error to specify both check_targets and 154 graph will contain all targets from any BUILD.gn evaluated in the default 157 When set to a non empty list, only the targets in the default toolchain 165 By default, GN runs the scripts used in action targets and exec_script 1150 // Fill the list of targets to check.
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | plurfmts.cpp | 539 const char *targets[] = { in pluralFormatExtendedTest() local 575 UnicodeString expected(targets[i], -1, US_INV); in pluralFormatExtendedTest()
|
| /third_party/mesa3d/src/gallium/drivers/v3d/ |
| H A D | v3d_blit.c | 49 v3d->streamout.targets); in v3d_blitter_save() 58 v3d->streamout.targets); in v3d_blitter_save()
|
| /third_party/spirv-tools/source/opt/ |
| H A D | ir_builder.h | 249 // The vector |targets| is the pair of literal/branch id. 259 const std::vector<std::pair<Operand::OperandData, uint32_t>>& targets, in AddSwitch() 271 for (auto& target : targets) { in AddSwitch() 257 AddSwitch( uint32_t selector_id, uint32_t default_id, const std::vector<std::pair<Operand::OperandData, uint32_t>>& targets, uint32_t merge_id = kInvalidId, uint32_t selection_control = static_cast<uint32_t>(spv::SelectionControlMask::MaskNone)) AddSwitch() argument
|
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
| H A D | webgl2_rendering_context_impl.cpp | 1323 napi_env env, GLenum targets[2], int64_t readOffset, int64_t writeOffset, int64_t size) in CopyBufferSubData() 1325 LOGD("WebGL2 copyBufferSubData targets [%{public}u %{public}u] offset" in CopyBufferSubData() 1327 targets[0], targets[1], readOffset, writeOffset, size); in CopyBufferSubData() 1333 WebGLBuffer* readBuffer = GetBoundBuffer(env, targets[0]); // read in CopyBufferSubData() 1338 WebGLBuffer* writeBuffer = GetBoundBuffer(env, targets[1]); // write in CopyBufferSubData() 1356 glCopyBufferSubData(targets[0], targets[1], static_cast<GLintptr>(readOffset), static_cast<GLintptr>(writeOffset), in CopyBufferSubData() 1322 CopyBufferSubData( napi_env env, GLenum targets[2], int64_t readOffset, int64_t writeOffset, int64_t size) CopyBufferSubData() argument
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
| H A D | NumberFormatterApiTest.java | 5887 Map<String, Object> targets = new HashMap<>(); in validRanges() 5888 targets.put("withMinDigits", Precision.integer()); in validRanges() 5889 targets.put("withMaxDigits", Precision.integer()); in validRanges() 5890 targets.put("withMinExponentDigits", Notation.scientific()); in validRanges() 5891 targets.put("truncateAt", IntegerWidth.zeroFillTo(0)); in validRanges() 5900 Object target = targets.get(method.getName()); in validRanges() 5917 Object target = targets.get(method.getName()); in validRanges()
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fTextureBorderClampTests.cpp | 2538 } targets[] = 2586 for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(targets); ++targetNdx) 2588 tcu::TestCaseGroup* const targetGroup = new tcu::TestCaseGroup(m_testCtx, targets[targetNdx].name, "Texture target test"); 2594 if (targets[targetNdx].is3D && !formats[formatNdx].supports3D) 2616 else if (s_filters[filterNdx].sampling == TextureBorderClampTest::SAMPLE_GATHER && targets[targetNdx].is3D) 2629 if (wrapConfigs[wrapNdx].is3D != targets[targetNdx].is3D) 2640 if (!targets[targetNdx].is3D)
|
| /third_party/vk-gl-cts/framework/opengl/ |
| H A D | gluStateReset.cpp | 523 static const deUint32 targets[] = { GL_ANY_SAMPLES_PASSED, GL_ANY_SAMPLES_PASSED_CONSERVATIVE, GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN }; in resetStateES() local 525 for (int i = 0; i < DE_LENGTH_OF_ARRAY(targets); i++) in resetStateES() 528 gl.getQueryiv(targets[i], GL_CURRENT_QUERY, &queryActive); in resetStateES() 531 gl.endQuery(targets[i]); in resetStateES()
|
| /kernel/linux/linux-5.10/drivers/net/bonding/ |
| H A D | bond_main.c | 171 MODULE_PARM_DESC(arp_ip_target, "arp targets in n.n.n.n form"); 177 MODULE_PARM_DESC(arp_all_targets, "fail on any/all arp targets timeout; 0 for any (default), 1 for all"); 2809 __be32 *targets = bond->params.arp_targets, addr; in bond_arp_send_all() local 2812 for (i = 0; i < BOND_MAX_ARP_TARGETS && targets[i]; i++) { in bond_arp_send_all() 2814 __func__, &targets[i]); in bond_arp_send_all() 2818 rt = ip_route_output(dev_net(bond->dev), targets[i], 0, in bond_arp_send_all() 2827 &targets[i]); in bond_arp_send_all() 2828 bond_arp_send(slave, ARPOP_REQUEST, targets[i], in bond_arp_send_all() 2846 &targets[i], rt->dst.dev ? rt->dst.dev->name : "NULL"); in bond_arp_send_all() 2852 addr = bond_confirm_addr(rt->dst.dev, targets[ in bond_arp_send_all() [all...] |
| /third_party/python/Python/ |
| H A D | Python-ast.c | 253 Py_CLEAR(state->targets); in _PyAST_Fini() 350 if ((state->targets = PyUnicode_InternFromString("targets")) == NULL) return 0; in init_identifiers() 425 "targets", 428 "targets", 1137 " | Delete(expr* targets)\n" in init_types() 1138 " | Assign(expr* targets, expr value, string? type_comment)\n" in init_types() 1200 "Delete(expr* targets)"); in init_types() 1204 "Assign(expr* targets, expr value, string? type_comment)"); in init_types() 2072 _PyAST_Delete(asdl_expr_seq * targets, in argument 2089 _PyAST_Assign(asdl_expr_seq * targets, expr_ty value, string type_comment, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_Assign() argument 6351 asdl_expr_seq* targets; obj2ast_stmt() local 6401 asdl_expr_seq* targets; obj2ast_stmt() local [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/base/ |
| H A D | frame_node_test_ng_coverage_new.cpp | 230 [](RefPtr<NGGestureRecognizer> target, std::vector<RefPtr<NGGestureRecognizer>> targets) { in HWTEST_F()
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
| H A D | gltf2_data_structures.h | 622 BASE_NS::vector<MorphTarget> targets; member
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
| H A D | db_store_mock.cpp | 218 DBStatus DBStoreMock::SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &targets) in SetEqualIdentifier() argument
|
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/ |
| H A D | webgl2_rendering_context_impl.h | 111 GLenum targets[2], int64_t readOffset, int64_t writeOffset, int64_t size); // 2 read write
|
| /foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
| H A D | scene_session_manager_interface.h | 241 std::vector<sptr<RSWindowAnimationTarget>>& targets) override { return WMError::WM_OK; }
|
| /foundation/window/window_manager/wm/include/ |
| H A D | window_adapter.h | 92 std::vector<sptr<RSWindowAnimationTarget>>& targets);
|
| /foundation/window/window_manager/wmserver/include/zidl/ |
| H A D | window_manager_interface.h | 146 std::vector<sptr<RSWindowAnimationTarget>>& targets) = 0;
|
| /foundation/window/window_manager/wmserver/include/ |
| H A D | window_manager_service.h | 122 std::vector<sptr<RSWindowAnimationTarget>>& targets) override;
|
| /kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
| H A D | Makefile | 237 targets += pm-asm-offsets.s
|