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

  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
RegionCode.java 35 static final String CN = "CN";
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 100 ConstantSDNode *CN = 0;
102 && (CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))
103 && (CN->getSExtValue() % 4 == 0 && CN->getSExtValue() >= 0)) {
106 Offset = CurDAG->getTargetConstant(CN->getSExtValue(), MVT::i32);
121 ConstantSDNode *CN = 0;
123 && (CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))
124 && (CN->getSExtValue() % 4 == 0 && CN->getSExtValue() >= 0)) {
127 Offset = CurDAG->getTargetConstant(CN->getSExtValue(), MVT::i32)
    [all...]
XCoreISelLowering.cpp 360 ConstantSDNode *CN = 0;
361 if (!(CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))) {
364 int64_t off = CN->getSExtValue();
369 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Base.getOperand(1)
371 if (CN && (CN->getSExtValue() >= 2)) {
    [all...]
  /frameworks/base/core/java/android/content/
ComponentName.java 104 int CN = mClass.length();
105 if (CN > PN && mClass.charAt(PN) == '.') {
106 return mClass.substring(PN, CN);
  /libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeTypeAndValue.java 67 private static final ObjectIdentifier CN
68 = new ObjectIdentifier(new int[] { 2, 5, 4, 3 }, "CN", RFC1779_NAMES);
143 RFC1779_NAMES.put(CN.getName(), CN);
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 59 const ConstantSDNode *CN = dyn_cast<ConstantSDNode>(N);
60 if (!CN || CN->getZExtValue() % MemSize != 0
61 || CN->getZExtValue() / MemSize > 0xfff)
64 UImm12 = CurDAG->getTargetConstant(CN->getZExtValue() / MemSize, MVT::i64);
103 const ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(N);
104 if (!CN) return false;
118 CN->getValueAPF().convertToInteger(IntVal, APFloat::rmTowardZero, &IsExact);
166 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(N);
167 if (!CN) return false
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 179 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1));
180 if (isInt<16>(CN->getSExtValue())) {
191 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), ValTy);
MipsSEISelDAGToDAG.cpp 249 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1));
250 if (isInt<16>(CN->getSExtValue())) {
259 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), ValTy);
370 ConstantFPSDNode *CN = dyn_cast<ConstantFPSDNode>(Node);
371 if (Node->getValueType(0) == MVT::f64 && CN->isExactlyValue(+0.0)) {
389 const ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Node);
390 unsigned Size = CN->getValueSizeInBits(0);
396 int64_t Imm = CN->getSExtValue();
402 DebugLoc DL = CN->getDebugLoc();
MipsISelLowering.cpp 710 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(False);
712 if (!CN || CN->getZExtValue())
742 ConstantSDNode *CN;
743 if (!(CN = dyn_cast<ConstantSDNode>(ShiftRight.getOperand(1))))
746 uint64_t Pos = CN->getZExtValue();
750 if (!(CN = dyn_cast<ConstantSDNode>(Mask)) ||
751 !isShiftedMask(CN->getZExtValue(), SMPos, SMSize))
777 ConstantSDNode *CN;
783 if (!(CN = dyn_cast<ConstantSDNode>(And0.getOperand(1))) |
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
BCStyle.java 47 public static final ASN1ObjectIdentifier CN = new ASN1ObjectIdentifier("2.5.4.3");
211 DefaultSymbols.put(CN, "CN");
244 DefaultLookUp.put("cn", CN);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509Name.java 69 public static final ASN1ObjectIdentifier CN = new ASN1ObjectIdentifier("2.5.4.3");
269 DefaultSymbols.put(CN, "CN");
301 RFC2253Symbols.put(CN, "CN");
311 RFC1779Symbols.put(CN, "CN");
320 DefaultLookUp.put("cn", CN);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp     [all...]
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 106 AM, CM, BK, CF, ES, FM, MD, NO, LR, RF, DB, SG, BH, HS, MT, DS, RG, CN, UUT, UUQ, UUP, UUH,
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 581 milliseconds