Searched refs:rel (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/tests/Camera2Tests/CameraToo/tests/src/com/example/android/camera2/cameratoo/
H A DCameraTooTest.java43 private <T> void assertComparatorEq(T lhs, T rhs, Comparator<T> rel) { argument
44 assertEquals(String.format("%s should be equal to %s", lhs, rhs), rel.compare(lhs, rhs), 0);
46 rel.compare(rhs, lhs), 0);
49 private <T> void assertComparatorLt(T lhs, T rhs, Comparator<T> rel) { argument
50 assertTrue(String.format("%s should be less than %s", lhs, rhs), rel.compare(lhs, rhs) < 0);
52 rel.compare(rhs, lhs) > 0);
60 Comparator<Size> rel = new CameraTooActivity.CompareSizesByArea();
62 assertComparatorEq(empty, fatAndFlat, rel);
63 assertComparatorEq(empty, tallAndThin, rel);
64 assertComparatorEq(fatAndFlat, empty, rel);
[all...]
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86RelocationFunctions.h19 DECL_X86_32_APPLY_RELOC_FUNC(rel) \
35 { &rel, 2, "R_386_PC32", 32 }, \
54 { &rel, 21, "R_386_PC16", 16 }, \
56 { &rel, 23, "R_386_PC8", 8 }, \
89 DECL_X86_64_APPLY_RELOC_FUNC(rel) \
95 { &rel, 2, "R_X86_64_PC32", 32 }, \
106 { &rel, 13, "R_X86_64_PC16", 16 }, \
108 { &rel, 15, "R_X86_64_PC8", 8 }, \
H A DX86Relocator.cpp30 /// helper_DynRel - Get an relocation entry in .rel.dyn
109 // initialize plt and the corresponding gotplt and dyn rel entry.
115 // init the corresponding rel entry in .rel.plt
322 // Reserve an entry in .rel.dyn
327 // set up the dyn rel directly
340 // Reserve an entry in .rel.dyn
342 // set up the dyn rel directly
413 // set up a pair of got entries and a dyn rel
423 // setup dyn rel fo
899 Relocator::Result rel(Relocation& pReloc, X86_32Relocator& pParent) { function in namespace:mcld
1648 Relocator::Result rel(Relocation& pReloc, X86_64Relocator& pParent) { function in namespace:mcld
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DRelocData.cpp53 Relocation* rel = m_Relocations.remove(iter); local
54 return *rel;
H A DIdenticalCodeFolding.cpp141 RelocData::iterator rel, relEnd = (*sect)->getRelocData()->end(); local
142 for (rel = (*sect)->getRelocData()->begin(); rel != relEnd; ++rel) {
143 LDSymbol* sym = rel->symInfo()->outSymbol();
147 if (!isSymCtorOrDtor(*rel->symInfo()) &&
150 ->mayHaveFunctionPointerAccess(*rel)) {
235 for (Relocation& rel : *reloc_sect->getRelocData()) {
240 rel.type(),
241 rel
283 std::vector<Relocation*>::const_iterator rel, relEnd = variable_relocs.end(); local
[all...]
H A DEhFrame.cpp230 const Relocation& rel = *ri; local
231 if (rel.targetRef().getOutputOffset() ==
234 cie->setPersonalityName(rel.symInfo()->outSymbol()->name());
235 cie->setRelocation(rel);
259 const Relocation& rel = *ri; local
260 if (rel.targetRef().getOutputOffset() ==
262 bool has_section = rel.symInfo()->outSymbol()->hasFragRef();
286 Relocation& rel = const_cast<Relocation&>(*ri++); local
287 if (rel.targetRef().getOutputOffset() >= fde.getOffset() &&
288 rel
300 Relocation* rel = const_cast<Relocation*>(pInCIE.getRelocation()); local
[all...]
H A DELFObjectWriter.cpp485 ElfXX_Rel* rel = reinterpret_cast<ElfXX_Rel*>(pRegion.begin()); local
492 ++it, ++rel) {
514 target().emitRelocation(*rel, relocation->type(), r_sym, r_offset);
527 ElfXX_Rela* rel = reinterpret_cast<ElfXX_Rela*>(pRegion.begin()); local
534 ++it, ++rel) {
557 *rel, relocation->type(), r_sym, r_offset, relocation->addend());
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64RelocationFunctions.h19 DECL_AARCH64_APPLY_RELOC_FUNC(rel) \
37 ValueType(0x104, MappedType(&rel, "R_AARCH64_PREL64", 64)), /* NOLINT */\
38 ValueType(0x105, MappedType(&rel, "R_AARCH64_PREL32", 32)), /* NOLINT */\
39 ValueType(0x106, MappedType(&rel, "R_AARCH64_PREL16", 16)), /* NOLINT */\
H A DAArch64Relocator.cpp159 // Reserve an entry in .rel.dyn
164 // set up the dyn rel directly
178 // Reserve an entry in .rel.dyn
180 // set up the dyn rel directly
231 // in .got and .rel.plt.
246 // set Rel bit and the dyn rel
279 // in .got and .rel.plt.
321 // in .got and .rel.plt.
344 // in .got and .rel.plt.
508 Relocator::Result rel(Relocatio function in namespace:mcld
[all...]
/frameworks/native/libs/binder/
H A DIMemory.cpp442 sp<IMemoryHeap> rel; local
456 rel = mHeapCache.valueAt(i).heap;
/frameworks/base/
H A DAndroid.mk901 -hdf sdk.rel.id $(framework_docs_SDK_REL_ID) \
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 3646 milliseconds