HomeSort by relevance Sort by last modified time
    Searched refs:calls (Results 1 - 25 of 161) sorted by null

1 2 3 4 5 6 7

  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedGsmCallState.java 135 CallInfo calls[] = new CallInfo[MAX_CALLS]; field in class:SimulatedGsmCallState
162 // calls may have hung up by the time delayed events happen
182 // ensure there aren't already calls INCOMING or WAITING
183 for (int i = 0 ; i < calls.length ; i++) {
184 CallInfo call = calls[i];
205 calls[empty] = CallInfo.createIncomingCall(
209 calls[empty].state = CallInfo.State.WAITING;
220 for (int i = 0 ; i < calls.length ; i++) {
221 CallInfo call = calls[i];
246 for (int i = 0 ; i < calls.length ; i++)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/
ObserverNodeTest.java 56 ArrayList<ObserverCall> calls = new ArrayList<ObserverCall>(); local
59 root.collectObserversLocked(uris[i], 0, null, false, calls);
60 assertEquals(nums[i], calls.size());
61 calls.clear();
83 ArrayList<ObserverCall> calls = new ArrayList<ObserverCall>(); local
86 root.collectObserversLocked(uris[i], 0, null, false, calls);
87 assertEquals(nums[i], calls.size());
88 calls.clear();
  /hardware/ril/mock-ril/src/js/
simulated_radio_tests.js 49 var calls = simulatedRadio.getCalls();
72 simulatedRadio.printCalls(newCalls.calls);
93 var calls = simulatedRadio.getCalls();
95 for (var i = 0; i < calls.length; i++) {
96 if (typeof calls[i] != 'undefined') {
97 if (calls[i].state == CALLSTATE_INCOMING) {
138 var calls = simulatedRadio.getCalls();
139 for (var i = 0; i < calls.length; i++) {
140 if (typeof calls[i] != 'undefined') {
141 if (calls[i].state == CALLSTATE_INCOMING)
    [all...]
simulated_radio.js 100 // Number of active calls in calls
103 // Maximum number of active calls
115 // Array of "active" calls
116 var calls = Array(maxNumberActiveCalls + 1);
151 * The the array of calls, this is a sparse
157 return calls;
161 * @return the RilCall at calls[index] or null if undefined.
166 c = calls[index];
183 for (var i = 0; i < calls.length; i++)
    [all...]
  /external/antlr/src/org/antlr/runtime/tree/
CommonTreeNodeStream.java 53 /** Stack of indexes used for push/pop calls */
54 protected IntArray calls; field in class:CommonTreeNodeStream
77 if ( calls != null ) calls.clear();
126 if ( calls==null ) {
127 calls = new IntArray();
129 calls.push(p); // save current index
137 int ret = calls.pop();
BufferedTreeNodeStream.java 119 /** Stack of indexes used for push/pop calls */
120 protected IntArray calls; field in class:BufferedTreeNodeStream
344 if ( calls==null ) {
345 calls = new IntArray();
347 calls.push(p); // save current index
355 int ret = calls.pop();
363 if (calls != null) {
364 calls.clear();
  /external/valgrind/main/lackey/tests/
true.stderr.exp 3 Counted ... calls to main()
  /external/strace/
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
83 - Update PowerPC system calls.
84 - Better printing for Linux aio system calls.
136 - new upstream version, mq_* calls (#120701), -p vs NPTL (#120462), more fixes (#118694, #120541, #118685)
142 - new upstream version, sched_* calls (#116990), show core flag (#112117
    [all...]
  /external/webkit/Source/WebCore/plugins/
PluginMainThreadScheduler.cpp 76 void PluginMainThreadScheduler::dispatchCallsForPlugin(NPP npp, const Deque<Call>& calls)
78 Deque<Call>::const_iterator end = calls.end();
79 for (Deque<Call>::const_iterator it = calls.begin(); it != end; ++it) {
PluginMainThreadScheduler.h 57 void dispatchCallsForPlugin(NPP, const Deque<Call>& calls);
  /external/chromium/net/data/proxy_resolver_v8_unittest/
simple.js 1 // PAC script which uses isInNet on both IP addresses and hosts, and calls
  /external/zlib/contrib/minizip/
crypt.h 101 static unsigned calls = 0; /* ensure different random header each time */ local
110 if (++calls == 1)
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
Context.java 53 private ArrayList<MessageData> calls = new ArrayList<MessageData>(); field in class:Frame
61 calls.add(msgData);
70 for (int i = 0; i < calls.size(); i++)
71 if (call == calls.get(i))
74 ctx.processMessage(calls.get(i).msg);
84 return calls.get(i);
88 return calls;
92 if (calls == null)
94 calls.clear();
95 calls = null
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
Context.java 53 private ArrayList<MessageData> calls = new ArrayList<MessageData>(); field in class:Frame
61 calls.add(msgData);
70 for (int i = 0; i < calls.size(); i++)
71 if (call == calls.get(i))
74 ctx.processMessage(calls.get(i).msg);
84 return calls.get(i);
88 return calls;
92 if (calls == null)
94 calls.clear();
95 calls = null
    [all...]
  /external/valgrind/main/callgrind/
callgrind_control.in 443 %calls = ();
468 elsif (/calls-(\d+)-(\d+): (.+)$/) {
470 $calls{$ctid,$fcount{$ctid}} = $3;
482 elsif (/executed-calls: (\d+)/) { $exec_calls = $1; }
483 elsif (/distinct-calls: (\d+)/) { $dist_calls = $1; }
548 print " (".$calls{$tid,$i-1}." x)";
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 16 (* variant for function calls. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
ast.ml 16 (* variant for function calls. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
ast.ml 16 (* variant for function calls. *)
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
reentrant-permission-denied.js 1 description("Tests that reentrant calls to Geolocation methods from the error callback due to a PERMISSION_DENIED error are OK.");
  /bionic/libc/arch-arm/bionic/
clone.S 61 @ calls the thread's start function
  /external/mesa3d/docs/OLD/
MESA_trace.spec 33 of GL calls including parameters as readable text. The verbosity
36 linked for standalone test programs. The set of calls and the
68 This would require hooking into glXSwapBuffers calls as well.
74 (2a) Should GLX calls be traced?
223 returned to the application on its GetError calls. If the user does not
224 wish the additional GetError calls to be performed, this bit should not
  /frameworks/base/core/java/android/content/
ContentService.java 170 ArrayList<ObserverCall> calls = new ArrayList<ObserverCall>(); local
173 calls);
175 final int numCalls = calls.size();
177 ObserverCall oc = calls.get(i);
671 boolean selfNotify, ArrayList<ObserverCall> calls) {
685 calls.add(new ObserverCall(this, entry.observer, selfNotify));
691 boolean selfNotify, ArrayList<ObserverCall> calls) {
696 collectMyObserversLocked(true, observer, selfNotify, calls);
700 collectMyObserversLocked(false, observer, selfNotify, calls);
708 node.collectObserversLocked(uri, index + 1, observer, selfNotify, calls);
    [all...]
  /external/clang/test/CXX/class.access/class.protected/
p1.cpp 310 void calls(void (*)(Static));
314 calls(&A::foo);
318 calls(&A::foo);
322 calls(&A::foo);
326 calls(&A::foo);
  /external/bluetooth/bluez/audio/
telephony-ofono.c 59 static GSList *calls = NULL; variable
107 for (l = calls; l != NULL; l = l->next) {
121 for (l = calls; l != NULL; l = l->next) {
135 for (l = calls; l != NULL; l = l->next) {
328 call = calls->data;
460 DBG("telephony-ofono: list current calls request");
462 for (l = calls, i = 1; l != NULL; l = l->next, i++) {
497 for (l = calls; l != NULL; l = l->next) {
519 call = g_slist_nth_data(calls, strtol(idx, NULL, 0) - 1);
687 calls = g_slist_remove(calls, vc)
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
LineNumberReaderTest.java 150 private int calls = 0;
153 if (calls++ < 2) {

Completed in 784 milliseconds

1 2 3 4 5 6 7