Home
last modified time | relevance | path

Searched refs:foo (Results 1 – 7 of 7) sorted by relevance

/trusty/user/app/sample/prebuilts-test/lib/
Dfoo.c21 const char* foo = "foo"; variable
24 size_t foo_len = strlen(foo); in get_foo()
29 strncpy(buf, foo, foo_len); in get_foo()
Drules.mk20 $(LOCAL_DIR)/foo.c \
/trusty/user/base/lib/dlmalloc/test/srv/
Ddlmalloc_app.cpp147 int* foo = new int(37); in dlmalloc_on_message() local
148 touch(foo); in dlmalloc_on_message()
149 TLOGI("*foo = %d\n", *foo); in dlmalloc_on_message()
150 delete foo; in dlmalloc_on_message()
/trusty/user/app/sample/prebuilts-test/lib/include/
Dfoo.h24 extern const char* foo;
/trusty/user/app/sample/prebuilts-test/
Dmain.c30 rc = strcmp(str, foo); in TEST()
/trusty/user/base/lib/scudo/test/srv/
Dscudo_app.cpp236 int* foo = new int(37); in scudo_on_message() local
237 touch(foo); in scudo_on_message()
238 TLOG("*foo = %d\n", *foo); in scudo_on_message()
239 delete foo; in scudo_on_message()
/trusty/vendor/google/aosp/
Dpylintrc245 bad-names=foo,bar,baz,toto,tutu,tata