HomeSort by relevance Sort by last modified time
    Searched defs:ci (Results 1 - 25 of 123) sorted by null

1 2 3 4 5

  /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();
  /cts/tests/tests/content/src/android/content/pm/cts/
ComponentInfoTest.java 137 MyComponentInfo ci = new MyComponentInfo(); local
143 ci.dumpBack(p, prefix);
148 ci.applicationInfo = new ApplicationInfo();
153 ci.dumpBack(p, prefix);
158 ci.dumpBack(null, null);
189 MyComponentInfo ci = new MyComponentInfo(); local
196 ci.dumpFront(p, prefix);
200 ci.applicationInfo = new ApplicationInfo();
206 ci.dumpFront(p, prefix);
211 ci.dumpFront(null, null)
268 MyComponentInfo ci = new MyComponentInfo(p); local
    [all...]
  /cts/tools/annotation-helper/src/spechelper/
SimpleComputer.java 149 ICompletionProposal ci = new MyCompletion(buffer, replace, local
152 ret.add(ci);
  /dalvik/dx/src/com/android/dx/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();
Form21h.java 79 CstInsn ci = (CstInsn) insn; local
80 Constant cst = ci.getConstant();
  /external/bluetooth/bluez/lib/bluetooth/
cmtp.h 62 struct cmtp_conninfo *ci; member in struct:cmtp_connlist_req
  /external/jpeg/
jcmainct.c 174 int ci; local
181 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
182 ci++, compptr++) {
183 main->buffer[ci] = (*cinfo->mem->access_virt_sarray)
184 ((j_common_ptr) cinfo, main->whole_image[ci],
248 int ci; local
268 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
269 ci++, compptr++)
    [all...]
rdswitch.c 273 int ci; local
276 for (ci = 0; ci < MAX_COMPONENTS; ci++) {
288 cinfo->comp_info[ci].quant_tbl_no = val;
293 cinfo->comp_info[ci].quant_tbl_no = val;
307 int ci, val1, val2; local
310 for (ci = 0; ci < MAX_COMPONENTS; ci++)
    [all...]
jcprepct.c 135 int numrows, ci; local
155 for (ci = 0; ci < cinfo->num_components; ci++) {
156 expand_bottom_edge(prep->color_buf[ci], cinfo->image_width,
174 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
175 ci++, compptr++) {
176 expand_bottom_edge(output_buf[ci],
202 int numrows, ci; local
271 int ci, i; local
318 int ci; local
    [all...]
jddctmgr.c 92 int ci, i; local
98 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
99 ci++, compptr++) {
145 idct->pub.inverse_DCT[ci] = method_ptr;
153 if (! compptr->component_needed || idct->cur_method[ci] == method)
158 idct->cur_method[ci] = method;
250 int ci; local
259 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components
    [all...]
jdinput.c 44 int ci; local
64 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
65 ci++, compptr++) {
82 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
83 ci++, compptr++) {
127 int ci, mcublks, tmp; local
173 for (ci = 0; ci < cinfo->comps_in_scan; ci++)
240 int ci, qtblno; local
    [all...]
jdmaster.c 101 int ci; local
148 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
149 ci++, compptr++) {
164 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
165 ci++, compptr++) {
wrrle.c 81 int i, ci; local
123 for (ci = 0; ci < cinfo->out_color_components; ci++) {
125 dest->colormap[ci * CMAPLENGTH + i] =
126 GETJSAMPLE(cinfo->colormap[ci][i]) << 8;
180 int ci; local
194 for (ci = 0; ci < cinfo->output_components; ci++)
    [all...]
  /external/stlport/test/unit/
multiset_test.cpp 77 mset::const_iterator ci; local
78 ci = s.lower_bound(3);
79 CPPUNIT_ASSERT(*ci == 3);
80 ci = s.upper_bound(3);
81 CPPUNIT_ASSERT(*ci == 6);
91 ci = crs.lower_bound(3);
92 CPPUNIT_ASSERT(*ci == 3);
93 ci = crs.upper_bound(3);
94 CPPUNIT_ASSERT(*ci == 6);
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_obj.h 96 PERF_Custom_Interface ci; member in struct:PERF_OBJTYPE
  /ndk/sources/android/stlport/test/unit/
multiset_test.cpp 77 mset::const_iterator ci; local
78 ci = s.lower_bound(3);
79 CPPUNIT_ASSERT(*ci == 3);
80 ci = s.upper_bound(3);
81 CPPUNIT_ASSERT(*ci == 6);
91 ci = crs.lower_bound(3);
92 CPPUNIT_ASSERT(*ci == 3);
93 ci = crs.upper_bound(3);
94 CPPUNIT_ASSERT(*ci == 6);
  /external/bluetooth/bluez/network/
common.c 145 struct bnep_conninfo ci[7]; local
151 req.ci = ci;
163 memcpy(del.dst, ci[i].dst, ETH_ALEN);

Completed in 2895 milliseconds

1 2 3 4 5