HomeSort by relevance Sort by last modified time
    Searched refs:ci (Results 126 - 150 of 684) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyComponentFactory.java 60 public ServiceStateTracker makeServiceStateTracker(GsmCdmaPhone phone, CommandsInterface ci) {
61 return new ServiceStateTracker(phone, ci);
88 public IccCardProxy makeIccCardProxy(Context context, CommandsInterface ci, int phoneId) {
89 return new IccCardProxy(context, ci, phoneId);
148 getCdmaSubscriptionSourceManagerInstance(Context context, CommandsInterface ci, Handler h,
150 return CdmaSubscriptionSourceManager.getInstance(context, ci, h, what, obj);
  /packages/apps/Dialer/java/com/android/incallui/
CallerInfoAsyncQuery.java 62 void onQueryComplete(int token, Object cookie, CallerInfo ci);
66 void onDataLoaded(int token, Object cookie, CallerInfo ci);
101 public void onQueryComplete(int token, Object cookie, CallerInfo ci) {
105 if ((ci != null && ci.contactExists)
107 if (listener != null && ci != null) {
108 listener.onQueryComplete(token, cookie, ci);
114 public void onDataLoaded(int token, Object cookie, CallerInfo ci) {
116 listener.onDataLoaded(token, cookie, ci);
298 int token, Object cookie, CallerInfo ci, long directoryId)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form22c.java 80 CstInsn ci = (CstInsn) insn; local
81 int cpi = ci.getIndex();
87 Constant cst = ci.getConstant();
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
VoiceSearch.java 94 ComponentInfo ci = ri.activityInfo != null ? ri.activityInfo : ri.serviceInfo;
96 return getContext().getPackageManager().getPackageInfo(ci.packageName, 0).versionCode;
98 Log.e(TAG, "Cannot find voice search package " + ci.packageName, e);
  /art/test/654-checker-periodic/src/
Main.java 129 int ci = doitUpInt(i); local
130 expectEquals(ei, ci);
134 int ci = doitDownInt(i); local
135 expectEquals(ei, ci);
  /development/vndk/tools/header-checker/header-abi-dumper/src/
frontend_action.h 43 clang::CompilerInstance &ci, llvm::StringRef header_file) override;
  /external/clang/test/SemaCXX/
attr-flatten.cpp 19 int ci [[gnu::flatten]]; // expected-error {{'flatten' attribute only applies to functions}} variable
attr-no-split-stack.cpp 19 int ci [[gnu::no_split_stack]]; // expected-error {{'no_split_stack' attribute only applies to functions}} variable
  /external/libjpeg-turbo/
jcarith.c 325 int ci; local
334 for (ci = 0; ci < cinfo->comps_in_scan; ci++) {
335 compptr = cinfo->cur_comp_info[ci];
340 entropy->last_dc_val[ci] = 0;
341 entropy->dc_context[ci] = 0;
370 int blkn, ci, tbl; local
388 ci = cinfo->MCU_membership[blkn];
389 tbl = cinfo->cur_comp_info[ci]->dc_tbl_no
689 int blkn, ci, tbl, k, ke; local
828 int ci, tbl; local
    [all...]
jquant1.c 248 output_value (j_decompress_ptr cinfo, int ci, int j, int maxj)
262 largest_input_value (j_decompress_ptr cinfo, int ci, int j, int maxj)
468 register int pixcode, ci; local
480 for (ci = 0; ci < nc; ci++) {
481 pixcode += GETJSAMPLE(colorindex[ci][GETJSAMPLE(*ptrin++)]);
529 int ci; local
538 for (ci = 0; ci < nc; ci++)
631 int ci; local
    [all...]
jchuff.c 150 int ci, dctbl, actbl; local
167 for (ci = 0; ci < cinfo->comps_in_scan; ci++) {
168 compptr = cinfo->cur_comp_info[ci];
201 entropy->saved.last_dc_val[ci] = 0;
621 int ci; local
630 for (ci = 0; ci < state->cinfo->comps_in_scan; ci++
648 int blkn, ci; local
830 int blkn, ci; local
1031 int ci, dctbl, actbl; local
    [all...]
jcphuff.c 113 int ci, tbl; local
149 for (ci = 0; ci < cinfo->comps_in_scan; ci++) {
150 compptr = cinfo->cur_comp_info[ci];
152 entropy->last_dc_val[ci] = 0;
350 int ci; local
362 for (ci = 0; ci < entropy->cinfo->comps_in_scan; ci++
383 int blkn, ci; local
772 int ci, tbl; local
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jdhuff.c 88 int ci, blkn, dctbl, actbl; local
99 for (ci = 0; ci < cinfo->comps_in_scan; ci++) {
100 compptr = cinfo->cur_comp_info[ci];
110 entropy->saved.last_dc_val[ci] = 0;
115 ci = cinfo->MCU_membership[blkn];
116 compptr = cinfo->cur_comp_info[ci];
470 int ci; local
482 for (ci = 0; ci < cinfo->comps_in_scan; ci++
559 int ci = cinfo->MCU_membership[blkn]; local
    [all...]
fpdfapi_jdcolor.c 177 int ci; local
180 for (ci = 0; ci < num_components; ci++) {
181 inptr = input_buf[ci][input_row];
182 outptr = output_buf[0] + ci;
307 int ci; local
352 for (ci = 1; ci < cinfo->num_components; ci++
    [all...]
fpdfapi_jcphuff.c 110 int ci, tbl; local
146 for (ci = 0; ci < cinfo->comps_in_scan; ci++) {
147 compptr = cinfo->cur_comp_info[ci];
149 entropy->last_dc_val[ci] = 0;
349 int ci; local
361 for (ci = 0; ci < entropy->cinfo->comps_in_scan; ci++
382 int blkn, ci; local
771 int ci, tbl; local
    [all...]
  /frameworks/base/core/java/android/provider/
CallLog.java 504 * @param ci the CallerInfo object to get the target contact from. Can be null
522 public static Uri addCall(CallerInfo ci, Context context, String number,
525 return addCall(ci, context, number, /* postDialDigits =*/ "", /* viaNumber =*/ "",
535 * @param ci the CallerInfo object to get the target contact from. Can be null
560 public static Uri addCall(CallerInfo ci, Context context, String number,
564 return addCall(ci, context, number, postDialDigits, viaNumber, presentation, callType,
572 * @param ci the CallerInfo object to get the target contact from. Can be null
603 public static Uri addCall(CallerInfo ci, Context context, String number,
646 if (ci != null) {
647 ci.name = ""
    [all...]
  /frameworks/base/telephony/java/android/telephony/
CellInfo.java 68 protected CellInfo(CellInfo ci) {
69 this.mRegistered = ci.mRegistered;
70 this.mTimeStampType = ci.mTimeStampType;
71 this.mTimeStamp = ci.mTimeStamp;
CellInfoCdma.java 42 public CellInfoCdma(CellInfoCdma ci) {
43 super(ci);
44 this.mCellIdentityCdma = ci.mCellIdentityCdma.copy();
45 this.mCellSignalStrengthCdma = ci.mCellSignalStrengthCdma.copy();
CellInfoGsm.java 42 public CellInfoGsm(CellInfoGsm ci) {
43 super(ci);
44 this.mCellIdentityGsm = ci.mCellIdentityGsm.copy();
45 this.mCellSignalStrengthGsm = ci.mCellSignalStrengthGsm.copy();
CellInfoLte.java 42 public CellInfoLte(CellInfoLte ci) {
43 super(ci);
44 this.mCellIdentityLte = ci.mCellIdentityLte.copy();
45 this.mCellSignalStrengthLte = ci.mCellSignalStrengthLte.copy();
CellInfoWcdma.java 42 public CellInfoWcdma(CellInfoWcdma ci) {
43 super(ci);
44 this.mCellIdentityWcdma = ci.mCellIdentityWcdma.copy();
45 this.mCellSignalStrengthWcdma = ci.mCellSignalStrengthWcdma.copy();
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/iterator/
TestUCharacterIterator.java 394 CharacterIterator ci = new StringCharacterIterator(source); local
396 ci.setIndex(10);
406 c2=ci.previous();
409 c2=ci.current();
412 c2=ci.next();
425 if(wrap_ci.getIndex()!=ci.getIndex()) {
430 +" expected "+ ci.getIndex());
434 if(ci.first()!=wrap_ci.first()){
435 errln("CharacterIteratorWrapper.first() failed. expected: " + ci.first() + " got: " +wrap_ci.first());
437 if(ci.last()!=wrap_ci.last())
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/iterator/
TestUCharacterIterator.java 393 CharacterIterator ci = new StringCharacterIterator(source); local
395 ci.setIndex(10);
405 c2=ci.previous();
408 c2=ci.current();
411 c2=ci.next();
424 if(wrap_ci.getIndex()!=ci.getIndex()) {
429 +" expected "+ ci.getIndex());
433 if(ci.first()!=wrap_ci.first()){
434 errln("CharacterIteratorWrapper.first() failed. expected: " + ci.first() + " got: " +wrap_ci.first());
436 if(ci.last()!=wrap_ci.last())
    [all...]
  /external/libvorbis/lib/
envelope.c 33 codec_setup_info *ci=vi->codec_setup; local
34 vorbis_info_psy_global *gi=&ci->psy_g_param;
43 e->cursor=ci->blocksizes[1]/2;
218 codec_setup_info *ci=vi->codec_setup; local
219 vorbis_info_psy_global *gi=&ci->psy_g_param;
265 ci->blocksizes[v->W]/4+
266 ci->blocksizes[1]/2+
267 ci->blocksizes[0]/4;
333 codec_setup_info *ci=vi->codec_setup; local
335 long beginW=centerW-ci->blocksizes[v->W]/4
    [all...]
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
cpuinfo.c 34 int ci = 0; local
73 ci = data;
74 cpus[ci].online = 1;
205 int ci = 0; local
224 ci = atoi(str1 + 3);
225 if (ci < 0 || ci >= ncpus) {
231 if (!cpus[ci].sched_domain) {
232 cpus[ci].sched_domain =
234 if (!cpus[ci].sched_domain)
    [all...]

Completed in 1770 milliseconds

1 2 3 4 56 7 8 91011>>