HomeSort by relevance Sort by last modified time
    Searched defs:CC1 (Results 1 - 3 of 3) sorted by null

  /packages/apps/Email/tests/src/com/android/email/activity/
MessageComposeTests.java 82 private static final String CC1 = "First Cc <first.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);
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);
643 expected = Address.parseAndPack(TO1 + ',' + TO2 + ',' + CC1 + ',' + CC3);
657 * The cc should be: TO1, TO2, ,TO3, and CC3 (CC1/CC4 are duplicates; CC2 is the our
669 msg.mCc = Address.parseAndPack(CC1 + ',' + CC2 + ',' + CC3 + ',' + CC4)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 16839 enum X86::CondCode cc1 = (enum X86::CondCode)N1.getConstantOperandVal(0); local
    [all...]

Completed in 65 milliseconds