Home
last modified time | relevance | path

Searched refs:calls (Results 1 – 25 of 267) sorted by relevance

1234567891011

/external/strace/
DNEWS5 * Update PowerPC system calls.
6 * Better printing for Linux aio system calls.
41 * Print attribute values in *xattr system calls on Linux.
42 * Include pread and pwrite calls in -e read and -e write tracing.
44 * Print clock_t values symbolically in Linux clock_* system calls.
65 * Handle new mq_* system calls in Linux 2.6.6 and later.
71 * Better output for Linux sched_* system calls.
82 * Fixed support for LFS64 calls.
86 * Handle numerous new system calls in Linux 2.5, and new threads semantics.
89 in waitpid calls with WNOHANG.
[all …]
Dstrace.spec1 Summary: Tracks and displays system calls associated with a running process.
14 The strace program intercepts and records the system calls called and
20 Install strace if you need a tool to track the system calls made and
25 Summary: Tracks and displays system calls associated with a running process.
29 The strace program intercepts and records the system calls called and
35 Install strace if you need a tool to track the system calls made and
DPORTING21 it is using for tracing the system calls of another process. If the
55 Finally, once you have the basic framework in which system calls and
58 calls in other operating systems. Go ahead and tweak what is there
/external/webkit/WebCore/plugins/
DPluginMainThreadScheduler.cpp76 void PluginMainThreadScheduler::dispatchCallsForPlugin(NPP npp, const Deque<Call>& calls) in dispatchCallsForPlugin() argument
78 Deque<Call>::const_iterator end = calls.end(); in dispatchCallsForPlugin()
79 for (Deque<Call>::const_iterator it = calls.begin(); it != end; ++it) { in dispatchCallsForPlugin()
/external/qemu/telephony/
Dandroid_modem.c226 AVoiceCallRec calls[ MAX_CALLS ]; member
539 return &modem->calls[index].call; in amodem_get_call()
556 if ( modem->calls[nn].call.id == (id+1) ) { in amodem_alloc_call()
564 call = modem->calls + count; in amodem_alloc_call()
590 if ( modem->calls + nn == call ) in amodem_free_call()
595 memmove( modem->calls + nn, in amodem_free_call()
596 modem->calls + nn + 1, in amodem_free_call()
609 AVoiceCall call = modem->calls + nn; in amodem_find_call()
656 AVoiceCall vcall = modem->calls; in amodem_find_call_by_number()
1277 AVoiceCall vcall = modem->calls + nn; in handleListCurrentCalls()
[all …]
/external/bluetooth/bluez/audio/
Dtelephony-ofono.c58 static GSList *calls = NULL; variable
115 for (l = calls; l != NULL; l = l->next) { in find_vc()
129 for (l = calls; l != NULL; l = l->next) { in find_vc_with_status()
359 for (l = calls, i = 1; l != NULL; l = l->next, i++) { in telephony_list_current_calls_req()
801 calls = g_slist_remove(calls, vc); in handle_vc_property_changed()
870 calls = g_slist_append(calls, vc_new); in handle_vcmanager_property_changed()
1112 g_slist_foreach(calls, (GFunc) vc_free, NULL); in telephony_exit()
1113 g_slist_free(calls); in telephony_exit()
1114 calls = NULL; in telephony_exit()
Dtelephony-maemo6.c151 static GSList *calls = NULL; variable
222 for (l = calls; l != NULL; l = l->next) { in find_call()
236 for (l = calls; l != NULL; l = l->next) { in find_non_held_call()
253 for (l = calls; l != NULL; l = l->next) { in find_non_idle_call()
267 for (l = calls; l != NULL; l = l->next) { in find_call_with_status()
720 for (l = calls, i = 1; l != NULL; l = l->next, i++) { in telephony_list_current_calls_req()
755 for (l = calls; l != NULL; l = l->next) { in foreach_call_with_status()
777 call = g_slist_nth_data(calls, strtol(idx, NULL, 0) - 1); in telephony_call_hold_req()
1457 calls = g_slist_append(calls, call); in parse_call_list()
1862 if (calls != NULL || get_calls_active) in handle_modem_state()
[all …]
Dtelephony-maemo5.c192 static GSList *calls = NULL; variable
262 for (l = calls; l != NULL; l = l->next) { in find_call()
276 for (l = calls; l != NULL; l = l->next) { in find_non_held_call()
293 for (l = calls; l != NULL; l = l->next) { in find_non_idle_call()
307 for (l = calls; l != NULL; l = l->next) { in find_call_with_status()
760 for (l = calls, i = 1; l != NULL; l = l->next, i++) { in telephony_list_current_calls_req()
795 for (l = calls; l != NULL; l = l->next) { in foreach_call_with_status()
817 call = g_slist_nth_data(calls, strtol(idx, NULL, 0) - 1); in telephony_call_hold_req()
1561 calls = g_slist_append(calls, call); in parse_call_list()
1988 if (calls != NULL || get_calls_active) in handle_modem_state()
[all …]
/external/webkit/WebKit/mac/WebInspector/
DWebInspector.mm69 // Not used anymore. Remove when a release of Safari non-longer calls this.
198 // Safari 3.0 calls this method
210 // Safari 3.0 calls this method
222 // Shiira calls this internal method, return nil since we can't easily return the window
234 // Safari 3.0 calls this method
/external/clearsilver/cs/
Dtest3.cs.gold73 these tests show that local variables are live in sub calls
97 testing macro calls in local vars in an each
Dtest3.cs62 these tests show that local variables are live in sub calls
76 testing macro calls in local vars in an each
Dtest_func.cs.gold2 testing func calls
Dtest_macro_set.cs.gold4 Testing "pass by reference" to macro calls so they can "return" data
/external/chromium/sdch/open-vcdiff/packages/deb/
Dcontrol39 This library is needed to compile code that calls open-vcdiff, an encoder and
49 calls the open-vcdiff decoder for the VCDIFF (RFC 3284) format.
58 calls the open-vcdiff encoder for the VCDIFF (RFC 3284) format.
/external/chromium/third_party/zlib/contrib/minizip/
Dcrypt.h102 static unsigned calls = 0; /* ensure different random header each time */ local
111 if (++calls == 1)
/external/zlib/contrib/minizip/
Dcrypt.h101 static unsigned calls = 0; /* ensure different random header each time */ in crypthead() local
110 if (++calls == 1) in crypthead()
/external/proguard/src/proguard/gui/
Dboilerplate.pro93 # Remove - System method calls. Remove all invocations of System
107 # Remove - Math method calls. Remove all invocations of Math
156 # Remove - Number method calls. Remove all invocations of Number
280 # Remove - String method calls. Remove all invocations of String
348 # Remove - StringBuffer method calls. Remove all invocations of StringBuffer
368 # Remove - StringBuilder method calls. Remove all invocations of StringBuilder
388 # Remove debugging - Throwable_printStackTrace calls. Remove all invocations of
394 # Remove debugging - Thread_dumpStack calls. Remove all invocations of
400 # Remove debugging - All logging API calls. Remove all invocations of the
406 # Remove debugging - All Log4j API calls. Remove all invocations of the
Ddefault.pro32 # Remove - System method calls. Remove all invocations of System
46 # Remove - Math method calls. Remove all invocations of Math
95 # Remove - Number method calls. Remove all invocations of Number
212 # Remove - String method calls. Remove all invocations of String
280 # Remove - StringBuffer method calls. Remove all invocations of StringBuffer
300 # Remove - StringBuilder method calls. Remove all invocations of StringBuilder
/external/dbus/doc/
DTODO51 the connection finalizer calls non-unlocked functions. One fix is to make
52 the finalizer run with the lock held, but since it calls out to the app that may
103 we could forward the call serial along with any method calls made
107 call serial to all method calls all the time, or disallowing
108 async calls.
/external/dropbear/libtomcrypt/notes/
Dtech0004.txt51 Every FORTUNA_WD calls to fortuna_read will invoke the reseed operation. By default this is set to…
52 means after 10 calls the PRNG will reseed itself.
56 would be faster than many smaller calls]. This prevents too much data being encrypted under the sa…
75 calls to add_entropy() will be considered a "re-IV" operation. Changing the IV allows you to use s…
/external/v8/test/mjsunit/
Darray-reduce.js89 var calls = rec.record;
90 assertEquals(expectedCalls.length, calls.length,
93 assertEquals(expectedCalls[i], calls[i],
/external/astl/include/
Diomanip52 // Sent to a stream, calls 'precision(size_type)' on the instance.
65 // Sent to a stream, calls 'precision(size_type)' on the instance.
/external/dhcpcd/dhcpcd-hooks/
D90-NetworkManager2 # NOTE: NetworkManager will override the script dhcpcd calls, so this hook
/external/webkit/WebKit/gtk/po/
DChangeLog125 [GTK] many strings still missing translation calls
127 Extracting translation for the files that got translation calls.
/external/webkit/LayoutTests/fast/dom/Geolocation/
Dreentrant-error-expected.txt1 Tests that reentrant calls to Geolocation methods from the error callback are OK.

1234567891011