Searched defs:entry2 (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DKeyEntryMap.h30 : entry1(pEntry1), entry2(pEntry2)
34 EntryType* entry2; member in struct:mcld::KeyEntryMap::EntryPair
154 return mapping->entry.pair_ptr->entry2;
168 return mapping->entry.pair_ptr->entry2;
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientAlternatesAdapter.java289 * contains more complete information for display purposes. Defaults to <code>entry2</code> if
293 final RecipientEntry entry2) {
295 if (entry2 == null) {
300 return entry2;
305 && TextUtils.isEmpty(entry2.getDisplayName())) {
309 if (!TextUtils.isEmpty(entry2.getDisplayName())
311 return entry2;
316 && TextUtils.equals(entry2.getDisplayName(), entry2.getDestination())) {
320 if (!TextUtils.equals(entry2
292 getBetterRecipient(final RecipientEntry entry1, final RecipientEntry entry2) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp1207 camera_metadata_entry entry2 = local
1209 if (entry2.count == 0) {
1218 uint16_t ref2 = entry2.data.u8[0];
1242 camera_metadata_entry entry2 = characteristics.find(ANDROID_SENSOR_COLOR_TRANSFORM2); local
1243 BAIL_IF_EMPTY(entry2, env, TAG_COLORMATRIX2, writer);
1244 int32_t colorTransform2[entry2.count * 2];
1247 for(size_t i = 0; i < entry2.count; ++i) {
1248 colorTransform2[ctr++] = entry2.data.r[i].numerator;
1249 colorTransform2[ctr++] = entry2.data.r[i].denominator;
1252 BAIL_IF_INVALID(writer->addEntry(TAG_COLORMATRIX2, entry2
1275 camera_metadata_entry entry2 = local
1309 camera_metadata_entry entry2 = local
1442 camera_metadata_entry entry2 = local
[all...]

Completed in 5188 milliseconds