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

  /external/chromium_org/tools/gyp/test/mac/type_envvars/
test_nonbundle_loadable_module.sh 15 [[ ! $WRAPPER_NAME && ${WRAPPER_NAME-_} ]]
test_nonbundle_shared_library.sh 15 [[ ! $WRAPPER_NAME && ${WRAPPER_NAME-_} ]]
test_nonbundle_executable.sh 16 [[ ! $WRAPPER_NAME && ${WRAPPER_NAME-_} ]]
test_nonbundle_none.sh 16 [[ ! $WRAPPER_NAME && ${WRAPPER_NAME-_} ]]
test_nonbundle_static_library.sh 15 [[ ! $WRAPPER_NAME && ${WRAPPER_NAME-_} ]]
test_bundle_executable.sh 15 test "${WRAPPER_NAME}" = "My App.app"
test_bundle_loadable_module.sh 16 test $WRAPPER_NAME = bundle_loadable_module.bundle
test_bundle_shared_library.sh 16 test $WRAPPER_NAME = bundle_shared_library.framework
  /external/compiler-rt/lib/interception/
interception.h 111 #define INTERPOSER_2(func_name, wrapper_name) __attribute__((used)) \
114 { reinterpret_cast<const uptr>(wrapper_name), \
119 # define WRAPPER_NAME(x) "wrap_"#x
126 # define WRAPPER_NAME(x) #x
130 # define WRAPPER_NAME(x) "wrap_"#x
136 # define WRAPPER_NAME(x) "__interceptor_" #x
  /external/chromium_org/build/android/pylib/
valgrind_tools.py 89 WRAPPER_NAME = 'asanwrapper.sh'
115 AddressSanitizerTool.WRAPPER_NAME)
  /external/compiler-rt/lib/asan/
asan_interceptors.cc 386 ALIAS(WRAPPER_NAME(strchr));

Completed in 70 milliseconds