Home
last modified time | relevance | path

Searched defs:new_kind (Results 1 – 25 of 91) sorted by relevance

1234

/dports/devel/brz/breezy-3.2.0/breezy/
H A Ddiff.py582 def _diff_many(differs, old_path, new_path, old_kind, new_kind): argument
608 def diff(self, old_path, new_path, old_kind, new_kind): argument
628 def diff(self, old_path, new_path, old_kind, new_kind): argument
643 def diff(self, old_path, new_path, old_kind, new_kind): argument
658 def diff(self, old_path, new_path, old_kind, new_kind): argument
712 def diff(self, old_path, new_path, old_kind, new_kind): argument
911 def diff(self, old_path, new_path, old_kind, new_kind): argument
1112 def _diff(self, old_path, new_path, old_kind, new_kind): argument
/dports/devel/py-jedi/jedi-0.18.0/jedi/inference/
H A Dstar_args.py209 def __init__(self, param_name, new_kind): argument
/dports/math/cvc4/CVC4-1.7/src/preprocessing/passes/
H A Dbool_to_bv.cpp201 Kind new_kind = k; in lowerNode() local
H A Dbv_to_bool.cpp186 Kind new_kind; in convertBvTerm() local
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dwc_db_update_move.c398 svn_node_kind_t new_kind, in create_tree_conflict()
549 svn_node_kind_t new_kind, in create_node_tree_conflict()
618 svn_node_kind_t new_kind, in mark_tc_on_op_root()
1673 svn_node_kind_t new_kind, in tc_editor_delete()
1805 svn_node_kind_t new_kind, in tc_incoming_editor_delete()
3211 svn_node_kind_t new_kind; in tc_editor_update_add_merge_files() local
3288 svn_node_kind_t new_kind; in tc_editor_update_add_merge_dirprops() local
3521 svn_node_kind_t new_kind; in update_local_add() local
3687 svn_node_kind_t new_kind; in bump_mark_tree_conflict() local
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dwc_db_update_move.c398 svn_node_kind_t new_kind, in create_tree_conflict()
549 svn_node_kind_t new_kind, in create_node_tree_conflict()
618 svn_node_kind_t new_kind, in mark_tc_on_op_root()
1673 svn_node_kind_t new_kind, in tc_editor_delete()
1805 svn_node_kind_t new_kind, in tc_incoming_editor_delete()
3211 svn_node_kind_t new_kind; in tc_editor_update_add_merge_files() local
3288 svn_node_kind_t new_kind; in tc_editor_update_add_merge_dirprops() local
3521 svn_node_kind_t new_kind; in update_local_add() local
3687 svn_node_kind_t new_kind; in bump_mark_tree_conflict() local
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_wc/
H A Dwc_db_update_move.c398 svn_node_kind_t new_kind, in create_tree_conflict()
549 svn_node_kind_t new_kind, in create_node_tree_conflict()
618 svn_node_kind_t new_kind, in mark_tc_on_op_root()
1673 svn_node_kind_t new_kind, in tc_editor_delete()
1805 svn_node_kind_t new_kind, in tc_incoming_editor_delete()
3211 svn_node_kind_t new_kind; in tc_editor_update_add_merge_files() local
3288 svn_node_kind_t new_kind; in tc_editor_update_add_merge_dirprops() local
3521 svn_node_kind_t new_kind; in update_local_add() local
3687 svn_node_kind_t new_kind; in bump_mark_tree_conflict() local
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dwc_db_update_move.c398 svn_node_kind_t new_kind, in create_tree_conflict()
549 svn_node_kind_t new_kind, in create_node_tree_conflict()
618 svn_node_kind_t new_kind, in mark_tc_on_op_root()
1673 svn_node_kind_t new_kind, in tc_editor_delete()
1805 svn_node_kind_t new_kind, in tc_incoming_editor_delete()
3211 svn_node_kind_t new_kind; in tc_editor_update_add_merge_files() local
3288 svn_node_kind_t new_kind; in tc_editor_update_add_merge_dirprops() local
3521 svn_node_kind_t new_kind; in update_local_add() local
3687 svn_node_kind_t new_kind; in bump_mark_tree_conflict() local
/dports/games/exult/exult-snapshot-v1.7.0.20211128/usecode/ucxt/include/
H A Ducfunc.h33 … bool new_class_fun, const std::string &new_funcname, Usecode_symbol::Symbol_kind new_kind, in UCFuncSet()
/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/
H A Dbuiltins-call-gen.cc226 const ElementsKind new_kind = PACKED_ELEMENTS; in CallOrConstructDoubleVarargs() local
/dports/math/z3/z3-z3-4.8.13/src/math/subpaving/tactic/
H A Dsubpaving_tactic.cpp94 engine_kind new_kind; in updt_params() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_ValueStack.hpp73 ValueStack* copy(Kind new_kind, int new_bci) { return new ValueStack(this, new_kind, new_bci); } in copy()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/c1/
H A Dc1_ValueStack.hpp73 ValueStack* copy(Kind new_kind, int new_bci) { return new ValueStack(this, new_kind, new_bci); } in copy()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_ValueStack.hpp73 ValueStack* copy(Kind new_kind, int new_bci) { return new ValueStack(this, new_kind, new_bci); } in copy()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/math/subpaving/tactic/
H A Dsubpaving_tactic.cpp94 engine_kind new_kind; in updt_params() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/c1/
H A Dc1_ValueStack.hpp75 ValueStack* copy(Kind new_kind, int new_bci) { return new ValueStack(this, new_kind, new_bci); } in copy()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/c1/
H A Dc1_ValueStack.hpp75 ValueStack* copy(Kind new_kind, int new_bci) { return new ValueStack(this, new_kind, new_bci); } in copy()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/c1/
H A Dc1_ValueStack.hpp73 ValueStack* copy(Kind new_kind, int new_bci) { return new ValueStack(this, new_kind, new_bci); } in copy()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/c1/
H A Dc1_ValueStack.hpp75 ValueStack* copy(Kind new_kind, int new_bci) { return new ValueStack(this, new_kind, new_bci); } in copy()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/c1/
H A Dc1_ValueStack.hpp75 ValueStack* copy(Kind new_kind, int new_bci) { return new ValueStack(this, new_kind, new_bci); } in copy()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_ValueStack.hpp73 ValueStack* copy(Kind new_kind, int new_bci) { return new ValueStack(this, new_kind, new_bci); } in copy()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_ValueStack.hpp73 ValueStack* copy(Kind new_kind, int new_bci) { return new ValueStack(this, new_kind, new_bci); } in copy()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dbuiltins-call-gen.cc246 const ElementsKind new_kind = PACKED_ELEMENTS; in CallOrConstructDoubleVarargs() local
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_diff.py697 def diff(self, old_path, new_path, old_kind, new_kind): argument
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/aui/
H A Dauibar.h164 void SetKind(int new_kind) { kind = new_kind; } in SetKind()

1234