Home
last modified time | relevance | path

Searched refs:CI (Results 1 – 17 of 17) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityLteTest.java33 private static final int CI = 268435455; field in CellIdentityLteTest
52 new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, MNC_STR, in testDefaultConstructor()
55 assertEquals(CI, ci.getCi()); in testDefaultConstructor()
69 String globalCi = MCC_STR + MNC_STR + Integer.toString(CI, 16); in testDefaultConstructor()
77 new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, in testConstructorWithThreeDigitMnc()
91 new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, in testConstructorWithTwoDigitMnc()
104 CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, null, null, ALPHA_LONG, in testConstructorWithEmptyMccMnc()
114 CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, null, ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc()
124 CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, null, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc()
134 CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, "", "", ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc()
[all …]
DCellIdentityTest.java38 private static final int CI = 268435456; field in CellIdentityTest
110 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()
DCellIdentityTdscdmaTest.java33 private static final int CI = 268435456; field in CellIdentityTdscdmaTest
DRILTest.java215 private static final int CI = 268435456; field in RILTest
1328 lte.cellIdentityLte.ci = CI; in testConvertHalCellInfoListForLTE()
1357 CellIdentityLte cil = new CellIdentityLte(CI, PCI, TAC, EARFCN, new int[] {}, in testConvertHalCellInfoListForLTE()
1555 CI, PCI, TAC, EARFCN, new int[] {}, BANDWIDTH, MCC_STR, MNC_STR, in testConvertHalCellInfoList_1_2ForLTE()
1576 CellIdentityLte cil = new CellIdentityLte(CI, PCI, TAC, EARFCN, new int[] {}, in testConvertHalCellInfoList_1_2_ForLTEWithEmptyOperatorInfo()
1601 CI, PCI, TAC, EARFCN, new int[] {}, BANDWIDTH, null, null, ALPHA_LONG, in testConvertHalCellInfoList_1_2ForLTEWithEmptyMccMnc()
1791 cellinfo.cellidentity.nci = CI; in testConvertHalCellInfoList_1_4ForNr()
1820 new int[] {}, MCC_STR, MNC_STR, CI, ALPHA_LONG, ALPHA_SHORT, in testConvertHalCellInfoList_1_4ForNr()
2176 id.base.ci = CI; in initializeCellIdentityLte_1_2()
/frameworks/compile/libbcc/lib/
DRSX86CallConvPass.cpp147 llvm::CallInst *CI = llvm::cast<llvm::CallInst>(CS.getInstruction()); in ReplaceCallInsn() local
149 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()
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp1261 const CallInst &CI = cast<CallInst>(I); in WriteInstruction() local
1262 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()
DValueEnumerator.cpp101 if (const CallInst *CI = dyn_cast<CallInst>(&I)) in ValueEnumerator() local
102 EnumerateAttributes(CI->getAttributes()); in ValueEnumerator()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp1323 const CallInst &CI = cast<CallInst>(I); in WriteInstruction() local
1324 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()
DValueEnumerator.cpp101 if (const CallInst *CI = dyn_cast<CallInst>(&I)) in ValueEnumerator() local
102 EnumerateAttributes(CI->getAttributes()); in ValueEnumerator()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp1357 const CallInst &CI = cast<CallInst>(I); in WriteInstruction() local
1358 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()
DValueEnumerator.cpp101 if (const CallInst *CI = dyn_cast<CallInst>(&I)) in ValueEnumerator() local
102 EnumerateAttributes(CI->getAttributes()); in ValueEnumerator()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp56 if (CallInst *CI = dyn_cast<CallInst>(I)) { in FindExnAndSelIntrinsics() local
57 switch (CI->getCalledFunction()->getIntrinsicID()) { in FindExnAndSelIntrinsics()
61 Exn = CI; in FindExnAndSelIntrinsics()
65 Sel = CI; in FindExnAndSelIntrinsics()
91 if (const ConstantInt *CI = dyn_cast<ConstantInt>(EHSel->getArgOperand(i))){ in TransferClausesToLandingPadInst() local
92 unsigned FilterLength = CI->getZExtValue(); in TransferClausesToLandingPadInst()
320 CallInst *CI = cast<CallInst>(*Declare->use_begin()); in CheckDebugInfoIntrinsics() local
321 CI->eraseFromParent(); in CheckDebugInfoIntrinsics()
3683 if (CallInst* CI = dyn_cast<CallInst>(*UI++)) in materialize() local
3684 UpgradeIntrinsicCall(CI, I->second); in materialize()
[all …]
/frameworks/compile/slang/
Dslang_backend.cpp1026 llvm::CallInst *CI = IB->CreateCall(F, Params); in dumpExportFunctionInfo() local
1028 CI->setCallingConv(F->getCallingConv()); in dumpExportFunctionInfo()
1033 IB->CreateRet(CI); in dumpExportFunctionInfo()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp79 CallInst *CI = cast<CallInst>(*Declare->use_begin()); in CheckDebugInfoIntrinsics() local
80 CI->eraseFromParent(); in CheckDebugInfoIntrinsics()
3344 if (CallInst* CI = dyn_cast<CallInst>(*UI++)) in materialize() local
3345 UpgradeIntrinsicCall(CI, I->second); in materialize()
3396 if (CallInst* CI = dyn_cast<CallInst>(*UI++)) in materializeModule() local
3397 UpgradeIntrinsicCall(CI, I->second); in materializeModule()
/frameworks/base/services/tests/servicestests/res/raw/
Dbackup_telephony_with_password52 …��v 6)�e}<�2(�cdo;{ւ��UU�J�]}�'�r�ol�h��}J���OqDO^�ӫjv%�RMQU����z�D����CI��4j��I����h�� n,� 
/frameworks/base/config/
Dboot-image-profile.txt7919 HSPLandroid/icu/impl/ReplaceableUCharacterIterator;->getText([CI)I
8057 HSPLandroid/icu/impl/USerializedSet;->getSet([CI)Z
8709 HSPLandroid/icu/text/ReplaceableString;->getChars(II[CI)V
14857 HSPLandroid/text/Layout$Ellipsizer;->getChars(II[CI)V
14989 HSPLandroid/text/SpannableStringBuilder;->getChars(II[CI)V
15032 HSPLandroid/text/SpannableStringInternal;->getChars(II[CI)V
15143 HSPLandroid/text/TextUtils;->getChars(Ljava/lang/CharSequence;II[CI)V
15146 HSPLandroid/text/TextUtils;->indexOf(Ljava/lang/CharSequence;CI)I
15152 HSPLandroid/text/TextUtils;->lastIndexOf(Ljava/lang/CharSequence;CI)I
15217 HSPLandroid/text/method/ReplacementTransformationMethod$ReplacementCharSequence;->getChars(II[CI)V
[all …]
Dhiddenapi-greylist-max-o.txt26443 Landroid/icu/impl/TextTrieMap$Node;->lenMatches([CI)I
26455 Landroid/icu/impl/TextTrieMap;->subArray([CI)[C
26999 Landroid/icu/text/ArabicShaping;->handleTashkeelWithTatweel([CI)I
27126 Landroid/icu/text/Bidi;-><init>([CI[BIII)V
27137 Landroid/icu/text/Bidi;->bracketAddOpening(Landroid/icu/text/Bidi$BracketData;CI)V
30001 Landroid/icu/text/SimpleDateFormat$PatternItem;-><init>(CI)V
30048 Landroid/icu/text/SimpleDateFormat;->isNumeric(CI)Z
30296 Landroid/icu/text/StringPrepParseException;->setPostContext([CI)V
30298 Landroid/icu/text/StringPrepParseException;->setPreContext([CI)V
30448 Landroid/icu/text/TimeZoneFormat$GMTOffsetField;-><init>(CI)V
[all …]