Home
last modified time | relevance | path

Searched defs:stones (Results 1 – 25 of 82) sorted by relevance

1234

/dports/games/lordsawar/lordsawar-0.3.2/src/
H A Dstone.cpp74 std::vector<Stone::Type> stones; in getSuitableTypes() local
204 std::vector<Stone::Type> stones; in getSuitableTypes() local
250 std::vector<Stone::Type> stones = Stone::getSuitableTypes(type); in getRandomType() local
259 std::vector<Stone::Type> stones = Stone::getSuitableTypes(); in getRandomType() local
268 std::vector<Stone::Type> stones; in getTypes() local
/dports/games/lizzie/lizzie-0.6-105-gd0e7040/src/main/java/featurecat/lizzie/rules/
H A DBoard.java251 Stone[] stones = data.stones; in removeStone() local
328 Stone[] stones = history.getStones().clone(); in pass() local
396 Stone[] stones = history.getStones(); in place() local
430 Stone[] stones = history.getStones().clone(); in place() local
528 Stone[] stones = history.getStones(); in flatten() local
578 private boolean hasLibertiesHelper(int x, int y, Stone color, Stone[] stones) { in hasLibertiesHelper()
611 int x, int y, Stone color, Stone[] stones, Zobrist zobrist, boolean removeStones) { in cleanupHasLibertiesHelper()
727 Stone[] stones = history.getStones(); in restoreMoveNumber() local
1052 private void toggleLiveStatus(Stone[] stones, int stonex, int stoney) { in toggleLiveStatus()
1124 private boolean emptyOrCaptured(Stone[] stones, int x, int y) { in emptyOrCaptured()
[all …]
H A DBoardData.java16 public Stone[] stones; field in BoardData
32 Stone[] stones, in BoardData()
63 Stone[] stones = new Stone[size * size]; in empty() local
/dports/games/leela-zero/leela-zero-0.17/src/
H A DTimeControl.cpp127 const auto stones = black_moves_left.empty() ? in make_from_text_sgf() local
133 const auto stones = white_moves_left.empty() ? in make_from_text_sgf() local
274 void TimeControl::adjust_time(int color, int time, int stones) { in adjust_time()
H A DGameState.cpp174 void GameState::adjust_time(int color, int time, int stones) { in adjust_time()
282 void GameState::place_free_handicap(int stones, Network & network) { in place_free_handicap()
/dports/devel/py-tables/tables-3.6.1/bench/
H A Dwidetree.py122 benchtime, stones = prof.runcall(unittest.main(defaultTest='suite')) variable
/dports/games/gogui/gogui-1.4.10/src/net/sf/gogui/go/
H A DCountScore.java50 PointList stones = new PointList(); in changeStatus() local
209 PointList stones) in findRegion()
H A DBoard.java165 public void getStones(GoPoint p, GoColor color, PointList stones) in getStones()
342 ConstPointList stones = (c == BLACK ? black : white); in setup() local
566 private void findStones(GoPoint p, GoColor color, PointList stones) in findStones()
H A DConstBoard.java36 void getStones(GoPoint p, GoColor color, PointList stones); in getStones()
/dports/games/gnugo/gnugo-3.8/patterns/
H A Duncompress_fuseki.c120 char *stones, char color, int boardsize) in set_boards()
193 char stones[BUFSIZE]; in main() local
/dports/games/gnugo/gnugo-3.8/engine/
H A Dclock.c66 int stones; member
182 update_time_left(int color, int time_left, int stones) in update_time_left()
/dports/games/lizzie/lizzie-0.6-105-gd0e7040/src/test/java/common/
H A DUtil.java116 Stone[] stones = new Stone[Board.boardSize * Board.boardSize]; in convertStones() local
/dports/net/grpcox/grpcox-1.0.0/vendor/github.com/jhump/protoreflect/internal/testprotos/
H A Ddesc_test1.proto87 optional string stones = 2; field
/dports/games/gogui/gogui-1.4.10/test/junit/src/net/sf/gogui/go/
H A DBoardTest.java209 PointList stones = new PointList(); in testSetupHandicap() local
/dports/net/grpcox/grpcox-1.0.0/vendor/github.com/jhump/protoreflect/desc/protoprint/testfiles/
H A Ddesc_test1-compact.proto80 optional string stones = 2; field
H A Ddesc_test1-only-doc-comments.proto108 optional string stones = 2; field
H A Ddesc_test1-sorted.proto30 optional string stones = 2; field
H A Ddesc_test1-no-trailing-comments.proto108 optional string stones = 2; field
H A Ddesc_test1-sorted-AND-multiline-style-comments.proto30 optional string stones = 2; field
H A Ddesc_test1-default.proto108 optional string stones = 2; field
H A Ddesc_test1-multiline-style-comments.proto108 optional string stones = 2; field
H A Ddesc_test1-trailing-on-next-line.proto108 optional string stones = 2; field
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/jhump/protoreflect/internal/testprotos/
H A Ddesc_test1.proto87 optional string stones = 2; field
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/jhump/protoreflect/desc/protoprint/testfiles/
H A Ddesc_test1-compact.proto80 optional string stones = 2; field
H A Ddesc_test1-multiline-style-comments.proto108 optional string stones = 2; field

1234