Searched refs:back (Results 1 - 25 of 80) sorted by relevance

1234

/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
H A DLayerInfo.java16 LayerInfo(int front, int back) { argument
18 backDepth = back;
H A DBlurStack.java66 * layers are ordered from front (closer to the camera) to back (farther away
73 * assume that it is a single depth layer. That is, the front depth and back
118 * @param relativeDepthInLayer the relative depth index relative to the back
145 // Finds the front and back depth levels for the focus layer.
184 int back = layerInfo[n].backDepth;
185 s += "\nlayer " + n + " num of disparities " + (front - back + 1) + "\n";
187 for (int d = front; d >= back; --d) {
231 * @param backFocalDepth back focal depth level
266 * @param backFocalDepth the back depth of focal layer.
300 * @param backFocalDepth the back dept
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegmentFactory.h38 const ELFSegment* back() const { return m_Segments.back(); } function in class:mcld::ELFSegmentFactory
39 ELFSegment* back() { return m_Segments.back(); } function in class:mcld::ELFSegmentFactory
H A DRelocData.h78 const_reference back() const { return m_Relocations.back(); } function in class:mcld::RelocData
79 reference back() { return m_Relocations.back(); } function in class:mcld::RelocData
H A DSectionData.h70 reference back() { return m_Fragments.back(); } function in class:mcld::SectionData
71 const_reference back() const { return m_Fragments.back(); } function in class:mcld::SectionData
H A DELFSegment.h55 LDSection* back() { return m_SectionList.back(); } function in class:mcld::ELFSegment
56 const LDSection* back() const { return m_SectionList.back(); } function in class:mcld::ELFSegment
/frameworks/compile/mclinker/include/mcld/Script/
H A DSectionsCmd.h45 const_reference back() const { return m_SectionCommands.back(); } function in class:mcld::SectionsCmd
46 reference back() { return m_SectionCommands.back(); } function in class:mcld::SectionsCmd
H A DStringList.h47 const_reference back() const { return m_Tokens.back(); } function in class:mcld::StringList
48 reference back() { return m_Tokens.back(); } function in class:mcld::StringList
H A DOutputSectDesc.h170 const_reference back() const { return m_OutputSectCmds.back(); } function in class:mcld::OutputSectDesc
171 reference back() { return m_OutputSectCmds.back(); } function in class:mcld::OutputSectDesc
H A DScriptFile.h65 const_reference back() const { return m_CommandQueue.back(); } function in class:mcld::ScriptFile
66 reference back() { return m_CommandQueue.back(); } function in class:mcld::ScriptFile
/frameworks/base/libs/hwui/tests/microbench/
H A DTaskManagerBench.cpp47 benchmark::DoNotOptimize(tasks.back());
60 benchmark::DoNotOptimize(tasks.back());
61 processor->add(tasks.back());
78 benchmark::DoNotOptimize(tasks.back());
79 processor->add(tasks.back());
/frameworks/base/tools/aapt2/util/
H A DBigBuffer.cpp27 Block& block = mBlocks.back();
49 return mBlocks.back().buffer.get();
/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h103 const_reference back() const { return m_InputList.back(); } function in class:mcld::SectionMap::Output
104 reference back() { return m_InputList.back(); } function in class:mcld::SectionMap::Output
184 const_reference back() const { return m_OutputDescList.back(); } function in class:mcld::SectionMap
185 reference back() { return m_OutputDescList.back(); } function in class:mcld::SectionMap
/frameworks/compile/mclinker/lib/Script/
H A DScriptFile.cpp90 SectionsCmd* sections = llvm::cast<SectionsCmd>(back());
149 SectionsCmd* sections = llvm::cast<SectionsCmd>(back());
153 llvm::cast<OutputSectDesc>(sections->back());
190 SectionsCmd* sections = llvm::cast<SectionsCmd>(back());
199 SectionsCmd* sections = llvm::cast<SectionsCmd>(back());
202 OutputSectDesc* output_desc = llvm::cast<OutputSectDesc>(sections->back());
212 SectionsCmd* sections = llvm::cast<SectionsCmd>(back());
215 OutputSectDesc* output_sect = llvm::cast<OutputSectDesc>(sections->back());
H A DAssignment.cpp89 SectionMap::reference out = script.sectionMap().back();
103 Assignment& prevDotAssign = out->dotAssignments().back();
133 SectionMap::Output::reference in = script.sectionMap().back()->back();
145 Assignment& prevDotAssign = in->dotAssignments().back().second;
/frameworks/av/services/audioflinger/
H A DLinearMap.h37 the sink frame (keeping the mTime identical) and return that timestamp back to the client.
104 If you look back further, the position is extrapolated either from a passed in
270 // going backwards back steps.
273 // back: number of backward steps, cannot be less than zero or greater than mSamples.
276 size_t previousPosition(ssize_t back = 1) const {
277 LOG_ALWAYS_FATAL_IF(back < 0 || (size_t)back > mSamples, "Invalid back(%zd)", back);
278 ssize_t position = mPos - back;
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp123 it->m_pLastLocal = &m_SectionData->back();
125 it->m_pLastGlobal = &m_SectionData->back();
127 it->m_pLastTLS = &m_SectionData->back();
165 m_MultipartList.back().m_Inputs.insert(m_pInput);
176 m_MultipartList.back().m_Inputs.insert(m_pInput);
196 uint64_t gotCount = MipsGOT0Num + m_MultipartList.back().m_LocalNum +
197 m_MultipartList.back().m_GlobalNum;
217 m_MultipartList.back().m_LocalNum -= m_InputLocalSymbols.size();
218 m_MultipartList.back().m_GlobalNum -= uniqueCount;
219 m_MultipartList.back()
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DNavigationBar.java61 int back = 1;
65 back = 5;
70 loadIcon(back, "ic_sysbar_back.png", density, isRtl);
/frameworks/base/libs/hwui/utils/
H A DRingBuffer.h49 T& back() { function in class:android::uirenderer::RingBuffer
/frameworks/compile/mclinker/include/mcld/
H A DModule.h115 LDSection* back() { return m_SectionTable.back(); } function in class:mcld::Module
116 const LDSection* back() const { return m_SectionTable.back(); } function in class:mcld::Module
/frameworks/compile/mclinker/lib/LD/
H A DBranchIslandFactory.cpp59 if (getIslands(sd.back()).first == NULL)
60 produce(sd.back());
H A DELFSegmentFactory.cpp80 return back();
/frameworks/minikin/libs/minikin/
H A DLineBreaker.cpp155 // fall back to greedy; other modes don't know how to deal with tabs
228 ParaWidth width = mCandidates.back().preBreak;
233 size_t i = mCandidates.back().offset;
277 ALOGD("break: %d %g", mBreaks.back(), mWidths.back());
291 int flags = (mFirstTabIndex < mBreaks.back()) << kTab_Shift;
314 ALOGD("final break: %d %g", mBreaks.back(), mWidths.back());
/frameworks/rs/api/
H A Drs_io.spec61 Sends a message back to the client. This call does not block.
84 Sends a message back to the client. This function will block
/frameworks/base/libs/hwui/
H A DPropertyValuesHolder.cpp37 return mDataSource.back();

Completed in 323 milliseconds

1234