/external/proguard/src/proguard/classfile/attribute/visitor/ |
D | StackSizeComputer.java | 51 private boolean[] evaluated = new boolean[ClassConstants.TYPICAL_CODE_LENGTH]; field in StackSizeComputer 66 return evaluated[instructionOffset]; in isReachable() 76 if (!evaluated[instructionOffset]) in getStackSize() 138 if (evaluated.length < codeLength) in visitCodeAttribute0() 140 evaluated = new boolean[codeLength]; in visitCodeAttribute0() 145 Arrays.fill(evaluated, 0, codeLength, false); in visitCodeAttribute0() 289 if (evaluated[instructionOffset]) in evaluateInstructionBlock() 309 while (!evaluated[instructionOffset]) in evaluateInstructionBlock() 312 evaluated[instructionOffset] = true; in evaluateInstructionBlock() 368 if (evaluated[instructionOffset]) in evaluateInstructionBlock()
|
/external/skia/platform_tools/android/gyp/ |
D | dependencies.gypi | 80 # all of them). Conditionals inside 'target_conditions' are evaluated 81 # *after* all other definitions and conditionals are evaluated, so 106 # all of them). Conditionals inside 'target_conditions' are evaluated 107 # *after* all other definitions and conditionals are evaluated, so 135 # all of them). Conditionals inside 'target_conditions' are evaluated 136 # *after* all other definitions and conditionals are evaluated, so 169 # all of them). Conditionals inside 'target_conditions' are evaluated 170 # *after* all other definitions and conditionals are evaluated, so
|
/external/eigen/doc/ |
D | HiPerformance.dox | 34 negation and conjugation. Transpose and Block expressions are not evaluated and they only modify th… 35 and shape. All other expressions are immediately evaluated. 61 Otherwise the product m2 * m3 is evaluated into a temporary.</td> 71 Without this optimization, the matrix product would be evaluated into a 94 and so the matrix product will be immediately evaluated.</td> 106 m2*m3 will be evaluated anyway. However, note how this expression can be rewritten
|
D | TopicLazyEvaluation.dox | 21 …evaluated as late as possible, instead of immediately. However, most other expression-templates-ba… 55 the product <tt>matrix3 * matrix4</tt> gets evaluated immediately into a temporary matrix. Indeed, … 57 …that the total cost of an operation is reduced if a sub-expression gets evaluated into a temporary…
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | const_phi.ll | 20 ; %phi0.pre and %phi1.pre are evaluated by SCEV to constant 0. 26 ; %phi0 and %phi1 are evaluated by SCEV to constant 0.
|
/external/llvm/test/MC/ARM/ |
D | error-location.s | 22 @ CHECK: <unknown>:0: error: expression could not be evaluated 32 @ CHECK: <unknown>:0: error: symbol 'undef' could not be evaluated in a subtraction expression
|
/external/llvm/test/MC/ELF/ |
D | subtraction-error.s | 8 ; CHECK: symbol 'a' could not be evaluated in a subtraction expression
|
/external/llvm/test/Transforms/Reassociate/ |
D | absorption.ll | 4 ; evaluated as the absorbing value.
|
/external/selinux/secilc/docs/ |
D | cil_conditional_statements.md | 86 …L statements that will be instantiated when the <code>boolean</code> is evaluated as <code>true</c… 90 …L statements that will be instantiated when the <code>boolean</code> is evaluated as <code>false</… 198 …L statements that will be instantiated when the <code>tunable</code> is evaluated as <code>true</c… 202 …L statements that will be instantiated when the <code>tunable</code> is evaluated as <code>false</…
|
/external/clang/test/SemaObjCXX/ |
D | arc-ppe.mm | 16 …nst type 'id'}} expected-warning {{expression with side effects will be evaluated despite being us…
|
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-telugu/utrrs/ |
D | README | 2 …ccording to typographical rules applicable to a natural language can be evaluated by one with no k…
|
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-gujarati/utrrs/ |
D | README | 2 …ccording to typographical rules applicable to a natural language can be evaluated by one with no k…
|
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-malayalam/utrrs/ |
D | README | 2 …ccording to typographical rules applicable to a natural language can be evaluated by one with no k…
|
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-assamese/utrrs/ |
D | README | 2 …ccording to typographical rules applicable to a natural language can be evaluated by one with no k…
|
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-bengali/utrrs/ |
D | README | 2 …ccording to typographical rules applicable to a natural language can be evaluated by one with no k…
|
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-oriya/utrrs/ |
D | README | 2 …ccording to typographical rules applicable to a natural language can be evaluated by one with no k…
|
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-tamil/utrrs/ |
D | README | 2 …ccording to typographical rules applicable to a natural language can be evaluated by one with no k…
|
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-devanagari/utrrs/ |
D | README | 2 …ccording to typographical rules applicable to a natural language can be evaluated by one with no k…
|
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-sinhala/utrrs/ |
D | README | 2 …ccording to typographical rules applicable to a natural language can be evaluated by one with no k…
|
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-kannada/utrrs/ |
D | README | 2 …ccording to typographical rules applicable to a natural language can be evaluated by one with no k…
|
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-gurmukhi/utrrs/ |
D | README | 2 …ccording to typographical rules applicable to a natural language can be evaluated by one with no k…
|
/external/llvm/lib/Analysis/ |
D | README.txt | 10 Outside the loop, this could be evaluated simply as (%n * %n), however
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | TimeZoneFormat.java | 1024 int evaluated = 0; // bit flags representing already evaluated styles in parse() local 1049 evaluated |= (Style.LOCALIZED_GMT.flag | Style.LOCALIZED_GMT_SHORT.flag); in parse() 1070 evaluated |= Style.LOCALIZED_GMT_SHORT.flag; in parse() 1085 evaluated |= Style.LOCALIZED_GMT.flag; in parse() 1240 evaluated |= style.flag; in parse() 1264 ((evaluated & ISO_Z_STYLE_FLAG) == 0 || (evaluated & ISO_LOCAL_STYLE_FLAG) == 0)) { in parse() 1291 (evaluated & Style.LOCALIZED_GMT.flag) == 0) { in parse() 1313 (evaluated & Style.LOCALIZED_GMT_SHORT.flag) == 0) { in parse() 1368 … if (parseTZDBAbbrev && parsedPos < maxPos && (evaluated & Style.SPECIFIC_SHORT.flag) == 0) { in parse() 1401 if (parsedPos < maxPos && (evaluated & Style.ZONE_ID.flag) == 0) { in parse() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | TimeZoneFormat.java | 1085 int evaluated = 0; // bit flags representing already evaluated styles in parse() local 1110 evaluated |= (Style.LOCALIZED_GMT.flag | Style.LOCALIZED_GMT_SHORT.flag); in parse() 1131 evaluated |= Style.LOCALIZED_GMT_SHORT.flag; in parse() 1146 evaluated |= Style.LOCALIZED_GMT.flag; in parse() 1301 evaluated |= style.flag; in parse() 1325 ((evaluated & ISO_Z_STYLE_FLAG) == 0 || (evaluated & ISO_LOCAL_STYLE_FLAG) == 0)) { in parse() 1352 (evaluated & Style.LOCALIZED_GMT.flag) == 0) { in parse() 1374 (evaluated & Style.LOCALIZED_GMT_SHORT.flag) == 0) { in parse() 1429 … if (parseTZDBAbbrev && parsedPos < maxPos && (evaluated & Style.SPECIFIC_SHORT.flag) == 0) { in parse() 1462 if (parsedPos < maxPos && (evaluated & Style.ZONE_ID.flag) == 0) { in parse() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | tzfmt.cpp | 825 int32_t evaluated = 0; // bit flags representing already evaluated styles in parse() local 850 …evaluated |= STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT] | STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALI… in parse() 874 evaluated |= STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT_SHORT]; in parse() 891 evaluated |= STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT]; in parse() 1087 evaluated |= STYLE_PARSE_FLAGS[style]; in parse() 1113 ((evaluated & ISO_Z_STYLE_FLAG) == 0 || (evaluated & ISO_LOCAL_STYLE_FLAG) == 0)) { in parse() 1139 (evaluated & STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT]) == 0) { in parse() 1161 (evaluated & STYLE_PARSE_FLAGS[UTZFMT_STYLE_LOCALIZED_GMT_SHORT]) == 0) { in parse() 1217 …if (parseTZDBAbbrev && parsedPos < maxPos && (evaluated & STYLE_PARSE_FLAGS[UTZFMT_STYLE_SPECIFIC_… in parse() 1268 if (parsedPos < maxPos && (evaluated & STYLE_PARSE_FLAGS[UTZFMT_STYLE_ZONE_ID]) == 0) { in parse() [all …]
|