/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/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 | 19 @ CHECK: <unknown>:0: error: expression could not be evaluated 26 @ CHECK: <unknown>:0: error: symbol 'undef' could not be evaluated in a subtraction expression
|
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/xml/ |
D | HasXPath.java | 61 return evaluated(item, mismatch) in matchesSafely() 74 private Condition<Object> evaluated(Node item, Description mismatch) { in evaluated() method in HasXPath
|
/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-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-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-gurmukhi/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-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-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-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-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-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-gujarati/utrrs/ |
D | README | 2 …ccording to typographical rules applicable to a natural language can be evaluated by one with no k…
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | TimeZoneFormat.java | 1027 int evaluated = 0; // bit flags representing already evaluated styles in parse() local 1052 evaluated |= (Style.LOCALIZED_GMT.flag | Style.LOCALIZED_GMT_SHORT.flag); in parse() 1073 evaluated |= Style.LOCALIZED_GMT_SHORT.flag; in parse() 1088 evaluated |= Style.LOCALIZED_GMT.flag; in parse() 1243 evaluated |= style.flag; in parse() 1267 ((evaluated & ISO_Z_STYLE_FLAG) == 0 || (evaluated & ISO_LOCAL_STYLE_FLAG) == 0)) { in parse() 1294 (evaluated & Style.LOCALIZED_GMT.flag) == 0) { in parse() 1316 (evaluated & Style.LOCALIZED_GMT_SHORT.flag) == 0) { in parse() 1371 … if (parseTZDBAbbrev && parsedPos < maxPos && (evaluated & Style.SPECIFIC_SHORT.flag) == 0) { in parse() 1404 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 | 1088 int evaluated = 0; // bit flags representing already evaluated styles in parse() local 1113 evaluated |= (Style.LOCALIZED_GMT.flag | Style.LOCALIZED_GMT_SHORT.flag); in parse() 1134 evaluated |= Style.LOCALIZED_GMT_SHORT.flag; in parse() 1149 evaluated |= Style.LOCALIZED_GMT.flag; in parse() 1304 evaluated |= style.flag; in parse() 1328 ((evaluated & ISO_Z_STYLE_FLAG) == 0 || (evaluated & ISO_LOCAL_STYLE_FLAG) == 0)) { in parse() 1355 (evaluated & Style.LOCALIZED_GMT.flag) == 0) { in parse() 1377 (evaluated & Style.LOCALIZED_GMT_SHORT.flag) == 0) { in parse() 1432 … if (parseTZDBAbbrev && parsedPos < maxPos && (evaluated & Style.SPECIFIC_SHORT.flag) == 0) { in parse() 1465 if (parsedPos < maxPos && (evaluated & Style.ZONE_ID.flag) == 0) { in parse() [all …]
|
/external/llvm/lib/Analysis/ |
D | README.txt | 10 Outside the loop, this could be evaluated simply as (%n * %n), however
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | README.txt | 10 Outside the loop, this could be evaluated simply as (%n * %n), however
|