Searched refs:plan (Results 101 - 112 of 112) sorted by relevance
12345
/third_party/skia/third_party/externals/tint/tools/src/cmd/get-test-plan/ |
H A D | main.go | 20 // ./tools/get-test-plan --spec=<path-to-spec-file-or-url> --output=<path-to-output-file> 25 // ./tools/get-test-plan --help 49 toolName = "get-test-plan" 86 fmt.Fprintf(out, "%v parses WGSL spec and outputs a test plan\n", toolName) 121 validation cts test plan will be written to: '<cts-directory>/validation/' 122 builtin functions cts test plan will be written to: '<cts-directory>/execution/builtin'`) 807 // getUnimplementedPlan generate the typescript code of a test plan for rules in sections[start, end] 845 // validationTestPlan generates the typescript code of a test plan for rules in sections[start, end] 885 // executionTestPlan generates the typescript code of a test plan for rules in the given section
|
/drivers/peripheral/wlan/client/src/netlink/ |
H A D | netlink_cmd_adapter.c | 2764 struct nlattr *plan = NULL; in ProcessScanPlanToMsg() local 2777 plan = nla_nest_start(msg, SCHED_SCAN_PLANS_ATTR_INDEX1); in ProcessScanPlanToMsg() 2780 nla_nest_end(msg, plan); in ProcessScanPlanToMsg() 2781 plan = nla_nest_start(msg, SCHED_SCAN_PLANS_ATTR_INDEX2); in ProcessScanPlanToMsg() 2783 nla_nest_end(msg, plan); in ProcessScanPlanToMsg()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-aat-layout-common.hh | 863 const hb_ot_shape_plan_t *plan; member
|
H A D | hb-aat-layout-morx-table.hh | 1129 chain->apply (c, c->plan->aat_map.chain_flags[i]); in apply()
|
/third_party/cups-filters/filter/ |
H A D | texttopdf.c | 110 assert(emb->plan&EMB_A_MULTIBYTE); in font_load()
|
/third_party/node/deps/npm/test/lib/commands/ |
H A D | ls.js | 548 t.plan(3) 2881 t.plan(3)
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 39 plan tests => 2;
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 39 plan tests => 2;
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | nl80211.c | 8355 * case one scan plan will be set with the specified scan in nl80211_parse_sched_scan_plans() 8376 struct nlattr *plan[NL80211_SCHED_SCAN_PLAN_MAX + 1]; in nl80211_parse_sched_scan_plans() local 8381 err = nla_parse_nested_deprecated(plan, in nl80211_parse_sched_scan_plans() 8388 if (!plan[NL80211_SCHED_SCAN_PLAN_INTERVAL]) in nl80211_parse_sched_scan_plans() 8392 nla_get_u32(plan[NL80211_SCHED_SCAN_PLAN_INTERVAL]); in nl80211_parse_sched_scan_plans() 8398 if (plan[NL80211_SCHED_SCAN_PLAN_ITERATIONS]) { in nl80211_parse_sched_scan_plans() 8400 nla_get_u32(plan[NL80211_SCHED_SCAN_PLAN_ITERATIONS]); in nl80211_parse_sched_scan_plans() 8417 * The last scan plan must not specify the number of in nl80211_parse_sched_scan_plans() 8548 * each scan plan already specifies its own interval in nl80211_parse_sched_scan() 8560 * interval is specified, one scan plan wil in nl80211_parse_sched_scan() [all...] |
/kernel/linux/linux-6.6/net/wireless/ |
H A D | nl80211.c | 9422 * case one scan plan will be set with the specified scan in nl80211_parse_sched_scan_plans() 9443 struct nlattr *plan[NL80211_SCHED_SCAN_PLAN_MAX + 1]; in nl80211_parse_sched_scan_plans() local 9448 err = nla_parse_nested_deprecated(plan, in nl80211_parse_sched_scan_plans() 9455 if (!plan[NL80211_SCHED_SCAN_PLAN_INTERVAL]) in nl80211_parse_sched_scan_plans() 9459 nla_get_u32(plan[NL80211_SCHED_SCAN_PLAN_INTERVAL]); in nl80211_parse_sched_scan_plans() 9465 if (plan[NL80211_SCHED_SCAN_PLAN_ITERATIONS]) { in nl80211_parse_sched_scan_plans() 9467 nla_get_u32(plan[NL80211_SCHED_SCAN_PLAN_ITERATIONS]); in nl80211_parse_sched_scan_plans() 9484 * The last scan plan must not specify the number of in nl80211_parse_sched_scan_plans() 9615 * each scan plan already specifies its own interval in nl80211_parse_sched_scan() 9627 * interval is specified, one scan plan wil in nl80211_parse_sched_scan() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 6444 // doesn't have a cost model that can choose which plan to execute if 6493 Optional<VectorizationFactor> LoopVectorizationPlanner::plan(unsigned UserVF) { 6543 LLVM_DEBUG(dbgs() << "Setting best plan to VF=" << VF << ", UF=" << UF 7733 Optional<VectorizationFactor> MaybeVF = LVP.plan(UserVF);
|
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 6680 // Execution plan 7324 auto plan = user_code([&] { 7330 plan.estimated_duration.count(), 7331 plan.iterations_per_sample, 7341 return plan.template run<Clock>(*cfg, env);
|
Completed in 80 milliseconds
12345