HomeSort by relevance Sort by last modified time
    Searched defs:ci (Results 26 - 50 of 500) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
cxx0x-class.cpp 13 static const NestedC ci = 0; // expected-error {{static data member of type 'const C::NestedC' must be initialized out of line}} member in class:C
  /external/iproute2/tc/
m_connmark.c 111 struct tc_connmark *ci; local
122 ci = RTA_DATA(tb[TCA_CONNMARK_PARMS]);
124 fprintf(f, " connmark zone %d\n", ci->zone);
125 fprintf(f, "\t index %u ref %d bind %d", ci->index,
126 ci->refcnt, ci->bindcnt);
  /external/javassist/src/main/javassist/bytecode/
EnclosingMethodAttribute.java 48 int ci = cp.addClassInfo(className); local
51 bvalue[0] = (byte)(ci >>> 8);
52 bvalue[1] = (byte)ci;
67 int ci = cp.addClassInfo(className); local
70 bvalue[0] = (byte)(ci >>> 8);
71 bvalue[1] = (byte)ci;
  /external/libjpeg-turbo/
jcmainct.c 134 int ci; local
154 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
155 ci++, compptr++) {
156 main_ptr->buffer[ci] = (*cinfo->mem->alloc_sarray)
  /external/ltp/testcases/kernel/sched/hyperthreading/ht_interrupt/
ht_interrupt.c 30 int ci[32], cj[32]; local
47 %d %d %d %d %d %d %d %d", buf, ci, ci + 1, ci + 2, ci + 3, ci + 4, ci + 5, ci + 6, ci + 7, ci + 8, ci + 9, ci + 10, ci + 11, ci + 12, ci + 13, ci + 14, ci + 15, ci + 16, ci + 17, ci + 18, ci + (…)
    [all...]
  /external/lzma/CPP/Windows/Control/
ListView.cpp 36 LVCOLUMN ci; local
37 ci.mask = LVCF_TEXT | LVCF_WIDTH | LVCF_SUBITEM;
38 ci.pszText = (LPTSTR)text;
39 ci.iSubItem = columnIndex;
40 ci.cx = width;
41 return InsertColumn(columnIndex, &ci);
69 LVCOLUMNW ci; local
70 ci.mask = LVCF_TEXT | LVCF_WIDTH | LVCF_SUBITEM;
71 ci.pszText = (LPWSTR)text;
72 ci.iSubItem = columnIndex;
    [all...]
  /external/strace/tests/
nlattr_ndmsg.c 99 static const struct nda_cacheinfo ci = { local
108 NDA_CACHEINFO, pattern, ci,
109 PRINT_FIELD_U("{", ci, ndm_confirmed);
110 PRINT_FIELD_U(", ", ci, ndm_used);
111 PRINT_FIELD_U(", ", ci, ndm_updated);
112 PRINT_FIELD_U(", ", ci, ndm_refcnt);
  /external/strace/tests-m32/
nlattr_ndmsg.c 99 static const struct nda_cacheinfo ci = { local
108 NDA_CACHEINFO, pattern, ci,
109 PRINT_FIELD_U("{", ci, ndm_confirmed);
110 PRINT_FIELD_U(", ", ci, ndm_used);
111 PRINT_FIELD_U(", ", ci, ndm_updated);
112 PRINT_FIELD_U(", ", ci, ndm_refcnt);
  /external/strace/tests-mx32/
nlattr_ndmsg.c 99 static const struct nda_cacheinfo ci = { local
108 NDA_CACHEINFO, pattern, ci,
109 PRINT_FIELD_U("{", ci, ndm_confirmed);
110 PRINT_FIELD_U(", ", ci, ndm_used);
111 PRINT_FIELD_U(", ", ci, ndm_updated);
112 PRINT_FIELD_U(", ", ci, ndm_refcnt);
  /external/webrtc/webrtc/modules/audio_coding/acm2/
codec_manager.cc 122 CodecInst ci; local
123 ci.channels = external_speech_encoder->NumChannels();
124 ci.plfreq = external_speech_encoder->SampleRateHz();
125 ci.pacsize = rtc::CheckedDivExact(
127 ci.plfreq),
129 ci.pltype = -1; // Not valid.
130 ci.rate = -1; // Not valid.
132 memcpy(ci.plname, kName, sizeof(kName));
133 return ci;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnSentence.java 59 Iterator<WnnClause> ci = clauses.iterator(); local
60 while (ci.hasNext()) {
61 WnnClause clause = ci.next();
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
CellIdentityTest.java 29 private static final int CI = 268435456;
58 CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT);
60 CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT);
64 ciA = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, null, null, ALPHA_LONG,
66 ciB = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, null, null, ALPHA_LONG,
71 ciA = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, null, ALPHA_LONG,
73 ciB = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, null, null, ALPHA_LONG,
81 CellIdentity ci = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, MNC_STR, local
85 ci.writeToParcel(p, 0)
    [all...]
  /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);
  /cts/tests/tests/content/src/android/content/pm/cts/
ComponentInfoTest.java 108 MyComponentInfo ci = new MyComponentInfo(); local
114 ci.dumpBack(p, prefix);
119 ci.applicationInfo = new ApplicationInfo();
124 ci.dumpBack(p, prefix);
129 ci.dumpBack(null, null);
162 MyComponentInfo ci = new MyComponentInfo(); local
169 ci.dumpFront(p, prefix);
173 ci.applicationInfo = new ApplicationInfo();
179 ci.dumpFront(p, prefix);
184 ci.dumpFront(null, null)
229 MyComponentInfo ci = new MyComponentInfo(p); local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form11n.java 76 CstInsn ci = (CstInsn) insn; local
77 Constant cst = ci.getConstant();
Form21c.java 104 CstInsn ci = (CstInsn) insn; local
105 int cpi = ci.getIndex();
111 Constant cst = ci.getConstant();
Form21s.java 75 CstInsn ci = (CstInsn) insn; local
76 Constant cst = ci.getConstant();
Form22b.java 77 CstInsn ci = (CstInsn) insn; local
78 Constant cst = ci.getConstant();
Form22c.java 80 CstInsn ci = (CstInsn) insn; local
81 int cpi = ci.getIndex();
87 Constant cst = ci.getConstant();
Form22s.java 77 CstInsn ci = (CstInsn) insn; local
78 Constant cst = ci.getConstant();
Form31c.java 104 CstInsn ci = (CstInsn) insn; local
105 Constant cst = ci.getConstant();
Form31i.java 75 CstInsn ci = (CstInsn) insn; local
76 Constant cst = ci.getConstant();
Form51l.java 76 CstInsn ci = (CstInsn) insn; local
77 Constant cst = ci.getConstant();
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form22c.java 80 CstInsn ci = (CstInsn) insn; local
81 int cpi = ci.getIndex();
87 Constant cst = ci.getConstant();
Form31i.java 76 CstInsn ci = (CstInsn) insn; local
77 Constant cst = ci.getConstant();

Completed in 794 milliseconds

12 3 4 5 6 7 8 91011>>