Searched refs:ci (Results 1 - 25 of 71) sorted by relevance

123

/frameworks/rs/tests/lldb/tests/testcases/
H A Dtest_language.py28 ci = self._ci
30 ci.HasCommands() and
31 ci.CommandExists('language')
/frameworks/base/libs/hwui/tests/common/
H A DTestListViewSceneBase.cpp45 for (size_t ci = 0; ci < mListItems.size(); ci++) {
46 canvas.drawRenderNode(mListItems[ci].get());
61 for (size_t ci = 0; ci < mListItems.size(); ci++) {
63 auto listItem = mListItems[(ci + itemIndexOffset) % mListItems.size()];
64 int top = ((int)ci) * (mItemSpacing + mItemHeight) + pxOffset;
70 canvas->drawRenderNode(mListItems[ci]
[all...]
/frameworks/base/libs/hwui/tests/common/scenes/
H A DShadowGrid2Animation.cpp47 for (size_t ci = 0; ci < cards.size(); ci++) {
48 cards[ci]->mutateStagingProperties().setTranslationX(curFrame);
49 cards[ci]->mutateStagingProperties().setTranslationY(curFrame);
50 cards[ci]->setPropertyFieldsDirty(RenderNode::X | RenderNode::Y);
H A DShadowGridAnimation.cpp47 for (size_t ci = 0; ci < cards.size(); ci++) {
48 cards[ci]->mutateStagingProperties().setTranslationX(curFrame);
49 cards[ci]->mutateStagingProperties().setTranslationY(curFrame);
50 cards[ci]->setPropertyFieldsDirty(RenderNode::X | RenderNode::Y);
H A DShadowShaderAnimation.cpp47 for (size_t ci = 0; ci < cards.size(); ci++) {
48 cards[ci]->mutateStagingProperties().setTranslationX(curFrame);
49 cards[ci]->mutateStagingProperties().setTranslationY(curFrame);
50 cards[ci]->setPropertyFieldsDirty(RenderNode::X | RenderNode::Y);
H A DBitmapFillrate.cpp49 for (size_t ci = 0; ci < mNodes.size(); ci++) {
50 mNodes[ci]->mutateStagingProperties().setTranslationX(frameNr % 200);
51 mNodes[ci]->mutateStagingProperties().setTranslationY(frameNr % 200);
52 mNodes[ci]->setPropertyFieldsDirty(RenderNode::X | RenderNode::Y);
H A DSimpleGradientAnimation.cpp42 for (size_t ci = 0; ci < cards.size(); ci++) {
43 cards[ci]->mutateStagingProperties().setTranslationX(curFrame);
44 cards[ci]->mutateStagingProperties().setTranslationY(curFrame);
45 cards[ci]->setPropertyFieldsDirty(RenderNode::X | RenderNode::Y);
H A DSimpleColorMatrixAnimation.cpp43 for (size_t ci = 0; ci < cards.size(); ci++) {
44 cards[ci]->mutateStagingProperties().setTranslationX(curFrame);
45 cards[ci]->mutateStagingProperties().setTranslationY(curFrame);
46 cards[ci]->setPropertyFieldsDirty(RenderNode::X | RenderNode::Y);
H A DRecentsAnimation.cpp64 for (size_t ci = 0; ci < mCards.size(); ci++) {
65 mCards[ci]->mutateStagingProperties().setTranslationY(curFrame);
66 mCards[ci]->setPropertyFieldsDirty(RenderNode::Y);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DCsimFileHandler.java30 public CsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { argument
31 super(app, aid, ci);
H A DIsimFileHandler.java30 public IsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { argument
31 super(app, aid, ci);
H A DRuimFileHandler.java33 public RuimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { argument
34 super(app, aid, ci);
H A DSIMFileHandler.java33 public SIMFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { argument
34 super(app, aid, ci);
H A DUsimFileHandler.java31 public UsimFileHandler(UiccCardApplication app, String aid, CommandsInterface ci) { argument
32 super(app, aid, ci);
/frameworks/base/core/java/android/content/pm/
H A DResolveInfo.java209 ComponentInfo ci = getComponentInfo();
210 ApplicationInfo ai = ci.applicationInfo;
212 label = pm.getText(ci.packageName, labelRes, ai);
218 CharSequence data = ci.loadLabel(pm);
274 ComponentInfo ci = getComponentInfo();
276 ApplicationInfo ai = ci.applicationInfo;
277 dr = pm.getDrawable(ci.packageName, iconResourceId, ai);
282 return ci.loadIcon(pm);
295 final ComponentInfo ci = getComponentInfo();
296 if (ci !
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DWifiScanningServiceImpl.java203 ClientInfo ci = mClients.get(msg.replyTo);
204 if (ci == null) {
224 logScanRequest("registerScanListener", ci, msg.arg2, null, null, null);
225 mSingleScanListeners.addRequest(ci, msg.arg2, null, null);
229 logScanRequest("deregisterScanListener", ci, msg.arg2, null, null, null);
230 mSingleScanListeners.removeRequest(ci, msg.arg2);
335 private WorkSource computeWorkSource(ClientInfo ci, WorkSource requestedWorkSource) { argument
344 " from " + ci);
347 WorkSource callingWorkSource = new WorkSource(ci.getUid());
376 void addRequest(ClientInfo ci, in argument
380 removeRequest(ClientInfo ci, int handlerId) argument
403 getAllSettingsForClient(ClientInfo ci) argument
415 removeAllForClient(ClientInfo ci) argument
717 validateScanRequest(ClientInfo ci, int handler, ScanSettings settings, WorkSource workSource) argument
774 removeSingleScanRequest(ClientInfo ci, int handler) argument
782 removeSingleScanRequests(ClientInfo ci) argument
945 getBackgroundScanSettings(ClientInfo ci) argument
949 removeBackgroundScanSettings(ClientInfo ci) argument
1150 addBackgroundScanRequest(ClientInfo ci, int handler, ScanSettings settings, WorkSource workSource) argument
1270 removeBackgroundScanRequest(ClientInfo ci, int handler) argument
1395 removePnoSettings(ClientInfo ci) argument
1688 addInternalClient(ClientInfo ci) argument
1698 addPnoScanRequest(ClientInfo ci, int handler, ScanSettings scanSettings, PnoSettings pnoSettings) argument
1705 removePnoScanRequest(ClientInfo ci, int handler) argument
1710 addHwPnoScanRequest(ClientInfo ci, int handler, ScanSettings scanSettings, PnoSettings pnoSettings) argument
1734 removeHwPnoScanRequest(ClientInfo ci, int handler) argument
1742 addSwPnoScanRequest(ClientInfo ci, int handler, ScanSettings scanSettings, PnoSettings pnoSettings) argument
1762 removeSwPnoScanRequest(ClientInfo ci, int handler) argument
2165 logScanRequest(String request, ClientInfo ci, int id, WorkSource workSource, ScanSettings settings, PnoSettings pnoSettings) argument
2187 logCallback(String callback, ClientInfo ci, int id, String extra) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTelephonyComponentFactory.java60 public ServiceStateTracker makeServiceStateTracker(GsmCdmaPhone phone, CommandsInterface ci) { argument
61 return new ServiceStateTracker(phone, ci);
88 public IccCardProxy makeIccCardProxy(Context context, CommandsInterface ci, int phoneId) { argument
89 return new IccCardProxy(context, ci, phoneId);
148 getCdmaSubscriptionSourceManagerInstance(Context context, CommandsInterface ci, Handler h, argument
150 return CdmaSubscriptionSourceManager.getInstance(context, ci, h, what, obj);
/frameworks/base/telephony/java/android/telephony/mbms/
H A DMbmsUtils.java47 public static ComponentName toComponentName(ComponentInfo ci) { argument
48 return new ComponentName(ci.packageName, ci.name);
/frameworks/base/core/java/android/provider/
H A DCallLog.java510 * @param ci the CallerInfo object to get the target contact from. Can be null
528 public static Uri addCall(CallerInfo ci, Context context, String number, argument
531 return addCall(ci, context, number, /* postDialDigits =*/ "", /* viaNumber =*/ "",
541 * @param ci the CallerInfo object to get the target contact from. Can be null
566 public static Uri addCall(CallerInfo ci, Context context, String number, argument
570 return addCall(ci, context, number, postDialDigits, viaNumber, presentation, callType,
578 * @param ci the CallerInfo object to get the target contact from. Can be null
609 public static Uri addCall(CallerInfo ci, Context context, String number, argument
652 if (ci != null) {
653 ci
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DCellInfo.java68 protected CellInfo(CellInfo ci) { argument
69 this.mRegistered = ci.mRegistered;
70 this.mTimeStampType = ci.mTimeStampType;
71 this.mTimeStamp = ci.mTimeStamp;
H A DCellInfoCdma.java42 public CellInfoCdma(CellInfoCdma ci) { argument
43 super(ci);
44 this.mCellIdentityCdma = ci.mCellIdentityCdma.copy();
45 this.mCellSignalStrengthCdma = ci.mCellSignalStrengthCdma.copy();
H A DCellInfoGsm.java42 public CellInfoGsm(CellInfoGsm ci) { argument
43 super(ci);
44 this.mCellIdentityGsm = ci.mCellIdentityGsm.copy();
45 this.mCellSignalStrengthGsm = ci.mCellSignalStrengthGsm.copy();
H A DCellInfoLte.java42 public CellInfoLte(CellInfoLte ci) { argument
43 super(ci);
44 this.mCellIdentityLte = ci.mCellIdentityLte.copy();
45 this.mCellSignalStrengthLte = ci.mCellSignalStrengthLte.copy();
H A DCellInfoWcdma.java42 public CellInfoWcdma(CellInfoWcdma ci) { argument
43 super(ci);
44 this.mCellIdentityWcdma = ci.mCellIdentityWcdma.copy();
45 this.mCellSignalStrengthWcdma = ci.mCellSignalStrengthWcdma.copy();
/frameworks/base/services/core/java/com/android/server/am/
H A DNativeCrashListener.java76 CrashInfo ci = new CrashInfo();
77 ci.exceptionClassName = "Native crash";
78 ci.exceptionMessage = Os.strsignal(mSignal);
79 ci.throwFileName = "unknown";
80 ci.throwClassName = "unknown";
81 ci.throwMethodName = "unknown";
82 ci.stackTrace = mCrashReport;
85 mAm.handleApplicationCrashInner("native_crash", mApp, mApp.processName, ci);

Completed in 279 milliseconds

123