Home
last modified time | relevance | path

Searched refs:single_branch (Results 1 – 18 of 18) sorted by relevance

/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/shader/
H A Dcontrol_flow.cpp297 single_branch.condition, single_branch.address, single_branch.kill, in ParseCode()
298 single_branch.is_sync, single_branch.is_brk, single_branch.ignore); in ParseCode()
331 single_branch.condition, single_branch.address, single_branch.kill, in ParseCode()
332 single_branch.is_sync, single_branch.is_brk, single_branch.ignore); in ParseCode()
356 single_branch.condition, single_branch.address, single_branch.kill, in ParseCode()
357 single_branch.is_sync, single_branch.is_brk, single_branch.ignore); in ParseCode()
381 single_branch.condition, single_branch.address, single_branch.kill, in ParseCode()
382 single_branch.is_sync, single_branch.is_brk, single_branch.ignore); in ParseCode()
406 single_branch.condition, single_branch.address, single_branch.kill, in ParseCode()
407 single_branch.is_sync, single_branch.is_brk, single_branch.ignore); in ParseCode()
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/git/tasks/
H A Dsingle-branch.yml1 # Test single_branch parameter
8 - name: SINGLE_BRANCH | Clone example git repo using single_branch
12 single_branch: yes
15 - name: SINGLE_BRANCH | Clone example git repo using single_branch again
19 single_branch: yes
29 - name: SINGLE_BRANCH | Ensure single_branch did the right thing with git >= {{ git_version_support…
36 - name: SINGLE_BRANCH | Ensure single_branch did the right thing with git < {{ git_version_supporti…
50 - name: SINGLE_BRANCH | Clone example git repo using single_branch with version
54 single_branch: yes
58 - name: SINGLE_BRANCH | Clone example git repo using single_branch with version again
[all …]
/dports/devel/git-svn/git-2.34.1/
H A Dgit-submodule.sh49 single_branch=
345 single_branch="--single-branch"
348 single_branch="--no-single-branch"
379 $single_branch \
/dports/devel/git-gui/git-2.34.1/
H A Dgit-submodule.sh49 single_branch=
345 single_branch="--single-branch"
348 single_branch="--no-single-branch"
379 $single_branch \
/dports/devel/git-p4/git-2.34.1/
H A Dgit-submodule.sh49 single_branch=
345 single_branch="--single-branch"
348 single_branch="--no-single-branch"
379 $single_branch \
/dports/devel/git/git-2.34.1/
H A Dgit-submodule.sh49 single_branch=
345 single_branch="--single-branch"
348 single_branch="--no-single-branch"
379 $single_branch \
/dports/devel/git-cvs/git-2.34.1/
H A Dgit-submodule.sh49 single_branch=
345 single_branch="--single-branch"
348 single_branch="--no-single-branch"
379 $single_branch \
/dports/biology/scrm/scrm-1.7.4/tests/unittests/
H A Dtest_forest.cc660 Node* single_branch = forest->local_root()->first_child(); in testCut() local
661 CPPUNIT_ASSERT( !single_branch->local() ); in testCut()
662 CPPUNIT_ASSERT_EQUAL( forest->segment_count(), single_branch->last_update() ); in testCut()
663 CPPUNIT_ASSERT_EQUAL( (size_t)0, single_branch->countChildren() ); in testCut()
664 CPPUNIT_ASSERT_EQUAL( 3.5, single_branch->height() ); in testCut()
695 Node* single_branch = forest->nodes()->at(9); in testImplementRecombination() local
697 single_branch = forest->nodes()->at(10); in testImplementRecombination()
699 CPPUNIT_ASSERT( !single_branch->local() ); in testImplementRecombination()
700 CPPUNIT_ASSERT_EQUAL( (size_t)0, single_branch->countChildren() ); in testImplementRecombination()
701 CPPUNIT_ASSERT_EQUAL( (size_t)1, single_branch->last_update() ); in testImplementRecombination()
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/modules/
H A Dgit.py495 … refspec, git_version_used, verify_commit, separate_git_dir, result, gpg_whitelist, single_branch): argument
524 if single_branch:
1117 single_branch=dict(default=False, type='bool'),
1142 single_branch = module.params['single_branch']
1239 … refspec, git_version_used, verify_commit, separate_git_dir, result, gpg_whitelist, single_branch)
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dsubmodule--helper.c1637 int single_branch; member
1639 #define MODULE_CLONE_DATA_INIT { .reference = STRING_LIST_INIT_NODUP, .single_branch = -1 }
1798 if (clone_data->single_branch >= 0) in clone_submodule()
1799 strvec_push(&cp.args, clone_data->single_branch ? in clone_submodule()
1881 OPT_BOOL(0, "single-branch", &clone_data.single_branch, in module_clone()
1995 int single_branch; member
2015 .single_branch = -1, \
2170 if (suc->single_branch >= 0) in prepare_to_clone_next_submodule()
2171 strvec_push(&child->args, suc->single_branch ? in prepare_to_clone_next_submodule()
2528 OPT_BOOL(0, "single-branch", &suc.single_branch, in update_clone()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dsubmodule--helper.c1637 int single_branch; member
1639 #define MODULE_CLONE_DATA_INIT { .reference = STRING_LIST_INIT_NODUP, .single_branch = -1 }
1798 if (clone_data->single_branch >= 0) in clone_submodule()
1799 strvec_push(&cp.args, clone_data->single_branch ? in clone_submodule()
1881 OPT_BOOL(0, "single-branch", &clone_data.single_branch, in module_clone()
1995 int single_branch; member
2015 .single_branch = -1, \
2170 if (suc->single_branch >= 0) in prepare_to_clone_next_submodule()
2171 strvec_push(&child->args, suc->single_branch ? in prepare_to_clone_next_submodule()
2528 OPT_BOOL(0, "single-branch", &suc.single_branch, in update_clone()
/dports/devel/git/git-2.34.1/builtin/
H A Dsubmodule--helper.c1637 int single_branch; member
1639 #define MODULE_CLONE_DATA_INIT { .reference = STRING_LIST_INIT_NODUP, .single_branch = -1 }
1798 if (clone_data->single_branch >= 0) in clone_submodule()
1799 strvec_push(&cp.args, clone_data->single_branch ? in clone_submodule()
1881 OPT_BOOL(0, "single-branch", &clone_data.single_branch, in module_clone()
1995 int single_branch; member
2015 .single_branch = -1, \
2170 if (suc->single_branch >= 0) in prepare_to_clone_next_submodule()
2171 strvec_push(&child->args, suc->single_branch ? in prepare_to_clone_next_submodule()
2528 OPT_BOOL(0, "single-branch", &suc.single_branch, in update_clone()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dsubmodule--helper.c1637 int single_branch; member
1639 #define MODULE_CLONE_DATA_INIT { .reference = STRING_LIST_INIT_NODUP, .single_branch = -1 }
1798 if (clone_data->single_branch >= 0) in clone_submodule()
1799 strvec_push(&cp.args, clone_data->single_branch ? in clone_submodule()
1881 OPT_BOOL(0, "single-branch", &clone_data.single_branch, in module_clone()
1995 int single_branch; member
2015 .single_branch = -1, \
2170 if (suc->single_branch >= 0) in prepare_to_clone_next_submodule()
2171 strvec_push(&child->args, suc->single_branch ? in prepare_to_clone_next_submodule()
2528 OPT_BOOL(0, "single-branch", &suc.single_branch, in update_clone()
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dsubmodule--helper.c1637 int single_branch; member
1639 #define MODULE_CLONE_DATA_INIT { .reference = STRING_LIST_INIT_NODUP, .single_branch = -1 }
1798 if (clone_data->single_branch >= 0) in clone_submodule()
1799 strvec_push(&cp.args, clone_data->single_branch ? in clone_submodule()
1881 OPT_BOOL(0, "single-branch", &clone_data.single_branch, in module_clone()
1995 int single_branch; member
2015 .single_branch = -1, \
2170 if (suc->single_branch >= 0) in prepare_to_clone_next_submodule()
2171 strvec_push(&child->args, suc->single_branch ? in prepare_to_clone_next_submodule()
2528 OPT_BOOL(0, "single-branch", &suc.single_branch, in update_clone()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/relay/
H A Dtest_dataflow_pattern.py1072 def single_branch(inp, weight): function
1090 single_branch(deeper_diamond(classic_diamond(inp, weight), weight), weight), weight
1101 for i, f in enumerate([classic_diamond, deeper_diamond, single_branch, nested_diamond]):
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/changelogs/
H A Dchangelog.yaml934 - git - add ``single_branch`` parameter (https://github.com/ansible/ansible/pull/28465)
1383 - git-add-single_branch.yml
H A DCHANGELOG-v2.11.rst440 - git - add ``single_branch`` parameter (https://github.com/ansible/ansible/pull/28465)
/dports/sysutils/ansible/ansible-4.7.0/
H A DCHANGELOG-v4.rst4902 - git - add ``single_branch`` parameter (https://github.com/ansible/ansible/pull/28465)