Searched refs:cde (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/drd/
H A Ddrd_cond.c85 CondDestrErrInfo cde = { local
96 &cde);
280 CondDestrErrInfo cde = { local
288 &cde);
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/
H A DNodeListTest.java267 final NodeList<Name> list = nodeList(new Name("abc"), new Name("bcd"), new Name("cde"));
269 assertEquals("[abc, bcd, cde]", list.toString());
274 final NodeList<Name> list = nodeList(new Name("abc"), new Name("bcd"), new Name("cde"));
278 assertEquals("[xxx, abc, bcd, cde]", list.toString());
283 final NodeList<Name> list = nodeList(new Name("abc"), new Name("bcd"), new Name("cde"));
287 assertEquals("[abc, bcd, cde, xxx]", list.toString());
293 final NodeList<Name> list = nodeList(new Name("abc"), n, new Name("cde"));
297 assertEquals("[abc, xxx, bcd, cde]", list.toString());
303 final NodeList<Name> list = nodeList(new Name("abc"), n, new Name("cde"));
307 assertEquals("[abc, bcd, xxx, cde]", lis
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp2040 static const UChar cde[3]={ 0x63, 0x64, 0x65 }; local
2048 app.appendString(cde, 3);

Completed in 998 milliseconds