Home
last modified time | relevance | path

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

12

/tools/tradefederation/contrib/tests/src/com/android/build/tests/
DImageStatsTest.java148 final String label = "foobar"; in testGetAggregationLabel_regular() local
160 final String label = "folder-\\1-ext-\\2"; in testGetAggregationLabel_capturingGroups() local
178 final String label = "ext-\\2"; in testGetAggregationLabel_capturingGroups_partialBackReference() local
/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/security/remote_provisioning/hwtrust/src/cbor/
Ddice.rs30 let label = Label::from_cbor_value(label.clone())?; in cose_key_from_cbor_value() localVariable
/tools/dexter/slicer/export/slicer/
Dbytecode_encoder.h62 const Label* label; // target label member
Dcode_ir.h89 virtual bool Visit(Label* label) { return false; } in Visit()
245 Label* label; member
386 Label* label = nullptr; member
/tools/tradefederation/contrib/src/com/android/build/tests/
DImageStats.java238 String label = rawLabel; in getAggregationLabel() local
284 String label = getAggregationLabel(m, pattern.getValue()); in performAggregation() local
/tools/asuite/atest/bazel/runner/src/main/protobuf/
Dbuild_event_stream.proto101 string label = 1; field
137 string label = 1; field
163 string label = 2; field
174 string label = 1; field
182 string label = 1; field
192 string label = 1; field
201 string label = 1; field
207 string label = 1; field
526 string label = 5 [deprecated = true]; field
/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/tradefederation/core/javatests/com/android/tradefed/device/
DMicrodroidFuncTest.java115 final String label = "u:object_r:system_file:s0"; in testStartAndShutdownMicrodroid() local
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/cli/common/
DIssueReportingOptions.kt120 val label = ConfigLabel.fromOptionName(name) in <lambda>() constant
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DNullabilityAnnotationsValidator.kt57 val label: String, in <lambda>() constant in com.android.tools.metalava.NullabilityAnnotationsValidator.Error
71 val label: String, in <lambda>() constant in com.android.tools.metalava.NullabilityAnnotationsValidator.Warning
DSignatureWriter.kt308 val label = if (isInterface) " extends" else " implements" in <lambda>() constant
/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/metalava/metalava/src/main/java/com/android/tools/metalava/stub/
DJavaStubWriter.kt150 val label = if (cls.isInterface()) " extends" else " implements" in <lambda>() constant
/tools/dexter/dexter/
Ddisassembler.cc245 bool PrintCodeIrVisitor::Visit(lir::Label* label) { in Visit()

12