/external/ppp/pppd/ |
D | fsm.c | 69 #define PROTO_NAME(f) ((f)->callbacks->proto_name) 138 if( f->callbacks->starting ) 139 (*f->callbacks->starting)(f); 156 if( f->callbacks->down ) 157 (*f->callbacks->down)(f); 177 if( f->callbacks->starting ) 178 (*f->callbacks->starting)(f); 217 else if( f->callbacks->down ) 218 (*f->callbacks->down)(f); /* Inform upper layers we're down */ 232 if( f->callbacks->finished ) [all …]
|
D | ecp.c | 153 f->callbacks = &ecp_callbacks;
|
D | fsm.h | 81 struct fsm_callbacks *callbacks; /* Callback routines */ member
|
/external/bluetooth/bluez/gdbus/ |
D | watch.c | 56 GSList *callbacks; member 80 static struct name_callback *name_callback_find(GSList *callbacks, guint id) in name_callback_find() argument 84 for (current = callbacks; current != NULL; current = current->next) { in name_callback_find() 97 for (l = data->callbacks; l != NULL; l = l->next) { in name_data_call_and_free() 104 g_slist_free(data->callbacks); in name_data_call_and_free() 113 for (l = data->callbacks; l != NULL; l = l->next) in name_data_free() 116 g_slist_free(data->callbacks); in name_data_free() 154 data->callbacks = g_slist_append(data->callbacks, cb); in name_data_add() 169 cb = name_callback_find(data->callbacks, id); in name_data_remove() 171 data->callbacks = g_slist_remove(data->callbacks, cb); in name_data_remove() [all …]
|
/external/elfutils/src/ |
D | ld.h | 273 struct callbacks struct 281 DL_CALL_FCT ((state)->callbacks.lib_extensions, (state)) argument 292 DL_CALL_FCT ((state)->callbacks.file_process, (fd, file, state, nextp)) argument 297 DL_CALL_FCT ((state)->callbacks.file_close, (file, state)) argument 309 DL_CALL_FCT ((state)->callbacks.create_sections, (state)) argument 314 DL_CALL_FCT ((state)->callbacks.flag_unresolved, (state)) argument 320 DL_CALL_FCT ((state)->callbacks.generate_sections, (state)) argument 326 DL_CALL_FCT ((state)->callbacks.open_outfile, (state, machine, class, data)) argument 331 DL_CALL_FCT ((state)->callbacks.create_outfile, (state)) argument 337 DL_CALL_FCT ((state)->callbacks.relocate_section, (state, outscn, first, \ argument [all …]
|
D | i386_ld.c | 872 old_open_outfile = statep->callbacks.open_outfile; in elf_i386_ld_init() 873 statep->callbacks.open_outfile = elf_i386_open_outfile; in elf_i386_ld_init() 875 statep->callbacks.relocate_section = elf_i386_relocate_section; in elf_i386_ld_init() 877 statep->callbacks.initialize_plt = elf_i386_initialize_plt; in elf_i386_ld_init() 878 statep->callbacks.initialize_pltrel = elf_i386_initialize_pltrel; in elf_i386_ld_init() 880 statep->callbacks.initialize_got = elf_i386_initialize_got; in elf_i386_ld_init() 882 statep->callbacks.finalize_plt = elf_i386_finalize_plt; in elf_i386_ld_init() 884 statep->callbacks.rel_type = elf_i386_rel_type; in elf_i386_ld_init() 886 statep->callbacks.count_relocations = elf_i386_count_relocations; in elf_i386_ld_init() 888 statep->callbacks.create_relocations = elf_i386_create_relocations; in elf_i386_ld_init()
|
D | ldgeneric.c | 183 ld_state.callbacks.lib_extensions = ld_generic_lib_extensions; in ld_prepare_state() 184 ld_state.callbacks.file_process = ld_generic_file_process; in ld_prepare_state() 185 ld_state.callbacks.file_close = ld_generic_file_close; in ld_prepare_state() 186 ld_state.callbacks.generate_sections = ld_generic_generate_sections; in ld_prepare_state() 187 ld_state.callbacks.create_sections = ld_generic_create_sections; in ld_prepare_state() 188 ld_state.callbacks.flag_unresolved = ld_generic_flag_unresolved; in ld_prepare_state() 189 ld_state.callbacks.open_outfile = ld_generic_open_outfile; in ld_prepare_state() 190 ld_state.callbacks.create_outfile = ld_generic_create_outfile; in ld_prepare_state() 191 ld_state.callbacks.relocate_section = ld_generic_relocate_section; in ld_prepare_state() 192 ld_state.callbacks.finalize = ld_generic_finalize; in ld_prepare_state() [all …]
|
/external/webkit/V8Binding/v8/test/mjsunit/ |
D | number-string-index-call.js | 29 var callbacks = [ function() {return 'foo'}, "nonobject", /abc/ ]; variable 30 assertEquals('foo', callbacks['0']()); 32 assertEquals('abc', callbacks['2']("abcdefg"));
|
/external/dbus/dbus/ |
D | dbus-mainloop.c | 57 DBusList *callbacks; member 177 if (!_dbus_list_append (&loop->callbacks, cb)) in add_callback() 212 _dbus_list_remove_link (&loop->callbacks, link); in remove_callback() 292 link = _dbus_list_get_first_link (&loop->callbacks); in _dbus_loop_remove_watch() 295 DBusList *next = _dbus_list_get_next_link (&loop->callbacks, link); in _dbus_loop_remove_watch() 346 link = _dbus_list_get_first_link (&loop->callbacks); in _dbus_loop_remove_timeout() 349 DBusList *next = _dbus_list_get_next_link (&loop->callbacks, link); in _dbus_loop_remove_timeout() 549 if (loop->callbacks == NULL) in _dbus_loop_iterate() 577 link = _dbus_list_get_first_link (&loop->callbacks); in _dbus_loop_iterate() 580 DBusList *next = _dbus_list_get_next_link (&loop->callbacks, link); in _dbus_loop_iterate() [all …]
|
/external/tremor/Tremor/ |
D | vorbisfile.c | 73 long bytes=(vf->callbacks.read_func)(buffer,1,CHUNKSIZE,vf->datasource); in _get_data() 84 (vf->callbacks.seek_func)(vf->datasource, offset, SEEK_SET); in _seek_helper() 490 (vf->callbacks.seek_func)(vf->datasource,0,SEEK_END); in _open_seekable2() 491 vf->offset=vf->end=(vf->callbacks.tell_func)(vf->datasource); in _open_seekable2() 698 long ibytes, ov_callbacks callbacks){ in _ov_open1() argument 699 int offsettest=(f?callbacks.seek_func(f,0,SEEK_CUR):-1); in _ov_open1() 709 vf->callbacks = callbacks; in _ov_open1() 770 if(vf->datasource)(vf->callbacks.close_func)(vf->datasource); in ov_clear() 788 ov_callbacks callbacks){ in ov_open_callbacks() argument 789 int ret=_ov_open1(f,vf,initial,ibytes,callbacks); in ov_open_callbacks() [all …]
|
D | ivorbisfile.h | 76 ov_callbacks callbacks; member 83 char *initial, long ibytes, ov_callbacks callbacks); 87 char *initial, long ibytes, ov_callbacks callbacks);
|
/external/libxml2/ |
D | xmllint.c | 876 static int callbacks; variable 889 callbacks++; in isStandaloneDebug() 907 callbacks++; in hasInternalSubsetDebug() 925 callbacks++; in hasExternalSubsetDebug() 942 callbacks++; in internalSubsetDebug() 966 callbacks++; in externalSubsetDebug() 997 callbacks++; in resolveEntityDebug() 1027 callbacks++; in getEntityDebug() 1046 callbacks++; in getParameterEntityDebug() 1077 callbacks++; in entityDeclDebug() [all …]
|
/external/icu4c/test/cintltst/ |
D | utransts.c | 123 static void InitXReplaceableCallbacks(UReplaceableCallbacks* callbacks) { in InitXReplaceableCallbacks() argument 124 callbacks->length = Xlength; in InitXReplaceableCallbacks() 125 callbacks->charAt = XcharAt; in InitXReplaceableCallbacks() 126 callbacks->char32At = Xchar32At; in InitXReplaceableCallbacks() 127 callbacks->replace = Xreplace; in InitXReplaceableCallbacks() 128 callbacks->extract = Xextract; in InitXReplaceableCallbacks() 129 callbacks->copy = Xcopy; in InitXReplaceableCallbacks()
|
/external/webkit/WebKit/mac/WebView/ |
D | WebPDFRepresentation.m | 86 CGPSConverterCallbacks callbacks = { 0, 0, 0, 0, 0, 0, 0, 0 }; 87 CGPSConverterRef converter = CGPSConverterCreate(0, &callbacks, 0);
|
/external/webkit/WebCore/platform/graphics/win/ |
D | FontCustomPlatformData.cpp | 194 …CGDataProviderDirectAccessCallbacks callbacks = { &getData, &releaseData, &getBytesWithOffset, NUL… in createFontCustomPlatformData() local 195 …erRef> dataProvider(AdoptCF, CGDataProviderCreateDirectAccess(buffer, buffer->size(), &callbacks)); in createFontCustomPlatformData()
|
/external/webkit/WebCore/platform/graphics/cg/ |
D | PathCG.cpp | 51 CGDataConsumerCallbacks callbacks = { putBytesNowhere, 0 }; in createScratchContext() local 52 CGDataConsumerRef consumer = CGDataConsumerCreate(0, &callbacks); in createScratchContext()
|
/external/bluetooth/bluez/audio/ |
D | headset.c | 127 GSList *callbacks; member 449 g_slist_foreach(p->callbacks, (GFunc) pending_connect_complete, dev); in pending_connect_finalize() 451 g_slist_foreach(p->callbacks, (GFunc) g_free, NULL); in pending_connect_finalize() 452 g_slist_free(p->callbacks); in pending_connect_finalize() 503 hs->pending->callbacks = g_slist_append(hs->pending->callbacks, in connect_cb_new() 2241 for (l = p->callbacks; l != NULL; l = l->next) { in headset_cancel_stream() 2253 p->callbacks = g_slist_remove(p->callbacks, cb); in headset_cancel_stream() 2256 if (p->callbacks || p->msg) in headset_cancel_stream()
|
D | avdtp.c | 346 GSList *callbacks; member 766 g_slist_foreach(stream->callbacks, (GFunc) g_free, NULL); in stream_free() 767 g_slist_free(stream->callbacks); in stream_free() 903 for (l = stream->callbacks; l != NULL; l = g_slist_next(l)) { in avdtp_sep_set_state() 3002 for (cb = NULL, l = stream->callbacks; l != NULL; l = l->next) { in avdtp_stream_remove_cb() 3013 stream->callbacks = g_slist_remove(stream->callbacks, cb); in avdtp_stream_remove_cb() 3031 stream->callbacks = g_slist_append(stream->callbacks, stream_cb);; in avdtp_stream_add_cb()
|
/external/clearsilver/csharp/ |
D | README | 35 - allow registration of upload callbacks and data-formatters from C#
|
/external/esd/include/ |
D | esd.h | 286 esd_update_info_callbacks_t *callbacks );
|
/external/qemu/docs/ |
D | CHAR-DEVICES.TXT | 60 For both callbacks, 'opaque' is a value that you pass to the function 172 callbacks are passed directly to your handler functions.
|
D | CPU-EMULATION.TXT | 79 I/O memory, as well as providing read/write callbacks for it. Then actions
|
/external/webkit/V8Binding/v8/src/ |
D | factory.cc | 576 v8::NeanderArray callbacks(descriptors); in CopyAppendCallbackDescriptors() local 577 int nof_callbacks = callbacks.length(); in CopyAppendCallbackDescriptors() 599 Handle<AccessorInfo>(AccessorInfo::cast(callbacks.get(i))); in CopyAppendCallbackDescriptors()
|
/external/zlib/contrib/pascal/ |
D | readme.txt | 36 - Except for the callbacks, the zlib function interfaces are
|
/external/webkit/WebCore/xml/ |
D | XMLHttpRequest.cpp | 677 LoadCallbacks callbacks = m_inPreflight ? DoNotSendLoadCallbacks : SendLoadCallbacks; in loadRequestAsynchronously() local 683 …m_loader = ThreadableLoader::create(scriptExecutionContext(), this, request, callbacks, DoNotSniff… in loadRequestAsynchronously()
|