/external/skqp/docs/ |
D | catalogTrailer.txt | 62 function imageIterator(callout, state) { 71 if (callout(state, column, row, height, contains, recstr)) 85 var callout = function(state, column, row, height, contains, recstr) { 102 imageIterator(callout, state) 134 var callout = function(state, column, row, height, contains, recstr) { 138 imageIterator(callout, null)
|
/external/ppp/pppd/ |
D | main.c | 1281 struct callout { struct 1285 struct callout *c_next; argument 1288 static struct callout *callout = NULL; /* Callout list */ variable 1300 struct callout *newp, *p, **pp; 1305 if ((newp = (struct callout *) malloc(sizeof(struct callout))) == NULL) 1320 for (pp = &callout; (p = *pp); pp = &p->c_next) 1338 struct callout **copp, *freep; 1343 for (copp = &callout; (freep = *copp); copp = &freep->c_next) 1358 struct callout *p; in calltimeout() 1360 while (callout != NULL) { in calltimeout() [all …]
|
/external/pcre/dist2/src/ |
D | pcre2_jit_match.c | 134 arguments.callout = mcontext->callout; in pcre2_jit_match() 146 arguments.callout = NULL; in pcre2_jit_match()
|
D | pcre2_context.c | 401 int (*callout)(pcre2_callout_block *, void *), void *callout_data) in pcre2_set_callout() 403 mcontext->callout = callout; in pcre2_set_callout()
|
D | pcre2_intmodedep.h | 585 int (*callout)(pcre2_callout_block *, void *); member 888 int (*callout)(pcre2_callout_block *,void *); /* Callout function or NULL */ member 917 int (*callout)(pcre2_callout_block *,void *); /* Callout function or NULL */ member
|
D | pcre2grep.c | 1918 decode_dollar_escape(PCRE2_SPTR begin, PCRE2_SPTR string, BOOL callout, in decode_dollar_escape() argument 1930 if (!callout) in decode_dollar_escape() 1941 if (!callout) in decode_dollar_escape() 1967 if (callout && c == 0) in decode_dollar_escape() 2047 if (!callout) in decode_dollar_escape() 2073 if (!callout) in decode_dollar_escape() 2101 syntax_check_output_text(PCRE2_SPTR string, BOOL callout) in syntax_check_output_text() argument 2109 decode_dollar_escape(begin, string, callout, &value, &string) == DDE_ERROR) in syntax_check_output_text() 2136 display_output_text(PCRE2_SPTR string, BOOL callout, PCRE2_SPTR subject, in display_output_text() argument 2147 switch(decode_dollar_escape(begin, string, callout, &value, &string)) in display_output_text()
|
D | pcre2_dfa_match.c | 363 if (mb->callout == NULL) return 0; /* No callout provided */ in do_callout() 389 return (mb->callout)(cb, mb->callout_data); in do_callout() 3389 mb->callout = NULL; in pcre2_dfa_match() 3403 mb->callout = mcontext->callout; in pcre2_dfa_match()
|
D | config.h.generic | 309 /* Define to any value to enable callout script support in pcre2grep. */ 312 /* Define to any value to enable fork support in pcre2grep callout scripts.
|
D | config.h.in | 296 /* Define to any value to enable callout script support in pcre2grep. */ 299 /* Define to any value to enable fork support in pcre2grep callout scripts.
|
/external/pcre/dist2/doc/ |
D | pcre2test.txt | 604 callout_info show callout information 701 mation that is requested. For each callout, either its number or string 1095 callout_capture show captures at callout time 1097 callout_error=<n>[:<m>] control callout error 1098 callout_extra show extra callout information 1099 callout_fail=<n>[:<m>] control callout failure 1100 callout_no_where do not show position of a callout 1101 callout_none do not supply a callout function 1218 A callout function is supplied when pcre2test calls the library match- 1344 If the substitute_callout modifier is set, a substitution callout func- [all …]
|
D | pcre2grep.txt | 897 PCRE2's callout facility. However, this support can be completely or 900 tion. If callout support is completely disabled, all callouts in pat- 905 A callout in a PCRE2 pattern is of the form (?C<arg>) where the argu- 912 Starting the callout string with a pipe character invokes an echoing 915 disabled when pcre2grep was built. The rest of the callout string is 923 callout to be ignored. No terminator is added to the output string, so 930 see only the callout output but not any output from an actual match, 940 If the callout string does not start with a pipe (vertical bar) charac- 967 ters in the callout argument will cause premature termination of their 970 causes the callout to be ignored. If running the program fails for any
|
D | pcre2.txt | 144 pcre2callout details of the pattern callout feature 935 The first argument to the callout function gives the current depth of 937 ment of pcre2_set_compile_recursion_guard(). The callout function 944 Set up a callout function 973 This sets up a callout function for PCRE2 to call at specified points 981 This sets up a callout function for PCRE2 to call after each substitu- 1484 If this bit is set, pcre2_compile() automatically inserts callout 1486 ately before or after an explicit callout in the pattern. For discus- 1487 sion of the callout facility, see the pcre2callout documentation. 2430 function is called for every callout in the pattern in the order in [all …]
|
/external/dokka/ |
D | README.android | 88 Display deprecated in a callout and class index (#41) 90 * Display deprecated callout in classes and enums
|
/external/pcre/dist2/ |
D | configure.ac | 198 # Handle --disable-pcre2grep-callout (enabled by default) 199 AC_ARG_ENABLE(pcre2grep-callout, 200 AS_HELP_STRING([--disable-pcre2grep-callout], 201 [disable callout script support in pcre2grep]), 204 # Handle --disable-pcre2grep-callout-fork (enabled by default) 205 AC_ARG_ENABLE(pcre2grep-callout-fork, 206 AS_HELP_STRING([--disable-pcre2grep-callout-fork], 207 [disable callout script fork support in pcre2grep]), 674 Define to any value to enable fork support in pcre2grep callout scripts. 679 Define to any value to enable callout script support in pcre2grep.])
|
D | NEWS | 100 (b) --disable-pcre2grep-callout-fork restricts the callout support in 145 field callout_flags in callout blocks. 166 offset_vector field in the callout block is no longer a pointer to the
|
D | HACKING | 152 assumption is made that there will be a callout for each pattern code unit 313 item in the pattern. Then there is either one callout number, or a length and 763 enabled, a callout is inserted immediately before the assertion. It is also 764 possible to insert a manual callout at this point. Only assertion conditions 794 A callout may have either a numerical argument or a string argument. These use 801 In the case of a numeric callout, after these two values there is a single code 802 unit containing the callout number, in the range 0-255, with 255 being used for 812 and followed by a binary zero. When a callout function is called, a pointer to 814 the application needs it. In the 8-bit library, the callout in /X(?C'abc')Y/ is
|
D | ChangeLog | 492 18. Added --disable-pcre2grep-callout-fork, which restricts the callout support 500 via a string callout. 848 20. Allocate a single callout block on the stack at the start of pcre2_match() 856 field callout_flags in callout blocks. The bits are set by pcre2_match(), but 1028 the --output=text (-O) option and the inbuilt callout echo. 1185 (h) An empty \Q\E sequence may appear after a callout that precedes an 1192 change is that when a callout appears before a group, the "length of next 1195 given only for a callout at the end of the pattern. Automatic callouts are no 1227 (g) When reading a callout string, if the end delimiter was at the end of the 1261 (q) A conditional group that started with a callout was not doing the right [all …]
|
/external/googletest/docs/_sass/ |
D | main.scss | 119 .main .callout { class
|
/external/usrsctp/usrsctplib/ |
D | user_inpcb.h | 341 extern struct callout ipport_tick_callout;
|
/external/googletest/docs/ |
D | advanced.md | 29 {: .callout .note} 56 {: .callout .note} 148 {: .callout .note} 508 {: .callout .note} 516 {: .callout .warning} 679 {: .callout .note} 755 {: .callout .important} 938 {: .callout .note} 1166 {: .callout .note} 1254 {: .callout .note} [all …]
|
D | quickstart-cmake.md | 28 {: .callout .note}
|
D | quickstart-bazel.md | 22 {: .callout .note}
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | avoid-infinite-recursion-1.ll | 49 …%struct.callout = type <{ %union.anon, i32, i8, i8, i8, i8, i8*, void (i8*)*, %struct.lock_object*… 112 …callout, %struct.sigacts*, i32, i32, i32, i8, i8, i8, i8, %7, %7, %struct.proc*, %7, %13, %struct.… 138 …8, i8, i8, i8, i8, %struct.pcb*, i32, i8, i8, i8, i8, [2 x i64], %struct.callout, %struct.trapfram…
|
/external/llvm-project/llvm/test/Analysis/ScalarEvolution/ |
D | avoid-infinite-recursion-1.ll | 50 …%struct.callout = type <{ %union.anon, i32, i8, i8, i8, i8, i8*, void (i8*)*, %struct.lock_object*… 113 …callout, %struct.sigacts*, i32, i32, i32, i8, i8, i8, i8, %7, %7, %struct.proc*, %7, %13, %struct.… 139 …8, i8, i8, i8, i8, %struct.pcb*, i32, i8, i8, i8, i8, [2 x i64], %struct.callout, %struct.trapfram…
|
/external/tinyxml2/docs/ |
D | doxygen.css | 240 -webkit-touch-callout: none; 863 -webkit-touch-callout: none; 1307 -webkit-touch-callout: none;
|