Searched refs:begin (Results 1 - 25 of 197) sorted by relevance

12345678

/frameworks/compile/linkloader/utils/
H A Dhelper.h23 size_t size, size_t begin, size_t end);
H A Dhelper.cpp26 size_t size, size_t begin, size_t end) {
27 if (end <= begin) {
32 size_t lower = begin & (~0xfUL);
38 if (i < begin) {
43 if (j == begin) {
25 dump_hex(unsigned char const *data, size_t size, size_t begin, size_t end) argument
/frameworks/compile/mclinker/include/mcld/MC/
H A DSearchDirs.h54 iterator begin() function in class:mcld::SearchDirs
55 { return m_DirList.begin(); }
60 const_iterator begin() const function in class:mcld::SearchDirs
61 { return m_DirList.begin(); }
H A DAttributeFactory.h78 iterator begin() function in class:mcld::AttributeFactory
79 { return m_AttrSet.begin(); }
84 const_iterator begin() const function in class:mcld::AttributeFactory
85 { return m_AttrSet.begin(); }
H A DSymbolCategory.h79 iterator begin();
81 const_iterator begin() const;
114 size_t begin; member in class:mcld::SymbolCategory::Category
123 begin(0),
130 { return (end - begin); }
133 { return (begin == end); }
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOTPLT.cpp39 iterator it = m_SectionData.begin();
56 X86GOTPLT::iterator X86GOTPLT::begin() function in class:mcld::X86GOTPLT
58 return m_SectionData.begin();
61 X86GOTPLT::const_iterator X86GOTPLT::begin() const function in class:mcld::X86GOTPLT
63 return m_SectionData.begin();
79 (*(m_SectionData.getFragmentList().begin())).setContent(pAddress);
96 iterator gotplt_it = begin();
H A DX86PLT.h60 iterator begin() { return m_SectionData.begin(); } function in class:mcld::X86PLT
62 const_iterator begin() const { return m_SectionData.begin(); } function in class:mcld::X86PLT
H A DX86GOT.cpp41 iterator it = m_SectionData.begin();
98 (*(m_SectionData.getFragmentList().begin())).setContent(pAddress);
101 X86GOT::iterator X86GOT::begin() function in class:X86GOT
103 return m_SectionData.getFragmentList().begin();
106 X86GOT::const_iterator X86GOT::begin() const function in class:X86GOT
108 return m_SectionData.getFragmentList().begin();
H A DX86GOTPLT.h40 iterator begin();
42 const_iterator begin() const;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp42 iterator it = m_SectionData.begin();
114 (*(m_SectionData.getFragmentList().begin())).setContent(pAddress);
119 iterator begin = getGOTPLTBegin(); local
122 for (;begin != end ;++begin)
123 llvm::cast<GOTEntry>(*begin).setContent(pPLTBase);
131 ARMGOT::iterator ARMGOT::begin() function in class:ARMGOT
133 return m_SectionData.getFragmentList().begin();
136 ARMGOT::const_iterator ARMGOT::begin() const function in class:ARMGOT
138 return m_SectionData.getFragmentList().begin();
159 iterator begin = m_GOTPLTBegin; local
[all...]
H A DARMPLT.h58 iterator begin() { return m_SectionData.begin(); } function in class:mcld::ARMPLT
60 const_iterator begin() const { return m_SectionData.begin(); } function in class:mcld::ARMPLT
/frameworks/compile/mclinker/lib/MC/
H A DSymbolCategory.cpp80 std::swap(m_OutputSymbols[current->begin],
84 current->begin++;
95 m_pCommon->begin++;
97 m_pWeak->begin++;
99 m_pGlobal->begin++;
130 size_t pos = current->begin;
152 current->next->begin--;
171 std::swap(m_OutputSymbols[current->begin], m_OutputSymbols[pos]);
172 pos = current->begin;
173 current->begin
248 SymbolCategory::iterator SymbolCategory::begin() function in class:SymbolCategory
258 SymbolCategory::const_iterator SymbolCategory::begin() const function in class:SymbolCategory
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DSectionMap.h72 iterator begin() function in class:mcld::SectionMap
73 { return m_SectMap.begin(); }
78 const_iterator begin() const function in class:mcld::SectionMap
79 { return m_SectMap.begin(); }
H A DSectionMerger.h70 iterator begin() function in class:mcld::SectionMerger
71 { return m_LDSectionMap.begin(); }
76 const_iterator begin() const function in class:mcld::SectionMerger
77 { return m_LDSectionMap.begin(); }
/frameworks/compile/mclinker/lib/CodeGen/
H A DSectLinkerOption.cpp21 for (PositionDependentOptions::iterator pdoption = m_PosDepOptions.begin(),
/frameworks/compile/mclinker/unittests/
H A DSymbolTableTest.cpp43 it = m_pTestee->begin();
/frameworks/base/opengl/java/android/opengl/
H A DGLLogWrapper.java69 private void begin(String name) { method in class:GLLogWrapper
1178 begin("glActiveTexture");
1186 begin("glAlphaFunc");
1195 begin("glAlphaFuncx");
1204 begin("glBindTexture");
1213 begin("glBlendFunc");
1223 begin("glClear");
1232 begin("glClearColor");
1244 begin("glClearColor");
1256 begin("glClearDepth
[all...]
H A DEGLLogWrapper.java49 begin("eglChooseConfig");
66 begin("eglCopyBuffers");
80 begin("eglCreateContext");
96 begin("eglCreatePbufferSurface");
111 begin("eglCreatePixmapSurface");
127 begin("eglCreateWindowSurface");
142 begin("eglDestroyContext");
154 begin("eglDestroySurface");
167 begin("eglGetConfigAttrib");
182 begin("eglGetConfig
392 private void begin(String name) { method in class:EGLLogWrapper
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp40 iterator it = m_SectionData.begin();
55 MipsGOT::iterator MipsGOT::begin() function in class:MipsGOT
57 return m_SectionData.getFragmentList().begin();
65 MipsGOT::const_iterator MipsGOT::begin() const function in class:MipsGOT
67 return m_SectionData.getFragmentList().begin();
82 for (iterator it = begin(), ie = end();
H A DMipsGOT.h37 iterator begin();
40 const_iterator begin() const;
/frameworks/compile/mclinker/include/mcld/Support/
H A DPath.h63 Path& assign(InputIterator begin, InputIterator end);
69 Path& append(InputIterator begin, InputIterator end);
135 Path& Path::assign(InputIterator begin, InputIterator end) argument
138 if (begin != end)
139 m_PathName.append<InputIterator>(begin, end);
144 Path& Path::append(InputIterator begin, InputIterator end) argument
146 if (begin == end)
149 m_PathName.append<InputIterator>(begin, end);
/frameworks/av/media/libstagefright/rtsp/
H A DAAVCAssembler.cpp55 List<sp<ABuffer> >::iterator it = queue->begin();
69 sp<ABuffer> buffer = *queue->begin();
87 queue->erase(queue->begin());
96 queue->erase(queue->begin());
105 queue->erase(queue->begin());
112 queue->erase(queue->begin());
177 sp<ABuffer> buffer = *queue->begin();
189 queue->erase(queue->begin());
199 queue->erase(queue->begin());
219 List<sp<ABuffer> >::iterator it = ++queue->begin();
[all...]
/frameworks/compile/linkloader/include/
H A DELFSectionStrTab.h44 return &*buf.begin() + index;
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashTable.h105 iterator begin();
108 const_entry_iterator begin() const;
111 chain_iterator begin(const key_type& pKey);
113 const_chain_iterator begin(const key_type& pKey) const;
/frameworks/compile/mclinker/lib/LD/
H A DSectionMap.cpp29 for (it = begin(); it != end(); ++it) {
53 for (it = begin(); it != end(); ++it) {
69 for (it = begin(); it != end(); ++it) {
79 for (it = begin(); it != end(); ++it) {

Completed in 251 milliseconds

12345678