Home
last modified time | relevance | path

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

/external/autotest/server/hosts/
Dcros_label.py50 class LightSensorLabel(base_label.BaseLabel):
75 class BluetoothLabel(base_label.BaseLabel):
87 class ECLabel(base_label.BaseLabel):
120 class AccelsLabel(base_label.BaseLabel):
149 class ChameleonLabel(base_label.BaseLabel):
192 class AudioLoopbackDongleLabel(base_label.BaseLabel):
326 class ServoLabel(base_label.BaseLabel):
383 class ArcLabel(base_label.BaseLabel):
394 class VideoGlitchLabel(base_label.BaseLabel):
436 class LucidSleepLabel(base_label.BaseLabel):
Dadb_label.py28 class CameraHalLabel(base_label.BaseLabel):
37 class LoopbackDongleLabel(base_label.BaseLabel):
Dbase_label.py39 class BaseLabel(object): class
119 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()