Searched refs:std (Results 276 - 300 of 313) sorted by relevance

<<111213

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp137 const std::vector<AttrListPtr> &Attrs = VE.getAttributes();
200 const std::string &Str = ST->getName();
224 const std::string &Str = TI->first;
453 std::map<std::string, unsigned> SectionMap;
454 std::map<std::string, unsigned> GCMap;
459 MaxAlignment = std::max(MaxAlignment, GV->getAlignment());
460 MaxGlobalType = std::max(MaxGlobalType, VE.getTypeID(GV->getType()));
471 MaxAlignment = std
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DLayout.cpp519 typedef std::pair<LDSection*, unsigned int> SectOrder;
520 typedef std::vector<SectOrder > SectListTy;
524 sect_list.push_back(std::make_pair(
H A DEhFrame.cpp193 std::string aug_str_data;
H A DELFObjectReader.cpp105 if (0 == std::strlen(signature->name()) &&
H A DGNUArchiveReader.cpp210 std::string member_name;
/frameworks/native/libs/gui/tests/
H A DCpuConsumer_test.cpp47 ::std::ostream& operator<<(::std::ostream& os, const CpuConsumerTestParams& p) {
50 << ::std::hex << p.format << "]";
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DAndroid.mk90 # LOCAL_CFLAGS := -std=c99 -D._NEON -D._OMXDL
/frameworks/native/opengl/tests/hwc/
H A DhwcRects.cpp119 using namespace std;
318 for (std::list<Rectangle>::iterator it = rectangle.begin();
H A DhwcColorEquiv.cpp99 using namespace std;
H A DhwcStress.cpp116 using namespace std;
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp159 const std::vector<AttrListPtr> &Attrs = VE.getAttributes();
406 std::map<std::string, unsigned> SectionMap;
407 std::map<std::string, unsigned> GCMap;
412 MaxAlignment = std::max(MaxAlignment, GV->getAlignment());
413 MaxGlobalType = std::max(MaxGlobalType, VE.getTypeID(GV->getType()));
425 MaxAlignment = std::max(MaxAlignment, F->getAlignment());
668 SmallVector<std::pair<unsigned, MDNode*>, 4> MDs;
776 const std
[all...]
/frameworks/base/tools/aidl/
H A Doptions_test.cpp6 using namespace std;
H A DAST.h10 using namespace std;
/frameworks/compile/libbcc/bcinfo/Wrap/
H A Dbitcode_wrapperer.cpp25 using std::vector;
/frameworks/compile/linkloader/
H A Dmain.cpp33 using namespace std;
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashIterator.h278 typedef std::forward_iterator_tag iterator_category;
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFReader.h125 typedef std::vector<LinkInfo> LinkInfoList;
/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactory.h75 typedef std::forward_iterator_tag iterator_category;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.cpp68 plt1_entry = new (std::nothrow) ARMPLT1(&m_SectionData);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp100 plt1_entry = new (std::nothrow) X86PLT1(&m_SectionData, m_PLT1Size);
/frameworks/compile/linkloader/include/impl/
H A DELFObject.hxx107 ELFObject<Bitwidth>::getSectionByName(std::string const &str) const {
114 ELFObject<Bitwidth>::getSectionByName(std::string const &str) {
/frameworks/compile/mclinker/unittests/
H A DHashTableTest.cpp15 using namespace std;
H A DNamePoolTest.cpp61 std::string s2(s1);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp268 return std::find(m_GlobalGOTSyms.begin(),
367 for (std::vector<LDSymbol*>::const_iterator symbol = m_GlobalGOTSyms.begin(),
515 // std::sort(com_sym, com_end, some kind of order);
889 const std::string& pTriple)
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1092 interp.setSize(std::strlen(dyld_name) + 1);
1111 std::memcpy(region->start(), dyld_name, interp.size());
1283 // std::sort(com_sym, com_end, some kind of order);
1691 return std::min(pInfo.options().commPageSize(), abiPageSize(pInfo));
1693 return std::min(static_cast<uint64_t>(0x1000), abiPageSize(pInfo));

Completed in 332 milliseconds

<<111213