MCPcopy Create free account

hub / github.com/ASSERT-KTH/sequencer / functions

Functions67,308 in github.com/ASSERT-KTH/sequencer

↓ 188 callersMethodisNumber
<p>Checks whether the String a valid Java number.</p> <p>Valid numbers include hexadecimal marked with the <code>0x</code> qualifier, scientific nota
results/Defects4J_patches/Lang_16/15/NumberUtils.java:1311
↓ 186 callersMethodequals
Test for the equality of two Complex objects. If both the real and imaginary parts of two complex numbers are exactly the same, and neither is {@code
results/Defects4J_patches/Math_5/4/Complex.java:338
↓ 181 callersMethoddoubleValue
Gets the fraction as a <tt>double</tt>. This calculates the fraction as the numerator divided by denominator. @return the fraction as a <tt>double</tt
results/Defects4J_patches/Math_27/4/Fraction.java:317
↓ 181 callersMethodgcd
<p> Gets the greatest common divisor of the absolute value of two numbers, using the "binary gcd" method which avoids division and modulo operations.
results/Defects4J_patches/Math_94/4/MathUtils.java:411
↓ 181 callersMethodmulAndCheck
Multiply two integers, checking for overflow. @param x a factor @param y a factor @return the product <code>x y</code> @throws ArithmeticException if
results/Defects4J_patches/Math_94/4/MathUtils.java:597
↓ 180 callersMethodcosh
Returns the <a href="http://mathworld.wolfram.com/HyperbolicCosine.html"> hyperbolic cosine</a> of x. @param x double value for which to find the hyp
results/Defects4J_patches/Math_94/4/MathUtils.java:275
↓ 180 callersMethodnewQualifiedNameNode
Creates a node representing a qualified name. @param name A qualified name (e.g. "foo" or "foo.bar.baz") @param lineno The source line offset. @param
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1827
↓ 180 callersMethodpow
Returns of value of this complex number raised to the power of {@code x}. Implements the formula: <pre> <code> y<sup>x</sup> = exp(x&middot;log(y))
results/Defects4J_patches/Math_5/4/Complex.java:812
↓ 180 callersMethodsinh
Returns the <a href="http://mathworld.wolfram.com/HyperbolicSine.html"> hyperbolic sine</a> of x. @param x double value for which to find the hyperbo
results/Defects4J_patches/Math_94/4/MathUtils.java:1022
↓ 179 callersMethodgetTypeRegistry
()
results/Defects4J_patches/Closure_18/4/Compiler.java:1142
↓ 179 callersMethodsplit
Compute split[0], split[1] such that their sum is equal to d, and split[0] has its 30 least significant bits as zero. @param d number to split @param
results/Defects4J_patches/Math_59/4/FastMath.java:944
↓ 174 callersMethodgetConditionExpression
Gets the condition of an ON_TRUE / ON_FALSE CFG edge. @param n a node with an outgoing conditional CFG edge @return the condition node or null if the
results/Defects4J_patches/Closure_10/4/NodeUtil.java:1702
↓ 172 callersMethodvalue
(double x, double[] p)
results/Defects4J_patches/Math_58/2/GaussianFitter.java:87
↓ 169 callersMethodcompareTo
Compares two numbers given some amount of allowed error. @param x the first number @param y the second number @param eps the amount of error to allow
results/Defects4J_patches/Math_63/7/MathUtils.java:388
↓ 168 callersMethodfloatValue
Gets the fraction as a <tt>float</tt>. This calculates the fraction as the numerator divided by denominator. @return the fraction as a <tt>float</tt>
results/Defects4J_patches/Math_27/4/Fraction.java:351
↓ 165 callersMethodcontains
Checks if the string builder contains the specified char. @param ch the character to find @return true if the builder contains the character
results/Defects4J_patches/Lang_59/4/StrBuilder.java:1671
↓ 160 callersMethodisSubtype
(JSType that)
results/Defects4J_patches/Closure_104/2/UnionType.java:390
↓ 153 callersMethodbeginCaseBody
()
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:174
↓ 153 callersMethodcontinueProcessing
Provides a means of interrupting the CodeGenerator. Derived classes should return false to stop further processing.
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:52
↓ 153 callersMethodendCaseBody
()
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:178
↓ 153 callersMethodendFunction
()
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:163
↓ 153 callersMethodendSourceMapping
Finishes the source mapping for the given node at the current position.
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:45
↓ 153 callersMethodnotePreferredLineBreak
()
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:97
↓ 153 callersMethodstartSourceMapping
Starts the source mapping for the given node at the current position.
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:38
↓ 150 callersMethodappendTo
Appends the value of the specified calendar to the output buffer based on the rule implementation. @param buffer the output buffer @param calendar ca
results/Defects4J_patches/Lang_26/23/FastDateFormat.java:1056
↓ 146 callersMethodgetNumArtificialVariables
Get the number of artificial variables. @return number of artificial variables
results/Defects4J_patches/Math_33/4/SimplexTableau.java:554
↓ 143 callersMethodclear
Removes all data items from the series and sends a {@link SeriesChangeEvent} to all registered listeners.
results/Defects4J_patches/Chart_9/31/TimeSeries.java:804
↓ 142 callersMethodopToStr
Converts an operator's token value (see {@link Token}) to a string representation. @param operator the operator's token value to convert @return the
results/Defects4J_patches/Closure_10/4/NodeUtil.java:2131
↓ 141 callersMethodabs
Return the absolute value of this complex number. <p> Returns <code>NaN</code> if either real or imaginary part is <code>NaN</code> and <code>Double.P
results/Defects4J_patches/Math_96/2/Complex.java:91
↓ 139 callersMethodgetCatchBlock
@return The BLOCK node containing the CATCH node (if any) of a TRY.
results/Defects4J_patches/Closure_10/4/NodeUtil.java:2759
↓ 139 callersMethodhasCatchHandler
@return Whether BLOCK (from a TRY node) contains a CATCH. @see NodeUtil#getCatchBlock
results/Defects4J_patches/Closure_10/4/NodeUtil.java:2768
↓ 136 callersMethodcumulativeProbability
{@inheritDoc}
results/Defects4J_patches/Math_2/8/HypergeometricDistribution.java:114
↓ 136 callersMethodisInfinite
Returns true if either the real or imaginary part of this complex number takes an infinite value (either <code>Double.POSITIVE_INFINITY</code> or <cod
results/Defects4J_patches/Math_96/2/Complex.java:322
↓ 134 callersMethodhash
Returns an integer hash code representing the given double value. @param value the value to be hashed @return the hash code
results/Defects4J_patches/Math_94/4/MathUtils.java:468
↓ 132 callersMethodgetPaint
Returns a paint for the specified value. @param value the value (must be within the range specified by the lower and upper bounds for the sc
results/Defects4J_patches/Chart_24/4/GrayPaintScale.java:123
↓ 131 callersMethodcompareTo
{@inheritDoc}
results/Defects4J_patches/Math_32/12/PolygonsSet.java:385
↓ 131 callersMethodisForIn
@return Whether the node represents a FOR-IN loop.
results/Defects4J_patches/Closure_10/4/NodeUtil.java:1592
↓ 130 callersMethodendsWith
Determines whether the text ends with the given suffix.
results/Defects4J_patches/Closure_18/4/Compiler.java:1828
↓ 128 callersMethodtoString
()
results/Defects4J_patches/Mockito_34/4/InvocationMatcher.java:51
↓ 127 callersMethodisNew
Is this a NEW node?
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1105
↓ 125 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_61/2/StrBuilder.java:181
↓ 124 callersMethodhashCode
Get a hashCode for the complex number. Any {@code Double.NaN} value in real or imaginary part produces the same hash code {@code 7}. @return a hash c
results/Defects4J_patches/Math_5/4/Complex.java:361
↓ 124 callersMethodisGet
Is this a GETPROP or GETELEM node?
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1083
↓ 124 callersMethodtoString
Gets a String version of the string builder, creating a new instance each time the method is called. <p> Note that unlike StringBuffer, the string ver
results/Defects4J_patches/Lang_59/4/StrBuilder.java:2156
↓ 123 callersMethodcontainsType
@return true if n or any of its children are of the specified type
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1730
↓ 122 callersMethodsetLength
Updates the length of the builder by either dropping the last characters or adding filler of unicode zero. @param length the length to set to, must
results/Defects4J_patches/Lang_59/4/StrBuilder.java:193
↓ 121 callersMethodopToStr
Converts an operator's token value (see {@link Token}) to a string representation. @param operator the operator's token value to convert @return the
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1663
↓ 120 callersMethodisAssociative
Returns true if the operator is associative. e.g. (a b) c = a (b c) Note: "+" is not associative because it is also the concatenation for strings. e.g
results/Defects4J_patches/Closure_86/3/NodeUtil.java:983
↓ 117 callersMethodendsWith
Checks whether this builder ends with the specified string. <p> Note that this method handles null input quietly, unlike String. @param str the stri
results/Defects4J_patches/Lang_59/4/StrBuilder.java:1540
↓ 110 callersMethodisFunctionDeclaration
Is this node a function declaration? A function declaration is a function that has a name that is added to the current scope (i.e. a function that is
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1477
↓ 108 callersMethodnewQualifiedNameNode
Creates a node representing a qualified name. @param name A qualified name (e.g. "foo" or "foo.bar.baz") @return A NAME or GETPROP node
results/Defects4J_patches/Closure_10/4/NodeUtil.java:2277
↓ 105 callersMethodisObjectLitKey
Determines whether a node represents an object literal key (e.g. key1 in {key1: value1, key2: value2}). @param node A node @param parent The node's p
results/Defects4J_patches/Closure_10/4/NodeUtil.java:2051
↓ 104 callersMethodatan2
Two arguments arctangent function @param y ordinate @param x abscissa @return phase angle of point (x,y) between -&pi; and &pi;
results/Defects4J_patches/Math_59/4/FastMath.java:2849
↓ 101 callersMethodcopyNameAnnotations
Copy any annotations that follow a named value. @param source @param destination
results/Defects4J_patches/Closure_10/4/NodeUtil.java:2239
↓ 100 callersMethodisLatin
Test if all characters in the string are in the Basic Latin (aka ASCII) character set - that they have UTF-16 values equal to or below 0x7f. This chec
results/Defects4J_patches/Closure_10/4/NodeUtil.java:2406
↓ 100 callersMethodsubtract
Returns a {@code Complex} whose value is {@code (this - subtrahend)}. Uses the definitional formula <pre> <code> (a + bi) - (c + di) = (a-c) + (b-d
results/Defects4J_patches/Math_5/4/Complex.java:526
↓ 99 callersMethodgetInput
(InputId id)
results/Defects4J_patches/Closure_18/4/Compiler.java:1002
↓ 99 callersMethodisLabelName
@return Whether the node is a label name.
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1356
↓ 98 callersMethodcopy
{@inheritDoc}
results/Defects4J_patches/Math_41/16/Variance.java:596
↓ 96 callersMethodmidpoint
Compute the midpoint of two values. @param a first value. @param b second value. @return the midpoint.
results/Defects4J_patches/Math_85/4/UnivariateRealSolverUtils.java:217
↓ 92 callersMethodtoString
{@inheritDoc}
results/Defects4J_patches/Math_5/4/Complex.java:1226
↓ 90 callersMethoddelete
Deletes the characters between the two specified indices. @param startIndex the start index, inclusive, must be valid @param endIndex the end index
results/Defects4J_patches/Lang_59/4/StrBuilder.java:1127
↓ 90 callersMethodestimateLength
Returns the estimated lentgh of the result. @return the estimated length
results/Defects4J_patches/Lang_26/23/FastDateFormat.java:1048
↓ 88 callersMethodgetNodeForCodeInsertion
(JSModule module)
results/Defects4J_patches/Closure_18/4/Compiler.java:2149
↓ 87 callersMethodgetModuleGraph
()
results/Defects4J_patches/Closure_18/4/Compiler.java:1129
↓ 87 callersMethodidentifyTypeDeclarationCall
(Node n)
results/Defects4J_patches/Closure_57/5/ClosureCodingConvention.java:224
↓ 87 callersMethodsetCssRenamingMap
(CssRenamingMap map)
results/Defects4J_patches/Closure_18/4/Compiler.java:1857
↓ 86 callersMethoddistance
Calculates the L<sub>2</sub> (Euclidean) distance between two points. @param p1 the first point @param p2 the second point @return the L<sub>2</sub>
results/Defects4J_patches/Math_63/7/MathUtils.java:1748
↓ 86 callersMethodhashCode
Get a hashCode for the complex number. <p> All NaN values have the same hash code.</p> @return a hash code value for this object
results/Defects4J_patches/Math_96/2/Complex.java:276
↓ 86 callersMethodinsert
Inserts the string representation of an object into this builder. Inserting null will use the stored null text value. @param index the index to add
results/Defects4J_patches/Lang_59/4/StrBuilder.java:921
↓ 83 callersMethodgetTypeValidator
()
results/Defects4J_patches/Closure_18/4/Compiler.java:1222
↓ 82 callersMethodgetCfg
()
results/Defects4J_patches/Closure_14/4/ControlFlowAnalysis.java:144
↓ 82 callersMethodreplaceAll
Replaces the search character with the replace character throughout the builder. @param search the search character @param replace the replace char
results/Defects4J_patches/Lang_59/4/StrBuilder.java:1291
↓ 78 callersMethodcreateEdge
Connects the two nodes in the control flow graph. @param fromNode Source. @param toNode Destination.
results/Defects4J_patches/Closure_14/3/ControlFlowAnalysis.java:818
↓ 73 callersMethodgetObjectLitKeyName
Get the name of an object literal key. @param key A node
results/Defects4J_patches/Closure_10/4/NodeUtil.java:2066
↓ 72 callersMethodhasRegExpGlobalReferences
()
results/Defects4J_patches/Closure_18/4/Compiler.java:2305
↓ 72 callersMethodmatchesNumberContext
This predicate is used to test whether a given type can appear in a numeric context, such as an operand of a multiply operator. @return true if the t
results/Defects4J_patches/Closure_104/2/UnionType.java:102
↓ 70 callersMethodisAssignmentOp
(Node n)
results/Defects4J_patches/Closure_10/4/NodeUtil.java:1467
↓ 68 callersMethodgetNativeType
(JSTypeNative typeId)
results/Defects4J_patches/Closure_125/33/TypeCheck.java:2116
↓ 66 callersMethodopToStrNoFail
Converts an operator's token value (see {@link Token}) to a string representation or fails. @param operator the operator's token value to convert @re
results/Defects4J_patches/Closure_10/4/NodeUtil.java:2186
↓ 64 callersMethodisFunctionExpression
Is a FUNCTION node an function expression? An function expression is one that has either no name or a name that is not added to the current scope. <p
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1515
↓ 60 callersMethodisValidPropertyName
Determines whether the given name can appear on the right side of the dot operator. Many properties (like reserved words) cannot.
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1981
↓ 56 callersMethodtoCharArray
Copies the builder's character array into a new character array. @return a new array that represents the contents of the builder
results/Defects4J_patches/Lang_59/4/StrBuilder.java:349
↓ 54 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/30_compiled/TypeCheck.java:2037
↓ 54 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/3_compiled/TypeCheck.java:2037
↓ 54 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/29/TypeCheck.java:2037
↓ 54 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/14/TypeCheck.java:2037
↓ 54 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/17/TypeCheck.java:2037
↓ 54 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/9_compiled/TypeCheck.java:2037
↓ 54 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/20/TypeCheck.java:2037
↓ 54 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/28_compiled/TypeCheck.java:2037
↓ 54 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/21/TypeCheck.java:2037
↓ 54 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/5_compiled/TypeCheck.java:2037
↓ 54 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/31_compiled/TypeCheck.java:2037
↓ 54 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/32/TypeCheck.java:2037
↓ 54 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/22/TypeCheck.java:2037
↓ 54 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/7_compiled/TypeCheck.java:2037
↓ 54 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/8_compiled/TypeCheck.java:2037
↓ 54 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/16_passed/TypeCheck.java:2037
↓ 54 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/19/TypeCheck.java:2037
← previousnext →101–200 of 67,308, ranked by callers