/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/chromium_org/rlz/win/lib/ |
D | process_info.cc | 162 static bool evaluated = false; in HasAdminRights() local 165 if (!evaluated) { in HasAdminRights() 183 evaluated = true; in HasAdminRights()
|
/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/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/skia/platform_tools/android/gyp/ |
D | dependencies.gypi | 199 # all of them). Conditionals inside 'target_conditions' are evaluated 200 # *after* all other definitions and conditionals are evaluated, so 225 # all of them). Conditionals inside 'target_conditions' are evaluated 226 # *after* all other definitions and conditionals are evaluated, so
|
/external/chromium_org/third_party/skia/platform_tools/android/gyp/ |
D | dependencies.gypi | 199 # all of them). Conditionals inside 'target_conditions' are evaluated 200 # *after* all other definitions and conditionals are evaluated, so 225 # all of them). Conditionals inside 'target_conditions' are evaluated 226 # *after* all other definitions and conditionals are evaluated, so
|
/external/chromium_org/tools/gyp/test/rules/src/subdir2/ |
D | no_action.gyp | 6 # evaluated appropriately.
|
/external/clang/test/SemaOpenCL/ |
D | shifts.cl | 3 // Test this both for variables and constants evaluated in the front-end.
|
/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-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/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-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-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-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-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-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-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-devanagari/utrrs/ |
D | README | 2 …ccording to typographical rules applicable to a natural language can be evaluated by one with no k…
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | alias.test | 21 # Aliases are currently evaluated twice. We might try to change this 129 # Aliases in the GROUP BY clause cause the expression to be evaluated
|
/external/llvm/lib/Analysis/ |
D | README.txt | 10 Outside the loop, this could be evaluated simply as (%n * %n), however
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
D | RuntimeModel.js | 272 … this.evaluate(expressionString, "completion", true, true, false, false, evaluated.bind(this)); 277 function evaluated(result, wasThrown) function
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CheckerManager.cpp | 544 bool evaluated = false; in runCheckersForEvalCall() local 549 evaluated = (*EI)(CE, C); in runCheckersForEvalCall() 551 assert(!(evaluated && anyEvaluated) in runCheckersForEvalCall() 553 if (evaluated) { in runCheckersForEvalCall()
|