Home
last modified time | relevance | path

Searched refs:has_opt (Results 1 – 25 of 137) sorted by relevance

123456

/external/swiftshader/third_party/LLVM/tools/llvm-config/
Dllvm-config.in.in92 my $has_opt = 0;
100 $has_opt = 1; print "$VERSION\n";
102 $has_opt = 1; print "$PREFIX\n";
104 $has_opt = 1; print "$BINDIR\n";
106 $has_opt = 1; print "$INCLUDEDIR\n";
108 $has_opt = 1; print "$LIBDIR\n";
110 $has_opt = 1; print "$INCLUDEOPTION $CPPFLAGS\n";
112 $has_opt = 1; print "$INCLUDEOPTION $CFLAGS\n";
114 $has_opt = 1; print "$INCLUDEOPTION $CXXFLAGS\n";
116 $has_opt = 1; print "-L$LIBDIR $LDFLAGS $SYSTEM_LIBS\n";
[all …]
/external/iproute2/tipc/
Dcmdl.h50 bool has_opt(struct opt *opts, char *key);
Dbearer.c828 if (has_opt(opts, "localip")) { in cmd_bearer_get_media()
832 } else if (has_opt(opts, "localport")) { in cmd_bearer_get_media()
836 } else if (has_opt(opts, "remoteip")) { in cmd_bearer_get_media()
840 } else if (has_opt(opts, "remoteport")) { in cmd_bearer_get_media()
Dcmdl.c65 bool has_opt(struct opt *opts, char *key) in has_opt() function
/external/valgrind/lackey/tests/
DMakefile.in36 has_opt=no; \
67 *$$target_option*) has_opt=yes; break;; \
70 test $$has_opt = yes
/external/valgrind/solaris/
DMakefile.in39 has_opt=no; \
70 *$$target_option*) has_opt=yes; break;; \
73 test $$has_opt = yes
/external/valgrind/shared/
DMakefile.in35 has_opt=no; \
66 *$$target_option*) has_opt=yes; break;; \
69 test $$has_opt = yes
/external/valgrind/exp-dhat/tests/
DMakefile.in35 has_opt=no; \
66 *$$target_option*) has_opt=yes; break;; \
69 test $$has_opt = yes
/external/libmicrohttpd/doc/doxygen/
DMakefile.in25 has_opt=no; \
56 *$$target_option*) has_opt=yes; break;; \
59 test $$has_opt = yes
/external/libmicrohttpd/contrib/
DMakefile.in25 has_opt=no; \
56 *$$target_option*) has_opt=yes; break;; \
59 test $$has_opt = yes
/external/libmicrohttpd/src/spdy2http/
DMakefile.in26 has_opt=no; \
57 *$$target_option*) has_opt=yes; break;; \
60 test $$has_opt = yes
/external/libnetfilter_conntrack/include/internal/
DMakefile.in26 has_opt=no; \
57 *$$target_option*) has_opt=yes; break;; \
60 test $$has_opt = yes
/external/libmicrohttpd/m4/
DMakefile.in25 has_opt=no; \
56 *$$target_option*) has_opt=yes; break;; \
59 test $$has_opt = yes
/external/libnetfilter_conntrack/include/libnetfilter_conntrack/
DMakefile.in26 has_opt=no; \
57 *$$target_option*) has_opt=yes; break;; \
60 test $$has_opt = yes
/external/python/cpython3/Modules/_ctypes/libffi/man/
DMakefile.in25 has_opt=no; \
56 *$$target_option*) has_opt=yes; break;; \
59 test $$has_opt = yes
/external/python/cpython2/Modules/_ctypes/libffi/man/
DMakefile.in25 has_opt=no; \
56 *$$target_option*) has_opt=yes; break;; \
59 test $$has_opt = yes
/external/lmfit/man/
DMakefile.in36 has_opt=no; \
67 *$$target_option*) has_opt=yes; break;; \
70 test $$has_opt = yes
/external/libnetfilter_conntrack/include/
DMakefile.in25 has_opt=no; \
56 *$$target_option*) has_opt=yes; break;; \
59 test $$has_opt = yes
/external/python/cpython2/Modules/_ctypes/libffi/include/
DMakefile.in26 has_opt=no; \
57 *$$target_option*) has_opt=yes; break;; \
60 test $$has_opt = yes
/external/python/cpython3/Modules/_ctypes/libffi/include/
DMakefile.in26 has_opt=no; \
57 *$$target_option*) has_opt=yes; break;; \
60 test $$has_opt = yes
/external/libedit/doc/
DMakefile.in25 has_opt=no; \
56 *$$target_option*) has_opt=yes; break;; \
59 test $$has_opt = yes
/external/lmfit/test/
DMakefile.in36 has_opt=no; \
67 *$$target_option*) has_opt=yes; break;; \
70 test $$has_opt = yes
/external/libnetfilter_conntrack/src/expect/
DMakefile.in26 has_opt=no; \
57 *$$target_option*) has_opt=yes; break;; \
60 test $$has_opt = yes
/external/libedit/examples/
DMakefile.in26 has_opt=no; \
57 *$$target_option*) has_opt=yes; break;; \
60 test $$has_opt = yes
/external/lmfit/demo/
DMakefile.in36 has_opt=no; \
67 *$$target_option*) has_opt=yes; break;; \
70 test $$has_opt = yes

123456