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

  /packages/apps/Contacts/tests/src/com/android/contacts/
RawContactDeltaListTests.java 115 static RawContactDeltaList buildSet(RawContactDelta... deltas) {
305 final RawContactDeltaList set = buildSet(insert);
316 final RawContactDeltaList set = buildSet(updateFirst, updateSecond);
327 final RawContactDeltaList set = buildSet(update, insert);
339 final RawContactDeltaList set = buildSet(insertFirst, update, insertSecond);
351 final RawContactDeltaList set = buildSet(insertFirst, insertSecond, insertThird);
360 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB,
362 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB,
371 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB,
373 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB
    [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 213 virtual ExprResult buildSet(Expr *, SourceLocation,
249 ExprResult buildSet(Expr *op, SourceLocation, bool);
284 ExprResult buildSet(Expr *op, SourceLocation, bool);
391 result = buildSet(result.take(), opcLoc, /*captureSetValueAsResult*/ true);
434 result = buildSet(result.take(), opcLoc, UnaryOperator::isPrefix(opcode));
650 ExprResult ObjCPropertyOpBuilder::buildSet(Expr *op, SourceLocation opcLoc,
    [all...]

Completed in 489 milliseconds