/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/ |
finder.hpp | 46 \param Comp An element comparison predicate 71 const RangeT& Search, PredicateT Comp ) 77 PredicateT>( ::boost::as_literal(Search), Comp ); 87 \param Comp An element comparison predicate 110 last_finder( const RangeT& Search, PredicateT Comp ) 116 PredicateT>( ::boost::as_literal(Search), Comp ) ; 127 \param Comp An element comparison predicate 155 PredicateT Comp ) 161 PredicateT>( ::boost::as_literal(Search), Nth, Comp );
|
/external/openssh/ |
kex.h | 83 typedef struct Comp Comp; 107 struct Comp { 115 Comp comp; member in struct:Newkeys
|
packet.c | 737 Comp *comp; local 760 comp = &active_state->newkeys[mode]->comp; 767 xfree(comp->name); 775 comp = &active_state->newkeys[mode]->comp; 785 if ((comp->type == COMP_ZLIB || 786 (comp->type == COMP_DELAYED && 787 active_state->after_authentication)) && comp->enabled == 0) 816 Comp *comp = NULL; local 853 Comp *comp = NULL; local 1242 Comp *comp = NULL; local [all...] |
kex.c | 320 choose_comp(Comp *comp, char *client, char *server) 324 fatal("no matching comp found: client %s server %s", client, server); 326 comp->type = COMP_DELAYED; 328 comp->type = COMP_ZLIB; 330 comp->type = COMP_NONE; 332 fatal("unsupported comp %s", name); 334 comp->name = name; 443 choose_comp(&newkeys->comp, cprop[ncomp], sprop[ncomp]); 448 newkeys->comp.name) [all...] |
monitor_wrap.c | 476 Comp *comp; local 488 comp = &newkey->comp; 516 /* Comp structure */ 517 comp->type = buffer_get_int(&b); 518 comp->enabled = buffer_get_int(&b); 519 comp->name = buffer_get_string(&b, NULL); 535 Comp *comp; local [all...] |
/external/stlport/test/eh/ |
test_map.cpp | 34 template <class K, class V, class Comp, class A> 36 container_category(const EH_STD::__multimap__<K,V,Comp, A>&) 41 template <class K, class V, class Comp, class A > 43 container_category(const EH_STD::__map__<K,V,Comp, A>&)
|
/external/llvm/lib/Transforms/Utils/ |
LowerSwitch.cpp | 150 ICmpInst* Comp = new ICmpInst(ICmpInst::ICMP_ULT, 152 NewNode->getInstList().push_back(Comp); 153 BranchInst::Create(LBranch, RBranch, Comp, NewNode); 173 ICmpInst* Comp = NULL; 176 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_EQ, Val, 182 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_SLE, Val, Leaf.High, 186 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Val, Leaf.High, 195 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Add, UpperBound, 202 BranchInst::Create(Succ, Default, Comp, NewLeaf);
|
/external/clang/lib/Lex/ |
PPConditionalDirectiveRecord.cpp | 31 Range.getBegin(), CondDirectiveLoc::Comp(SourceMgr)); 40 Range.getEnd(), CondDirectiveLoc::Comp(SourceMgr)); 61 Loc, CondDirectiveLoc::Comp(SourceMgr));
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/ |
finder.hpp | 43 first_finderF( const SearchT& Search, PredicateT Comp ) : 44 m_Search(::boost::begin(Search), ::boost::end(Search)), m_Comp(Comp) {} 48 PredicateT Comp ) : 49 m_Search(SearchBegin, SearchEnd), m_Comp(Comp) {} 110 last_finderF( const SearchT& Search, PredicateT Comp ) : 111 m_Search(::boost::begin(Search), ::boost::end(Search)), m_Comp(Comp) {} 115 PredicateT Comp ) : 116 m_Search(SearchBegin, SearchEnd), m_Comp(Comp) {} 226 PredicateT Comp) : 229 m_Comp(Comp) {} [all...] |
/external/clang/include/clang/Lex/ |
PPConditionalDirectiveRecord.h | 42 class Comp { 45 explicit Comp(SourceManager &SM) : SM(SM) {}
|
/external/clang/test/SemaTemplate/ |
instantiate-template-template-parm.cpp | 49 struct Comp { 61 Comp<int, lt> c0;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
for_each_selectors.h | 307 template<typename Comp, typename It> 310 Comp& comp; member in struct:__gnu_parallel::min_element_reduct 313 min_element_reduct(Comp &c) : comp(c) { } 318 if (comp(*x, *y)) 326 template<typename Comp, typename It> 329 Comp& comp; member in struct:__gnu_parallel::max_element_reduct 332 max_element_reduct(Comp& c) : comp(c) { [all...] |
/external/llvm/lib/Support/ |
Triple.cpp | 397 StringRef Comp = Components[Idx]; 401 Arch = parseArch(Comp); 405 Vendor = parseVendor(Comp); 409 OS = parseOS(Comp); 413 Environment = parseEnvironment(Comp); 467 assert(Pos < Components.size() && Components[Pos] == Comp &&
|
/external/clang/test/SemaCXX/ |
new-delete.cpp | 158 class Comp : public Tier {}; 166 const Comp *dict;
|
/external/ppp/pppd/plugins/radius/etc/ |
dictionary.ascend | 104 ATTRIBUTE Ascend-PPP-VJ-Slot-Comp 210 integer 197 VALUE Ascend-Link-Compression Link-Comp-None 0 198 VALUE Ascend-Link-Compression Link-Comp-Stac 1 199 VALUE Ascend-Link-Compression Link-Comp-Stac-Draft-9 2 200 VALUE Ascend-Link-Compression Link-Comp-MS-Stac 3 259 VALUE Ascend-PPP-VJ-Slot-Comp VJ-Slot-Comp-No 1
|
/external/clang/lib/AST/ |
Expr.cpp | [all...] |
/external/llvm/utils/TableGen/ |
CodeGenRegisters.cpp | [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineCompares.cpp | [all...] |
/external/clang/lib/Sema/ |
TreeTransform.h | [all...] |
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.cpp | [all...] |
/external/llvm/lib/Target/ARM/ |
ARMBaseInstrInfo.cpp | [all...] |
/bionic/libc/upstream-dlmalloc/ |
malloc.c | [all...] |
/external/eigen/unsupported/test/mpreal/ |
dlmalloc.c | [all...] |
/external/chromium_org/third_party/usb_ids/ |
usb.ids | [all...] |