/aosp_15_r20/external/python/bumble/bumble/ |
D | rfcomm.py | 444 class DLC(EventEmitter): class 998 def on_dlc_open_complete(self, dlc: DLC) -> None: 1007 def on_dlc_disconnection(self, dlc: DLC) -> None: 1095 acceptor: Callable[[DLC], None], 1141 def on_dlc(self, dlc: DLC) -> None:
|
D | hfp.py | 91 def __init__(self, dlc: rfcomm.DLC) -> None: 748 dlc: rfcomm.DLC, 1202 def __init__(self, dlc: rfcomm.DLC, configuration: AgConfiguration) -> None:
|
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/test/ |
D | hfpclient_test.py | 74 def __init__(self, dlc: rfcomm.DLC) -> None: 186 def on_dlc(dlc: DLC) -> None:
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelDAGToDAG.cpp | 1343 SDValue &TFE, SDValue &DLC, in SelectMUBUF() 1437 SDValue &DLC, SDValue &SWZ) const { in SelectMUBUFAddr64() 1467 SDValue GLC, TFE, DLC, SWZ; in SelectMUBUFAddr64() local 1594 SDValue &TFE, SDValue &DLC, in SelectMUBUFOffset() 1623 SDValue GLC, SLC, TFE, DLC, SWZ; in SelectMUBUFOffset() local 1630 SDValue GLC, TFE, DLC, SWZ; in SelectMUBUFOffset() local
|
H A D | SIFixupVectorISel.cpp | 200 MachineOperand *DLC = TII->getNamedOperand(MI, AMDGPU::OpName::dlc); in fixupGlobalSaddr() local
|
H A D | SILoadStoreOptimizer.cpp | 127 bool DLC; member
|
H A D | SIISelLowering.cpp | 5212 SDValue *GLC, SDValue *SLC, SDValue *DLC) { in parseCachePolicy() 5574 SDValue DLC; in lowerImage() local 5658 SDValue Offset, SDValue GLC, SDValue DLC, in lowerSBuffer() 5900 SDValue DLC = DAG.getTargetConstant(0, DL, MVT::i1); in LowerINTRINSIC_WO_CHAIN() local
|
H A D | SIInstrInfo.cpp | 4779 if (const MachineOperand *DLC = in legalizeOperands() local
|
/aosp_15_r20/external/python/bumble/examples/ |
D | run_hfp_handsfree.py | 40 def on_dlc(dlc: rfcomm.DLC, configuration: hfp.HfConfiguration):
|
D | run_hfp_gateway.py | 205 def on_dlc(dlc: rfcomm.DLC):
|
/aosp_15_r20/external/llvm/tools/llvm-readobj/ |
H A D | MachODumper.cpp | 748 MachO::dysymtab_command DLC = Obj->getDysymtabLoadCommand(); in printMachODysymtab() local 796 MachO::dysymtab_command DLC = Obj->getDysymtabLoadCommand(); in printMachOIndirectSymbols() local
|
/aosp_15_r20/external/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 2235 const MachO::dysymtab_command &DLC, in getIndirectSymbolTableEntry()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | SIDefines.h | 312 DLC = 4, enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 4449 const MachO::dysymtab_command &DLC, in getIndirectSymbolTableEntry()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 4807 const MachO::dysymtab_command &DLC, in getIndirectSymbolTableEntry()
|