Searched refs:CI (Results 1 – 25 of 41) sorted by relevance
12
36 private static final int CI = 268435455; field in CellIdentityLteTest58 assertEquals(CI, ci.getCi()); in testDefaultConstructor()72 String globalCi = MCC_STR + MNC_STR + Integer.toString(CI, 16); in testDefaultConstructor()80 new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, in testConstructorWithThreeDigitMnc()94 new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, in testConstructorWithTwoDigitMnc()107 CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, null, null, ALPHA_LONG, in testConstructorWithEmptyMccMnc()137 CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, "", "", ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc()150 new CellIdentityLte(MCC, MNC, CI, PCI, TAC); in testFormerConstructor()152 assertEquals(CI, ci.getCi()); in testFormerConstructor()222 p.writeInt(CI); in testParcelWithUnknownMccMnc()[all …]
38 private static final int CI = 268435456; field in CellIdentityTest110 CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testEquals()113 CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testEquals()118 ciA = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, null, null, ALPHA_LONG, in testEquals()120 ciB = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, null, null, ALPHA_LONG, in testEquals()125 ciA = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, null, in testEquals()127 ciB = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, null, null, ALPHA_LONG, in testEquals()135 CellIdentity ci = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, in testParcel()207 CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testGetMccMncString()219 CellIdentityNr nr = new CellIdentityNr(PCI, TAC, EARFCN, BANDS, MCC_STR, MNC_STR, CI, in testGetMccMncString()
33 private static final int CI = 268435456; field in CellIdentityTdscdmaTest
225 private static final int CI = 268435456; field in RILTest1477 lte.cellIdentityLte.ci = CI; in testConvertHalCellInfoListForLTE()1506 CellIdentityLte cil = new CellIdentityLte(CI, PCI, TAC, EARFCN, new int[] {}, in testConvertHalCellInfoListForLTE()1704 CI, PCI, TAC, EARFCN, new int[] {}, BANDWIDTH, MCC_STR, MNC_STR, in testConvertHalCellInfoList_1_2ForLTE()1725 CellIdentityLte cil = new CellIdentityLte(CI, PCI, TAC, EARFCN, new int[] {}, in testConvertHalCellInfoList_1_2_ForLTEWithEmptyOperatorInfo()1750 CI, PCI, TAC, EARFCN, new int[] {}, BANDWIDTH, null, null, ALPHA_LONG, in testConvertHalCellInfoList_1_2ForLTEWithEmptyMccMnc()1940 cellinfo.cellidentity.nci = CI; in testConvertHalCellInfoList_1_4ForNr()1969 new int[] {}, MCC_STR, MNC_STR, CI, ALPHA_LONG, ALPHA_SHORT, in testConvertHalCellInfoList_1_4ForNr()2456 id.base.ci = CI; in initializeCellIdentityLte_1_2()
147 llvm::CallInst *CI = llvm::cast<llvm::CallInst>(CS.getInstruction()); in ReplaceCallInsn() local149 auto NewCI = llvm::CallInst::Create(NewFn, Args, "", CI); in ReplaceCallInsn()157 if (CI->isTailCall()) in ReplaceCallInsn()160 if (!CI->getType()->isVoidTy()) in ReplaceCallInsn()161 CI->replaceAllUsesWith(NewCI); in ReplaceCallInsn()163 CI->eraseFromParent(); in ReplaceCallInsn()
73 * Link Conditional Access Modules (CAM) to Frontend support Common Interface (CI) bypass mode.75 * The client may use this to link CI-CAM to a frontend. CI bypass mode requires that the79 * @param ciCamId specify CI-CAM Id to link.90 * @param ciCamId specify CI-CAM Id to unlink.
138 * Connect Conditional Access Modules (CAM) through Common Interface (CI)140 * It is used by the client to connect CI-CAM. The demux uses the output142 * output from CI-CAM as the input after this call take place.144 * @param ciCamId specify CI-CAM Id to connect.154 * It is used by the client to disconnect CI-CAM. The demux will use the
24 public class CI extends C implements Iface class in FooBar
1261 const CallInst &CI = cast<CallInst>(I); in WriteInstruction() local1262 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); in WriteInstruction()1267 Vals.push_back(VE.getAttributeID(CI.getAttributes())); in WriteInstruction()1268 Vals.push_back((CI.getCallingConv() << 1) | unsigned(CI.isTailCall())); in WriteInstruction()1269 PushValueAndType(CI.getCalledValue(), InstID, Vals, VE); // Callee in WriteInstruction()1273 Vals.push_back(VE.getValueID(CI.getArgOperand(i))); // fixed param. in WriteInstruction()1277 for (unsigned i = FTy->getNumParams(), e = CI.getNumArgOperands(); in WriteInstruction()1279 PushValueAndType(CI.getArgOperand(i), InstID, Vals, VE); // varargs in WriteInstruction()
101 if (const CallInst *CI = dyn_cast<CallInst>(&I)) in ValueEnumerator() local102 EnumerateAttributes(CI->getAttributes()); in ValueEnumerator()
1323 const CallInst &CI = cast<CallInst>(I); in WriteInstruction() local1324 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); in WriteInstruction()1329 Vals.push_back(VE.getAttributeID(CI.getAttributes())); in WriteInstruction()1330 Vals.push_back((CI.getCallingConv() << 1) | unsigned(CI.isTailCall())); in WriteInstruction()1331 PushValueAndType(CI.getCalledValue(), InstID, Vals, VE); // Callee in WriteInstruction()1335 Vals.push_back(VE.getValueID(CI.getArgOperand(i))); // fixed param. in WriteInstruction()1339 for (unsigned i = FTy->getNumParams(), e = CI.getNumArgOperands(); in WriteInstruction()1341 PushValueAndType(CI.getArgOperand(i), InstID, Vals, VE); // varargs in WriteInstruction()
1357 const CallInst &CI = cast<CallInst>(I); in WriteInstruction() local1358 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); in WriteInstruction()1363 Vals.push_back(VE.getAttributeID(CI.getAttributes())); in WriteInstruction()1364 Vals.push_back((CI.getCallingConv() << 1) | unsigned(CI.isTailCall())); in WriteInstruction()1365 PushValueAndType(CI.getCalledValue(), InstID, Vals, VE); // Callee in WriteInstruction()1369 Vals.push_back(VE.getValueID(CI.getArgOperand(i))); // fixed param. in WriteInstruction()1373 for (unsigned i = FTy->getNumParams(), e = CI.getNumArgOperands(); in WriteInstruction()1375 PushValueAndType(CI.getArgOperand(i), InstID, Vals, VE); // varargs in WriteInstruction()
56 if (CallInst *CI = dyn_cast<CallInst>(I)) { in FindExnAndSelIntrinsics() local57 switch (CI->getCalledFunction()->getIntrinsicID()) { in FindExnAndSelIntrinsics()61 Exn = CI; in FindExnAndSelIntrinsics()65 Sel = CI; in FindExnAndSelIntrinsics()92 unsigned FilterLength = CI->getZExtValue(); in TransferClausesToLandingPadInst()320 CallInst *CI = cast<CallInst>(*Declare->use_begin()); in CheckDebugInfoIntrinsics() local321 CI->eraseFromParent(); in CheckDebugInfoIntrinsics()3683 if (CallInst* CI = dyn_cast<CallInst>(*UI++)) in materialize() local3684 UpgradeIntrinsicCall(CI, I->second); in materialize()3735 if (CallInst* CI = dyn_cast<CallInst>(*UI++)) in materializeModule() local[all …]
1026 llvm::CallInst *CI = IB->CreateCall(F, Params); in dumpExportFunctionInfo() local1028 CI->setCallingConv(F->getCallingConv()); in dumpExportFunctionInfo()1033 IB->CreateRet(CI); in dumpExportFunctionInfo()
79 CallInst *CI = cast<CallInst>(*Declare->use_begin()); in CheckDebugInfoIntrinsics() local80 CI->eraseFromParent(); in CheckDebugInfoIntrinsics()3344 if (CallInst* CI = dyn_cast<CallInst>(*UI++)) in materialize() local3345 UpgradeIntrinsicCall(CI, I->second); in materialize()3396 if (CallInst* CI = dyn_cast<CallInst>(*UI++)) in materializeModule() local3397 UpgradeIntrinsicCall(CI, I->second); in materializeModule()
28 CI/hOWB3S6xZhBqI8d3LT3jX5+EzLfzuQfogsL7L9ziUwOHQhQ+77Sxzq+3+knYa
455 iso_code: "CI"
52 …��v6)�e}<�2(�cdo;{ւ��UU�J�]}�'�r�ol�h��}J���OqDO^�ӫjv%�RMQU����z�D����CI��4j��I����h��n,�
1063 Landroid/icu/impl/TextTrieMap$Node;->lenMatches([CI)I1075 Landroid/icu/impl/TextTrieMap;->subArray([CI)[C1619 Landroid/icu/text/ArabicShaping;->handleTashkeelWithTatweel([CI)I1746 Landroid/icu/text/Bidi;-><init>([CI[BIII)V4621 Landroid/icu/text/SimpleDateFormat$PatternItem;-><init>(CI)V4668 Landroid/icu/text/SimpleDateFormat;->isNumeric(CI)Z4916 Landroid/icu/text/StringPrepParseException;->setPostContext([CI)V4918 Landroid/icu/text/StringPrepParseException;->setPreContext([CI)V5068 Landroid/icu/text/TimeZoneFormat$GMTOffsetField;-><init>(CI)V5071 Landroid/icu/text/TimeZoneFormat$GMTOffsetField;->isValid(CI)Z[all …]
2308 Ljava/lang/AbstractStringBuilder;->getChars(II[CI)V2391 Ljava/lang/Character;->toSurrogates(I[CI)V2593 Ljava/lang/invoke/MethodHandles;->arrayElementGetter([CI)C3238 Ljava/lang/String;->getChars([CI)V3256 Ljava/lang/System;->arraycopyCharUnchecked([CI[CII)V4106 Ljava/nio/CharBuffer;-><init>(IIII[CI)V5543 Ljava/time/format/DateTimeFormatterBuilder$PrefixTree$CI;->isEqual(CC)Z5544 …CI;->newNode(Ljava/lang/String;Ljava/lang/String;Ljava/time/format/DateTimeFormatterBuilder$Prefix…5599 Ljava/time/format/DateTimeFormatterBuilder$WeekBasedFieldPrinterParser;-><init>(CI)V8464 Ljava/util/Formatter$FormatSpecifier;->addZeros([CI)[C[all …]
1836 HSPLjava/lang/AbstractStringBuilder;->getChars(II[CI)V1896 HSPLjava/lang/Character;->digit(CI)I1932 HSPLjava/lang/Character;->toChars(I[CI)I1938 HSPLjava/lang/Character;->toSurrogates(I[CI)V2334 HSPLjava/lang/String;->getChars(II[CI)V2335 HSPLjava/lang/String;->getChars([CI)V2401 HSPLjava/lang/StringBuffer;->getChars(II[CI)V2431 HSPLjava/lang/StringBuilder;->getChars(II[CI)V2461 HSPLjava/lang/System;->arraycopy([CI[CII)V3548 HSPLjava/nio/CharBuffer;-><init>(IIII[CI)V[all …]
Error! Your browser does not support the video tag. There was an error! Java heap space java.lang.OutOfMemoryError: Java heap space
Java heap space
java.lang.OutOfMemoryError: Java heap space