Searched refs:back (Results 26 - 50 of 80) sorted by relevance

1234

/frameworks/compile/mclinker/include/mcld/LD/
H A DEhFrame.h201 const CIE& cie_back() const { return *m_CIEs.back(); }
202 CIE& cie_back() { return *m_CIEs.back(); }
/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp185 offset = pSD.back().getOffset() + pSD.back().size();
/frameworks/minikin/libs/minikin/
H A DCmapCoverage.cpp44 if (coverage.empty() || coverage.back() < start) {
48 coverage.back() = end;
H A DFontCollection.cpp119 Range* range = &mRanges.back();
451 run = &result->back();
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DCat.java151 tint(chooseP(nsr, P_BELLY_COLORS), D.back);
316 public Drawable back; field in class:Cat.CatParts
347 back = context.getDrawable(R.drawable.back);
/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.h119 return mScopeStack.back();
/frameworks/minikin/include/minikin/
H A DLineBreaker.h67 width -= mIndents.back();
/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
H A DMainActivity.java142 public void back(View v) { method in class:MainActivity
/frameworks/rs/
H A DrsList.h113 T& back() const { return *last; } function in class:android::renderscript::List
/frameworks/base/tools/aapt2/test/
H A DBuilders.h212 mStyle->entries.back().key.id = id;
228 mStyleable->entries.back().id = id;
/frameworks/native/libs/gui/
H A DBufferQueueCore.cpp257 int slot = mUnusedSlots.back();
275 int slot = mFreeBuffers.back();
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp272 length = lengths.back();
283 } else if (segmentPoints.back() == toPoint) {
286 float length = lengths.back() + SkPoint::Distance(segmentPoints.back(), toPoint);
439 // Invalid or empty path. Fall back to point(0,0)
444 float totalLength = lengths.back();
447 segmentPoints.push_back(segmentPoints.back());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarView.java112 if (view.getId() == R.id.back) {
125 if (view.getId() == R.id.back) {
135 // When dismissing ime during unlock, force the back button to run the same appearance
196 mButtonDisatchers.put(R.id.back, new ButtonDispatcher(R.id.back));
255 return mButtonDisatchers.get(R.id.back);
337 // We have to replace or restore the back and home button icons when exiting or entering
723 dumpButton(pw, "back", getBackButton());
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp128 Value *back() const { return ValuePtrs.back(); }
166 Metadata *back() const { return MDValuePtrs.back(); }
646 Value *RealVal = operator[](ResolveConstants.back().second);
647 Constant *Placeholder = ResolveConstants.back().first;
1565 unsigned ValID = GlobalInitWorklist.back().second;
1568 GlobalInits.push_back(GlobalInitWorklist.back());
1571 GlobalInitWorklist.back().first->setInitializer(C);
1585 unsigned ValID = AliasInitWorklist.back()
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp370 Value *back() const { return ValuePtrs.back(); }
408 Metadata *back() const { return MDValuePtrs.back(); }
921 Value *RealVal = operator[](ResolveConstants.back().second);
922 Constant *Placeholder = ResolveConstants.back().first;
1858 unsigned ValID = GlobalInitWorklist.back().second;
1861 GlobalInits.push_back(GlobalInitWorklist.back());
1864 GlobalInitWorklist.back().first->setInitializer(C);
1878 unsigned ValID = AliasInitWorklist.back()
[all...]
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp452 (invalid_frags.back()->getParent() != (*island).getParent())) {
498 sd->getSection().setSize(sd->back().getOffset() + sd->back().size());
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSScriptGroupFusion.cpp165 const Function* lastF = getFunction(M, sources.back(), slots.back(), nullptr);
/frameworks/compile/mclinker/lib/LD/
H A DEhFrame.cpp132 offset = m_pSectionData->back().getOffset() + m_pSectionData->back().size();
/frameworks/base/libs/hwui/
H A DFrameBuilder.h182 LayerBuilder& currentLayer() { return *(mLayerBuilders[mLayerStack.back()]); }
H A DFrameInfoVisualizer.cpp114 FrameInfo& info = mFrameSource.back();
H A DDeferredDisplayList.cpp391 * the clip from deferred state, we play back all of the relevant state operations that generated
454 * Either will act as a barrier to draw operation reordering, as we want to play back layer
466 if (mSaveStack.empty() || newSaveCount > mSaveStack.back()) {
470 while (!mSaveStack.empty() && mSaveStack.back() >= newSaveCount) mSaveStack.pop_back();
558 // iterate back toward target to see if anything drawn since should overlap the new op
/frameworks/compile/libbcc/bcinfo/Wrap/
H A Dbitcode_wrapperer.cpp219 variable_field_data_.back());
/frameworks/compile/mclinker/include/mcld/Target/
H A DKeyEntryMap.h180 mapping.entry.pair_ptr = &m_Pairs.back();
/frameworks/rs/api/
H A Drs_atomic.spec60 Atomicly performs a bitwise and of two values, storing the result back at addr,
/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup2.cpp139 const Closure* lastBatched = mClosures.back()->mClosure;
588 const CPUClosure* lastCpuClosure = mClosures.back();

Completed in 5650 milliseconds

1234