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

  /ndk/tests/device/test-gnustl_shared-exception/jni/
Android.mk 72 LOCAL_MODULE := test4_bar
73 LOCAL_SRC_FILES := test4_bar.cpp
79 LOCAL_SHARED_LIBRARIES := test4_bar
85 LOCAL_SHARED_LIBRARIES := test4_foo test4_bar
  /ndk/tests/device/test-gnustl_static-exception/jni/
Android.mk 72 LOCAL_MODULE := test4_bar
73 LOCAL_SRC_FILES := test4_bar.cpp
79 LOCAL_STATIC_LIBRARIES := test4_bar
85 LOCAL_STATIC_LIBRARIES := test4_foo test4_bar
  /external/clang/test/Sema/
attr-alias-elf.c 64 __attribute__((section("test"))) void test4_bar() { } function
66 void test4_foo() __attribute__((alias("test4_bar")));

Completed in 29 milliseconds