/external/emma/core/java12/com/vladium/emma/report/ |
D | MethodItem.java | 58 final int [] aggregates = m_aggregates; in getAggregate() local 60 int value = aggregates [type]; in getAggregate() 73 for (int i = 0; i < aggregates.length; ++ i) aggregates [i] = 0; in getAggregate() 82 …aggregates [TOTAL_METHOD_COUNT] = 1; // TODO: check that excluded methods are accounted for correc… in getAggregate() 83 aggregates [TOTAL_BLOCK_COUNT] = totalBlockCount; in getAggregate() 111 aggregates [TOTAL_LINE_COUNT] = totalLineCount; in getAggregate() 139 aggregates [COVERAGE_LINE_COUNT] = coverageLineCount; in getAggregate() 140 aggregates [COVERAGE_LINE_INSTR] = coverageLineInstr; in getAggregate() 143 aggregates [TOTAL_BLOCK_INSTR] = totalBlockInstr; in getAggregate() 144 …aggregates [COVERAGE_METHOD_COUNT] = coverageBlockCount > 0 ? 1 : 0; … in getAggregate() [all …]
|
D | ClassItem.java | 86 final int [] aggregates = m_aggregates; in getAggregate() local 88 int value = aggregates [type]; in getAggregate() 97 aggregates [TOTAL_CLASS_COUNT] = 1; in getAggregate() 98 aggregates [COVERAGE_CLASS_COUNT] = m_coverage != null ? 1 : 0; in getAggregate() 100 return aggregates [type]; in getAggregate() 167 aggregates [TOTAL_LINE_COUNT] = cldata.size (); in getAggregate() 190 aggregates [COVERAGE_LINE_COUNT] = coverageLineCount; in getAggregate() 191 aggregates [COVERAGE_LINE_INSTR] = coverageLineInstr; in getAggregate() 193 return aggregates [type]; in getAggregate()
|
D | SrcFileItem.java | 92 final int [] aggregates = m_aggregates; in getAggregate() local 94 int value = aggregates [type]; in getAggregate() 103 aggregates [TOTAL_CLASS_COUNT] = getChildCount (); in getAggregate() 114 aggregates [COVERAGE_CLASS_COUNT] = value; in getAggregate() 116 return aggregates [type]; in getAggregate() 123 return aggregates [TOTAL_SRCFILE_COUNT] = 1; in getAggregate() 197 aggregates [TOTAL_LINE_COUNT] = lineCount; in getAggregate() 248 aggregates [COVERAGE_LINE_COUNT] = coverageLineCount; in getAggregate() 249 aggregates [COVERAGE_LINE_INSTR] = coverageLineInstr; in getAggregate() 251 return aggregates [type]; in getAggregate()
|
D | Item.java | 73 final int [] aggregates = m_aggregates; in getAggregate() local 74 int value = aggregates [type]; in getAggregate() 86 aggregates [type] = value; in getAggregate()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_TileGrad.pbtxt | 6 along each dimension, `TileGrad` takes in `multiples` and aggregates
|
/external/llvm-project/llvm/test/Other/ |
D | scalable-vector-array.ll | 4 ;; when nested inside other aggregates.
|
D | scalable-vector-struct.ll | 4 ;; when nested inside other aggregates.
|
/external/llvm/lib/Target/Mips/ |
D | MipsScheduleP5600.td | 319 // current aggregates the resources and ignores the exact cycle they are 325 // current aggregates the resources and ignores the exact cycle they are 331 // current aggregates the resources and ignores the exact cycle they are 337 // current aggregates the resources and ignores the exact cycle they are 343 // current aggregates the resources and ignores the exact cycle they are
|
/external/llvm-project/clang/test/CodeGenOpenCL/ |
D | constant-addr-space-globals.cl | 10 // Test that we don't use directly initializers for const aggregates
|
/external/llvm-project/libcxx/utils/google-benchmark/docs/ |
D | tools.md | 9 ### Displaying aggregates only 12 displayment of the normal iterations vs the aggregates. When passed, it will 14 in the tool itself; only the aggregates will be displayed, but not normal runs.
|
/external/google-benchmark/docs/ |
D | tools.md | 13 ### Displaying aggregates only 16 displayment of the normal iterations vs the aggregates. When passed, it will 18 in the tool itself; only the aggregates will be displayed, but not normal runs.
|
/external/libcxx/utils/google-benchmark/docs/ |
D | tools.md | 9 ### Displaying aggregates only 12 displayment of the normal iterations vs the aggregates. When passed, it will 14 in the tool itself; only the aggregates will be displayed, but not normal runs.
|
/external/tensorflow/tensorflow/compiler/mlir/g3doc/ |
D | dialects.md | 27 like the LLVM IR type system (which has first class aggregates), domain
|
/external/dagger2/java/dagger/hilt/processor/internal/aggregateddeps/ |
D | BUILD | 16 # A processor that aggregates metadata about Hilt @InstallIn annotations
|
/external/llvm-project/clang/docs/analyzer/developer-docs/ |
D | RegionStore.rst | 138 the Default Binding strategy, because in C aggregates can contain other 139 aggregates. In the current implementation of RegionStore, there is no way to 147 RegionStore implements an optimization for copying aggregates (structs and
|
/external/clang/docs/analyzer/ |
D | RegionStore.txt | 128 the Default Binding strategy, because in C aggregates can contain other 129 aggregates. In the current implementation of RegionStore, there is no way to 137 RegionStore implements an optimization for copying aggregates (structs and
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | anon_aggr.ll | 3 ; Test case for PR 14779: anonymous aggregates are not handled correctly.
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | aggregate-reconstruction.ll | 25 ; Arrays are still aggregates 58 ; Likewise, we only deal with a single-level aggregates. 117 ; aggregate. Here different elements come from different base aggregates.
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/ |
D | gles32-master.txt | 9545 dEQP-GLES31.functional.program_interface_query.uniform.array_size.default_block.aggregates.var 9546 dEQP-GLES31.functional.program_interface_query.uniform.array_size.default_block.aggregates.var_stru… 9547 dEQP-GLES31.functional.program_interface_query.uniform.array_size.default_block.aggregates.var_stru… 9548 dEQP-GLES31.functional.program_interface_query.uniform.array_size.default_block.aggregates.var_stru… 9549 dEQP-GLES31.functional.program_interface_query.uniform.array_size.default_block.aggregates.var_arra… 9550 dEQP-GLES31.functional.program_interface_query.uniform.array_size.default_block.aggregates.var_arra… 9551 dEQP-GLES31.functional.program_interface_query.uniform.array_size.default_block.aggregates.var_stru… 9552 dEQP-GLES31.functional.program_interface_query.uniform.array_size.default_block.aggregates.var_arra… 9553 dEQP-GLES31.functional.program_interface_query.uniform.array_size.default_block.aggregates.var_array 9554 dEQP-GLES31.functional.program_interface_query.uniform.array_size.default_block.aggregates.var_stru… [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsScheduleP5600.td | 533 // current aggregates the resources and ignores the exact cycle they are 539 // current aggregates the resources and ignores the exact cycle they are 545 // current aggregates the resources and ignores the exact cycle they are 551 // current aggregates the resources and ignores the exact cycle they are 557 // current aggregates the resources and ignores the exact cycle they are
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsScheduleP5600.td | 534 // current aggregates the resources and ignores the exact cycle they are 540 // current aggregates the resources and ignores the exact cycle they are 546 // current aggregates the resources and ignores the exact cycle they are 552 // current aggregates the resources and ignores the exact cycle they are 558 // current aggregates the resources and ignores the exact cycle they are
|
/external/llvm-project/llvm/docs/GlobalISel/ |
D | IRTranslator.rst | 57 .. _irtranslator-aggregates:
|
/external/libpcap/doc/ |
D | README.sita | 49 LAN devices. The local system the aggregates the lists obtained from
|
/external/llvm/test/DebugInfo/X86/ |
D | sroasplit-1.ll | 3 ; Test that we can partial emit debug info for aggregates repeatedly
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | sroasplit-1.ll | 3 ; Test that we can partial emit debug info for aggregates repeatedly
|