HomeSort by relevance Sort by last modified time
    Searched refs:anchor (Results 276 - 300 of 701) sorted by null

<<11121314151617181920>>

  /external/opencv/cv/src/
cvmorph.cpp 244 CV_CALL( init_binary_element( element, el_shape, anchor ));
276 nz_loc[k++] = cvPoint(anchor.x*cn,anchor.y);
377 void CvMorphology::init_binary_element( CvMat* element, int element_shape, CvPoint anchor )
395 if( anchor.x == -1 )
396 anchor.x = element->cols/2;
398 if( anchor.y == -1 )
399 anchor.y = element->rows/2;
401 if( (unsigned)anchor.x >= (unsigned)element->cols ||
402 (unsigned)anchor.y >= (unsigned)element->rows
    [all...]
  /system/extras/simpleperf/scripts/
report.py 187 label.pack(anchor=W, padx=PAD_X, pady=PAD_Y)
191 label.pack(anchor=W, padx=PAD_X, pady=PAD_Y)
195 label.pack(anchor=W, padx=PAD_X, pady=PAD_Y)
  /external/clang/include/clang/Frontend/
FrontendAction.h 239 virtual void anchor();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h 44 virtual void anchor();
MemRegion.h 217 virtual void anchor();
329 virtual void anchor();
344 virtual void anchor();
379 virtual void anchor();
394 virtual void anchor();
412 virtual void anchor();
474 void anchor() override;
496 void anchor() override;
528 void anchor() override;
    [all...]
  /external/llvm/include/llvm/Object/
MachOUniversal.h 30 virtual void anchor();
  /external/llvm/lib/CodeGen/
RegAllocBase.cpp 52 void RegAllocBase::anchor() {} function in class:RegAllocBase
  /external/llvm/lib/Target/Hexagon/
HexagonSubtarget.cpp 123 void HexagonSubtarget::anchor() {} function in class:HexagonSubtarget
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 33 virtual void anchor();
MipsTargetMachine.cpp 115 void MipsebTargetMachine::anchor() { } function in class:MipsebTargetMachine
125 void MipselTargetMachine::anchor() { } function in class:MipselTargetMachine
  /external/llvm/lib/Target/PowerPC/
PPCMachineFunctionInfo.h 24 virtual void anchor();
27 /// stored. Also used as an anchor for instructions that need to be altered
  /external/regex-re2/util/
pcre.h 141 // anchor your match at the beginning of the string. For example, you
218 EnabledExecOptions = 0x0000, // TODO: use to replace anchor flag
350 // Like Consume(..), but does not anchor the match at the beginning of the
445 enum Anchor {
447 ANCHOR_START, // Anchor at start only
448 ANCHOR_BOTH, // Anchor at start and end
454 Anchor anchor,
479 Anchor anchor,
    [all...]
pcre.cc 103 pcre* PCRE::Compile(Anchor anchor) {
119 if (anchor != ANCHOR_BOTH) {
459 Anchor anchor,
463 pcre* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_;
490 if (anchor != UNANCHORED)
554 Anchor anchor,
561 int matches = TryMatch(text, 0, anchor, true, vec, vecsize)
    [all...]
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
SunCertPathBuilder.java 101 * algorithm from a trusted anchor(s) to a target subject, which must both
112 * unable to build a complete certification path from the trusted anchor(s)
320 * if the trust anchor selected is specified as a trusted
360 TrustAnchor anchor = new TrustAnchor local
364 basicChecker = new BasicChecker(anchor, buildParams.date(),
418 // able to set the trust anchor until now.
493 // Save the trust anchor
569 * Returns true if trust anchor certificate matches specified
572 private static boolean anchorIsTarget(TrustAnchor anchor,
575 X509Certificate anchorCert = anchor.getTrustedCert()
    [all...]
  /prebuilts/tools/linux-x86_64/kythe/proto/
xref.proto 70 // {(bar, {first-call-anchor, second-call-anchor}),
71 // (baz, {first-call-anchor})}
103 // If known and unambiguous, an anchor ticket for this node's definition
341 // anchor within the requested source location.
347 // Starting byte offset of this references's anchor (source_ticket) span.
349 // Ending byte offset of this references's anchor (source_ticket) span.
352 // Anchor ticket of the target's definition. Populated only if
354 // a single unambiguous definition. For each ticket, an Anchor will be
366 // Each anchor cited as a target definition in the references. The map i
    [all...]
  /external/lz4/lib/
lz4.c 478 const BYTE* anchor = (const BYTE*) source; local
549 while (((ip>anchor) & (match+refDelta > lowLimit)) && (unlikely(ip[-1]==match[refDelta-1]))) { ip--; match--; }
552 { unsigned const litLength = (unsigned)(ip - anchor);
566 LZ4_wildCopy(op, anchor, op+litLength);
608 anchor = ip;
638 { size_t const lastRun = (size_t)(iend - anchor);
650 memcpy(op, anchor, lastRun);
732 const BYTE* anchor = ip; local
784 while ((ip>anchor) && (match > lowLimit) && (unlikely(ip[-1]==match[-1]))) { ip--; match--; }
787 { unsigned litLength = (unsigned)(ip - anchor);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CommandLine.h 168 virtual void anchor();
692 virtual void anchor();
736 virtual void anchor();
760 virtual void anchor();
781 virtual void anchor();
803 virtual void anchor();
825 virtual void anchor();
846 virtual void anchor();
867 virtual void anchor();
891 virtual void anchor();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
CommandLine.cpp 60 void Option::anchor() {} function in class:Option
61 void basic_parser_impl::anchor() {} function in class:basic_parser_impl
62 void parser<bool>::anchor() {} function in class:parser
63 void parser<boolOrDefault>::anchor() {} function in class:parser
64 void parser<int>::anchor() {} function in class:parser
65 void parser<unsigned>::anchor() {} function in class:parser
66 void parser<unsigned long long>::anchor() {} function in class:parser
67 void parser<double>::anchor() {} function in class:parser
68 void parser<float>::anchor() {} function in class:parser
69 void parser<std::string>::anchor() {} function in class:parser
70 void parser<char>::anchor() {} function in class:parser
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DocXMLRPCServer.py 28 Each context dictionary maps object names to anchor names."""
71 anchor = (cl and cl.__name__ or '') + '-' + name
75 self.escape(anchor), self.escape(name))
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 43 virtual void anchor();
261 void BackendConsumer::anchor() {} function in class:clang::BackendConsumer
856 void EmitAssemblyAction::anchor() { } function in class:EmitAssemblyAction
860 void EmitBCAction::anchor() { } function in class:EmitBCAction
864 void EmitLLVMAction::anchor() { } function in class:EmitLLVMAction
868 void EmitLLVMOnlyAction::anchor() { } function in class:EmitLLVMOnlyAction
872 void EmitCodeGenOnlyAction::anchor() { } function in class:EmitCodeGenOnlyAction
876 void EmitObjAction::anchor() { } function in class:EmitObjAction
    [all...]
  /external/icu/icu4c/source/common/
ustring.cpp 630 UChar *anchor = dst; /* save a pointer to start of dst */ local
638 return anchor;
647 UChar *anchor = dst; /* save a pointer to start of dst */ local
661 return anchor;
969 UChar *anchor = dst; /* save a pointer to start of dst */ local
974 return anchor;
982 UChar *anchor = dst; /* save a pointer to start of dst */ local
989 return anchor;
    [all...]
  /external/llvm/lib/ExecutionEngine/Orc/
IndirectionUtils.cpp 22 void JITCompileCallbackManager::anchor() {} function in class:llvm::orc::JITCompileCallbackManager
23 void IndirectStubsManager::anchor() {} function in class:llvm::orc::IndirectStubsManager
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetMachine.cpp 123 void NVPTXTargetMachine32::anchor() {} function in class:NVPTXTargetMachine32
133 void NVPTXTargetMachine64::anchor() {} function in class:NVPTXTargetMachine64
  /external/proguard/src/proguard/gui/
ListPanel.java 55 listConstraints.anchor = GridBagConstraints.NORTHWEST;
175 buttonConstraints.anchor = GridBagConstraints.NORTHWEST;
  /external/regex-re2/re2/
compile.cc 135 static Prog* CompileSet(const RE2::Options& options, RE2::Anchor anchor,
211 void Setup(Regexp::ParseFlags, int64, RE2::Anchor);
234 RE2::Anchor anchor_; // anchor mode for RE2::Set
952 RE2::Anchor anchor) {
983 anchor_ = anchor;
1092 Prog* Compiler::CompileSet(const RE2::Options& options, RE2::Anchor anchor,
    [all...]

Completed in 1136 milliseconds

<<11121314151617181920>>