/external/strace/ |
D | NEWS | 5 * 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 …]
|
D | strace.spec | 1 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
|
D | PORTING | 21 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/ |
D | PluginMainThreadScheduler.cpp | 76 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/ |
D | android_modem.c | 226 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/ |
D | telephony-ofono.c | 58 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()
|
D | telephony-maemo6.c | 151 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 …]
|
D | telephony-maemo5.c | 192 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/ |
D | WebInspector.mm | 69 // 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/ |
D | test3.cs.gold | 73 these tests show that local variables are live in sub calls 97 testing macro calls in local vars in an each
|
D | test3.cs | 62 these tests show that local variables are live in sub calls 76 testing macro calls in local vars in an each
|
D | test_func.cs.gold | 2 testing func calls
|
D | test_macro_set.cs.gold | 4 Testing "pass by reference" to macro calls so they can "return" data
|
/external/chromium/sdch/open-vcdiff/packages/deb/ |
D | control | 39 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/ |
D | crypt.h | 102 static unsigned calls = 0; /* ensure different random header each time */ local 111 if (++calls == 1)
|
/external/zlib/contrib/minizip/ |
D | crypt.h | 101 static unsigned calls = 0; /* ensure different random header each time */ in crypthead() local 110 if (++calls == 1) in crypthead()
|
/external/proguard/src/proguard/gui/ |
D | boilerplate.pro | 93 # 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
|
D | default.pro | 32 # 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/ |
D | TODO | 51 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/ |
D | tech0004.txt | 51 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/ |
D | array-reduce.js | 89 var calls = rec.record; 90 assertEquals(expectedCalls.length, calls.length, 93 assertEquals(expectedCalls[i], calls[i],
|
/external/astl/include/ |
D | iomanip | 52 // 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/ |
D | 90-NetworkManager | 2 # NOTE: NetworkManager will override the script dhcpcd calls, so this hook
|
/external/webkit/WebKit/gtk/po/ |
D | ChangeLog | 125 [GTK] many strings still missing translation calls 127 Extracting translation for the files that got translation calls.
|
/external/webkit/LayoutTests/fast/dom/Geolocation/ |
D | reentrant-error-expected.txt | 1 Tests that reentrant calls to Geolocation methods from the error callback are OK.
|