OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:evaluation
(Results
76 - 100
of
529
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/proguard/src/proguard/evaluation/
TracedStack.java
21
package proguard.
evaluation
;
23
import proguard.
evaluation
.value.Value;
TracedVariables.java
21
package proguard.
evaluation
;
23
import proguard.
evaluation
.value.Value;
/external/proguard/src/proguard/optimize/info/
ParameterUsageMarker.java
30
import proguard.optimize.
evaluation
.PartialEvaluator;
31
import proguard.
evaluation
.value.*;
/external/webkit/Source/JavaScriptCore/qt/api/
qscriptengine_p.cpp
65
Evaluates program and returns the result of the
evaluation
.
79
Evaluates program and returns the result of the
evaluation
.
qscriptengine.cpp
59
// kept as long as it is needed for lazy
evaluation
of properties of
67
and returns the result of the
evaluation
.
71
The
evaluation
of \a program can cause an exception in the
79
to this
evaluation
(e.g. uncaughtExceptionLineNumber()) will be
101
Returns true if the last script
evaluation
resulted in an uncaught
/external/proguard/src/proguard/optimize/
Optimizer.java
31
import proguard.
evaluation
.*;
32
import proguard.
evaluation
.value.*;
33
import proguard.optimize.
evaluation
.*;
326
// System.out.println("Optimizer.execute: before
evaluation
simplification");
329
// Perform partial
evaluation
for filling out fields, method parameters,
372
// Simplify based on partial
evaluation
, propagating constant
384
// Remove code based on partial
evaluation
, also removing unused
[
all
...]
/external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java
21
package proguard.optimize.
evaluation
;
33
import proguard.
evaluation
.*;
34
import proguard.
evaluation
.value.*;
39
* on partial
evaluation
.
114
// TODO: Remove this when the
evaluation
shrinker has stabilized.
123
System.err.println("Unexpected error while shrinking instructions after partial
evaluation
:");
280
// accoriding to a simple partial
evaluation
?
[
all
...]
LivenessAnalyzer.java
21
package proguard.optimize.
evaluation
;
29
import proguard.
evaluation
.value.*;
33
* attributes that it visits, based on partial
evaluation
.
/bionic/libm/src/
k_tanf.c
47
* opportunities for parallel
evaluation
. The chosen splitting is
/external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncExtFunctionAvailable.java
96
* field during
evaluation
, this method is called at compilation time to
/external/apache-xml/src/main/java/org/apache/xpath/operations/
VariableSafeAbsRef.java
48
*
evaluation
will occur. If a variable within scope is not found, a warning
/external/chromium/chrome/browser/debugger/
debugger_remote_service.h
112
// Redirects a Javascript
evaluation
command from |content| to
/external/clang/lib/StaticAnalyzer/Core/
AggExprVisitor.cpp
28
/// back to the ExprEngine to let the real
evaluation
logic happen.
/external/clang/test/Sema/
const-eval.c
72
// No PR. Mismatched bitwidths lead to a crash on second
evaluation
.
/external/dbus/doc/
system-activation.txt
19
This has immediate pressing need for OLPC, with a longer term
evaluation
for
/external/e2fsprogs/intl/
plural-exp.h
1
/* Expression parsing and
evaluation
for plural form selection.
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
VariableLocator.java
65
* Returns a Data variable name extracted during
evaluation
.
/external/libxml2/include/libxml/
xmlregexp.h
34
* A libxml progressive regular expression
evaluation
context
/external/llvm/lib/MC/MCDisassembler/
EDOperand.h
11
// operand class. The operand is responsible for allowing
evaluation
given a
/external/neven/Embedded/common/src/b_BasicEm/
Config.h
63
/* this warning occurs due to a wrong code
evaluation
of the compiler */
/external/proguard/src/proguard/evaluation/value/
ParticularDoubleValue.java
21
package proguard.
evaluation
.value;
ParticularFloatValue.java
21
package proguard.
evaluation
.value;
SpecificDoubleValue.java
21
package proguard.
evaluation
.value;
SpecificFloatValue.java
21
package proguard.
evaluation
.value;
Value.java
21
package proguard.
evaluation
.value;
Completed in 616 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>