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

  /ndk/tests/device/test-gnustl_shared-exception/jni/
Android.mk 53 LOCAL_MODULE := test3_bar
54 LOCAL_SRC_FILES := test3_bar.cpp
60 LOCAL_SHARED_LIBRARIES := test3_bar
66 LOCAL_SHARED_LIBRARIES := test3_foo test3_bar
  /ndk/tests/device/test-gnustl_static-exception/jni/
Android.mk 53 LOCAL_MODULE := test3_bar
54 LOCAL_SRC_FILES := test3_bar.cpp
60 LOCAL_STATIC_LIBRARIES := test3_bar
66 LOCAL_STATIC_LIBRARIES := test3_foo test3_bar
  /external/clang/test/Sema/
attr-alias-elf.c 60 void test3_bar() { } function
62 void test3_foo() __attribute__((alias("test3_bar")));

Completed in 102 milliseconds