OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:try_
(Results
1 - 2
of
2
) sorted by null
/external/libexif/m4m/
gp-check-library.m4
121
try_
[$1]=no
124
try_
[$1]=auto
126
AC_ARG_WITH([$2],[AS_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
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/UglifyJS/
parse-js.js
786
return
try_
();
932
function
try_
() {
function
[
all
...]
Completed in 39 milliseconds