Home
last modified time | relevance | path

Searched defs:label (Results 1 – 20 of 20) sorted by relevance

/tools/test/connectivity/acts/framework/
Dsample_config_2.json10 "AndroidDevice": [{"serial": "<serial>", "label": "caller"}, string
11 {"serial": "<serial>", "label": "callee", "whatever": "anything"}] string
Dsample_config.json12 "AndroidDevice": [{"serial": "<serial>", "label": "caller"}, string
13 {"serial": "<serial>", "label": "callee", "whatever": "anything"}] string
/tools/dexter/slicer/
Dbytecode_encoder.cc213 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
Dcode_ir.cc345 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
Dcontrol_flow_graph.cc77 bool BasicBlocksVisitor::Visit(Label* label) { in Visit()
/tools/dexter/slicer/export/slicer/
Dbytecode_encoder.h62 const Label* label; // target label member
Dcode_ir.h88 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/
DFatType.java116 private final String label; field in FatType
120 long bitMask, float entrySize, String label) { in FatType()
DFat16BootSector.java125 public void setVolumeLabel(String label) throws IllegalArgumentException { in setVolumeLabel()
DSuperFloppyFormatter.java87 private String label; field in SuperFloppyFormatter
152 public SuperFloppyFormatter setVolumeLabel(String label) { in setVolumeLabel()
DFatFileSystem.java167 public void setVolumeLabel(String label) in setVolumeLabel()
DFat32BootSector.java118 public void setVolumeLabel(String label) { in setVolumeLabel()
DAbstractDirectory.java357 public void setLabel(String label) throws IllegalArgumentException, in setLabel()
/tools/metalava/src/main/java/com/android/tools/metalava/
DSignatureWriter.kt202 val label = in <lambda>() constant
DNullabilityAnnotationsValidator.kt51 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/
DLoopSummary.java332 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/
Derror_reporter.py28 def __init__(self, label): argument
/tools/dexter/dexter/
Ddisassembler.cc233 bool PrintCodeIrVisitor::Visit(lir::Label* label) { in Visit()
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto150 optional Label label = 4; field
/tools/security/remote_provisioning/attestation_testing/java/com/google/attestationexample/
DAuthorizationList.java543 String label = "\nRSA exponent: "; in toString() local