/external/clang/lib/Driver/ |
D | Action.cpp | 43 void InputAction::anchor() {} in anchor() function in InputAction 49 void BindArchAction::anchor() {} in anchor() function in BindArchAction 54 void CudaDeviceAction::anchor() {} in anchor() function in CudaDeviceAction 60 void CudaHostAction::anchor() {} in anchor() function in CudaHostAction 65 void JobAction::anchor() {} in anchor() function in JobAction 74 void PreprocessJobAction::anchor() {} in anchor() function in PreprocessJobAction 79 void PrecompileJobAction::anchor() {} in anchor() function in PrecompileJobAction 84 void AnalyzeJobAction::anchor() {} in anchor() function in AnalyzeJobAction 89 void MigrateJobAction::anchor() {} in anchor() function in MigrateJobAction 94 void CompileJobAction::anchor() {} in anchor() function in CompileJobAction [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | X86ModRMFilters.cpp | 14 void ModRMFilter::anchor() { } in anchor() function in ModRMFilter 16 void DumbFilter::anchor() { } in anchor() function in DumbFilter 18 void ModFilter::anchor() { } in anchor() function in ModFilter 20 void ExtendedFilter::anchor() { } in anchor() function in ExtendedFilter 22 void ExactFilter::anchor() { } in anchor() function in ExactFilter
|
/external/llvm/utils/TableGen/ |
D | X86ModRMFilters.cpp | 14 void ModRMFilter::anchor() { } in anchor() function in ModRMFilter 16 void DumbFilter::anchor() { } in anchor() function in DumbFilter 18 void ModFilter::anchor() { } in anchor() function in ModFilter 20 void ExtendedFilter::anchor() { } in anchor() function in ExtendedFilter 22 void ExactFilter::anchor() { } in anchor() function in ExactFilter
|
/external/llvm/lib/IR/ |
D | LLVMContextImpl.cpp | 216 void UnaryConstantExpr::anchor() { } in anchor() function in UnaryConstantExpr 218 void BinaryConstantExpr::anchor() { } in anchor() function in BinaryConstantExpr 220 void SelectConstantExpr::anchor() { } in anchor() function in SelectConstantExpr 222 void ExtractElementConstantExpr::anchor() { } in anchor() function in ExtractElementConstantExpr 224 void InsertElementConstantExpr::anchor() { } in anchor() function in InsertElementConstantExpr 226 void ShuffleVectorConstantExpr::anchor() { } in anchor() function in ShuffleVectorConstantExpr 228 void ExtractValueConstantExpr::anchor() { } in anchor() function in ExtractValueConstantExpr 230 void InsertValueConstantExpr::anchor() { } in anchor() function in InsertValueConstantExpr 232 void GetElementPtrConstantExpr::anchor() { } in anchor() function in GetElementPtrConstantExpr 234 void CompareConstantExpr::anchor() { } in anchor() function in CompareConstantExpr
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMCAsmInfo.cpp | 19 void ARMMCAsmInfoDarwin::anchor() { } in anchor() function in ARMMCAsmInfoDarwin 42 void ARMELFMCAsmInfo::anchor() { } in anchor() function in ARMELFMCAsmInfo 86 void ARMCOFFMCAsmInfoMicrosoft::anchor() { } in anchor() function in ARMCOFFMCAsmInfoMicrosoft 95 void ARMCOFFMCAsmInfoGNU::anchor() { } in anchor() function in ARMCOFFMCAsmInfoGNU
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCAsmInfoCOFF.cpp | 20 void MCAsmInfoCOFF::anchor() {} in anchor() function in MCAsmInfoCOFF 55 void MCAsmInfoMicrosoft::anchor() {} in anchor() function in MCAsmInfoMicrosoft 59 void MCAsmInfoGNUCOFF::anchor() {} in anchor() function in MCAsmInfoGNUCOFF
|
/external/llvm/lib/MC/ |
D | MCAsmInfoCOFF.cpp | 18 void MCAsmInfoCOFF::anchor() { } in anchor() function in MCAsmInfoCOFF 44 void MCAsmInfoMicrosoft::anchor() { } in anchor() function in MCAsmInfoMicrosoft 49 void MCAsmInfoGNUCOFF::anchor() { } in anchor() function in MCAsmInfoGNUCOFF
|
/external/slf4j/slf4j-site/src/site/pages/js/ |
D | decorator.js | 25 function decoratePropertiesInTables(anchor) { argument 53 function decorateConversionWordInTables(anchor) { argument 68 function decorateDoAnchor(anchor) { argument 83 function scrollIfMatch(element, nameAttr, anchor) { argument
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCAsmInfo.cpp | 42 void X86MCAsmInfoDarwin::anchor() { } in anchor() function in X86MCAsmInfoDarwin 87 void X86ELFMCAsmInfo::anchor() { } in anchor() function in X86ELFMCAsmInfo 127 void X86MCAsmInfoMicrosoft::anchor() { } in anchor() function in X86MCAsmInfoMicrosoft 153 void X86MCAsmInfoGNUCOFF::anchor() { } in anchor() function in X86MCAsmInfoGNUCOFF
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCAsmInfo.cpp | 38 void X86MCAsmInfoDarwin::anchor() { } in anchor() function in X86MCAsmInfoDarwin 83 void X86ELFMCAsmInfo::anchor() { } in anchor() function in X86ELFMCAsmInfo 123 void X86MCAsmInfoMicrosoft::anchor() { } in anchor() function in X86MCAsmInfoMicrosoft 149 void X86MCAsmInfoGNUCOFF::anchor() { } in anchor() function in X86MCAsmInfoGNUCOFF
|
/external/u-boot/test/py/ |
D | multiplexed_log.py | 182 def __init__(self, log, marker, anchor): argument 359 def _note(self, note_type, msg, anchor=None): argument 383 def start_section(self, marker, anchor=None): argument 439 def section(self, marker, anchor=None): argument 548 def status_pass(self, msg, anchor=None): argument 561 def status_warning(self, msg, anchor=None): argument 574 def status_skipped(self, msg, anchor=None): argument 587 def status_xfail(self, msg, anchor=None): argument 600 def status_xpass(self, msg, anchor=None): argument 613 def status_fail(self, msg, anchor=None): argument
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/composer/ |
D | Composer.java | 134 String anchor = event.getAnchor(); in composeNode() local 146 String anchor = null; in composeNode() local 161 protected Node composeScalarNode(String anchor) { in composeScalarNode() 181 protected Node composeSequenceNode(String anchor) { in composeSequenceNode() 206 protected Node composeMappingNode(String anchor) { in composeMappingNode()
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/ |
D | PositionMetrics.java | 23 private AnchorPosition anchor; field in PositionMetrics 26 …cs(float x, XLayoutStyle xLayoutStyle, float y, YLayoutStyle yLayoutStyle, AnchorPosition anchor) { in PositionMetrics() 45 public void setAnchor(AnchorPosition anchor) { in setAnchor()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMCAsmInfo.cpp | 19 void PPCMCAsmInfoDarwin::anchor() { } in anchor() function in PPCMCAsmInfoDarwin 46 void PPCELFMCAsmInfo::anchor() { } in anchor() function in PPCELFMCAsmInfo
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMCAsmInfo.cpp | 19 void PPCMCAsmInfoDarwin::anchor() { } in anchor() function in PPCMCAsmInfoDarwin 45 void PPCELFMCAsmInfo::anchor() { } in anchor() function in PPCELFMCAsmInfo
|
/external/skqp/platform_tools/android/apps/arcore/src/main/cpp/ |
D | anchor_wrapper.cc | 23 AnchorWrapper::AnchorWrapper(ArAnchor *anchor) : anchor(anchor) {} in AnchorWrapper() 32 void AnchorWrapper::SetArAnchor(ArAnchor* anchor) { in SetArAnchor()
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/events/ |
D | NodeEvent.java | 25 private final String anchor; field in NodeEvent 27 public NodeEvent(String anchor, Mark startMark, Mark endMark) { in NodeEvent()
|
/external/skia/platform_tools/android/apps/arcore/src/main/cpp/ |
D | anchor_wrapper.cc | 23 AnchorWrapper::AnchorWrapper(ArAnchor *anchor) : anchor(anchor) {} in AnchorWrapper() 32 void AnchorWrapper::SetArAnchor(ArAnchor* anchor) { in SetArAnchor()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineModuleInfoImpls.cpp | 26 void MachineModuleInfoMachO::anchor() {} in anchor() function in MachineModuleInfoMachO 27 void MachineModuleInfoELF::anchor() {} in anchor() function in MachineModuleInfoELF
|
/external/llvm/lib/CodeGen/ |
D | MachineModuleInfoImpls.cpp | 24 void MachineModuleInfoMachO::anchor() {} in anchor() function in MachineModuleInfoMachO 25 void MachineModuleInfoELF::anchor() {} in anchor() function in MachineModuleInfoELF
|
/external/clang/lib/AST/ |
D | DeclOpenMP.cpp | 27 void OMPThreadPrivateDecl::anchor() { } in anchor() function in OMPThreadPrivateDecl 60 void OMPDeclareReductionDecl::anchor() {} in anchor() function in OMPDeclareReductionDecl 90 void OMPCapturedExprDecl::anchor() {} in anchor() function in OMPCapturedExprDecl
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetMachine.cpp | 264 void ARMTargetMachine::anchor() {} in anchor() function in ARMTargetMachine 279 void ARMLETargetMachine::anchor() {} in anchor() function in ARMLETargetMachine 289 void ARMBETargetMachine::anchor() {} in anchor() function in ARMBETargetMachine 299 void ThumbTargetMachine::anchor() {} in anchor() function in ThumbTargetMachine 311 void ThumbLETargetMachine::anchor() {} in anchor() function in ThumbLETargetMachine 321 void ThumbBETargetMachine::anchor() {} in anchor() function in ThumbBETargetMachine
|
/external/python/cpython2/Lib/distutils/ |
D | filelist.py | 187 def include_pattern(self, pattern, anchor=1, prefix=None, is_regex=0): argument 232 def exclude_pattern(self, pattern, anchor=1, prefix=None, is_regex=0): argument 312 def translate_pattern(pattern, anchor=1, prefix=None, is_regex=0): argument
|
/external/python/cpython3/Lib/distutils/ |
D | filelist.py | 180 def include_pattern(self, pattern, anchor=1, prefix=None, is_regex=0): argument 224 anchor=1, prefix=None, is_regex=0): argument 293 def translate_pattern(pattern, anchor=1, prefix=None, is_regex=0): argument
|
/external/llvm/lib/Target/Sparc/ |
D | SparcMachineFunctionInfo.cpp | 14 void SparcMachineFunctionInfo::anchor() { } in anchor() function in SparcMachineFunctionInfo
|