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

1 2 3 4 5 6 7 8 91011>>

  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 309 CompletionInfo ci = completions[i]; local
310 if (ci != null) stringList.add(ci.getText().toString());
684 CompletionInfo ci = mCompletions[index]; local
685 getCurrentInputConnection().commitCompletion(ci);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lapi.c 56 CallInfo *ci = L->ci; local
58 TValue *o = ci->func + idx;
59 api_check(L, idx <= ci->top - (ci->func + 1), "unacceptable index");
64 api_check(L, idx != 0 && -idx <= L->top - (ci->func + 1), "invalid index");
72 if (ttislcf(ci->func)) /* light C function? */
75 CClosure *func = clCvalue(ci->func);
94 CallInfo *ci = L->ci; local
952 CallInfo *ci = L->ci; local
    [all...]
lgc.c 508 CallInfo *ci; local
509 for (ci = &th->base_ci; ci != th->ci; ci = ci->next)
    [all...]
lstate.h 106 #define isLua(ci) ((ci)->callstatus & CIST_LUA)
159 CallInfo *ci; /* call info for current function */ member in struct:lua_State
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
complexobject.c 1139 Py_complex cr, ci; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
complexobject.c 1135 Py_complex cr, ci; local
    [all...]
  /external/clang/test/CXX/drs/
dr4xx.cpp 490 const int ci = 0; local
493 rpci = &ci;
718 typedef const int CI;
720 void f(int *a, CI *b, VI *c) {
722 a->~CI();
725 a->CI::~CI();
728 a->CI::~VI(); // FIXME: This is invalid; CI and VI are not the same scalar type.
731 b->~CI();
    [all...]
  /external/curl/lib/vtls/
vtls.c 645 struct curl_certinfo *ci = &data->info.certs; local
647 if(ci->num_of_certs) {
649 for(i = 0; i<ci->num_of_certs; i++) {
650 curl_slist_free_all(ci->certinfo[i]);
651 ci->certinfo[i] = NULL;
654 free(ci->certinfo); /* free the actual array too */
655 ci->certinfo = NULL;
656 ci->num_of_certs = 0;
662 struct curl_certinfo *ci = &data->info.certs; local
673 ci->num_of_certs = num
688 struct curl_certinfo *ci = &data->info.certs; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
utxttest.cpp 238 CharacterIterator *ci = new UCharCharacterIterator(cbuf, saLen, status); local
240 ut = utext_openCharacterIterator(NULL, ci, &status);
244 delete ci;
    [all...]
  /external/iproute2/ip/
ipaddress.c 1647 struct ifa_cacheinfo *ci = RTA_DATA(rta_tb[IFA_CACHEINFO]); local
    [all...]
iproute.c 515 struct rta_cacheinfo *ci = RTA_DATA(tb[RTA_CACHEINFO]); local
519 if (ci->rta_expires != 0)
520 fprintf(fp, "expires %dsec ", ci->rta_expires/hz);
521 if (ci->rta_error != 0)
522 fprintf(fp, "error %d ", ci->rta_error);
524 if (ci->rta_clntref)
525 fprintf(fp, "users %d ", ci->rta_clntref);
526 if (ci->rta_used != 0)
527 fprintf(fp, "used %d ", ci->rta_used);
528 if (ci->rta_lastuse != 0
538 struct rta_cacheinfo *ci = NULL; local
    [all...]
  /external/ipsec-tools/src/racoon/
racoonctl.c 928 struct admin_com_indexes *ci; local
968 buf = vmalloc(sizeof(*ci));
981 ci = (struct admin_com_indexes *)buf->v;
983 ci->prefs = (u_int8_t)atoi(p_prefs); /* XXX should be handled error. */
985 ci->prefs = 32;
987 ci->prefd = (u_int8_t)atoi(p_prefd); /* XXX should be handled error. */
989 ci->prefd = 32;
990 ci->ul_proto = ulproto;
991 memcpy(&ci->src, src, sysdep_sa_len(src));
992 memcpy(&ci->dst, dst, sysdep_sa_len(dst))
    [all...]
  /external/javassist/src/main/javassist/bytecode/
Bytecode.java 848 int ci = constPool.addClassInfo(c); local
849 addIndex(constPool.addFieldrefInfo(ci, name, type));
864 int ci = constPool.addClassInfo(c); local
865 addIndex(constPool.addFieldrefInfo(ci, name, type));
880 int ci = constPool.addClassInfo(c); local
881 addIndex(constPool.addFieldrefInfo(ci, name, type));
896 int ci = constPool.addClassInfo(c); local
897 addIndex(constPool.addFieldrefInfo(ci, name, type));
1326 int ci = classname == null ? constPool.addClassInfo(target) local
1359 int ci = classname == null ? constPool.addClassInfo(target) local
    [all...]
  /external/libjpeg-turbo/
jdmarker.c 244 int c, ci; local
282 for (ci = 0, compptr = cinfo->comp_info; ci < cinfo->num_components;
283 ci++, compptr++) {
284 compptr->component_index = ci;
308 int i, ci, n, c, cc, pi; local
335 for (ci = 0, compptr = cinfo->comp_info;
336 ci < cinfo->num_components && ci < MAX_COMPS_IN_SCAN;
337 ci++, compptr++)
    [all...]
turbojpeg.c 2141 int ci, y; JDIMENSION by; local
    [all...]
  /external/libnl/lib/route/
route_obj.c 287 struct rtnl_rtcacheinfo *ci = &route->rt_cacheinfo; local
291 ci->rtci_used, ci->rtci_clntref,
292 ci->rtci_last_use / nl_get_user_hz(),
293 ci->rtci_expires / nl_get_user_hz());
  /external/llvm/lib/Support/
regcomp.c 710 int ci; local
714 ci = othercase(i);
715 if (ci != i)
716 CHadd(cs, ci);
    [all...]
  /external/llvm/test/Bindings/OCaml/
core.ml 1069 let ci = build_call fn [| p2; p1 |] "build_call" atentry in var
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Update.cpp 1287 unsigned ci; local
    [all...]
  /external/opencv/cv/src/
cvcontours.cpp 982 union { _CvContourInfo* ci; CvSetElem* se; } v; member in union:__anon30874
983 v.ci = l_cinfo;
985 l_cinfo = v.ci;
    [all...]
  /external/opencv/ml/src/
mlboost.cpp 336 int ci = data->get_var_type(vi); local
338 int mi = data->cat_count->data.i[ci];
494 int ci = data->get_var_type(vi); local
496 int mi = data->cat_count->data.i[ci];
1363 int ci = vtype[i]; local
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
t1.c 71 static INLINE void opj_t1_update_flags(opj_flag_t *flagsp, OPJ_UINT32 ci,
231 OPJ_UINT32 ci)
244 OPJ_UINT32 lu = (fX >> (ci * 3U)) & (T1_SIGMA_1 | T1_SIGMA_3 | T1_SIGMA_5 |
247 lu |= (pfX >> (T1_CHI_THIS_I + (ci * 3U))) & (1U << 0);
248 lu |= (nfX >> (T1_CHI_THIS_I - 2U + (ci * 3U))) & (1U << 2);
249 if (ci == 0U) {
252 lu |= (fX >> (T1_CHI_1_I - 4U + ((ci - 1U) * 3U))) & (1U << 4);
254 lu |= (fX >> (T1_CHI_2_I - 6U + (ci * 3U))) & (1U << 6);
293 #define opj_t1_update_flags_macro(flags, flagsp, ci, s, stride, vsc) \
296 flagsp[-1] |= T1_SIGMA_5 << (3U * ci); \
1046 OPJ_UINT32 ci; local
    [all...]
  /external/python/cpython2/Objects/
complexobject.c 1139 Py_complex cr, ci; local
1239 ci.real = 0.0;
1242 ci = ((PyComplexObject*)i)->cval;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regcomp.c 674 int ci; local
678 ci = othercase(i);
679 if (ci != i)
680 CHadd(cs, ci);
    [all...]
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
vmcore.ml 1177 let ci = build_call fn [| p2; p1 |] "build_call" atentry in var
    [all...]

Completed in 938 milliseconds

1 2 3 4 5 6 7 8 91011>>