Home
last modified time | relevance | path

Searched refs:try_ (Results 1 – 2 of 2) sorted by relevance

/external/libexif/m4m/
Dgp-check-library.m4121 try_[$1]=no
124 try_[$1]=auto
126 …HELP_STRING([gp_lib_arg][=PREFIX],[where to find ][$2][, "no" or "auto"])],[try_][$1][="$withval"])
127 if test "x${[try_][$1]}" = "xauto"; then [try_][$1]=autodetect; fi
128 AC_MSG_RESULT([${try_][$1][}])
130 if test "x${[try_][$1]}" = "xautodetect"; then
202 elif test "x${[try_][$1]}" = "xno"; then
205 [$1][_LIBS]="-L${[try_][$1]}/lib -l$(echo "$2" | sed 's/^lib//')"
206 [$1][_CFLAGS]="-I${[try_][$1]}/include"
295 if test "x${[try_][$1]}" != "xno" && test "x${[have_][$1]}" = "xno"; then
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/UglifyJS/
Dparse-js.js786 return try_();
932 function try_() { function