/tools/tradefederation/contrib/tests/src/com/android/build/tests/ |
D | ImageStatsTest.java | 82 final String label = "foobar"; in testGetAggregationLabel_regular() local 94 final String label = "folder-\\1-ext-\\2"; in testGetAggregationLabel_capturingGroups() local 112 final String label = "ext-\\2"; in testGetAggregationLabel_capturingGroups_partialBackReference() local
|
/tools/test/connectivity/acts/framework/ |
D | sample_config_2.json | 10 "AndroidDevice": [{"serial": "<serial>", "label": "caller"}, string 11 {"serial": "<serial>", "label": "callee", "whatever": "anything"}] string
|
D | sample_config.json | 12 "AndroidDevice": [{"serial": "<serial>", "label": "caller"}, string 13 {"serial": "<serial>", "label": "callee", "whatever": "anything"}] string
|
/tools/dexter/slicer/ |
D | bytecode_encoder.cc | 210 auto label = bytecode->CastOperand<CodeLocation>(0)->label; in Visit() local 227 auto label = bytecode->CastOperand<CodeLocation>(0)->label; in Visit() local 245 auto label = bytecode->CastOperand<CodeLocation>(1)->label; in Visit() local 264 auto label = bytecode->CastOperand<CodeLocation>(2)->label; in Visit() local 282 auto label = bytecode->CastOperand<CodeLocation>(1)->label; in Visit() local 496 bool BytecodeEncoder::Visit(Label* label) { in Visit() 559 auto label = instr->targets[i]; in FixupPackedSwitch() local 578 auto label = instr->switch_cases[i].target; in FixupSparseSwitch() local
|
D | code_ir.cc | 346 for (auto& label : labels_) { in Dissasemble() local 485 auto label = GetLabel(offset + dex::s4(dex_instr.vA)); in DecodeBytecode() local 494 auto label = GetLabel(targetOffset); in DecodeBytecode() local 522 auto label = GetLabel(offset + dex::s4(dex_instr.vC)); in DecodeBytecode() local
|
D | control_flow_graph.cc | 78 bool BasicBlocksVisitor::Visit(Label* label) { in Visit()
|
/tools/dexter/slicer/export/slicer/ |
D | bytecode_encoder.h | 62 const Label* label; // target label member
|
D | code_ir.h | 87 virtual bool Visit(Label* label) { return false; } in Visit() 221 Label* label; member 354 Label* label = nullptr; member
|
/tools/tradefederation/contrib/src/com/android/build/tests/ |
D | ImageStats.java | 226 String label = rawLabel; in getAggregationLabel() local 272 String label = getAggregationLabel(m, pattern.getValue()); in performAggregation() local
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
D | FatType.java | 116 private final String label; field in FatType 120 long bitMask, float entrySize, String label) { in FatType()
|
D | Fat16BootSector.java | 125 public void setVolumeLabel(String label) throws IllegalArgumentException { in setVolumeLabel()
|
D | FatFileSystem.java | 167 public void setVolumeLabel(String label) in setVolumeLabel()
|
D | SuperFloppyFormatter.java | 87 private String label; field in SuperFloppyFormatter 152 public SuperFloppyFormatter setVolumeLabel(String label) { in setVolumeLabel()
|
D | Fat32BootSector.java | 118 public void setVolumeLabel(String label) { in setVolumeLabel()
|
D | AbstractDirectory.java | 357 public void setLabel(String label) throws IllegalArgumentException, in setLabel()
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | SignatureWriter.kt | 236 val label = in <lambda>() constant
|
D | NullabilityAnnotationsValidator.kt | 52 val label: String, in <lambda>() constant in com.android.tools.metalava.NullabilityAnnotationsValidator.Error 66 val label: String, in <lambda>() constant in com.android.tools.metalava.NullabilityAnnotationsValidator.Warning
|
D | AnnotationStatistics.kt | 251 val label = getLabel(item) in <lambda>() constant
|
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/ |
D | error_reporter.py | 28 def __init__(self, label): argument
|
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/ |
D | LoopSummary.java | 332 IInvocationContext context, MetricSummary.TimeType type, int loopIndex, String label) { in getActualMetricKey() 343 private static String getMetricKey(MetricSummary.TimeType type, int loopIndex, String label) { in getMetricKey()
|
/tools/dexter/dexter/ |
D | dissasembler.cc | 226 bool PrintCodeIrVisitor::Visit(lir::Label* label) { in Visit()
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/ |
D | descriptor.proto | 150 optional Label label = 4; field
|