MCPcopy Create free account

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

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

↓ 3,718 callersMethodequals
Two union types are equal if they have the same number of alternates and all alternates are equal.
results/Defects4J_patches/Closure_104/2/UnionType.java:304
↓ 3,654 callersMethodlength
Gets the length of the string builder. @return the length
results/Defects4J_patches/Lang_59/4/StrBuilder.java:181
↓ 3,342 callersMethodvalueOf
Create a complex number given the real and imaginary parts. @param realPart Real part. @param imaginaryPart Imaginary part. @return a Complex instanc
results/Defects4J_patches/Math_5/4/Complex.java:1186
↓ 3,208 callersMethodappend
Appends a string to the code, keeping track of the current line length. NOTE: the string must be a complete token--partial strings or partial regexes
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:74
↓ 2,916 callersMethodcharAt
Gets the character at the specified index. @see #setCharAt(int, char) @see #deleteCharAt(int) @param index the index to retrieve, must be valid @ret
results/Defects4J_patches/Lang_59/4/StrBuilder.java:301
↓ 2,340 callersMethodget
()
results/Defects4J_patches/Closure_18/4/Compiler.java:976
↓ 2,141 callersMethodappend
Appends an object to this string builder. Appending null will call {@link #appendNull()}. @param obj the object to append @return this, to enable ch
results/Defects4J_patches/Lang_59/4/StrBuilder.java:454
↓ 1,998 callersMethodtoString
()
results/Defects4J_patches/Closure_104/2/UnionType.java:372
↓ 1,910 callersMethodisEmpty
Checks is the string builder is empty (convenience Collections API style method). <p> This method is the same as checking {@link #length()} and is pro
results/Defects4J_patches/Lang_59/4/StrBuilder.java:271
↓ 1,877 callersMethodmax
Compute the maximum of two values @param a first value @param b second value @return b if a is lesser or equal to b, a otherwise
results/Defects4J_patches/Math_59/4/FastMath.java:3463
↓ 1,854 callersMethodsize
Gets the number of fields in this partial. @return the field count
results/Defects4J_patches/Time_4/2/Partial.java:308
↓ 1,807 callersMethodmin
Compute the minimum of two values @param a first value @param b second value @return a if a is lesser or equal to b, b otherwise
results/Defects4J_patches/Math_59/4/FastMath.java:3427
↓ 1,773 callersMethodsubstring
Extracts a portion of this string builder as a string. @param start the start index, inclusive, must be valid @return the new string @throws IndexOu
results/Defects4J_patches/Lang_59/4/StrBuilder.java:1568
↓ 1,683 callersMethodendStatement
Indicates the end of a statement and a ';' may need to be added. But we don't add it now, in case we're at the end of a block (in which case we don't
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:134
↓ 1,681 callersMethodadd
Returns a {@code Complex} whose value is {@code (this + addend)}. Uses the definitional formula <pre> <code> (a + bi) + (c + di) = (a+c) + (b+d)i
results/Defects4J_patches/Math_5/4/Complex.java:156
↓ 1,655 callersMethodreport
(JSError error)
results/Defects4J_patches/Closure_18/4/Compiler.java:2027
↓ 1,592 callersMethodisNaN
Checks whether either or both parts of this complex number is {@code NaN}. @return true if either or both parts of this complex number is {@code NaN}
results/Defects4J_patches/Math_5/4/Complex.java:395
↓ 1,576 callersMethodfloor
Get the largest whole number smaller than x. @param x number from which floor is requested @return a double number f such that f is an integer f <= x
results/Defects4J_patches/Math_59/4/FastMath.java:3338
↓ 1,560 callersMethodprecedence
(int type)
results/Defects4J_patches/Closure_86/3/NodeUtil.java:900
↓ 1,469 callersMethodsqrt
Compute the <a href="http://mathworld.wolfram.com/SquareRoot.html" TARGET="_top"> square root</a> of this complex number. Implements the following alg
results/Defects4J_patches/Math_5/4/Complex.java:944
↓ 1,408 callersMethodisFunction
Is this a FUNCTION node?
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1446
↓ 1,382 callersMethodabs
Return the absolute value of this complex number. Returns {@code NaN} if either real or imaginary part is {@code NaN} and {@code Double.POSITIVE_INFIN
results/Defects4J_patches/Math_5/4/Complex.java:115
↓ 1,358 callersMethodreportCodeChange
All passes should call reportCodeChange() when they alter the JS tree structure. This is verified by CompilerTestCase. This allows us to optimize to a
results/Defects4J_patches/Closure_18/4/Compiler.java:1944
↓ 1,321 callersMethodappend
Appends the given string to the text buffer.
results/Defects4J_patches/Closure_18/4/Compiler.java:1785
↓ 1,301 callersMethodindexOf
Searches the string builder to find the first reference to the specified char. @param ch the character to find @return the first index of the charac
results/Defects4J_patches/Lang_59/4/StrBuilder.java:1713
↓ 1,290 callersMethodaddOp
(String op, boolean binOp)
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:203
↓ 1,215 callersMethodequals
Checks the contents of this builder against another to see if they contain the same character content. @param other the object to check, null return
results/Defects4J_patches/Lang_59/4/StrBuilder.java:2101
↓ 1,189 callersMethodabs
Absolute value. @param x number from which absolute value is requested @return abs(x)
results/Defects4J_patches/Math_59/4/FastMath.java:3237
↓ 996 callersMethodisName
Is this a NAME node?
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1098
↓ 982 callersMethodgetEntry
Get an entry of the tableau. @param row row index @param column column index @return entry at (row, column)
results/Defects4J_patches/Math_33/4/SimplexTableau.java:481
↓ 820 callersMethodgetInputId
@param n The node. @return The InputId property on the node or its ancestors.
results/Defects4J_patches/Closure_10/4/NodeUtil.java:2868
↓ 792 callersMethodadd
(String str)
results/Defects4J_patches/Closure_123/4/CodeGenerator.java:95
↓ 765 callersMethodbeginBlock
()
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:100
↓ 765 callersMethodendBlock
()
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:111
↓ 626 callersMethodgetClass
Returns the class represented by <code>className</code> using the <code>classLoader</code>. This implementation supports names like "<code>java.lang.
results/Defects4J_patches/Lang_33/6/ClassUtils.java:752
↓ 623 callersMethodceil
Get the smallest whole number larger than x. @param x number from which ceil is requested @return a double number c such that c is an integer c - 1.0
results/Defects4J_patches/Math_59/4/FastMath.java:3365
↓ 612 callersMethodaddNumber
(double x)
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:233
↓ 612 callersMethodlistSeparator
()
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:123
↓ 594 callersMethodcontains
A {@link UnionType} contains a given type (alternate) iff the member vector contains it. Since the {@link #equals} method above conforms to the neces
results/Defects4J_patches/Closure_104/2/UnionType.java:344
↓ 583 callersMethodgetCodingConvention
()
results/Defects4J_patches/Closure_18/4/Compiler.java:1951
↓ 577 callersMethodisVar
Is this a VAR node?
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1112
↓ 573 callersMethodisGetProp
Is this a GETPROP node?
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1091
↓ 569 callersMethodgetJSType
This method gets the JSType from the Node argument and verifies that it is present.
results/Defects4J_patches/Closure_125/33/TypeCheck.java:2037
↓ 558 callersMethodisInfinite
Checks whether either the real or imaginary part of this complex number takes an infinite value (either {@code Double.POSITIVE_INFINITY} or {@code Dou
results/Defects4J_patches/Math_5/4/Complex.java:408
↓ 531 callersMethodclone
Returns a clone of the time series. <P> Notes: <ul> <li>no need to clone the domain and range descriptions, since String object is immutable;</l
results/Defects4J_patches/Chart_9/31/TimeSeries.java:858
↓ 461 callersMethodequal
Tests two shapes for equality. If both shapes are <code>null</code>, this method will return <code>true</code>. <p> In the current implementation, th
results/Defects4J_patches/Chart_11/4/ShapeUtilities.java:127
↓ 459 callersMethodbreakAfterBlockFor
@return Whether the a line break can be added after the specified BLOCK.
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:286
↓ 457 callersMethodlog
Natural logarithm. @param x a double @return log(x)
results/Defects4J_patches/Math_59/4/FastMath.java:1154
↓ 448 callersMethodisString
Is this a STRING node?
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1147
↓ 447 callersMethodisAssign
Is this an ASSIGN node?
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1166
↓ 436 callersMethodremoveChild
Safely remove children while maintaining a valid node structure.
results/Defects4J_patches/Closure_10/4/NodeUtil.java:1779
↓ 433 callersMethodprecedence
(int type)
results/Defects4J_patches/Closure_10/4/NodeUtil.java:1168
↓ 431 callersMethodgetWidth
Get the width of the tableau. @return width of the tableau
results/Defects4J_patches/Math_33/4/SimplexTableau.java:464
↓ 417 callersMethodisCall
Is this a CALL node?
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1431
↓ 414 callersMethoditerator
Returns an iterator over the unmodifiable list of chromosomes. <p>Any call to {@link Iterator#remove()} will result in a {@link UnsupportedOperationEx
results/Defects4J_patches/Math_34/4/ListPopulation.java:208
↓ 399 callersMethodgetSourceName
@param n The node. @return The source name property on the node or its ancestors.
results/Defects4J_patches/Closure_10/4/NodeUtil.java:2842
↓ 390 callersMethodlongValue
Gets the fraction as a <tt>long</tt>. This returns the whole number part of the fraction. @return the whole number fraction part
results/Defects4J_patches/Math_27/4/Fraction.java:396
↓ 381 callersMethodisUnknownType
()
results/Defects4J_patches/Closure_104/2/UnionType.java:250
↓ 371 callersMethodexp
Exponential function. Computes exp(x), function result is nearly rounded. It will be correctly rounded to the theoretical value for 99.9% of input
results/Defects4J_patches/Math_59/4/FastMath.java:620
↓ 369 callersMethodisNaN
Returns true if either or both parts of this complex number is NaN; false otherwise @return true if either or both parts of this complex number is N
results/Defects4J_patches/Math_96/2/Complex.java:309
↓ 369 callersMethodnextAfter
Get the next machine representable number after a number, moving in the direction of another number. <p> If <code>direction</code> is greater than or
results/Defects4J_patches/Math_59/4/FastMath.java:3294
↓ 367 callersMethodcompareTo
Compares this object to another based on size. @param object the object to compare to @return -1 if this is less than <tt>object</tt>, +1 if this is g
results/Defects4J_patches/Math_27/4/Fraction.java:306
↓ 361 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_86/3/NodeUtil.java:1965
↓ 361 callersMethodremoveChild
Safely remove children while maintaining a valid node structure.
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1367
↓ 349 callersMethodformat
<p>Formats a <code>Date</code>, <code>Calendar</code> or <code>Long</code> (milliseconds) object.</p> @param obj the object to format @param toAppen
results/Defects4J_patches/Lang_26/6/FastDateFormat.java:788
↓ 342 callersMethodsqrt
Compute the square root of a number. @param a number on which evaluation is done @return square root of a
results/Defects4J_patches/Math_59/4/FastMath.java:218
↓ 337 callersMethodisAssignmentOp
(Node n)
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1014
↓ 333 callersMethodgetHeight
Get the height of the tableau. @return height of the tableau
results/Defects4J_patches/Math_33/4/SimplexTableau.java:472
↓ 330 callersMethodstartsWith
Checks whether this builder starts with the specified string. <p> Note that this method handles null input quietly, unlike String. @param str the st
results/Defects4J_patches/Lang_59/4/StrBuilder.java:1513
↓ 311 callersMethodsetEntry
Set an entry of the tableau. @param row row index @param column column index @param value for the entry
results/Defects4J_patches/Math_33/4/SimplexTableau.java:490
↓ 310 callersMethodmaybeLineBreak
()
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:87
↓ 306 callersMethodshouldPreserveExtraBlocks
If the body of a for loop or the then clause of an if statement has a single statement, should it be wrapped in a block? Doing so can help when prett
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:279
↓ 305 callersMethodgetValue
Returns the value at the specified index. @param index index of a value. @return The value (possibly <code>null</code>).
results/Defects4J_patches/Chart_9/31/TimeSeries.java:445
↓ 300 callersMethodisExpressionNode
(Node n)
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1061
↓ 299 callersMethodequals
Tests this renderer for equality with another object. @param obj the object. @return <code>true</code> or <code>false</code>.
results/Defects4J_patches/Chart_1/4/AbstractCategoryItemRenderer.java:1469
↓ 296 callersMethodcos
Cosine function @param x a number @return cos(x)
results/Defects4J_patches/Math_59/4/FastMath.java:2502
↓ 296 callersMethodsin
Sine function. @param x a number @return sin(x)
results/Defects4J_patches/Math_59/4/FastMath.java:2405
↓ 285 callersMethodisMatch
Does this partial match the specified instant. <p> A match occurs when all the fields of this partial are the same as the corresponding fields on the
results/Defects4J_patches/Time_4/2/Partial.java:655
↓ 259 callersMethodexp
Compute the <a href="http://mathworld.wolfram.com/ExponentialFunction.html" TARGET="_top"> exponential function</a> of this complex number. <p> Implem
results/Defects4J_patches/Math_96/2/Complex.java:574
↓ 252 callersMethodrestrictByNotNullOrUndefined
()
results/Defects4J_patches/Closure_104/2/UnionType.java:209
↓ 250 callersMethodgetValue
Gets the value of the field at the specifed index. @param index the index @return the value @throws IndexOutOfBoundsException if the index is invali
results/Defects4J_patches/Time_4/2/Partial.java:367
↓ 240 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_86/3/NodeUtil.java:1718
↓ 238 callersMethodmultiply
Returns a {@code Complex} whose value is {@code this factor}. Implements preliminary checks for {@code NaN} and infinity followed by the definitional
results/Defects4J_patches/Math_5/4/Complex.java:436
↓ 234 callersMethodhasFinally
@return Whether a TRY node has a finally block.
results/Defects4J_patches/Closure_10/4/NodeUtil.java:2750
↓ 231 callersMethodcontains
Checks, whether the given rectangle1 fully contains rectangle 2 (even if rectangle 2 has a height or width of zero!). @param rect1 the first rectang
results/Defects4J_patches/Chart_11/4/ShapeUtilities.java:560
↓ 225 callersMethodlastIndexOf
Searches the string builder to find the last reference to the specified char. @param ch the character to find @return the last index of the characte
results/Defects4J_patches/Lang_59/4/StrBuilder.java:1837
↓ 223 callersMethodvisit
(Node node)
results/Defects4J_patches/Closure_10/23/NodeUtil.java:2712
↓ 222 callersMethodcosh
Compute the hyperbolic cosine of a number. @param x number on which evaluation is done @return hyperbolic cosine of x
results/Defects4J_patches/Math_59/4/FastMath.java:226
↓ 222 callersMethodsinh
Compute the hyperbolic sine of a number. @param x number on which evaluation is done @return hyperbolic sine of x
results/Defects4J_patches/Math_59/4/FastMath.java:280
↓ 212 callersMethodpow
Power function. Compute x^y. @param x a double @param y a double @return double
results/Defects4J_patches/Math_59/4/FastMath.java:1448
↓ 210 callersMethodgetInstance
<p>Gets a formatter instance using the default pattern in the default locale.</p> @return a date/time formatter
results/Defects4J_patches/Lang_26/6/FastDateFormat.java:153
↓ 207 callersMethodadd
(String newcode)
results/Defects4J_patches/Closure_51/4/CodeConsumer.java:181
↓ 204 callersMethodgetNumObjectiveFunctions
Get the number of objective functions in this tableau. @return 2 for Phase 1. 1 for Phase 2.
results/Defects4J_patches/Math_33/4/SimplexTableau.java:273
↓ 203 callersMethodadd
Adds a data item to the series and sends a {@link org.jfree.data.general.SeriesChangeEvent} to all registered listeners. @param item the (timeperiod
results/Defects4J_patches/Chart_9/31/TimeSeries.java:477
↓ 202 callersMethodnewName
( CodingConvention convention, String name)
results/Defects4J_patches/Closure_10/4/NodeUtil.java:2349
↓ 200 callersMethodsize
Gets the length of the string builder. <p> This method is the same as {@link #length()} and is provided to match the API of Collections. @return the
results/Defects4J_patches/Lang_59/4/StrBuilder.java:259
↓ 198 callersMethodlog
Compute the <a href="http://mathworld.wolfram.com/NaturalLogarithm.html" TARGET="_top"> natural logarithm</a> of this complex number. Implements the f
results/Defects4J_patches/Math_5/4/Complex.java:783
↓ 192 callersMethodcos
Compute the <a href="http://mathworld.wolfram.com/Cosine.html" TARGET="_top"> cosine</a> of this complex number. Implements the formula: <pre> <code>
results/Defects4J_patches/Math_5/4/Complex.java:657
↓ 192 callersMethodgetMethod
()
results/Defects4J_patches/Mockito_34/4/InvocationMatcher.java:39
↓ 191 callersMethodisThis
Is this a THIS node?
results/Defects4J_patches/Closure_86/3/NodeUtil.java:1461
next →1–100 of 67,308, ranked by callers