OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:evaluated
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/rlz/win/lib/
process_info.cc
167
static bool
evaluated
= false;
local
170
if (!
evaluated
) {
188
evaluated
= true;
/external/proguard/src/proguard/classfile/attribute/visitor/
StackSizeComputer.java
49
private boolean[]
evaluated
= new boolean[ClassConstants.TYPICAL_CODE_LENGTH];
field in class:StackSizeComputer
64
return
evaluated
[instructionOffset];
74
if (!
evaluated
[instructionOffset])
136
if (
evaluated
.length < codeLength)
138
evaluated
= new boolean[codeLength];
145
evaluated
[index] = false;
290
if (
evaluated
[instructionOffset])
292
System.out.println("-- (instruction block at "+instructionOffset+" already
evaluated
)");
309
// Evaluate any instructions that haven't been
evaluated
before.
310
while (!
evaluated
[instructionOffset]
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
CheckerManager.cpp
544
bool
evaluated
= false;
local
549
evaluated
= (*EI)(CE, C);
551
assert(!(
evaluated
&& anyEvaluated)
553
if (
evaluated
) {
562
// If none of the checkers
evaluated
the call, ask ExprEngine to handle it.
/external/icu4c/i18n/
tzfmt.cpp
99
// Order of GMT offset pattern parsing, *_HMS must be
evaluated
first
806
int32_t
evaluated
= 0; // bit flags representing already
evaluated
styles
local
830
//
evaluated
|= (fallbackLocalizedGMT ? STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT] : STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT_SHORT]);
831
evaluated
|= STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT] | STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT_SHORT];
852
evaluated
|= STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT_SHORT];
869
evaluated
|= STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT];
[
all
...]
/external/proguard/lib/
proguard.jar
/prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar
/prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 63 milliseconds