repo
stringlengths
1
191
file
stringlengths
23
351
code
stringlengths
0
5.32M
file_length
int64
0
5.32M
avg_line_length
float64
0
2.9k
max_line_length
int64
0
288k
extension_type
stringclasses
1 value
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/util/PartialOrder.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.util; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; i...
5,461
21.11336
66
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/util/ArrayIterator.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.util; import java.util.Iterator; public class ArrayIterator<T> implements Iterator<T> { priv...
569
16.272727
66
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/util/ID.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.util; /** * ID implements a hierarchical naming scheme for Lustre. * */ public class ID { ...
3,726
22.29375
74
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/util/Rat.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.util; import java.math.BigDecimal; import java.math.BigInteger; import java.util.Random; impo...
7,198
34.117073
142
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/util/TypedName.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.util; import jkind.lustre.NamedType; public class TypedName { public final String name; pu...
921
17.816327
67
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/util/IDString.java
/* * Copyright (C) 2018, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.util; public class IDString { private final String prefix; private final String base; ...
1,034
26.236842
74
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/heuristic/HeuristicInterface.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.heuristic; import fuzzm.lustre.BooleanCtx; import fuzzm.lustre.generalize.PolyGeneralizationRe...
858
19.452381
98
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/heuristic/Features.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.heuristic; import java.util.ArrayList; import java.util.List; import fuzzm.FuzzMConfiguration...
2,249
24.862069
89
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/heuristic/FeatureException.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.heuristic; public class FeatureException extends Exception { private static final long seria...
358
21.4375
66
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/heuristic/PropertyHeuristic.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.heuristic; import java.util.Collections; import java.util.LinkedList; import java.util.List; i...
8,258
28.183746
106
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/heuristic/FuzzHeuristic.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.heuristic; import fuzzm.lustre.BooleanCtx; import fuzzm.util.ID; import fuzzm.util.RatSignal; ...
4,081
21.677778
78
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/engines/OutputEngine.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.engines; import java.io.IOException; import java.time.Duration; import java.time.Instant; impo...
6,184
32.074866
107
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/engines/GeneralizationEngine.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.engines; import java.util.Map; import fuzzm.FuzzMConfiguration; import fuzzm.engines.messages...
8,203
35.300885
139
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/engines/GeneratorEngine.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.engines; import java.math.BigInteger; import java.util.Collection; import java.util.HashMap; i...
3,871
31.537815
123
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/engines/SolverEngine.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.engines; import java.math.BigInteger; import fuzzm.FuzzMConfiguration; import fuzzm.engines.m...
6,407
35.409091
125
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/engines/Engine.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.engines; import fuzzm.FuzzMConfiguration; import fuzzm.engines.messages.Message; import fuzzm....
1,621
20.918919
79
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/engines/TestHeuristicEngine.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.engines; import java.util.List; import fuzzm.FuzzMConfiguration; import fuzzm.engines.messag...
6,682
32.752525
110
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/engines/Director.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.engines; import java.util.ArrayList; import java.util.List; import fuzzm.FuzzMConfiguration; ...
5,013
23.578431
68
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/engines/EngineName.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.engines; /** * Enumeration of the various fuzzing engines */ public enum EngineName { Direc...
425
18.363636
66
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/engines/messages/ResumeMessage.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.engines.messages; import fuzzm.engines.EngineName; /** * * Tells target queue to resume se...
768
19.783784
86
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/engines/messages/UnsatMessage.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.engines.messages; import fuzzm.engines.EngineName; /** * The Unsat message indicates that th...
1,044
23.880952
96
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/engines/messages/TransmitQueue.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.engines.messages; /** * A queue for outgoing messages. */ public class TransmitQueue<M exten...
1,185
21.807692
73
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/engines/messages/FeatureID.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.engines.messages; /** * The constraint ID ties the various messages back to * a specific fea...
1,238
20
74
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/engines/messages/TransmitQueueBase.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.engines.messages; /** * The base class for outgoing message queues. */ public class Transmit...
1,373
26.48
130
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/engines/messages/PauseMessage.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.engines.messages; import fuzzm.engines.EngineName; /** * * A pause request message reques...
799
20.052632
85
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/engines/messages/ReceiveQueue.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.engines.messages; import java.util.LinkedList; import java.util.Queue; import fuzzm.util.ID; ...
2,979
25.140351
121
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/engines/messages/Message.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.engines.messages; import fuzzm.engines.EngineName; import fuzzm.value.poly.GlobalState; /** ...
1,500
29.632653
74
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/engines/messages/ConstraintMessage.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.engines.messages; import fuzzm.engines.EngineName; import fuzzm.lustre.BooleanCtx; import fuzz...
1,375
27.081633
168
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/engines/messages/MessageHandler.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.engines.messages; /* Base class for message handlers */ public abstract class MessageHandler ...
920
19.466667
66
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/engines/messages/ExitException.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.engines.messages; /** * Exception thrown to indicate recipt of exit command */ public class ...
408
20.526316
66
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/engines/messages/QueueName.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.engines.messages; /** * Enumeration of the various queues in the system. */ public enum Queu...
474
18.791667
66
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/engines/messages/GeneralizedMessage.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.engines.messages; import java.math.BigDecimal; import java.util.Iterator; import java.util.Map...
6,823
33.994872
195
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/engines/messages/ExitMessage.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.engines.messages; import fuzzm.engines.EngineName; /** * The Exit message is a signal that t...
784
18.146341
66
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/engines/messages/CounterExampleMessage.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.engines.messages; import fuzzm.engines.EngineName; import fuzzm.lustre.BooleanCtx; import fuzz...
1,839
27.75
176
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/engines/messages/MessageHandlerThread.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.engines.messages; import java.util.ArrayList; import java.util.Collection; import fuzzm.engin...
1,836
21.402439
103
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/engines/messages/TestVectorMessage.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.engines.messages; import fuzzm.engines.EngineName; import fuzzm.util.RatSignal; /** * The Te...
1,158
22.18
106
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/engines/messages/FeatureMessage.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.engines.messages; import fuzzm.engines.EngineName; /** * Messages with references to feature...
762
24.433333
102
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/sender/PrintSender.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.sender; import fuzzm.engines.messages.CounterExampleMessage; import fuzzm.engines.messages.Tes...
1,509
23.354839
91
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/sender/OutputMsgTypes.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.sender; public enum OutputMsgTypes { TEST_VECTOR_MSG_TYPE, COUNTER_EXAMPLE_MSG_TYPE, ...
347
20.75
66
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/sender/FlowControlledPublisher.java
/* * Copyright (C) 2018, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.sender; import java.io.IOException; import java.util.concurrent.TimeoutException; import com....
3,366
32.336634
112
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/sender/Sender.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.sender; import fuzzm.engines.messages.CounterExampleMessage; import fuzzm.engines.messages.Tes...
550
22.956522
66
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/instance/BooleanValue.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.instance; import java.math.BigInteger; import fuzzm.value.hierarchy.BooleanType; import...
3,854
19.951087
99
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/instance/RationalValue.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.instance; import java.math.BigInteger; import fuzzm.value.hierarchy.BooleanType; import...
5,975
20.810219
83
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/instance/RationalInterval.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.instance; import java.math.BigInteger; import fuzzm.value.hierarchy.BooleanType; import...
2,764
24.136364
150
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/instance/RationalValueInterface.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.instance; import fuzzm.value.hierarchy.BooleanType; import fuzzm.value.hierarchy.Numeric...
1,556
30.14
88
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/instance/BooleanInterval.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.instance; import java.math.BigInteger; import fuzzm.value.hierarchy.BooleanIntervalType...
3,313
20.24359
112
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/instance/IntegerValue.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.instance; import java.math.BigInteger; import fuzzm.value.hierarchy.BooleanType; import...
6,752
21.814189
111
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/instance/PolyValue.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.instance; import java.math.BigInteger; import java.util.HashMap; import java.util.Map; ...
10,238
25.733681
98
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/instance/IntegerValueInterface.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.instance; import fuzzm.value.hierarchy.BooleanType; import fuzzm.value.hierarchy.Evaluat...
1,742
30.690909
86
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/instance/BooleanValueInterface.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.instance; import fuzzm.value.hierarchy.BooleanType; import fuzzm.value.hierarchy.Evaluat...
989
29.9375
66
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/instance/IntegerInfinity.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.instance; import java.math.BigInteger; import fuzzm.value.hierarchy.BooleanType; import...
6,044
20.360424
98
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/instance/PolyValueInterface.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.instance; import fuzzm.value.hierarchy.BooleanType; import fuzzm.value.hierarchy.Integer...
739
27.461538
67
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/instance/IntegerInterval.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.instance; import java.math.BigInteger; import fuzzm.value.hierarchy.BooleanType; import...
2,348
23.216495
146
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/instance/PolyBooleanValueInterface.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.instance; import fuzzm.value.hierarchy.BooleanType; import fuzzm.value.hierarchy.Evaluat...
591
27.190476
74
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/instance/RationalInfinity.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.instance; import java.math.BigInteger; import fuzzm.value.hierarchy.BooleanType; import...
5,644
20.545802
94
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/instance/PolyBooleanValue.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.instance; import java.math.BigInteger; import fuzzm.poly.PolyBool; import fuzzm.value.h...
5,513
23.726457
88
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/hierarchy/InstanceType.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.hierarchy; import jkind.util.BigFraction; abstract public class InstanceType<T extends ...
1,104
18.732143
90
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/hierarchy/BooleanIntervalType.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.hierarchy; import jkind.lustre.NamedType; import jkind.lustre.Type; abstract public cla...
909
23.594595
109
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/hierarchy/Joinable.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.hierarchy; public interface Joinable<T extends InstanceType<T>> { public EvaluatableTyp...
455
27.5
66
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/hierarchy/NumericType.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.hierarchy; import java.math.BigInteger; import fuzzm.util.Debug; import fuzzm.util.ID; ...
4,916
28.094675
144
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/hierarchy/IntegerTypeInterface.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.hierarchy; public interface IntegerTypeInterface { public EvaluatableType<IntegerType...
714
31.5
75
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/hierarchy/RationalIntervalType.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.hierarchy; import jkind.lustre.NamedType; import jkind.lustre.Type; abstract public cla...
1,126
24.613636
119
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/hierarchy/EvaluatableValueHierarchy.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.hierarchy; import java.math.BigInteger; import jkind.util.BigFraction; public abstract...
1,098
22.891304
77
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/hierarchy/NumericTypeInterface.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.hierarchy; public interface NumericTypeInterface<T extends NumericType<T>> { Evaluata...
1,213
34.705882
68
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/hierarchy/NumericIntervalType.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.hierarchy; import fuzzm.util.Debug; import fuzzm.util.ID; abstract public class Numeric...
5,147
32.647059
153
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/hierarchy/IntegerType.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.hierarchy; import java.math.BigInteger; import jkind.lustre.NamedType; import jkind.lus...
2,188
29.830986
100
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/hierarchy/BooleanType.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.hierarchy; import fuzzm.value.instance.BooleanInterval; import jkind.lustre.NamedType; i...
1,727
24.411765
124
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/hierarchy/RationalTypeInterface.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.hierarchy; public interface RationalTypeInterface { public EvaluatableType<RationalTy...
499
26.777778
73
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/hierarchy/EvaluatableType.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.hierarchy; import jkind.lustre.NamedType; import jkind.lustre.Type; abstract public cla...
1,066
27.837838
100
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/hierarchy/EvaluatableValue.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.hierarchy; import jkind.lustre.BinaryOp; import jkind.lustre.Type; import jkind.lustre.U...
3,842
22.290909
66
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/hierarchy/IntervalType.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.hierarchy; public abstract class IntervalType<T extends InstanceType<T>> extends Evaluat...
1,854
28.444444
117
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/hierarchy/RationalType.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.hierarchy; import jkind.lustre.NamedType; import jkind.lustre.Type; public abstract cla...
1,126
24.613636
103
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/hierarchy/IntegerIntervalType.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.hierarchy; import jkind.lustre.NamedType; import jkind.lustre.Type; abstract public cla...
1,356
24.12963
116
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/hierarchy/BooleanTypeInterface.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.hierarchy; public interface BooleanTypeInterface { public boolean isAlwaysTrue(); pu...
353
19.823529
66
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/poly/RationalPoly.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.poly; import java.math.BigInteger; import java.util.HashMap; import java.util.Map; impo...
4,640
26.625
85
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/poly/GlobalState.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.poly; import java.util.HashMap; import java.util.Map; import java.util.Random; import f...
2,871
25.841121
98
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/poly/PolyEvaluatableValue.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.poly; import fuzzm.value.hierarchy.EvaluatableValue; import jkind.util.BigFraction; pub...
605
22.307692
113
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/poly/IntegerPoly.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.poly; import java.math.BigInteger; import java.util.HashMap; import java.util.Map; impo...
7,550
31.269231
121
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/poly/BooleanPoly.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.poly; import fuzzm.poly.PolyBool; import fuzzm.poly.VariableBoolean; import fuzzm.poly.V...
2,810
21.488
75
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/bound/ComputedValue.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.bound; import java.util.SortedSet; import fuzzm.lustre.evaluation.IndexedEvaluator; imp...
1,766
30.553571
117
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/bound/InputValue.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.bound; import java.util.SortedSet; import fuzzm.lustre.evaluation.IndexedEvaluator; imp...
1,204
21.735849
138
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/bound/ConstrainedValue.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.bound; import java.util.TreeSet; import fuzzm.lustre.evaluation.IndexedEvaluator; impor...
2,001
29.333333
122
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/bound/ContainsEvaluatableValue.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.bound; import fuzzm.value.hierarchy.EvaluatableValue; public interface ContainsEvaluata...
370
22.1875
66
java
FuzzM
FuzzM-master/fuzzm/fuzzm/src/main/java/fuzzm/value/bound/BoundValue.java
/* * Copyright (C) 2017, Rockwell Collins * All rights reserved. * * This software may be modified and distributed under the terms * of the 3-clause BSD license. See the LICENSE file for details. * */ package fuzzm.value.bound; import java.util.SortedSet; import java.util.TreeSet; import fuzzm.lustre.evalua...
1,459
29.416667
117
java
formal-verification
formal-verification-master/Deterrence.java
//import java.util.Random; /*@ predicate states_initialised{L}(Deterrence [] states) = @ states.length == Deterrence.numStates && !\fresh(states); @*/ /*@ predicate state_valid{L}(Deterrence [] states, Deterrence state, int index) = @ !\fresh(state) && states[state.index] == ...
17,603
38.648649
203
java
daala
daala-master/tools/java/src/intra/Intra2.java
/*Daala video codec Copyright (c) 2012 Daala project contributors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list o...
14,224
28.269547
170
java
daala
daala-master/tools/java/src/intra/Intra.java
/*Daala video codec Copyright (c) 2012 Daala project contributors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list o...
17,194
29.379859
171
java
GraphifyEvolution
GraphifyEvolution-master/JavaAnalyser/src/test/java/JavaAnalyser/AppTest.java
/* * This Java source file was generated by the Gradle 'init' task. */ package JavaAnalyser; import org.junit.Test; import static org.junit.Assert.*; public class AppTest { @Test public void testAppHasAGreeting() { App classUnderTest = new App(); // assertNotNull("app should have a greeting", cla...
356
22.8
84
java
GraphifyEvolution
GraphifyEvolution-master/JavaAnalyser/src/main/java/JavaAnalyser/App.java
/* * This Java source file was generated by the Gradle 'init' task. */ package JavaAnalyser; import com.github.javaparser.*; import com.github.javaparser.ast.*; import com.github.javaparser.ast.body.*; import com.github.javaparser.ast.expr.*; import com.github.javaparser.ast.type.ClassOrInterfaceType; import com.git...
36,292
36.570393
134
java
tquery
tquery-master/src/test/java/GroupQueryTest.java
import jolie.runtime.FaultException; import jolie.runtime.Value; import joliex.tquery.engine.common.Utils; import joliex.tquery.engine.group.GroupQuery; import java.io.IOException; import java.io.StringReader; import static jolie.js.JsUtils.parseJsonIntoValue; public class GroupQueryTest { public static void main(...
1,284
27.555556
85
java
tquery
tquery-master/src/test/java/PipelineQueryTest.java
import jolie.js.JsUtils; import jolie.runtime.FaultException; import jolie.runtime.Value; import jolie.runtime.ValueVector; import joliex.tquery.engine.common.TQueryExpression; import joliex.tquery.engine.common.Utils; import joliex.tquery.engine.pipeline.PipelineQuery; import java.io.IOException; import java.io.Strin...
2,892
31.875
90
java
tquery
tquery-master/src/test/java/LookupQueryTest.java
import jolie.runtime.Value; import jolie.runtime.ValueVector; import joliex.tquery.engine.common.Utils; import joliex.tquery.engine.lookup.LookupQuery; import org.junit.jupiter.api.Test; import java.io.FileReader; import static jolie.js.JsUtils.parseJsonIntoValue; public class LookupQueryTest { static final Strin...
2,463
30.589744
126
java
tquery
tquery-master/src/test/java/UnwindQueryTest.java
import jolie.js.JsUtils; import jolie.runtime.FaultException; import jolie.runtime.Value; import jolie.runtime.ValueVector; import joliex.tquery.engine.common.Utils; import joliex.tquery.engine.unwind.UnwindQuery; import java.io.IOException; import java.io.StringReader; import java.nio.file.Files; import java.nio.file...
1,433
30.173913
92
java
tquery
tquery-master/src/test/java/PipelineQueryTestBenchmark.java
import jolie.js.JsUtils; import jolie.runtime.FaultException; import jolie.runtime.Value; import jolie.runtime.ValueVector; import joliex.tquery.engine.common.TQueryExpression; import joliex.tquery.engine.common.Utils; import joliex.tquery.engine.pipeline.PipelineQuery; import java.io.IOException; import java.io.Strin...
3,308
37.476744
103
java
tquery
tquery-master/src/test/java/RecursiveBackpressure.java
import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.stream.IntStream; public class RecursiveBackpressure { private static List< ? > listOfList( Integer max ) { List< ? >[] l = new List<?>[ max ]; IntStream.range( 0, max ) // .parallel() .forEach( i -> l[ i ] =...
617
21.888889
54
java
tquery
tquery-master/src/test/java/DependableTasks.java
import java.sql.SQLOutput; import java.util.*; import java.util.concurrent.*; import java.util.function.Function; import java.util.stream.Collectors; import java.util.stream.IntStream; public class DependableTasks { private static List< Task< List< ? > > > _listOfList( Integer max, ExecutorService executorService ) ...
3,932
28.795455
120
java
tquery
tquery-master/src/test/java/MatchQueryTest.java
import jolie.runtime.FaultException; import jolie.runtime.Value; import jolie.runtime.ValueVector; import joliex.tquery.engine.common.Utils; import joliex.tquery.engine.group.GroupQuery; import joliex.tquery.engine.match.MatchQuery; import org.junit.jupiter.api.Test; import java.io.FileReader; import java.io.IOExcepti...
4,831
26.611429
121
java
tquery
tquery-master/src/test/java/old/UnwindQueryTest.java
package old; class UnwindQueryTest { //TODO (These tests are deprecated and need to be rewritten) /*@Test void test() { Value unwindrequest = Value.create(); unwindrequest.getNewChild("query").setValue("awards.award");; Value data = unwindrequest.getNewChild("data"); Value...
865
29.928571
76
java
tquery
tquery-master/src/main/java/joliex/tquery/engine/GroupService.java
/******************************************************************************* * Copyright (C) 2018 by Larisa Safina <safina@imada.sdu.dk> * * Copyright (C) 2018 by Stefano Pio Zingaro <stefanopio.zingaro@unibo.it> * * Copyright (C) 2018 by Saverio Giallorenzo <saverio.giallorenzo@gmail.com...
2,060
56.25
81
java
tquery
tquery-master/src/main/java/joliex/tquery/engine/ProjectService.java
/******************************************************************************* * Copyright (C) 2018 by Larisa Safina <safina@imada.sdu.dk> * * Copyright (C) 2018 by Stefano Pio Zingaro <stefanopio.zingaro@unibo.it> * * Copyright (C) 2018 by Saverio Giallorenzo <saverio.giallorenzo@gmail.com...
2,072
58.228571
81
java