Home
last modified time | relevance | path

Searched defs:plan (Results 251 – 275 of 4887) sorted by relevance

1...<<11121314151617181920>>...196

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/harfbuzz-ng/src/src/
H A Dhb-ot-shape-complex-use.cc111 collect_features_use (hb_ot_shape_planner_t *plan) in collect_features_use()
157 data_create_use (const hb_ot_shape_plan_t *plan) in data_create_use()
206 setup_masks_use (const hb_ot_shape_plan_t *plan, in setup_masks_use()
230 setup_rphf_mask (const hb_ot_shape_plan_t *plan, in setup_rphf_mask()
249 setup_topographical_masks (const hb_ot_shape_plan_t *plan, in setup_topographical_masks()
315 setup_syllables_use (const hb_ot_shape_plan_t *plan, in setup_syllables_use()
327 record_rphf_use (const hb_ot_shape_plan_t *plan, in record_rphf_use()
517 reorder_use (const hb_ot_shape_plan_t *plan, in reorder_use()
531 preprocess_text_use (const hb_ot_shape_plan_t *plan, in preprocess_text_use()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/harfbuzz/src/
H A Dhb-ot-shape-complex-use.cc110 collect_features_use (hb_ot_shape_planner_t *plan) in collect_features_use()
190 data_create_use (const hb_ot_shape_plan_t *plan) in data_create_use()
238 setup_masks_use (const hb_ot_shape_plan_t *plan, in setup_masks_use()
262 setup_rphf_mask (const hb_ot_shape_plan_t *plan, in setup_rphf_mask()
281 setup_topographical_masks (const hb_ot_shape_plan_t *plan, in setup_topographical_masks()
346 setup_syllables_use (const hb_ot_shape_plan_t *plan, in setup_syllables_use()
358 record_rphf_use (const hb_ot_shape_plan_t *plan, in record_rphf_use()
548 reorder_use (const hb_ot_shape_plan_t *plan, in reorder_use()
562 preprocess_text_use (const hb_ot_shape_plan_t *plan, in preprocess_text_use()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-ot-shape-complex-use.cc111 collect_features_use (hb_ot_shape_planner_t *plan) in collect_features_use()
157 data_create_use (const hb_ot_shape_plan_t *plan) in data_create_use()
205 setup_masks_use (const hb_ot_shape_plan_t *plan, in setup_masks_use()
229 setup_rphf_mask (const hb_ot_shape_plan_t *plan, in setup_rphf_mask()
248 setup_topographical_masks (const hb_ot_shape_plan_t *plan, in setup_topographical_masks()
313 setup_syllables_use (const hb_ot_shape_plan_t *plan, in setup_syllables_use()
325 record_rphf_use (const hb_ot_shape_plan_t *plan, in record_rphf_use()
515 reorder_use (const hb_ot_shape_plan_t *plan, in reorder_use()
529 preprocess_text_use (const hb_ot_shape_plan_t *plan, in preprocess_text_use()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/harfbuzz-sys-0.3.4/harfbuzz/src/
H A Dhb-ot-shape-complex-use.cc110 collect_features_use (hb_ot_shape_planner_t *plan) in collect_features_use()
190 data_create_use (const hb_ot_shape_plan_t *plan) in data_create_use()
238 setup_masks_use (const hb_ot_shape_plan_t *plan, in setup_masks_use()
262 setup_rphf_mask (const hb_ot_shape_plan_t *plan, in setup_rphf_mask()
281 setup_topographical_masks (const hb_ot_shape_plan_t *plan, in setup_topographical_masks()
346 setup_syllables_use (const hb_ot_shape_plan_t *plan, in setup_syllables_use()
358 record_rphf_use (const hb_ot_shape_plan_t *plan, in record_rphf_use()
548 reorder_use (const hb_ot_shape_plan_t *plan, in reorder_use()
562 preprocess_text_use (const hb_ot_shape_plan_t *plan, in preprocess_text_use()
/dports/devel/spark/spark-2.1.1/sql/core/src/test/scala/org/apache/spark/sql/execution/columnar/
H A DInMemoryColumnarQuerySuite.scala38 val plan = spark.sessionState.executePlan(data.logicalPlan).sparkPlan constant
114 val plan = spark.sessionState.executePlan(testData.logicalPlan).sparkPlan constant
131 val plan = spark.sessionState.executePlan(testData.select('value, 'key).logicalPlan).sparkPlan constant
147 val plan = spark.sessionState.executePlan(testData.logicalPlan).sparkPlan constant
321 val plan = spark.sessionState.executePlan(data.logicalPlan).sparkPlan constant
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/planner/
H A DAgentPlanTestInRunningInstance.java66 IProvisioningPlan plan = planner.getProvisioningPlan(request, context, new NullProgressMonitor()); in testGetAgentPlanActionNeededButUnavailable() local
84 IProvisioningPlan plan = planner.getProvisioningPlan(request, ctx, new NullProgressMonitor()); in testGetAgentPlanActionNeeded() local
106 IProvisioningPlan plan = planner.getProvisioningPlan(request, ctx, new NullProgressMonitor()); in testConflictBetweenActionAndThingBeingInstalled() local
126 IProvisioningPlan plan = planner.getProvisioningPlan(request, ctx, new NullProgressMonitor()); in testSubsequentInstall() local
159 IProvisioningPlan plan = planner.getProvisioningPlan(request, ctx, new NullProgressMonitor()); in testWithOveralInDependency() local
189 IProvisioningPlan plan = planner.getProvisioningPlan(request, ctx, new NullProgressMonitor()); in testTwoInstallWithActions() local
234 IProvisioningPlan plan = planner.getProvisioningPlan(request, ctx, new NullProgressMonitor()); in testCompleteScenario() local
302 IProvisioningPlan plan = planner.getProvisioningPlan(request, ctx, new NullProgressMonitor()); in testConflictBetweenActions() local
/dports/net/fspd/fsp-2.8.1b29/bsd_src/
H A Doperator.c116 PLAN *paren_squish (PLAN * plan) in paren_squish()
153 PLAN *not_squish (PLAN * plan) in not_squish()
209 PLAN *or_squish (PLAN * plan) in or_squish()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/memcache/unit/
H A Dcas.cc36 int run_cas_test(QueryPlan *plan, Ndb *db, int v) { in run_cas_test()
59 int set_row(int v, QueryPlan *plan, Ndb *db, in set_row()
109 void build_cas_routine(NdbInterpretedCode *r, QueryPlan *plan, Uint64 *cas) { in build_cas_routine()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/memcache/unit/
H A Dcas.cc34 int run_cas_test(QueryPlan *plan, Ndb *db, int v) { in run_cas_test()
57 int set_row(int v, QueryPlan *plan, Ndb *db, in set_row()
107 void build_cas_routine(NdbInterpretedCode *r, QueryPlan *plan, Uint64 *cas) { in build_cas_routine()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/memcache/unit/
H A Dcas.cc36 int run_cas_test(QueryPlan *plan, Ndb *db, int v) { in run_cas_test()
59 int set_row(int v, QueryPlan *plan, Ndb *db, in set_row()
109 void build_cas_routine(NdbInterpretedCode *r, QueryPlan *plan, Uint64 *cas) { in build_cas_routine()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/memcache/unit/
H A Dcas.cc36 int run_cas_test(QueryPlan *plan, Ndb *db, int v) { in run_cas_test()
59 int set_row(int v, QueryPlan *plan, Ndb *db, in set_row()
109 void build_cas_routine(NdbInterpretedCode *r, QueryPlan *plan, Uint64 *cas) { in build_cas_routine()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/memcache/unit/
H A Dcas.cc36 int run_cas_test(QueryPlan *plan, Ndb *db, int v) { in run_cas_test()
59 int set_row(int v, QueryPlan *plan, Ndb *db, in set_row()
109 void build_cas_routine(NdbInterpretedCode *r, QueryPlan *plan, Uint64 *cas) { in build_cas_routine()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/memcache/unit/
H A Dcas.cc36 int run_cas_test(QueryPlan *plan, Ndb *db, int v) { in run_cas_test()
59 int set_row(int v, QueryPlan *plan, Ndb *db, in set_row()
109 void build_cas_routine(NdbInterpretedCode *r, QueryPlan *plan, Uint64 *cas) { in build_cas_routine()
/dports/science/py-gpaw/gpaw-21.6.0/c/
H A Dfftw.c20 fftw_plan* plan = (fftw_plan*)malloc(sizeof(fftw_plan)); in FFTWPlan() local
58 fftw_plan* plan; in FFTWExecute() local
69 fftw_plan* plan; in FFTWDestroy() local
/dports/www/moodle311/moodle/lib/classes/event/
H A Dcompetency_plan_deleted.php28 use core_competency\plan; alias
52 public static final function create_from_plan(plan $plan) { argument
H A Dcompetency_plan_approved.php28 use core_competency\plan; alias
53 public static final function create_from_plan(plan $plan) { argument
H A Dcompetency_plan_created.php27 use core_competency\plan; alias
51 public static final function create_from_plan(plan $plan) { argument
H A Dcompetency_plan_review_started.php28 use core_competency\plan; alias
53 public static final function create_from_plan(plan $plan) { argument
H A Dcompetency_plan_review_requested.php28 use core_competency\plan; alias
53 public static final function create_from_plan(plan $plan) { argument
H A Dcompetency_plan_unlinked.php28 use core_competency\plan; alias
50 public static final function create_from_plan(plan $plan) { argument
H A Dcompetency_plan_updated.php28 use core_competency\plan; alias
54 public static final function create_from_plan(plan $plan) { argument
/dports/www/moodle310/moodle/lib/classes/event/
H A Dcompetency_plan_deleted.php28 use core_competency\plan; alias
52 public static final function create_from_plan(plan $plan) { argument
/dports/www/moodle39/moodle/lib/classes/event/
H A Dcompetency_plan_deleted.php28 use core_competency\plan; alias
52 public static final function create_from_plan(plan $plan) { argument
/dports/science/lammps/lammps-stable_29Sep2021/lib/gpu/cudpp_mini/
H A Dcudpp_plan_manager.cpp52 CUDPPPlan* plan = it->second; in ~CUDPPPlanManager() local
67 CUDPPHandle CUDPPPlanManager::AddPlan(CUDPPPlan* plan) in AddPlan()
98 CUDPPPlan* plan = it->second; in RemovePlan() local
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/gpu/cudpp_mini/
H A Dcudpp_plan_manager.cpp52 CUDPPPlan* plan = it->second; in ~CUDPPPlanManager() local
67 CUDPPHandle CUDPPPlanManager::AddPlan(CUDPPPlan* plan) in AddPlan()
98 CUDPPPlan* plan = it->second; in RemovePlan() local

1...<<11121314151617181920>>...196