Home
last modified time | relevance | path

Searched refs:EXTRA (Results 1 – 25 of 90) sorted by relevance

1234

/third_party/python/Grammar/
Dpython.gram60 | NEWLINE { (asdl_stmt_seq*)_PyPegen_singleton_seq(p, CHECK(stmt_ty, _PyAST_Pass(EXTRA))) }
69 | e=star_expressions { _PyAST_Expr(e, EXTRA) }
73 | 'pass' { _PyAST_Pass(EXTRA) }
77 | 'break' { _PyAST_Break(EXTRA) }
78 | 'continue' { _PyAST_Continue(EXTRA) }
98 _PyAST_AnnAssign(CHECK(expr_ty, _PyPegen_set_expr_context(p, a, Store)), b, c, 1, EXTRA)
102 … CHECK_VERSION(stmt_ty, 6, "Variable annotations syntax is", _PyAST_AnnAssign(a, b, c, 0, EXTRA)) }
104 _PyAST_Assign(a, b, NEW_TYPE_COMMENT(p, tc), EXTRA) }
106 _PyAST_AugAssign(a, b->kind, c, EXTRA) }
125 _PyAST_Global(CHECK(asdl_identifier_seq*, _PyPegen_map_names_to_ids(p, a)), EXTRA) }
[all …]
/third_party/openssl/apps/
DCA.pl.in45 my %EXTRA;
55 $EXTRA{$_} = '';
68 $EXTRA{$arg} .= " " . shift;
135 . " $EXTRA{req}");
140 . " $EXTRA{req}");
144 $RET = run("$REQ -new $1 -keyout $NEWKEY -out $NEWREQ $DAYS $EXTRA{req}");
178 . " -out ${CATOP}/$CAREQ $EXTRA{req}");
183 . " -infiles ${CATOP}/$CAREQ $EXTRA{ca}") if $RET == 0;
191 . " -export -name \"$cname\" $EXTRA{pkcs12}");
194 $RET = run("$CA -policy policy_anything -infiles $NEWREQ $EXTRA{ca}");
[all …]
/third_party/pulseaudio/m4/
Dax_check_flag.m47 # AX_CHECK_PREPROC_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS])
8 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS])
9 # AX_CHECK_LINK_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS])
11 # AX_APPEND_COMPILE_FLAGS([FLAG1 FLAG2 ...], [FLAGS-VARIABLE], [EXTRA-FLAGS])
12 # AX_APPEND_LINK_FLAGS([FLAG1 FLAG2 ...], [FLAGS-VARIABLE], [EXTRA-FLAGS])
23 # If EXTRA-FLAGS is defined, it is added to the current language's default
25 # with the following flags: "CFLAGS EXTRA-FLAGS FLAG". EXTRA-FLAGS can
36 # FLAGS-VARIABLE and EXTRA-FLAGS arguments are the same as in the other
Dax_check_compile_flag.m47 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
17 # If EXTRA-FLAGS is defined, it is added to the current language's default
19 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
/third_party/zlib/examples/
Dgzlog.c328 #define EXTRA sizeof(log_gzext) /* should be 35 */ macro
413 unsigned char buf[HEAD + EXTRA]; in log_head()
416 read(log->fd, buf, HEAD + EXTRA) != HEAD + EXTRA || in log_head()
440 unsigned char ext[EXTRA]; in log_mark()
452 write(log->fd, ext, EXTRA) != EXTRA ? -1 : 0; in log_mark()
840 write(log->fd, log_gzext, EXTRA) != EXTRA || in log_open()
/third_party/skia/third_party/externals/expat/expat/conftools/
Dax-append-link-flags.m47 # AX_APPEND_LINK_FLAGS([FLAG1 FLAG2 ...], [FLAGS-VARIABLE], [EXTRA-FLAGS], [INPUT])
17 # If EXTRA-FLAGS is defined, it is added to the linker's default flags
19 # EXTRA-FLAGS FLAG". This can for example be used to force the linker to
Dax-append-compile-flags.m47 # AX_APPEND_COMPILE_FLAGS([FLAG1 FLAG2 ...], [FLAGS-VARIABLE], [EXTRA-FLAGS], [INPUT])
18 # If EXTRA-FLAGS is defined, it is added to the current language's default
20 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
Dax-check-link-flag.m47 # AX_CHECK_LINK_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
17 # If EXTRA-FLAGS is defined, it is added to the linker's default flags
19 # EXTRA-FLAGS FLAG". This can for example be used to force the linker to
Dax-check-compile-flag.m47 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
17 # If EXTRA-FLAGS is defined, it is added to the current language's default
19 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
/third_party/libffi/m4/
Dax_check_compile_flag.m47 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
17 # If EXTRA-FLAGS is defined, it is added to the current language's default
19 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
/third_party/libsnd/m4/
Dax_append_link_flags.m47 # AX_APPEND_LINK_FLAGS([FLAG1 FLAG2 ...], [FLAGS-VARIABLE], [EXTRA-FLAGS], [INPUT])
17 # If EXTRA-FLAGS is defined, it is added to the linker's default flags
19 # EXTRA-FLAGS FLAG". This can for example be used to force the linker to
Dax_check_link_flag.m47 # AX_CHECK_LINK_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
17 # If EXTRA-FLAGS is defined, it is added to the linker's default flags
19 # EXTRA-FLAGS FLAG". This can for example be used to force the linker to
Dax_append_compile_flags.m47 # AX_APPEND_COMPILE_FLAGS([FLAG1 FLAG2 ...], [FLAGS-VARIABLE], [EXTRA-FLAGS], [INPUT])
18 # If EXTRA-FLAGS is defined, it is added to the current language's default
20 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
Dax_check_compile_flag.m47 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
17 # If EXTRA-FLAGS is defined, it is added to the current language's default
19 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
/third_party/skia/third_party/externals/microhttpd/m4/
Dax_append_compile_flags.m47 # AX_APPEND_COMPILE_FLAGS([FLAG1 FLAG2 ...], [FLAGS-VARIABLE], [EXTRA-FLAGS])
18 # If EXTRA-FLAGS is defined, it is added to the current language's default
20 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
Dax_check_link_flag.m47 # AX_CHECK_LINK_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
17 # If EXTRA-FLAGS is defined, it is added to the linker's default flags
19 # EXTRA-FLAGS FLAG". This can for example be used to force the linker to
Dax_check_compile_flag.m47 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
17 # If EXTRA-FLAGS is defined, it is added to the current language's default
19 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
/third_party/libunwind/tests/
Dia64-test-dyn1.c18 # define EXTRA 16 macro
22 # define EXTRA 0 macro
46 len = (uintptr_t) end - GET_ENTRY (func) + EXTRA; in create_func()
/third_party/libcoap/m4/
Dax_check_link_flag.m47 # AX_CHECK_LINK_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
17 # If EXTRA-FLAGS is defined, it is added to the linker's default flags
19 # EXTRA-FLAGS FLAG". This can for example be used to force the linker to
Dax_check_compile_flag.m47 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
17 # If EXTRA-FLAGS is defined, it is added to the current language's default
19 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
/third_party/harfbuzz/m4/
Dax_check_link_flag.m47 # AX_CHECK_LINK_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
17 # If EXTRA-FLAGS is defined, it is added to the linker's default flags
19 # EXTRA-FLAGS FLAG". This can for example be used to force the linker to
/third_party/nghttp2/m4/
Dax_check_compile_flag.m47 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
17 # If EXTRA-FLAGS is defined, it is added to the current language's default
19 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
/third_party/skia/third_party/externals/harfbuzz/m4/
Dax_check_link_flag.m47 # AX_CHECK_LINK_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
17 # If EXTRA-FLAGS is defined, it is added to the linker's default flags
19 # EXTRA-FLAGS FLAG". This can for example be used to force the linker to
/third_party/elfutils/m4/
Dax_check_compile_flag.m47 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
17 # If EXTRA-FLAGS is defined, it is added to the current language's default
19 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_multimodalInput_mouseEvent.js31 EXTRA: 4, property

1234