OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testPlus
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/libbcc/tests/data/src/
expr-ansi.c
8
void
testPlus
(){ printf("%d + %d = %d\n", 10, 4, 10 + 4); }
37
testPlus
();
expr.c
8
testPlus
(){ printf("%d + %d = %d\n", 10, 4, 10 + 4); }
37
testPlus
();
/external/guava/guava-tests/test/com/google/common/cache/
CacheStatsTest.java
81
public void
testPlus
() {
Completed in 25 milliseconds