Searched defs:co (Results 1 - 6 of 6) sorted by relevance

/external/bluetooth/glib/tests/
H A Dmarkup-collect.c59 const char *cm, *co; local
65 OPTSTR, "co", &co);
68 (cm == NULL && am == NULL && ao == NULL && co == NULL));
71 result, n (cm), n (am), n (ao), n (co));
109 { "<str am='x' co='y'/>", "<str(0) (null) (null) (null) (null)>",
/external/clearsilver/python/
H A Dneo_cs.c106 CSObject *co = (CSObject *)self; local
113 err = cs_parse_file (co->data, path);
121 CSObject *co = (CSObject *)self; local
132 err = cs_parse_string (co->data, ms, l);
147 CSObject *co = (CSObject *)self; local
153 err = cs_render (co->data, &str, render_cb);
/external/junit/src/junit/awtui/
H A DTestRunner.java110 protected void addGrid(Panel p, Component co, int x, int y, int w, int fill, double wx, int anchor) { argument
120 p.add(co, c);
/external/junit/src/junit/swingui/
H A DTestRunner.java486 private void addGrid(JPanel p, Component co, int x, int y, int w, int fill, double wx, int anchor) { argument
496 p.add(co, c);
/external/svox/pico/lib/
H A Dpicosig2.c595 picoos_int32 *co, *so, *c, *s, voxbnd, voxbnd2; local
658 co = sig_inObj->outCosTbl + firstUV;
661 *co++ = *c++;
664 *co = 1;
698 picoos_int32 *co, *so; local
734 co = sig_inObj->outCosTbl + voxbnd;
738 fcX = *co++;
746 co = sig_inObj->outCosTbl + 1;
749 fcX = *co++;
/external/icu4c/test/cintltst/
H A Dcloctst.c2651 const ULayoutType co = uloc_getCharacterOrientation(localeId, &statusCO); local
2661 else if (co != expectedCO) {
2666 ULayoutTypeToString(co));
5406 {"de@collation=phonebook;calendar=gregorian", "de-u-ca-gregory-co-phonebk", "de-u-ca-gregory-co-phonebk"},
5501 {"de-k-kext-u-co-phonebk-nu-latn", "de@collation=phonebook;k=kext;numbers=latn", 30},

Completed in 44 milliseconds