/external/llvm/test/Transforms/TailCallElim/ |
setjmp.ll | 3 ; Test that we don't tail call in a functions that calls setjmp.
|
/external/v8/test/mjsunit/tools/ |
tickprocessor-test.gc-state | 18 amount of its parent calls.
|
/external/valgrind/main/massif/tests/ |
peak.c | 9 p = malloc(16); // 'free' calls result in peaks, but after that,
|
/external/webkit/LayoutTests/fast/dom/Geolocation/ |
reentrant-permission-denied-expected.txt | 1 Tests that reentrant calls to Geolocation methods from the error callback due to a PERMISSION_DENIED error are OK.
|
reentrant-success-expected.txt | 1 Tests that reentrant calls to Geolocation methods from the success callback are OK.
|
/packages/apps/Browser/tests/src/com/android/browser/ |
BrowserLaunchPerformance.java | 18 * Calls LaunchApp and finish.
|
/packages/apps/Mms/tests/src/com/android/mms/ |
MmsLaunchPerformance.java | 20 * Calls LaunchApp and finish.
|
/external/chromium/chrome/browser/ui/cocoa/infobars/ |
infobar_controller_unittest.mm | 34 // Calls to removeDelegate: normally start an animation, which removes the 36 // 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 clos [all...] |
/packages/apps/Contacts/tests/src/com/android/contacts/calllog/ |
CallLogQueryTestUtils.java | 21 import android.provider.CallLog.Calls; 31 0L, "", 0L, 0L, Calls.INCOMING_TYPE, "", "", "", null, 0, null, null, null, null, 40 0L, "", 0L, 0L, Calls.INCOMING_TYPE, "", "", "", null, 0, null, null, null, null,
|
/external/kernel-headers/original/linux/ |
sockios.h | 6 * Definitions of the socket-level I/O control calls. 27 /* Routing table calls. */ 87 /* ARP cache control calls. */ 88 /* 0x8950 - 0x8952 * obsolete calls, don't re-use */ 93 /* RARP cache control calls. */ 98 /* Driver configuration calls */ 103 /* DLCI configuration calls */ 111 /* bonding calls */ 120 /* bridge calls */ 126 /* Device private ioctl calls */ [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
sockios.h | 6 * Definitions of the socket-level I/O control calls. 27 /* Routing table calls. */ 86 /* ARP cache control calls. */ 87 /* 0x8950 - 0x8952 * obsolete calls, don't re-use */ 92 /* RARP cache control calls. */ 97 /* Driver configuration calls */ 102 /* DLCI configuration calls */ 110 /* bonding calls */ 119 /* bridge calls */ 125 /* Device private ioctl calls */ [all...] |
/packages/apps/Contacts/src/com/android/contacts/calllog/ |
CallTypeIconsView.java | 26 import android.provider.CallLog.Calls; 33 * View that draws one or more symbols for different types of calls (missed calls, outgoing etc). 80 case Calls.INCOMING_TYPE: 82 case Calls.OUTGOING_TYPE: 84 case Calls.MISSED_TYPE: 86 case Calls.VOICEMAIL_TYPE:
|
/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...] |
/external/chromium/base/threading/ |
thread_restrictions.h | 21 // 1) If a thread should not be allowed to make IO calls, mark it: 23 // By default, threads *are* allowed to make IO calls. 24 // In Chrome browser code, IO calls should be proxied to the File thread. 36 // only calls other functions in Chrome and not fopen(), you should go 69 // Set whether the current thread to make IO calls. 74 // Check whether the current thread is allowed to make IO calls,
|
/dalvik/vm/analysis/ |
DexVerify.h | 41 size_t copyRegCount; /* calls from updateRegisters->copyRegisters */ 42 size_t mergeRegCount; /* calls from updateRegisters->merge */ 43 size_t mergeRegChanged; /* calls from updateRegisters->merge, changed */
|
/external/chromium/base/memory/ |
scoped_temp_dir.h | 15 // Multiple calls to the methods which establish a temporary directory 17 // intervening calls to Delete or Take, or the calls will fail.
|
/external/chromium/chrome/browser/notifications/ |
balloon_collection_base.h | 37 // calls CloseByScript on it. Returns true if anything was 42 // and calls CloseByScript on them. Returns true if anything 46 // Calls CloseByScript on all balloons.
|
/external/guava/src/com/google/common/collect/ |
PeekingIterator.java | 35 * <p>Calls to {@code peek()} should not change the state of the iteration, 47 * <p>The objects returned by consecutive calls to {@link #peek()} then {@link 60 * does not support this sequence of calls (optional)
|
/development/samples/USB/MissileLauncher/ |
README.txt | 12 - Receiving packets on an interrupt endpoint using a thread that calls
|
/external/chromium/chrome/browser/ |
browser_util_win.h | 13 // method caches the handle to this event so on subsequent calls also it can
|
/external/chromium/chrome/browser/resources/shared/js/cr/ |
promise_test.html | 117 var calls = 0; 120 calls++; 127 assertEquals(1, calls); 152 var calls = 0; 157 calls++; 159 assertEquals(1, calls); 164 var calls = 0; 168 calls++; 171 assertEquals(1, calls);
|
/external/icu4c/test/cintltst/ |
cbiapts.h | 27 * try to test the full functionality. It just calls each function in the class and
|
/external/javassist/sample/evolve/sample/evolve/ |
WebPage.java | 7 * Updatable class. DemoServer instantiates this class and calls
|
/external/kernel-headers/original/asm-generic/ |
ipc.h | 4 * These are used to wrap system calls.
|
/external/llvm/test/Analysis/CallGraph/ |
no-intrinsics.ll | 13 ; CHECK-NOT: calls function 'llvm.memcpy.p0i8.p0i8.i32
|