HomeSort by relevance Sort by last modified time
    Searched refs:anchor (Results 101 - 125 of 788) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/opencv3/modules/cudafilters/src/cuda/
row_filter.16sc4.cu 49 template void linearRow<short4, float4>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
row_filter.16uc3.cu 49 template void linearRow<ushort3, float3>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
row_filter.16uc4.cu 49 template void linearRow<ushort4, float4>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
row_filter.32fc3.cu 49 template void linearRow<float3, float3>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
row_filter.32fc4.cu 49 template void linearRow<float4, float4>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
row_filter.32sc3.cu 49 template void linearRow<int3, float3>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
row_filter.32sc4.cu 49 template void linearRow<int4, float4>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
row_filter.8uc3.cu 49 template void linearRow<uchar3, float3>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
row_filter.8uc4.cu 49 template void linearRow<uchar4, float4>(PtrStepSzb src, PtrStepSzb dst, const float* kernel, int ksize, int anchor, int brd_type, int cc, cudaStream_t stream);
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/composer/
Composer.java 134 String anchor = event.getAnchor(); local
135 if (!anchors.containsKey(anchor)) {
136 throw new ComposerException(null, null, "found undefined alias " + anchor,
139 Node result = anchors.get(anchor);
146 String anchor = null; local
147 anchor = event.getAnchor();
151 node = composeScalarNode(anchor);
153 node = composeSequenceNode(anchor);
155 node = composeMappingNode(anchor);
161 protected Node composeScalarNode(String anchor) {
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/events/
CollectionStartEvent.java 31 public CollectionStartEvent(String anchor, String tag, boolean implicit, Mark startMark,
33 super(anchor, startMark, endMark);
  /frameworks/base/core/java/android/security/net/config/
KeyStoreCertificateSource.java 78 java.security.cert.TrustAnchor anchor = mIndex.findBySubjectAndPublicKey(cert); local
79 if (anchor == null) {
82 return anchor.getTrustedCert();
88 java.security.cert.TrustAnchor anchor = mIndex.findByIssuerAndSignature(cert); local
89 if (anchor == null) {
92 return anchor.getTrustedCert();
103 for (java.security.cert.TrustAnchor anchor : anchors) {
104 certs.add(anchor.getTrustedCert());
ResourceCertificateSource.java 88 java.security.cert.TrustAnchor anchor = mIndex.findBySubjectAndPublicKey(cert); local
89 if (anchor == null) {
92 return anchor.getTrustedCert();
98 java.security.cert.TrustAnchor anchor = mIndex.findByIssuerAndSignature(cert); local
99 if (anchor == null) {
102 return anchor.getTrustedCert();
113 for (java.security.cert.TrustAnchor anchor : anchors) {
114 certs.add(anchor.getTrustedCert());
  /external/clang/test/CodeGenCXX/
vtt-layout.cpp 64 virtual void anchor();
67 void A::anchor() { function in class:Test5::A
74 virtual void anchor();
77 void A::anchor() { function in class:Test6::A
  /external/icu/icu4c/source/layout/
MarkArrays.h 33 LEPoint &anchor) const;
  /external/llvm/lib/CodeGen/
Spiller.h 25 virtual void anchor();
  /external/llvm/lib/Target/AMDGPU/
AMDGPUMachineFunction.h 22 virtual void anchor();
  /external/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.cpp 14 void ARMFunctionInfo::anchor() { } function in class:ARMFunctionInfo
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCAsmInfo.cpp 20 void ARMMCAsmInfoDarwin::anchor() { } function in class:ARMMCAsmInfoDarwin
43 void ARMELFMCAsmInfo::anchor() { } function in class:ARMELFMCAsmInfo
87 void ARMCOFFMCAsmInfoMicrosoft::anchor() { } function in class:ARMCOFFMCAsmInfoMicrosoft
96 void ARMCOFFMCAsmInfoGNU::anchor() { } function in class:ARMCOFFMCAsmInfoGNU
  /external/llvm/lib/Target/BPF/
BPFSubtarget.cpp 26 void BPFSubtarget::anchor() {} function in class:BPFSubtarget
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCAsmInfo.cpp 19 void HexagonMCAsmInfo::anchor() {} function in class:HexagonMCAsmInfo
  /external/llvm/lib/Target/NVPTX/
NVPTXSection.h 26 virtual void anchor();
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCAsmInfo.h 23 void anchor() override;
  /external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCAsmInfo.cpp 13 void XCoreMCAsmInfo::anchor() { } function in class:XCoreMCAsmInfo
  /external/llvm/lib/Target/XCore/
XCoreSubtarget.cpp 26 void XCoreSubtarget::anchor() { } function in class:XCoreSubtarget

Completed in 852 milliseconds

1 2 3 45 6 7 8 91011>>