HomeSort by relevance Sort by last modified time
    Searched refs:zoo (Results 1 - 5 of 5) sorted by null

  /development/ndk/samples/module-exports/jni/
Android.mk 20 LOCAL_MODULE := zoo
21 LOCAL_SRC_FILES := zoo/zoo.c
  /ndk/build/core/
import-locals.mk 24 # I.e. If module 'foo' depends on 'bar' which depends on 'zoo',
26 # and 'zoo'
setup-toolchain.mk 65 # So it TARGET_TOOLCHAIN is 'foo-bar-zoo-xxx', then
66 # TARGET_TOOLCHAIN_BASE will be 'foo-bar-zoo'
definitions.mk     [all...]
  /external/compiler-rt/lib/asan/tests/
asan_test.cc 949 static const char *zoo = "FOOBAR123"; local
950 const char *p = Ident(zoo);
955 static char zoo[10]; local
956 const char *p = Ident(zoo);
958 EXPECT_DEATH(Ident(p[15]), "zoo.*asan_test.");
    [all...]

Completed in 729 milliseconds