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