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

  /external/valgrind/main/cachegrind/
cg_diff.in 294 my $CC2 = $CCs2->{$filefuncname};
295 if (not defined $CC2) {
296 $CC2 = [];
297 sub_array_b_from_a($CC2, $CC1); # CC2 -= CC1
298 $CCs2->{$filefuncname} = $CC2;
300 sub_array_b_from_a($CC2, $CC1); # CC2 -= CC1
  /packages/apps/Email/tests/src/com/android/email/activity/
MessageComposeTests.java 83 private static final String CC2 = "Second Cc <second.cc@google.com>";
558 msg.mCc = Address.parseAndPack(CC1 + ',' + CC2 + ',' + CC3);
583 * The cc should be: TO2, CC1, CC2, and CC3
594 msg.mCc = Address.parseAndPack(CC1 + ',' + CC2 + ',' + CC3);
606 expected = Address.parseAndPack(TO2 + ',' + CC1 + ',' + CC2 + ',' + CC3);
618 * The user is CC2 (a "cc" recipient)
620 * The cc should be: TO1, TO2, CC1 and CC3 (CC2 is our account's email address)
631 msg.mCc = Address.parseAndPack(CC1 + ',' + CC2 + ',' + CC3);
655 * The user is CC2 (a "cc" recipient)
657 * The cc should be: TO1, TO2, ,TO3, and CC3 (CC1/CC4 are duplicates; CC2 is the ou
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 481 ARMCC::CondCodes CC2 = (ARMCC::CondCodes)Pred2[0].getImm();
482 if (CC1 == CC2)
491 return CC2 == ARMCC::HI;
493 return CC2 == ARMCC::LO || CC2 == ARMCC::EQ;
495 return CC2 == ARMCC::GT;
497 return CC2 == ARMCC::LT;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]

Completed in 596 milliseconds