HomeSort by relevance Sort by last modified time
    Searched refs:JOIN (Results 1 - 15 of 15) sorted by null

  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.ref/
p6-0x.cpp 13 #define JOIN(X,Y) JOIN2(X,Y)
15 int JOIN(array,__LINE__)[is_same<T1, T2>::value? 1 : -1]
  /external/clang/test/CodeGen/
dllimport.c 9 #define JOIN(x, y) JOIN2(x, y)
10 #define USEVAR(var) int JOIN(use, __LINE__)() { return var; }
11 #define USE(func) void JOIN(use, __LINE__)() { func(); }
  /external/clang/test/Sema/
__try.c 5 #define JOIN(x,y) JOIN2(x,y)
6 #define TEST2(name) JOIN(name,__LINE__)
  /external/nist-sip/java/gov/nist/javax/sip/header/
NameMap.java 178 putNameMap(JOIN, "Join");
SIPHeaderNames.java 118 public static final String JOIN = JoinHeader.NAME; //52
  /external/clang/test/CodeGenCXX/
dllimport-members.cpp 18 #define JOIN(x, y) JOIN2(x, y)
19 #define UNIQ(name) JOIN(name, __LINE__)
    [all...]
dllexport.cpp 17 #define JOIN(x, y) JOIN2(x, y)
18 #define UNIQ(name) JOIN(name, __LINE__)
    [all...]
dllimport.cpp 23 #define JOIN(x, y) JOIN2(x, y)
24 #define UNIQ(name) JOIN(name, __LINE__)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorBaseActivity.java 95 * Join another contact after saving
97 public static final int JOIN = 3;
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorBaseFragment.java 145 // Join Activity
381 // Join Activity
520 // Join Activity
645 // Join Activity
791 // Cannot join a user profile
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 58 private static final int JOIN = 1;
239 Log.v(TAG, "Join rid=" + rawContactId + " with cid=" + contactId);
263 " JOIN (SELECT " + DataColumns.MIMETYPE_ID + " FROM " + Tables.DATA + " WHERE " +
300 * @return JOIN if the raw contact of {@code rawContactId} can be joined into the existing
307 * raw contact of {@code rawContactId}, join raw contact with contact if there is no identity
311 * {@code rawContactId}, join raw contact with contact if there's at least one raw contact in
320 final String ridsInOtherAccts = TextUtils.join(",", rawContactIdsInOtherAccount);
336 Log.v(TAG, "canJoinIntoContact: can join the first raw contact from the same " +
339 return JOIN; // no identity or identity match
353 Log.v(TAG, "canJoinIntoContact: join if there is a data matching found in the "
    [all...]
  /build/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js 476 return out.join('');
566 return parts.join('');
577 return new RegExp(rewritten.join('|'), ignoreCase ? 'gi' : 'g');
608 return out.join('');
655 return out.join('');
723 sourceBufLen, matches.slice(i, j + 1).join(''));
739 return { source: sourceBuf.join(''), tags: extractedTags };
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 476 return out.join('');
566 return parts.join('');
577 return new RegExp(rewritten.join('|'), ignoreCase ? 'gi' : 'g');
608 return out.join('');
655 return out.join('');
723 sourceBufLen, matches.slice(i, j + 1).join(''));
739 return { source: sourceBuf.join(''), tags: extractedTags };
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 476 return out.join('');
566 return parts.join('');
577 return new RegExp(rewritten.join('|'), ignoreCase ? 'gi' : 'g');
608 return out.join('');
655 return out.join('');
723 sourceBufLen, matches.slice(i, j + 1).join(''));
739 return { source: sourceBuf.join(''), tags: extractedTags };
    [all...]
  /build/tools/droiddoc/templates-sdk-dev/assets/js/
android_3p-bundle.js 476 return out.join('');
566 return parts.join('');
577 return new RegExp(rewritten.join('|'), ignoreCase ? 'gi' : 'g');
608 return out.join('');
655 return out.join('');
723 sourceBufLen, matches.slice(i, j + 1).join(''));
739 return { source: sourceBuf.join(''), tags: extractedTags };
    [all...]

Completed in 6725 milliseconds