Searched refs:ref1 (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DBranchIsland.h146 const FragmentRef* ref1 = KEY1.symbol()->fragRef(); local
148 if ((ref1->offset() == ref2->offset()) &&
149 (ref1->frag()->getOffset() == ref2->frag()->getOffset())) {
/frameworks/webview/chromium/tools/
H A Dmerge_to_android.py142 def _IsAncestor(ref1, ref2, cwd):
143 """Checks whether ref1 is a ancestor of ref2 in the given Git repo."""
144 cmd = ['git', 'merge-base', '--is-ancestor', ref1, ref2]
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp1212 uint16_t ref1 = entry1.data.u8[0]; local
1214 BAIL_IF_INVALID(writer->addEntry(TAG_CALIBRATIONILLUMINANT1, 1, &ref1,

Completed in 447 milliseconds