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

1 2

  /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();
  /external/zlib/contrib/minizip/
crypt.h 101 static unsigned calls = 0; /* ensure different random header each time */ local
110 if (++calls == 1)
  /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/webkit/Source/WebCore/inspector/front-end/
ProfileView.js 41 "calls": { title: WebInspector.UIString("Calls"), width: "54px", sortable: true },
46 delete columns.calls;
520 "calls": "numberOfCalls",
  /packages/providers/ContactsProvider/tests/assets/test1/
legacy_contacts.sql 12 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,date INTEGER,duration INTEGER,type INTEGER,new INTEGER,name TEXT,numbertype INTEGER,numberlabel TEXT); table
13 INSERT INTO calls VALUES(1,18004664411,1249177360040,10,2,1,'Jane Doe',1,NULL);
103 INSERT INTO sqlite_sequence VALUES('calls',1);
  /packages/providers/ContactsProvider/tests/assets/testSynced/
legacy_contacts.sql 11 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,date INTEGER,duration INTEGER,type INTEGER,new INTEGER,name TEXT,numbertype INTEGER,numberlabel TEXT); table
  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
legacy_contacts.sql 10 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,date INTEGER,duration INTEGER,type INTEGER,new INTEGER,name TEXT,numbertype INTEGER,numberlabel TEXT); table
  /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...]
  /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...]
  /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...]
  /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...]
telephony-maemo5.c 193 static GSList *calls = NULL; variable
255 for (l = calls; l != NULL; l = l->next) {
269 for (l = calls; l != NULL; l = l->next) {
286 for (l = calls; l != NULL; l = l->next) {
300 for (l = calls; l != NULL; l = l->next) {
748 DBG("telephony-maemo: list current calls request");
750 for (l = calls, i = 1; l != NULL; l = l->next, i++) {
785 for (l = calls; l != NULL; l = l->next) {
807 call = g_slist_nth_data(calls, strtol(idx, NULL, 0) - 1);
    [all...]
telephony-maemo6.c 146 static GSList *calls = NULL; variable
209 for (l = calls; l != NULL; l = l->next) {
223 for (l = calls; l != NULL; l = l->next) {
240 for (l = calls; l != NULL; l = l->next) {
254 for (l = calls; l != NULL; l = l->next) {
777 DBG("telephony-maemo6: list current calls request");
779 for (l = calls, i = 1; l != NULL; l = l->next, i++) {
814 for (l = calls; l != NULL; l = l->next) {
836 call = g_slist_nth_data(calls, strtol(idx, NULL, 0) - 1);
    [all...]
  /external/strace/
syscall.c 238 int calls, errors; member in struct:call_counts
658 * We must always trace a few critical system calls in order to
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 629 QList<CallInfo> calls; member in class:PluginPage
647 calls.append(CallInfo(classid, url, paramNames, paramValues, result));
662 QCOMPARE(newPage->calls.count(), 0);
666 QCOMPARE(newPage->calls.count(), 1);
668 PluginPage::CallInfo ci = newPage->calls.takeFirst();
701 QCOMPARE(newPage->calls.count(), 2);
703 PluginPage::CallInfo ci = newPage->calls.takeFirst();
718 PluginPage::CallInfo ci = newPage->calls.takeFirst();
747 QCOMPARE(newPage->calls.count(), 0);
751 QCOMPARE(newPage->calls.count(), 1)
    [all...]
  /dalvik/tools/dmtracedump/
TraceDump.c 102 "<th>1: # calls</th>\n"
103 "<th>2: # calls</th>\n"
111 "<th># calls</th>\n";
202 StackEntry calls[MAX_STACK_DEPTH]; member in struct:CallStack
    [all...]
  /external/qemu/telephony/
android_modem.c 266 /* active calls */
267 AVoiceCallRec calls[ MAX_CALLS ]; member in struct:AModemRec_
532 // TODO: save more than just calls and call_count - rssi, power, etc.
538 AVoiceCall vcall = modem->calls + nn;
539 // Note: not saving timers or remote calls.
556 // In case there are timers or remote calls.
559 amodem_free_call( modem, modem->calls + nn);
800 /** CALLS
814 return &modem->calls[index].call;
831 if ( modem->calls[nn].call.id == (id+1) )
    [all...]
  /external/valgrind/main/callgrind/
global.h 88 Bool collect_systime; /* Collect time for system calls */
252 * events are not counted twice for recursive calls (TODO: True?)
480 * the calls to non-skipped functions and all costs in skipped
600 call_stack calls; /* context call arc stack */ member in struct:_thread_info
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
target.h 818 struct calls { struct in struct:gcc_target
891 } calls; member in struct:gcc_target
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
target.h 818 struct calls { struct in struct:gcc_target
891 } calls; member in struct:gcc_target
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
target.h 818 struct calls { struct in struct:gcc_target
895 } calls; member in struct:gcc_target
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
RIL.java 2369 ArrayList<DriverCall> calls = (ArrayList<DriverCall>) ret; local
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
DomTest.java 582 // implementation calls through to hasFeature (as tested above)
593 // implementation calls through to hasFeature (as tested above)
1698 final Set<String> calls = new HashSet<String>(); field in class:DomTest.RecordingHandler
    [all...]

Completed in 3819 milliseconds

1 2