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/model/
RawContactDeltaListTests.java 110 static RawContactDeltaList buildSet(RawContactDelta... deltas) {
312 final RawContactDeltaList set = buildSet(insert);
323 final RawContactDeltaList set = buildSet(updateFirst, updateSecond);
334 final RawContactDeltaList set = buildSet(update, insert);
346 final RawContactDeltaList set = buildSet(insertFirst, update, insertSecond);
358 final RawContactDeltaList set = buildSet(insertFirst, insertSecond, insertThird);
367 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB,
369 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB,
378 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB,
380 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB
    [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 246 virtual ExprResult buildSet(Expr *, SourceLocation,
298 ExprResult buildSet(Expr *op, SourceLocation, bool) override;
333 ExprResult buildSet(Expr *op, SourceLocation, bool) override;
355 ExprResult buildSet(Expr *op, SourceLocation, bool) override;
473 result = buildSet(result.get(), opcLoc, captureSetValueAsResult());
520 result = buildSet(result.get(), opcLoc, UnaryOperator::isPrefix(opcode) &&
748 ExprResult ObjCPropertyOpBuilder::buildSet(Expr *op, SourceLocation opcLoc,
    [all...]

Completed in 173 milliseconds