HomeSort by relevance Sort by last modified time
    Searched full:callout (Results 1 - 25 of 224) sorted by null

1 2 3 4 5 6 7 8 9

  /external/pcre/dist2/doc/
pcre2_callout_enumerate.3 19 function for each callout within the pattern. The yield of the function is zero
34 \fIcallout_string_length\fP Length of callout string
35 \fIcallout_string\fP Points to callout string or is NULL
37 The second argument is the callout data that was passed to
pcre2callout.3 21 PCRE2 provides a feature called "callout", which is a means of temporarily
31 function is to be called. Different callout points can be identified by putting
37 two callout points:
51 Notice that there is a callout before and after each parenthesis and
53 an assertion, an automatic callout is inserted immediately before the
54 condition. Such a callout may also be inserted explicitly, for example:
166 start, and the callout is never reached. However, with "abyd", though the
167 result is still no match, the callout is obeyed.
180 .SH "THE CALLOUT INTERFACE"
183 During matching, when PCRE2 reaches a callout point, if an external function i
    [all...]
pcre2_set_callout.3 18 This function sets the callout fields in a match context (the first argument).
19 The second argument specifies a callout function, and the third argument is an
pcre2_set_compile_recursion_guard.3 21 function is set up. The callout function should return zero if all is well, or
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
callout.h 1 /* $NetBSD: callout.h,v 1.22 2005/12/11 12:25:20 christos Exp $ */
74 struct callout;
78 struct callout *elem;
83 struct callout *elem;
92 struct callout { struct
96 int c_time; /* when callout fires */
100 #define CALLOUT_PENDING 0x0002 /* callout is on the queue */
101 #define CALLOUT_FIRED 0x0004 /* callout has fired */
102 #define CALLOUT_INVOKING 0x0008 /* callout function is being invoked */
111 void callout_init(struct callout *);
    [all...]
  /system/bt/bta/include/
bta_hh_co.h 41 * Description This callout function is executed by HH when data is
58 * Description This callout function is executed by HH when connection is
72 * Description This callout function is executed by HH when connection is
85 * Description This callout function is to convey the report information on
105 * Description This callout function is to request the application to load
124 * Description This callout function is to reset the HOGP device cache.
bta_dm_co.h 21 * This is the interface file for device mananger callout functions.
42 * Description This callout function is executed by DM to get IO
63 * Description This callout function is executed by DM to report IO
83 * Description This callout function is executed by DM to check if the
98 * Description This callout function is executed by DM to report the OOB
114 * Description This callout function is executed by DM to request the OOB
176 * Description This callout function is executed by DM to get BLE IO
201 * Description This callout function is to load the local BLE keys if
bta_gatts_co.h 33 * Description This callout function is executed by GATTS when a GATT
71 * Description This callout function is executed by GATTS when a GATT
  /external/libxml2/doc/tutorial/
customfo.xsl 11 <xsl:param name="callout.unicode">1</xsl:param>
12 <xsl:param name="callout.graphics">0</xsl:param>
customhtml.xsl 7 <!-- use callout graphics -->
8 <xsl:param name="callout.graphics">1</xsl:param>
xmltutorial.xml 210 <callout arearefs="declaredoc">
212 </callout>
213 <callout arearefs="declarenode">
216 </callout>
217 <callout arearefs="checkparseerror">
236 </callout>
237 <callout arearefs="getrootelement">
239 </callout>
240 <callout arearefs="checkemptyerror">
242 </callout>
    [all...]
  /external/ltp/utils/ffsb-6.0-rc2/
ffsb_fc.c 100 void fc_set_callout(ffsb_config_t * fc, char *callout)
102 free(fc->callout);
103 fc->callout = ffsb_strdup(callout);
108 return fc->callout;
main.c 71 char *callout = NULL; local
136 /* Execute the callout if any and wait for it to return */
137 callout = fc_get_callout(&fc);
138 if (callout) {
139 printf("executing callout: \n %s\n", callout);
140 if (ffsb_system(callout) < 0) {
ffsb.h 73 char *callout; /* we will try and exec this */ member in struct:ffsb_config
102 void fc_set_callout(ffsb_config_t *fc, char *callout);
  /system/bt/btif/co/
bta_dm_co.cc 39 * Description This callout function is executed by DM to get memory for
43 * memory_p - memory return by callout
59 * Description This callout function is executed by DM to get IO
87 * Description This callout function is executed by DM to report IO
109 * Description This callout function is executed by DM to check if the
125 * Description This callout function is executed by DM to report the OOB
146 * Description This callout function is executed by DM to request the OOB
172 * Description This callout function is executed by DM to get BLE key
201 * Description This callout function is to load the local BLE keys if
223 * Description This callout function is executed by DM to get BLE I
    [all...]
bta_gatts_co.cc 94 * Description This callout function is executed by GATTS when a GATT
134 * Description This callout function is executed by GATTS when a GATT
  /external/pcre/dist2/doc/html/
pcre2callout.html 19 <li><a name="TOC4" href="#SEC4">THE CALLOUT INTERFACE</a>
21 <li><a name="TOC6" href="#SEC6">CALLOUT ENUMERATION</a>
39 PCRE2 provides a feature called "callout", which is a means of temporarily
48 function is to be called. Different callout points can be identified by putting
54 two callout points:
70 Notice that there is a callout before and after each parenthesis and
72 an assertion, an automatic callout is inserted immediately before the
73 condition. Such a callout may also be inserted explicitly, for example:
184 start, and the callout is never reached. However, with "abyd", though the
185 result is still no match, the callout is obeyed
    [all...]
pcre2_callout_enumerate.html 31 function for each callout within the pattern. The yield of the function is zero
46 <i>callout_string_length</i> Length of callout string
47 <i>callout_string</i> Points to callout string or is NULL
49 The second argument is the callout data that was passed to
pcre2_set_callout.html 30 This function sets the callout fields in a match context (the first argument).
31 The second argument specifies a callout function, and the third argument is an
  /system/bt/btif/include/
btif_dm.h 44 * Callout for handling io_capabilities request
50 * Callout for handling io_capabilities response
69 /*callout for reading SMP properties from Text file*/
  /external/skia/docs/
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/skqp/docs/
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)
  /hardware/interfaces/bluetooth/1.0/default/
bt_vendor_lib.h 256 /* datapath buffer allocation callback (callout)
258 * Vendor lib needs to request a buffer through the alloc callout function
296 /* datapath buffer deallocation callback (callout) */
303 * in at the p_mem parameter by calling dealloc callout function.
307 /* hci command packet transmit callback (callout)
309 * Vendor lib calls xmit_cb callout function in order to send a HCI Command
311 * needs to be first allocated through the alloc callout function.
333 * Callback and callout functions have implemented in HCI libray
  /system/bt/hci/include/
bt_vendor_lib.h 254 /* datapath buffer allocation callback (callout)
256 * Vendor lib needs to request a buffer through the alloc callout function
294 /* datapath buffer deallocation callback (callout) */
301 * in at the p_mem parameter by calling dealloc callout function.
305 /* hci command packet transmit callback (callout)
307 * Vendor lib calls xmit_cb callout function in order to send a HCI Command
309 * needs to be first allocated through the alloc callout function.
331 * Callback and callout functions have implemented in HCI libray
  /frameworks/base/services/backup/java/com/android/server/backup/fullbackup/
FullBackupPreflight.java 23 * Callout from the engine to an interested participant that might need to communicate with the

Completed in 712 milliseconds

1 2 3 4 5 6 7 8 9