Searched refs:foo (Results 1 - 5 of 5) sorted by relevance
/system/extras/tests/bionic/libc/bionic/ |
H A D | lib_relocs.c | 6 struct foo { int first, second; }; struct 7 struct foo Foo = {1, 2};
|
/system/extras/tests/bionic/libc/common/ |
H A D | test_dlopen_null.c | 5 extern int foo(void) function 10 int (*func_ptr)(void) = foo; 22 if (foo() != 42) 30 symbol = dlsym(lib, "foo");
|
/system/security/keystore/ |
H A D | test-keystore | 208 keystore system u foo 214 log "make the password foo" 215 keystore system p foo 237 keystore system p foo 250 keystore system p foo
|
/system/extras/tests/bionic/libc/ |
H A D | Android.mk | 117 # -Wl,-u,foo is used to ensure that symbol "foo" is not 123 EXTRA_LDLIBS := -ldl -Wl,--export-dynamic -Wl,-u,foo 127 EXTRA_LDLIBS := -ldl -Wl,--export-dynamic -Wl,-u,foo
|
/system/extras/micro_bench/ |
H A D | micro_bench.cpp | 443 volatile int foo; local 446 for (k = 0; k < size/sizeof(uint32_t); k++) foo = src[k]);
|
Completed in 87 milliseconds