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

1 2 3 4

  /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);
142 * The the array of calls, this is a sparse
148 return calls;
152 * @return the RilCall at calls[index] or null if undefined.
157 c = calls[index];
174 for (var i = 0; i < calls.length; i++)
    [all...]
  /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/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 56 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
bindings.js 45 // Call dnsResolveEx() (note that isResolvableEx() implicity calls it.)
  /libcore/sqlite-jdbc/
Android.mk 16 # This name is dictated by the fact that the SQLite code calls loadLibrary("sqlite_jni").
  /external/chromium/third_party/zlib/contrib/minizip/
crypt.h 102 static unsigned calls = 0; /* ensure different random header each time */ variable
111 if (++calls == 1)
  /external/clearsilver/cs/
test_func.cs 1 testing func calls
  /external/zlib/contrib/minizip/
crypt.h 101 static unsigned calls = 0; /* ensure different random header each time */ local
110 if (++calls == 1)
  /development/simulator/wrapsim/
Android.mk 31 # library or system calls they make could lead to recursive behavior.
  /bionic/libc/arch-arm/bionic/
clone.S 66 @ calls the thread's start function
  /frameworks/base/core/java/android/content/
ContentService.java 132 ArrayList<ObserverCall> calls = new ArrayList<ObserverCall>(); local
135 calls);
137 final int numCalls = calls.size();
139 ObserverCall oc = calls.get(i);
588 boolean selfNotify, ArrayList<ObserverCall> calls) {
602 calls.add(new ObserverCall(this, entry.observer, selfNotify));
608 boolean selfNotify, ArrayList<ObserverCall> calls) {
613 collectMyObserversLocked(true, observer, selfNotify, calls);
617 collectMyObserversLocked(false, observer, selfNotify, calls);
625 node.collectObserversLocked(uri, index + 1, observer, selfNotify, calls);
    [all...]
  /external/qemu/telephony/
android_modem.c 225 /* active calls */
226 AVoiceCallRec calls[ MAX_CALLS ]; member in struct:AModemRec_
525 /** CALLS
539 return &modem->calls[index].call;
556 if ( modem->calls[nn].call.id == (id+1) ) {
564 call = modem->calls + count;
590 if ( modem->calls + nn == call )
595 memmove( modem->calls + nn,
596 modem->calls + nn + 1,
609 AVoiceCall call = modem->calls + nn
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
reentrant-error.js 1 description("Tests that reentrant calls to Geolocation methods from the error callback are OK.");
reentrant-success.js 1 description("Tests that reentrant calls to Geolocation methods from the success callback are OK.");
  /external/v8/test/mjsunit/
property-load-across-eval.js 28 // Tests loading of properties across eval calls.
50 // Test loading across eval calls that do not shadow variables.
global-load-from-eval-in-with.js 51 // Test shadowing in local scope inside an eval scope with eval calls in the eval scopes.
55 // Test shadowing in local scope inside an eval scope with eval calls
  /external/bluetooth/bluez/audio/
telephony-ofono.c 58 static GSList *calls = NULL; variable
115 for (l = calls; l != NULL; l = l->next) {
129 for (l = calls; l != NULL; l = l->next) {
357 DBG("telephony-ofono: list current calls request");
359 for (l = calls, i = 1; l != NULL; l = l->next, i++) {
801 calls = g_slist_remove(calls, vc);
870 calls = g_slist_append(calls, vc_new);
1112 g_slist_foreach(calls, (GFunc) vc_free, NULL)
    [all...]
telephony-maemo5.c 192 static GSList *calls = NULL; variable
262 for (l = calls; l != NULL; l = l->next) {
276 for (l = calls; l != NULL; l = l->next) {
293 for (l = calls; l != NULL; l = l->next) {
307 for (l = calls; l != NULL; l = l->next) {
758 DBG("telephony-maemo: list current calls request");
760 for (l = calls, i = 1; l != NULL; l = l->next, i++) {
795 for (l = calls; l != NULL; l = l->next) {
817 call = g_slist_nth_data(calls, strtol(idx, NULL, 0) - 1);
    [all...]
telephony-maemo6.c 151 static GSList *calls = NULL; variable
222 for (l = calls; l != NULL; l = l->next) {
236 for (l = calls; l != NULL; l = l->next) {
253 for (l = calls; l != NULL; l = l->next) {
267 for (l = calls; l != NULL; l = l->next) {
718 DBG("telephony-maemo6: list current calls request");
720 for (l = calls, i = 1; l != NULL; l = l->next, i++) {
755 for (l = calls; l != NULL; l = l->next) {
777 call = g_slist_nth_data(calls, strtol(idx, NULL, 0) - 1);
    [all...]
  /external/webkit/WebKitTools/Scripts/
parse-malloc-history 75 # 6 calls for 664 bytes thread_ffffffff |0x0 | start
76 ($callCount, $byteCount) = ($line =~ /(\d+) calls for (\d+) bytes/);
160 print commify($callCount) . " calls for " . commify($byteCount) . " bytes: $callstack\n";

Completed in 670 milliseconds

1 2 3 4