Home
last modified time | relevance | path

Searched refs:callout (Results 1 – 25 of 47) sorted by relevance

12

/external/skqp/docs/
DcatalogTrailer.txt62 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/
Dmain.c1281 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/
Dpcre2_jit_match.c135 arguments.callout = mcontext->callout; in pcre2_jit_match()
147 arguments.callout = NULL; in pcre2_jit_match()
Dpcre2_context.c401 int (*callout)(pcre2_callout_block *, void *), void *callout_data) in pcre2_set_callout()
403 mcontext->callout = callout; in pcre2_set_callout()
Dpcre2_intmodedep.h586 int (*callout)(pcre2_callout_block *, void *); member
887 int (*callout)(pcre2_callout_block *,void *); /* Callout function or NULL */ member
915 int (*callout)(pcre2_callout_block *,void *); /* Callout function or NULL */ member
Dpcre2grep.c1756 syntax_check_output_text(PCRE2_SPTR string, BOOL callout) in syntax_check_output_text() argument
1771 if (!callout) in syntax_check_output_text()
1785 if ((*string >= '1' && *string <= '9') || (!callout && *string == '0')) in syntax_check_output_text()
1802 if (!callout) in syntax_check_output_text()
1817 if (!callout) in syntax_check_output_text()
1829 if (!callout) in syntax_check_output_text()
1842 if (!callout) in syntax_check_output_text()
1898 display_output_text(PCRE2_SPTR string, BOOL callout, PCRE2_SPTR subject, in display_output_text() argument
1921 if ((*string >= '1' && *string <= '9') || (!callout && *string == '0')) in display_output_text()
Dpcre2_dfa_match.c359 if (mb->callout == NULL) return 0; /* No callout provided */ in do_callout()
385 return (mb->callout)(cb, mb->callout_data); in do_callout()
3370 mb->callout = NULL; in pcre2_dfa_match()
3384 mb->callout = mcontext->callout; in pcre2_dfa_match()
Dconfig.h.in293 /* Define to any value to enable callout script support in pcre2grep. */
296 /* Define to any value to enable fork support in pcre2grep callout scripts.
Dconfig.h.generic303 /* Define to any value to enable callout script support in pcre2grep. */
306 /* Define to any value to enable fork support in pcre2grep callout scripts.
/external/pcre/dist2/doc/
Dpcre2test.txt585 callout_info show callout information
680 mation that is requested. For each callout, either its number or string
1069 callout_capture show captures at callout time
1071 callout_error=<n>[:<m>] control callout error
1072 callout_extra show extra callout information
1073 callout_fail=<n>[:<m>] control callout failure
1074 callout_no_where do not show position of a callout
1075 callout_none do not supply a callout function
1185 A callout function is supplied when pcre2test calls the library match-
1305 If the substitute_callout modifier is set, a substitution callout func-
[all …]
Dpcre2.txt144 pcre2callout details of the pattern callout feature
903 The first argument to the callout function gives the current depth of
905 ment of pcre2_set_compile_recursion_guard(). The callout function
912 Set up a callout function
941 This sets up a callout function for PCRE2 to call at specified points
949 This sets up a callout function for PCRE2 to call after each substitu-
1447 If this bit is set, pcre2_compile() automatically inserts callout
1449 ately before or after an explicit callout in the pattern. For discus-
1450 sion of the callout facility, see the pcre2callout documentation.
2336 function is called for every callout in the pattern in the order in
[all …]
Dpcre2grep.txt835 PCRE2's callout facility. However, this support can be completely or
838 option. If callout support is completely disabled, all callouts in pat-
843 A callout in a PCRE2 pattern is of the form (?C<arg>) where the argu-
855 If the callout string does not start with a pipe (vertical bar) charac-
886 ters in the callout argument will cause premature termination of their
889 cause the callout to be ignored. If running the program fails for any
896 pletely disabled when pcre2grep was built. If the callout string starts
903 you want to see only the callout output but not any output from an
/external/pcre/dist2/
Dconfigure.ac191 # Handle --disable-pcre2grep-callout (enabled by default)
192 AC_ARG_ENABLE(pcre2grep-callout,
193 AS_HELP_STRING([--disable-pcre2grep-callout],
194 [disable callout script support in pcre2grep]),
197 # Handle --disable-pcre2grep-callout-fork (enabled by default)
198 AC_ARG_ENABLE(pcre2grep-callout-fork,
199 AS_HELP_STRING([--disable-pcre2grep-callout-fork],
200 [disable callout script fork support in pcre2grep]),
667 Define to any value to enable fork support in pcre2grep callout scripts.
672 Define to any value to enable callout script support in pcre2grep.])
DNEWS49 (b) --disable-pcre2grep-callout-fork restricts the callout support in
94 field callout_flags in callout blocks.
115 offset_vector field in the callout block is no longer a pointer to the
DHACKING152 assumption is made that there will be a callout for each pattern code unit
311 item in the pattern. Then there is either one callout number, or a length and
759 callout is inserted immediately before the assertion. It is also possible to
760 insert a manual callout at this point. Only assertion conditions may have
790 A callout may have either a numerical argument or a string argument. These use
797 In the case of a numeric callout, after these two values there is a single code
798 unit containing the callout number, in the range 0-255, with 255 being used for
808 and followed by a binary zero. When a callout function is called, a pointer to
810 the application needs it. In the 8-bit library, the callout in /X(?C'abc')Y/ is
DChangeLog81 18. Added --disable-pcre2grep-callout-fork, which restricts the callout support
89 via a string callout.
437 20. Allocate a single callout block on the stack at the start of pcre2_match()
445 field callout_flags in callout blocks. The bits are set by pcre2_match(), but
617 the --output=text (-O) option and the inbuilt callout echo.
774 (h) An empty \Q\E sequence may appear after a callout that precedes an
781 change is that when a callout appears before a group, the "length of next
784 given only for a callout at the end of the pattern. Automatic callouts are no
816 (g) When reading a callout string, if the end delimiter was at the end of the
850 (q) A conditional group that started with a callout was not doing the right
[all …]
DCMakeLists.txt196 "Enable callout string support in pcre2grep.")
199 "Enable callout string fork support in pcre2grep.")
842 MESSAGE(STATUS " Enable callout fork in pcre2grep. : ${PCRE2GREP_SUPPORT_CALLOUT_FORK}")
DREADME314 pcre2grep command, using PCRE2's callout facility with string arguments. This
315 support can be disabled by adding --disable-pcre2grep-callout to the
316 "configure" command. There are two kinds of callout: one that generates
320 --disable-pcre2grep-callout-fork to the "configure" command.
/external/dokka/
DREADME.android88 Display deprecated in a callout and class index (#41)
90 * Display deprecated callout in classes and enums
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/
Davoid-infinite-recursion-1.ll50 …%struct.callout = type <{ %union.anon, i32, i8, i8, i8, i8, i8*, void (i8*)*, %struct.lock_object*…
113callout, %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/llvm/test/Analysis/ScalarEvolution/
Davoid-infinite-recursion-1.ll49 …%struct.callout = type <{ %union.anon, i32, i8, i8, i8, i8, i8*, void (i8*)*, %struct.lock_object*…
112callout, %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/tinyxml2/docs/
Ddoxygen.css240 -webkit-touch-callout: none;
863 -webkit-touch-callout: none;
1307 -webkit-touch-callout: none;
/external/angle/third_party/VulkanMemoryAllocator/docs/html/
Ddoxygen.css275 -webkit-touch-callout: none;
905 -webkit-touch-callout: none;
1451 -webkit-touch-callout: none;
/external/libnl/doc/
Dlibnl.css722 -webkit-touch-callout: none;
1117 -webkit-touch-callout: none;
/external/libjpeg-turbo/doc/html/
Ddoxygen.css733 -webkit-touch-callout: none;
1145 -webkit-touch-callout: none;

12