Home
last modified time | relevance | path

Searched refs:ACTION (Results 1 – 25 of 1049) sorted by relevance

12345678910>>...42

/third_party/libabigail/autoconf-archive/
Dax_check_python_modules.m415 # ACTION-IF-FOUND,
16 # ACTION-IF-NOT-FOUND)
28 # HAVE_PYMOD_MODNAME is set to 'yes' and ACTION-IF_FOUND is
30 # to 'no' and ACTION-IF-NOT-FOUND is evaluated.
68 # ACTION-IF-FOUND,
69 # ACTION-IF-NOT-FOUND)
83 # of the test stops and ACTION-IF-NOT-FOUND is evaluated.
84 # Otherwise, if all modules are found, ACTION-IF-FOUND is evaluated.
Dax_prog_python_version.m48 # AX_PROG_PYTHON_VERSION([VERSION],[ACTION-IF-TRUE],[ACTION-IF-FALSE])
13 # commands in ACTION-IF-TRUE are executed. If not the shell commands in
14 # ACTION-IF-FALSE are run. Note if $PYTHON is not set (for example by
/third_party/skia/third_party/externals/expat/expat/conftools/
Dexpatcfg-compiler-supports-visibility.m45 # EXPATCFG_COMPILER_SUPPORTS_VISIBILITY([ACTION-IF-YES],
6 # [ACTION-IF-NO])
14 # In addition, execute ACTION-IF-YES or ACTION-IF-NO.
Dax-check-link-flag.m47 # AX_CHECK_LINK_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
14 # ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on
/third_party/gstreamer/gstreamer/
Dgst-element-check-1.0.m43 dnl GST_ELEMENT_CHECK(ELEMENT-NAME, MIN-VERSION, ACTION-IF-FOUND, ACTION-IF-NOT-FOUND)
7 dnl ACTION-IF_FOUND : action if element exists and is of the desired version
8 dnl ACTION-IF-NOT-FOUND : action if element does not exist or is too old
/third_party/musl/ndk_musl_include/
Dsearch.h13 typedef enum { FIND, ENTER } ACTION; typedef
23 ENTRY *hsearch(ENTRY, ACTION);
34 int hsearch_r(ENTRY, ACTION, ENTRY **, struct hsearch_data *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsearch.h13 typedef enum { FIND, ENTER } ACTION; typedef
23 ENTRY *hsearch(ENTRY, ACTION);
34 int hsearch_r(ENTRY, ACTION, ENTRY **, struct hsearch_data *);
/third_party/musl/porting/uniproton/kernel/include/
Dsearch.h13 typedef enum { FIND, ENTER } ACTION; typedef
23 ENTRY *hsearch(ENTRY, ACTION);
34 int hsearch_r(ENTRY, ACTION, ENTRY **, struct hsearch_data *);
/third_party/musl/include/
Dsearch.h13 typedef enum { FIND, ENTER } ACTION; typedef
23 ENTRY *hsearch(ENTRY, ACTION);
34 int hsearch_r(ENTRY, ACTION, ENTRY **, struct hsearch_data *);
/third_party/musl/porting/liteos_m/kernel/include/
Dsearch.h13 typedef enum { FIND, ENTER } ACTION; typedef
23 ENTRY *hsearch(ENTRY, ACTION);
34 int hsearch_r(ENTRY, ACTION, ENTRY **, struct hsearch_data *);
/third_party/musl/libc-test/src/api/
Dsearch.c8 T(ACTION) in f()
16 switch((ACTION)0){ in f()
28 {ENTRY*(*p)(ENTRY,ACTION) = hsearch;} in f()
/third_party/skia/third_party/externals/freetype/builds/unix/
Dax_prog_python_version.m47 # AX_PROG_PYTHON_VERSION([VERSION],[ACTION-IF-TRUE],[ACTION-IF-FALSE])
12 # commands in ACTION-IF-TRUE are executed. If not the shell commands in
13 # ACTION-IF-FALSE are run. Note if $PYTHON is not set (for example by
/third_party/libffi/m4/
Dax_check_compile_flag.m47 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
14 # ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on
/third_party/ltp/m4/
Dax_prog_perl_modules.m47 # AX_PROG_PERL_MODULES([MODULES], [ACTION-IF-TRUE], [ACTION-IF-FALSE])
12 # commands in ACTION-IF-TRUE are executed. If not the shell commands in
13 # ACTION-IF-FALSE are run. Note if $PERL is not set (for example by
/third_party/gn/src/gn/
Dninja_action_target_writer_unittest.cc46 target.set_output_type(Target::ACTION); in TEST()
82 target.set_output_type(Target::ACTION); in TEST()
128 target.set_output_type(Target::ACTION); in TEST()
170 dep.set_output_type(Target::ACTION); in TEST()
184 datadep.set_output_type(Target::ACTION); in TEST()
425 dep.set_output_type(Target::ACTION); in TEST()
431 foo.set_output_type(Target::ACTION); in TEST()
461 bar.set_output_type(Target::ACTION); in TEST()
513 foo.set_output_type(Target::ACTION); in TEST()
Dninja_group_target_writer_unittest.cc19 dep.set_output_type(Target::ACTION); in TEST()
25 dep2.set_output_type(Target::ACTION); in TEST()
39 datadep.set_output_type(Target::ACTION); in TEST()
Dninja_generated_file_target_writer_unittest.cc28 dep.set_output_type(Target::ACTION); in TEST_F()
34 dep2.set_output_type(Target::ACTION); in TEST_F()
48 datadep.set_output_type(Target::ACTION); in TEST_F()
Dninja_build_writer_unittest.cc74 target_foo.set_output_type(Target::ACTION); in TEST_F()
82 target_bar.set_output_type(Target::ACTION); in TEST_F()
111 target_baz.set_output_type(Target::ACTION); in TEST_F()
219 target_foo.set_output_type(Target::ACTION); in TEST_F()
227 target_bar.set_output_type(Target::ACTION); in TEST_F()
/third_party/python/
Daclocal.m421 # AX_C_FLOAT_WORDS_BIGENDIAN([ACTION-IF-TRUE], [ACTION-IF-FALSE], [ACTION-IF-UNKNOWN])
105 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
112 # ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on
170 # and calls ACTION-IF-FOUND or ACTION-IF-NOT-FOUND appropriately
358 dnl PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
408 dnl PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
409 dnl [ACTION-IF-NOT-FOUND])
472 dnl PKG_CHECK_MODULES_STATIC(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
473 dnl [ACTION-IF-NOT-FOUND])
539 dnl [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
[all …]
/third_party/alsa-lib/include/
Dsearch.h68 ACTION; typedef
88 extern ENTRY *hsearch __P ((ENTRY __item, ACTION __action));
107 extern int hsearch_r __P ((ENTRY __item, ACTION __action, ENTRY **__retval,
/third_party/icu/icu4c/source/
Daclocal.m421 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
28 # ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on
149 dnl PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
199 dnl PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
200 dnl [ACTION-IF-NOT-FOUND])
263 dnl PKG_CHECK_MODULES_STATIC(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
264 dnl [ACTION-IF-NOT-FOUND])
330 dnl [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
/third_party/skia/third_party/externals/microhttpd/m4/
Dlibcurl.m41 # LIBCURL_CHECK_CONFIG ([DEFAULT-ACTION], [MINIMUM-VERSION],
2 # [ACTION-IF-YES], [ACTION-IF-NO])
6 # Checks for libcurl. DEFAULT-ACTION is the string yes or no to
8 # If not supplied, DEFAULT-ACTION is yes. MINIMUM-VERSION is the
11 # accepted. ACTION-IF-YES is a list of shell commands to run if
13 # ACTION-IF-NO is a list of shell commands that are run otherwise.
14 # Note that using --without-libcurl does run ACTION-IF-NO.
Dax_have_epoll.m47 # AX_HAVE_EPOLL([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
8 # AX_HAVE_EPOLL_PWAIT([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
/third_party/curl/docs/libcurl/
Dlibcurl.m424 # LIBCURL_CHECK_CONFIG ([DEFAULT-ACTION], [MINIMUM-VERSION],
25 # [ACTION-IF-YES], [ACTION-IF-NO])
29 # Checks for libcurl. DEFAULT-ACTION is the string yes or no to
31 # If not supplied, DEFAULT-ACTION is yes. MINIMUM-VERSION is the
34 # accepted. ACTION-IF-YES is a list of shell commands to run if
36 # ACTION-IF-NO is a list of shell commands that are run otherwise.
37 # Note that using --without-libcurl does run ACTION-IF-NO.
/third_party/libcoap/m4/
Dax_check_compile_flag.m47 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
14 # ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on

12345678910>>...42