/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()
|
D | PluginMainThreadScheduler.h | 56 void dispatchCallsForPlugin(NPP, const Deque<Call>& calls);
|
/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 | 57 static GSList *calls = NULL; variable 110 for (l = calls; l != NULL; l = l->next) { in find_vc() 124 for (l = calls; l != NULL; l = l->next) { in find_vc_with_status() 347 for (l = calls, i = 1; l != NULL; l = l->next, i++) { in telephony_list_current_calls_req() 765 calls = g_slist_append(calls, vc_new); in handle_vcmanager_property_changed() 827 calls = g_slist_remove(calls, vc); in handle_vc_property_changed() 1102 g_slist_foreach(calls, (GFunc) vc_free, NULL); in telephony_exit() 1103 g_slist_free(calls); in telephony_exit() 1104 calls = NULL; in telephony_exit()
|
D | telephony-maemo.c | 188 static GSList *calls = NULL; variable 256 for (l = calls; l != NULL; l = l->next) { in find_call() 270 for (l = calls; l != NULL; l = l->next) { in find_non_held_call() 287 for (l = calls; l != NULL; l = l->next) { in find_non_idle_call() 301 for (l = calls; l != NULL; l = l->next) { in find_call_with_status() 728 for (l = calls, i = 1; l != NULL; l = l->next, i++) { in telephony_list_current_calls_req() 763 for (l = calls; l != NULL; l = l->next) { in foreach_call_with_status() 785 call = g_slist_nth_data(calls, strtol(idx, NULL, 0) - 1); in telephony_call_hold_req() 1549 calls = g_slist_append(calls, call); in parse_call_list() 2053 g_slist_foreach(calls, (GFunc) csd_call_free, NULL); in telephony_exit() [all …]
|
/external/webkit/WebKit/mac/WebInspector/ |
D | WebInspector.mm | 67 // Not used anymore. Remove when a release of Safari non-longer calls this. 171 // Safari 3.0 calls this method 183 // Safari 3.0 calls this method 195 // Shiira calls this internal method, return nil since we can't easily return the window 207 // 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
|
D | test_func.cs | 1 testing func calls
|
D | test_macro_set.cs | 5 Testing "pass by reference" to macro calls so they can "return" data
|
/external/tesseract/liblept/ |
D | arrayaccess.h.vc | 39 * Function calls for these accessors are defined in arrayaccess.c. 43 * they are about 10% faster than the function calls. 45 * At the end we give code for using invoking the function calls 142 * Slower, using function calls for all accessors *
|
/external/zlib/contrib/minizip/ |
D | crypt.h | 102 static unsigned calls = 0; /* ensure different random header each time */ local 111 if (++calls == 1)
|
/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
|
/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/webkit/V8Binding/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/webkit/WebKit/gtk/po/ |
D | ChangeLog | 96 [GTK] many strings still missing translation calls 98 Extracting translation for the files that got translation calls.
|
/external/dhcpcd/dhcpcd-hooks/ |
D | 90-NetworkManager | 2 # NOTE: NetworkManager will override the script dhcpcd calls, so this hook
|
/external/webkit/WebKit/qt/tests/qwebpage/ |
D | tst_qwebpage.cpp | 467 QList<CallInfo> calls; member in PluginPage 481 calls.append(CallInfo(classid, url, paramNames, paramValues, result)); in createPlugin() 496 QCOMPARE(newPage->calls.count(), 0); in createPlugin() 503 QCOMPARE(newPage->calls.count(), 0); in createPlugin() 507 QCOMPARE(newPage->calls.count(), 1); in createPlugin() 509 PluginPage::CallInfo ci = newPage->calls.takeFirst(); in createPlugin() 542 QCOMPARE(newPage->calls.count(), 2); in createPlugin() 544 PluginPage::CallInfo ci = newPage->calls.takeFirst(); in createPlugin() 559 PluginPage::CallInfo ci = newPage->calls.takeFirst(); in createPlugin() 578 QCOMPARE(newPage->calls.count(), 0); in createPlugin()
|
/external/webkit/V8Binding/v8/test/mjsunit/tools/ |
D | tickprocessor-test.gc-state | 18 amount of its parent calls.
|