Home
last modified time | relevance | path

Searched defs:rel (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/tests/Camera2Tests/CameraToo/tests/src/com/example/android/camera2/cameratoo/
DCameraTooTest.java43 private <T> void assertComparatorEq(T lhs, T rhs, Comparator<T> rel) { in assertComparatorEq()
49 private <T> void assertComparatorLt(T lhs, T rhs, Comparator<T> rel) { in assertComparatorLt()
60 Comparator<Size> rel = new CameraTooActivity.CompareSizesByArea(); in compareSizesByArea() local
/frameworks/compile/mclinker/lib/LD/
DEhFrame.cpp230 const Relocation& rel = *ri; in setupAttributes() local
259 const Relocation& rel = *ri; in removeDiscardedFDE() local
286 Relocation& rel = const_cast<Relocation&>(*ri++); in removeDiscardedFDE() local
300 Relocation* rel = const_cast<Relocation*>(pInCIE.getRelocation()); in removeAndUpdateCIEForFDE() local
DRelocData.cpp53 Relocation* rel = m_Relocations.remove(iter); in remove() local
DIdenticalCodeFolding.cpp141 RelocData::iterator rel, relEnd = (*sect)->getRelocData()->end(); in findCandidates() local
283 std::vector<Relocation*>::const_iterator rel, relEnd = variable_relocs.end(); in getContentWithVariables() local
DELFObjectWriter.cpp485 ElfXX_Rel* rel = reinterpret_cast<ElfXX_Rel*>(pRegion.begin()); in emitRel() local
527 ElfXX_Rela* rel = reinterpret_cast<ElfXX_Rela*>(pRegion.begin()); in emitRela() local
/frameworks/native/libs/binder/
DIMemory.cpp454 sp<IMemoryHeap> rel; in free_heap() local
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.cpp508 Relocator::Result rel(Relocation& pReloc, AArch64Relocator& pParent) { in rel() function
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp899 Relocator::Result rel(Relocation& pReloc, X86_32Relocator& pParent) { in rel() function
1648 Relocator::Result rel(Relocation& pReloc, X86_64Relocator& pParent) { in rel() function