/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 | 213 auto label = bytecode->CastOperand<CodeLocation>(0)->label; in Visit() local 230 auto label = bytecode->CastOperand<CodeLocation>(0)->label; in Visit() local 248 auto label = bytecode->CastOperand<CodeLocation>(1)->label; in Visit() local 267 auto label = bytecode->CastOperand<CodeLocation>(2)->label; in Visit() local 285 auto label = bytecode->CastOperand<CodeLocation>(1)->label; in Visit() local 547 bool BytecodeEncoder::Visit(Label* label) { in Visit() 610 auto label = instr->targets[i]; in FixupPackedSwitch() local 629 auto label = instr->switch_cases[i].target; in FixupSparseSwitch() local
|
D | code_ir.cc | 345 for (auto& label : labels_) { in Disassemble() local 484 auto label = GetLabel(offset + dex::s4(dex_instr.vA)); in DecodeBytecode() local 493 auto label = GetLabel(targetOffset); in DecodeBytecode() local 521 auto label = GetLabel(offset + dex::s4(dex_instr.vC)); in DecodeBytecode() local
|
D | control_flow_graph.cc | 77 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 | 88 virtual bool Visit(Label* label) { return false; } in Visit() 233 Label* label; member 366 Label* label = nullptr; member
|
/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 | SuperFloppyFormatter.java | 87 private String label; field in SuperFloppyFormatter 152 public SuperFloppyFormatter setVolumeLabel(String label) { in setVolumeLabel()
|
D | FatFileSystem.java | 167 public void 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 | 202 val label = in <lambda>() constant
|
D | NullabilityAnnotationsValidator.kt | 51 val label: String, in <lambda>() constant in com.android.tools.metalava.NullabilityAnnotationsValidator.Error 65 val label: String, in <lambda>() constant in com.android.tools.metalava.NullabilityAnnotationsValidator.Warning
|
/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/test/connectivity/acts/framework/acts/controllers/sl4a_lib/ |
D | error_reporter.py | 28 def __init__(self, label): argument
|
/tools/dexter/dexter/ |
D | disassembler.cc | 233 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
|
/tools/security/remote_provisioning/attestation_testing/java/com/google/attestationexample/ |
D | AuthorizationList.java | 543 String label = "\nRSA exponent: "; in toString() local
|