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 83 private static final String CC1 = "First Cc <first.cc@google.com>";
559 msg.mCc = Address.parseAndPack(CC1 + ',' + CC2 + ',' + CC3);
584 * The cc should be: TO2, CC1, CC2, and CC3
595 msg.mCc = Address.parseAndPack(CC1 + ',' + CC2 + ',' + CC3);
607 expected = Address.parseAndPack(TO2 + ',' + CC1 + ',' + CC2 + ',' + CC3);
621 * The cc should be: TO1, TO2, CC1 and CC3 (CC2 is our account's email address)
632 msg.mCc = Address.parseAndPack(CC1 + ',' + CC2 + ',' + CC3);
644 expected = Address.parseAndPack(TO1 + ',' + TO2 + ',' + CC1 + ',' + CC3);
658 * The cc should be: TO1, TO2, ,TO3, and CC3 (CC1/CC4 are duplicates; CC2 is the our
670 msg.mCc = Address.parseAndPack(CC1 + ',' + CC2 + ',' + CC3 + ',' + CC4)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 16089 enum X86::CondCode cc1 = (enum X86::CondCode)N1.getConstantOperandVal(0); local
    [all...]

Completed in 206 milliseconds