Home
last modified time | relevance | path

Searched refs:BaseLabel (Results 1 – 8 of 8) sorted by relevance

/external/autotest/server/hosts/
Dcros_label.py98 class LightSensorLabel(base_label.BaseLabel):
123 class BluetoothLabel(base_label.BaseLabel):
135 class ECLabel(base_label.BaseLabel):
191 class AccelsLabel(base_label.BaseLabel):
220 class ChameleonLabel(base_label.BaseLabel):
263 class AudioLoopbackDongleLabel(base_label.BaseLabel):
407 class ServoLabel(base_label.BaseLabel):
426 class ArcLabel(base_label.BaseLabel):
467 class VideoGlitchLabel(base_label.BaseLabel):
509 class LucidSleepLabel(base_label.BaseLabel):
[all …]
Dadb_label.py28 class CameraHalLabel(base_label.BaseLabel):
37 class LoopbackDongleLabel(base_label.BaseLabel):
Dbase_label.py40 class BaseLabel(object): class
105 class StringLabel(BaseLabel):
Dbase_label_unittest.py18 class TestBaseLabel(base_label.BaseLabel):
27 class TestBaseLabels(base_label.BaseLabel):
/external/swiftshader/third_party/LLVM/lib/MC/
DMCDwarf.cpp529 MCSymbol *BaseLabel);
666 MCSymbol *BaseLabel) { in EmitCFIInstructions() argument
674 if (BaseLabel && Label) { in EmitCFIInstructions()
676 if (ThisSym != BaseLabel) { in EmitCFIInstructions()
678 streamer.EmitDwarfAdvanceFrameAddr(BaseLabel, ThisSym); in EmitCFIInstructions()
679 BaseLabel = ThisSym; in EmitCFIInstructions()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITDwarfEmitter.cpp72 MCSymbol *BaseLabel = 0; in EmitFrameMoves() local
89 if (BaseLabelPtr && Label && BaseLabel != Label) { in EmitFrameMoves()
93 BaseLabel = Label; in EmitFrameMoves()
/external/llvm/lib/MC/
DMCDwarf.cpp1025 MCSymbol *BaseLabel);
1161 MCSymbol *BaseLabel) { in EmitCFIInstructions() argument
1168 if (BaseLabel && Label) { in EmitCFIInstructions()
1170 if (ThisSym != BaseLabel) { in EmitCFIInstructions()
1171 Streamer.EmitDwarfAdvanceFrameAddr(BaseLabel, ThisSym); in EmitCFIInstructions()
1172 BaseLabel = ThisSym; in EmitCFIInstructions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCDwarf.cpp1307 MCSymbol *BaseLabel);
1441 MCSymbol *BaseLabel) { in EmitCFIInstructions() argument
1448 if (BaseLabel && Label) { in EmitCFIInstructions()
1450 if (ThisSym != BaseLabel) { in EmitCFIInstructions()
1451 Streamer.EmitDwarfAdvanceFrameAddr(BaseLabel, ThisSym); in EmitCFIInstructions()
1452 BaseLabel = ThisSym; in EmitCFIInstructions()