OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:evaluation
(Results
51 - 75
of
529
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/proguard/src/proguard/evaluation/value/
IdentifiedValueFactory.java
21
package proguard.
evaluation
.value;
TopValue.java
21
package proguard.
evaluation
.value;
UnknownDoubleValue.java
21
package proguard.
evaluation
.value;
UnknownFloatValue.java
21
package proguard.
evaluation
.value;
CompositeDoubleValue.java
21
package proguard.
evaluation
.value;
CompositeFloatValue.java
21
package proguard.
evaluation
.value;
CompositeIntegerValue.java
21
package proguard.
evaluation
.value;
CompositeLongValue.java
21
package proguard.
evaluation
.value;
SpecificValueFactory.java
21
package proguard.
evaluation
.value;
UnknownIntegerValue.java
21
package proguard.
evaluation
.value;
UnknownLongValue.java
21
package proguard.
evaluation
.value;
/external/v8/test/mjsunit/regress/
regress-3199913.js
28
// Test that bailout during
evaluation
of the key for a keyed call works as
/external/apache-xml/src/main/java/org/apache/xalan/templates/
XUnresolvedVariable.java
44
* begin variable searches for
evaluation
of expressions.
72
* begin variable searches for
evaluation
of expressions.
142
* begin variable searches for
evaluation
of expressions.
/external/proguard/src/proguard/optimize/evaluation/
PartialEvaluator.java
21
package proguard.optimize.
evaluation
;
30
import proguard.
evaluation
.*;
31
import proguard.
evaluation
.value.*;
35
* This AttributeVisitor performs partial
evaluation
on the code attributes
95
* during
evaluation
.
135
* values during
evaluation
.
184
System.err.println("Unexpected error while performing partial
evaluation
:");
205
System.out.println("Partial
evaluation
: "+clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz));
231
System.out.println("
Evaluation
results:");
300
* executed during the partial
evaluation
[
all
...]
/external/guava/src/com/google/common/base/
Predicates.java
95
* order, and
evaluation
will be "short-circuited" as soon as a false
109
* order, and
evaluation
will be "short-circuited" as soon as a false
122
* order, and
evaluation
will be "short-circuited" as soon as a false
134
* order, and
evaluation
will be "short-circuited" as soon as as soon as a
148
* order, and
evaluation
will be "short-circuited" as soon as as soon as a
161
* order, and
evaluation
will be "short-circuited" as soon as as soon as a
Function.java
34
* <p>Implementations which may cause side effects upon
evaluation
are strongly
Predicate.java
28
* <p>Implementations which may cause side effects upon
evaluation
are strongly
/bionic/libm/src/
k_cosf.c
42
/* Try to optimize for parallel
evaluation
as in k_tanf.c. */
k_sinf.c
41
/* Try to optimize for parallel
evaluation
as in k_tanf.c. */
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
XPathImpl.java
228
* <p>See "
Evaluation
of XPath Expressions" section of JAXP 1.3 spec
229
* for context item
evaluation
,
351
* <p>See "
Evaluation
of XPath Expressions" of JAXP 1.3 spec
352
* for context item
evaluation
,
375
* <p>Compile an XPath expression for later
evaluation
.</p>
420
* <p>See "
Evaluation
of XPath Expressions" section of JAXP 1.3 spec
421
* for context item
evaluation
,
503
* <p>See "
Evaluation
of XPath Expressions" section of JAXP 1.3 spec
504
* for context item
evaluation
,
/external/chromium/webkit/glue/
bookmarklet_unittest.cc
36
// the
evaluation
of the script should suppress loading the script result.
/external/e2fsprogs/intl/
eval-plural.h
1
/* Plural expression
evaluation
.
/external/v8/test/mjsunit/
negate.js
48
// The test below depends on the correct
evaluation
order, which is not
/external/webkit/Source/WebCore/xml/
XPathExpressionNode.h
93
//
Evaluation
details that can be used for optimization.
/external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExtensionHandler.java
104
* @return the return value of the function
evaluation
.
119
* @return the return value of the function
evaluation
.
Completed in 274 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>