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

12 3 4

  /external/v8/test/mjsunit/compiler/
function-call.js 28 // Test of function calls.
  /libcore/luni/src/test/java/tests/api/java/io/
LineNumberReaderTest.java 265 private int calls = 0;
268 if (calls++ < 2) {
  /external/v8/test/mjsunit/
array-reduce.js 48 // records all calls in an array on the function (as arrays of arguments
89 var calls = rec.record;
90 assertEquals(expectedCalls.length, calls.length,
91 testName + " (number of calls)");
93 assertEquals(expectedCalls[i], calls[i],
regexp-multiline-stack-trace.js 28 // The flags below are to test the trace-calls functionality and the
30 // Flags: --trace-calls --preallocate-message-memory
array-join.js 28 // Test that array join calls toString on subarrays.
fuzz-natives.js 120 // These functions do nontrivial error checking in recursive calls,
  /bootable/recovery/updater/
Android.mk 35 # gets #included by updater.c. It calls all those registration
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java 605 assertEquals(Arrays.asList("verify android.com"), hostnameVerifier.calls);
640 assertEquals(Arrays.asList("verify android.com"), hostnameVerifier.calls);
1642 private final List<String> calls = new ArrayList<String>(); field in class:URLConnectionTest.RecordingTrustManager
1669 private final List<String> calls = new ArrayList<String>(); field in class:URLConnectionTest.RecordingHostnameVerifier
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallManager.java 42 * and control calls. It implements Phone interface.
88 // list of supported ringing calls
91 // list of supported background calls
94 // list of supported foreground calls
552 * 3. both active and held calls from same phone, aka, swap
553 * 4. active and held calls from different phones, aka, phone swap
807 * Disconnects the subscriber from both calls
    [all...]
  /libcore/luni/src/test/java/tests/xml/
DomTest.java 582 // implementation calls through to hasFeature (as tested above)
593 // implementation calls through to hasFeature (as tested above)
1389 final Set<String> calls = new HashSet<String>(); field in class:DomTest.RecordingHandler
    [all...]
  /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...]
  /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/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 499 QList<CallInfo> calls; member in class:PluginPage
513 calls.append(CallInfo(classid, url, paramNames, paramValues, result));
528 QCOMPARE(newPage->calls.count(), 0);
535 QCOMPARE(newPage->calls.count(), 0);
539 QCOMPARE(newPage->calls.count(), 1);
541 PluginPage::CallInfo ci = newPage->calls.takeFirst();
574 QCOMPARE(newPage->calls.count(), 2);
576 PluginPage::CallInfo ci = newPage->calls.takeFirst();
591 PluginPage::CallInfo ci = newPage->calls.takeFirst();
610 QCOMPARE(newPage->calls.count(), 0)
    [all...]
  /dalvik/tools/dmtracedump/
TraceDump.c 113 "<th>1: # calls</th>\n"
114 "<th>2: # calls</th>\n"
122 "<th># calls</th>\n";
215 StackEntry calls[MAX_STACK_DEPTH]; member in struct:CallStack
    [all...]
  /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);
  /external/webkit/LayoutTests/fast/js/resources/
JSON-stringify.js 416 get calls() {return ++getterCalls; },
421 return jsonObject.stringify(magicObject) + " :: getter calls = " + getterCalls;
  /dalvik/vm/
Dvm.mk 94 # bug hunting: checksum and verify interpreted stack when making JNI calls
  /external/protobuf/python/
mox.py 29 mode. Now the mock responds to method calls just as you told it to.
97 calls = "\n".join(["%3d. %s" % (i, m)
99 return "Verify: Expected methods never called:\n%s" % (calls,)
180 """Create a mock that will accept any method calls.
279 """Intercept method calls on this object.
327 """Start replaying expected method calls."""
332 """Verify that all of the expected calls have been made.
335 ExpectedMethodCallsError: if there are still more method calls in the
339 # If the list of expected calls is not empty, raise an exception
352 # Maintain a list of method calls we are expectin
    [all...]
  /external/v8/tools/
logreader.js 325 * Processes repeat log record. Expands it according to calls count and
profile.js 280 * If no name specified, returns the whole top down calls tree.
291 * If no name specified, returns the whole bottom up calls tree.
652 * Calls the specified function for every child.
  /frameworks/base/media/libstagefright/codecs/aacenc/Tools/
eclair.mk 118 VOCFLAGS:=-march=armv6j -mtune=arm1136jf-s -mfpu=vfp -mfloat-abi=softfp -mapcs -mtpcs-leaf-frame -mlong-calls
  /external/webkit/WebCore/inspector/front-end/
ProfileView.js 41 "calls": { title: WebInspector.UIString("Calls"), width: "54px", sortable: true },
46 delete columns.calls;
519 "calls": "numberOfCalls",
  /external/wpa_supplicant/
ndis_events.c 739 * multiple calls. */
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
ndis_events.c 739 * multiple calls. */

Completed in 985 milliseconds

12 3 4