Home
last modified time | relevance | path

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

12

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCellIdentityLteTest.java36 private static final int CI = 268435455; field in CellIdentityLteTest
58 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 …]
H A 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()
H A DCellIdentityTdscdmaTest.java33 private static final int CI = 268435456; field in CellIdentityTdscdmaTest
H A DRILTest.java225 private static final int CI = 268435456; field in RILTest
1477 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()
/aosp12/frameworks/compile/libbcc/lib/
H A 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()
/aosp12/hardware/interfaces/tv/tuner/1.1/
H A DIFrontend.hal73 * 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 the
79 * @param ciCamId specify CI-CAM Id to link.
90 * @param ciCamId specify CI-CAM Id to unlink.
/aosp12/hardware/interfaces/tv/tuner/1.0/
H A DIDemux.hal138 * Connect Conditional Access Modules (CAM) through Common Interface (CI)
140 * It is used by the client to connect CI-CAM. The demux uses the output
142 * 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
/aosp12/build/make/tools/droiddoc/test/generics/src/com/android/generics/
H A DFooBar.java24 public class CI extends C implements Iface class in FooBar
/aosp12/frameworks/compile/slang/BitWriter_2_9/
H A 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()
H A DValueEnumerator.cpp101 if (const CallInst *CI = dyn_cast<CallInst>(&I)) in ValueEnumerator() local
102 EnumerateAttributes(CI->getAttributes()); in ValueEnumerator()
/aosp12/frameworks/compile/slang/BitWriter_2_9_func/
H A 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()
H A DValueEnumerator.cpp101 if (const CallInst *CI = dyn_cast<CallInst>(&I)) in ValueEnumerator() local
102 EnumerateAttributes(CI->getAttributes()); in ValueEnumerator()
/aosp12/frameworks/compile/slang/BitWriter_3_2/
H A 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()
H A DValueEnumerator.cpp101 if (const CallInst *CI = dyn_cast<CallInst>(&I)) in ValueEnumerator() local
102 EnumerateAttributes(CI->getAttributes()); in ValueEnumerator()
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A 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()
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()
3735 if (CallInst* CI = dyn_cast<CallInst>(*UI++)) in materializeModule() local
[all …]
/aosp12/frameworks/compile/slang/
H A 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()
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A 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()
/aosp12/system/ca-certificates/files/
H A Dd0cddf45.028 CI/hOWB3S6xZhBqI8d3LT3jX5+EzLfzuQfogsL7L9ziUwOHQhQ+77Sxzq+3+knYa
/aosp12/packages/services/Telephony/ecc/input/
H A Deccdata.txt455 iso_code: "CI"
/aosp12/frameworks/base/services/tests/servicestests/res/raw/
H A 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,� 
/aosp12/packages/modules/RuntimeI18n/apex/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt1063 Landroid/icu/impl/TextTrieMap$Node;->lenMatches([CI)I
1075 Landroid/icu/impl/TextTrieMap;->subArray([CI)[C
1619 Landroid/icu/text/ArabicShaping;->handleTashkeelWithTatweel([CI)I
1746 Landroid/icu/text/Bidi;-><init>([CI[BIII)V
4621 Landroid/icu/text/SimpleDateFormat$PatternItem;-><init>(CI)V
4668 Landroid/icu/text/SimpleDateFormat;->isNumeric(CI)Z
4916 Landroid/icu/text/StringPrepParseException;->setPostContext([CI)V
4918 Landroid/icu/text/StringPrepParseException;->setPreContext([CI)V
5068 Landroid/icu/text/TimeZoneFormat$GMTOffsetField;-><init>(CI)V
5071 Landroid/icu/text/TimeZoneFormat$GMTOffsetField;->isValid(CI)Z
[all …]
/aosp12/art/build/boot/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt2308 Ljava/lang/AbstractStringBuilder;->getChars(II[CI)V
2391 Ljava/lang/Character;->toSurrogates(I[CI)V
2593 Ljava/lang/invoke/MethodHandles;->arrayElementGetter([CI)C
3238 Ljava/lang/String;->getChars([CI)V
3256 Ljava/lang/System;->arraycopyCharUnchecked([CI[CII)V
4106 Ljava/nio/CharBuffer;-><init>(IIII[CI)V
5543 Ljava/time/format/DateTimeFormatterBuilder$PrefixTree$CI;->isEqual(CC)Z
5544CI;->newNode(Ljava/lang/String;Ljava/lang/String;Ljava/time/format/DateTimeFormatterBuilder$Prefix…
5599 Ljava/time/format/DateTimeFormatterBuilder$WeekBasedFieldPrinterParser;-><init>(CI)V
8464 Ljava/util/Formatter$FormatSpecifier;->addZeros([CI)[C
[all …]
/aosp12/art/build/boot/
H A Dboot-image-profile.txt1836 HSPLjava/lang/AbstractStringBuilder;->getChars(II[CI)V
1896 HSPLjava/lang/Character;->digit(CI)I
1932 HSPLjava/lang/Character;->toChars(I[CI)I
1938 HSPLjava/lang/Character;->toSurrogates(I[CI)V
2334 HSPLjava/lang/String;->getChars(II[CI)V
2335 HSPLjava/lang/String;->getChars([CI)V
2401 HSPLjava/lang/StringBuffer;->getChars(II[CI)V
2431 HSPLjava/lang/StringBuilder;->getChars(II[CI)V
2461 HSPLjava/lang/System;->arraycopy([CI[CII)V
3548 HSPLjava/nio/CharBuffer;-><init>(IIII[CI)V
[all …]
/aosp12/packages/apps/TV/tuner/tests/assets/
H A Dcapture_kqed.ts Error!