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

  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactDeltaListTests.java 116 static RawContactDeltaList buildSet(RawContactDelta... deltas) {
306 final RawContactDeltaList set = buildSet(insert);
317 final RawContactDeltaList set = buildSet(updateFirst, updateSecond);
328 final RawContactDeltaList set = buildSet(update, insert);
340 final RawContactDeltaList set = buildSet(insertFirst, update, insertSecond);
352 final RawContactDeltaList set = buildSet(insertFirst, insertSecond, insertThird);
361 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB,
363 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB,
372 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB,
374 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB
    [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 253 virtual ExprResult buildSet(Expr *, SourceLocation,
291 ExprResult buildSet(Expr *op, SourceLocation, bool) override;
326 ExprResult buildSet(Expr *op, SourceLocation, bool) override;
339 ExprResult buildSet(Expr *op, SourceLocation, bool) override;
449 result = buildSet(result.get(), opcLoc, /*captureSetValueAsResult*/ true);
493 result = buildSet(result.get(), opcLoc, UnaryOperator::isPrefix(opcode));
723 ExprResult ObjCPropertyOpBuilder::buildSet(Expr *op, SourceLocation opcLoc,
    [all...]

Completed in 80 milliseconds