Home
last modified time | relevance | path

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

12345678910>>...21

/external/antlr/src/org/antlr/runtime/tree/
DCommonTreeNodeStream.java54 protected IntArray calls; field in CommonTreeNodeStream
77 if ( calls != null ) calls.clear(); in reset()
126 if ( calls==null ) { in push()
127 calls = new IntArray(); in push()
129 calls.push(p); // save current index in push()
137 int ret = calls.pop(); in pop()
DBufferedTreeNodeStream.java120 protected IntArray calls; field in BufferedTreeNodeStream
344 if ( calls==null ) { in push()
345 calls = new IntArray(); in push()
347 calls.push(p); // save current index in push()
355 int ret = calls.pop(); in pop()
363 if (calls != null) { in reset()
364 calls.clear(); in reset()
/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
/external/chromium/chrome/browser/ui/cocoa/infobars/
Dinfobar_controller_unittest.mm36 // container which calls close: immediately, rather than kicking off an
123 // Check that dismissing the infobar calls InfoBarClosed() on the delegate.
130 // Check that clicking on the link calls LinkClicked() on the
140 // Check that clicking on the link calls LinkClicked() on the
166 // Check that dismissing the infobar calls InfoBarClosed() on the delegate.
175 // Check that clicking the OK button calls Accept() and then closes
187 // Check that clicking the OK button calls Accept() but does not close
197 // Check that clicking the cancel button calls Cancel() and closes
209 // Check that clicking the cancel button calls Cancel() but does not close
219 // Check that clicking on the link calls LinkClicked() on the
[all …]
/external/mesa3d/docs/
DREADME.AMIWIN62 proper SAS/C options and linkable libraries to use. Basically aux calls
63 require Mesaaux.LIB, gl calls require MesaGL.LIB, glu calls MesaGLU.LIB,
64 tk calls Mesatk.LIB. There is a preliminary port of MesaGLUT.LIB toolkit
104 - added the necessary pragma calls for X functions to the following:
107 X library calls
116 - added the necessary pragma calls for X functions to the following:
131 - added the necessary pragma calls for X functions to the following:
138 - added the necessary pragma calls for X functions to the following:
141 - put #ifndef AMIWIN ... #endif around sleep() calls in xdemo.c since
154 - added the necessary pragma calls for X functions to the following:
/external/webkit/Source/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/webkit/LayoutTests/dom/xhtml/level2/html/
DHTMLFrameElement09-expected.txt1 CONSOLE MESSAGE: line 722: Value complete does not allow function calls.
2 CONSOLE MESSAGE: line 722: Value complete does not allow function calls.
/external/clang/test/SemaObjCXX/
Divar-lookup.mm14 int *ip = [Ivar method]; // Okay; calls A's method on the instance variable Ivar.
15 // Note that Objective-C calls Ivar's method.
/external/bluetooth/bluez/audio/
Dtelephony-ofono.c59 static GSList *calls = NULL; variable
107 for (l = calls; l != NULL; l = l->next) { in find_vc()
121 for (l = calls; l != NULL; l = l->next) { in find_vc_with_status()
135 for (l = calls; l != NULL; l = l->next) { in find_vc_without_status()
328 call = calls->data; in telephony_terminate_call_req()
462 for (l = calls, i = 1; l != NULL; l = l->next, i++) { in telephony_list_current_calls_req()
497 for (l = calls; l != NULL; l = l->next) { in foreach_vc_with_status()
519 call = g_slist_nth_data(calls, strtol(idx, NULL, 0) - 1); in telephony_call_hold_req()
687 calls = g_slist_remove(calls, vc); in handle_vc_property_changed()
836 calls = g_slist_prepend(calls, vc); in call_added()
[all …]
Dtelephony-maemo6.c146 static GSList *calls = NULL; variable
209 for (l = calls; l != NULL; l = l->next) { in find_call()
223 for (l = calls; l != NULL; l = l->next) { in find_non_held_call()
240 for (l = calls; l != NULL; l = l->next) { in find_non_idle_call()
254 for (l = calls; l != NULL; l = l->next) { in find_call_with_status()
779 for (l = calls, i = 1; l != NULL; l = l->next, i++) { in telephony_list_current_calls_req()
814 for (l = calls; l != NULL; l = l->next) { in foreach_call_with_status()
836 call = g_slist_nth_data(calls, strtol(idx, NULL, 0) - 1); in telephony_call_hold_req()
1534 calls = g_slist_append(calls, call); in parse_call_list()
1788 if (calls != NULL || get_calls_active) in handle_modem_state()
[all …]
Dtelephony-maemo5.c193 static GSList *calls = NULL; variable
255 for (l = calls; l != NULL; l = l->next) { in find_call()
269 for (l = calls; l != NULL; l = l->next) { in find_non_held_call()
286 for (l = calls; l != NULL; l = l->next) { in find_non_idle_call()
300 for (l = calls; l != NULL; l = l->next) { in find_call_with_status()
750 for (l = calls, i = 1; l != NULL; l = l->next, i++) { in telephony_list_current_calls_req()
785 for (l = calls; l != NULL; l = l->next) { in foreach_call_with_status()
807 call = g_slist_nth_data(calls, strtol(idx, NULL, 0) - 1); in telephony_call_hold_req()
1551 calls = g_slist_append(calls, call); in parse_call_list()
1972 if (calls != NULL || get_calls_active) in handle_modem_state()
[all …]
/external/clang/test/CXX/class.access/class.protected/
Dp1.cpp310 void calls(void (*)(Static));
314 calls(&A::foo); in test()
318 calls(&A::foo); in test()
322 calls(&A::foo); in test()
326 calls(&A::foo); in test()
/external/llvm/test/CodeGen/MBlaze/
Dmul64.ll1 ; Ensure that multiplication is lowered to function calls when the 64-bit
2 ; multiplier unit is not available in the hardware and that function calls
Dmul.ll1 ; Ensure that multiplication is lowered to function calls when the multiplier
2 ; unit is not available in the hardware and that function calls are not used
Dfpu.ll1 ; Ensure that floating point operations are lowered to function calls when the
2 ; FPU is not available in the hardware and that function calls are not used
Ddiv.ll1 ; Ensure that multiplication is lowered to function calls when the multiplier
2 ; unit is not available in the hardware and that function calls are not used
/external/llvm/test/Transforms/Inline/
D2010-05-31-ByvalTailcall.ll5 ; be used by inlined calls, so any inlined calls need to have their 'tail' flags
/external/webkit/Source/WebKit/mac/WebInspector/
DWebInspector.mm76 // Not used anymore. Remove when a release of Safari non-longer calls this.
207 // Safari 3.0 calls this method
219 // Safari 3.0 calls this method
231 // Shiira calls this internal method, return nil since we can't easily return the window
243 // Safari 3.0 calls this method
/external/llvm/test/CodeGen/ARM/
Dcall-tc.ll1 ; RUN: llc < %s -mtriple=armv6-apple-darwin -mattr=+vfp2 -arm-tail-calls | FileCheck %s -check-pref…
2 ; RUN: llc < %s -mtriple=armv6-linux-gnueabi -relocation-model=pic -mattr=+vfp2 -arm-tail-calls | F…
3 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin -arm-tail-calls | FileCheck %s -check-prefix=CHECKT2D
/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/android-mock/src/com/google/android/testing/mocking/
DGeneratedMockJar.readme12 calls, and will delegate calls to EasyMock, while performing the required
/external/qemu/telephony/
Dandroid_modem.c267 AVoiceCallRec calls[ MAX_CALLS ]; member
538 AVoiceCall vcall = modem->calls + nn; in android_modem_state_save()
559 amodem_free_call( modem, modem->calls + nn); in android_modem_state_load()
814 return &modem->calls[index].call; in amodem_get_call()
831 if ( modem->calls[nn].call.id == (id+1) ) { in amodem_alloc_call()
839 call = modem->calls + count; in amodem_alloc_call()
865 if ( modem->calls + nn == call ) in amodem_free_call()
870 memmove( modem->calls + nn, in amodem_free_call()
871 modem->calls + nn + 1, in amodem_free_call()
884 AVoiceCall call = modem->calls + nn; in amodem_find_call()
[all …]
/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/mesa3d/docs/OLD/
DMESA_trace.spec33 of GL calls including parameters as readable text. The verbosity
36 linked for standalone test programs. The set of calls and the

12345678910>>...21