/external/webkit/LayoutTests/fast/dom/Geolocation/ |
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/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...] |
/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)
|
/external/clearsilver/man/man3/ |
dictCleanup.3 | 32 Calls <cleanup> for every item in <dict>. If <cleanup>
|
hdf_set_int_value.3 | 33 integer to a string, and then calls hdf_set_value with
|
/external/icu4c/test/cintltst/ |
cbiapts.h | 27 * try to test the full functionality. It just calls each function in the class and
|
creststn.h | 24 * If index>=0, calls ures_getStringByIndex(). 25 * If key!=NULL, calls ures_getStringByKey().
|
/external/kernel-headers/original/asm-generic/ |
ipc.h | 4 * These are used to wrap system calls.
|
/external/zlib/contrib/iostream3/ |
TODO | 13 - Check public interface to see which calls give problems
|
/packages/apps/Phone/src/com/android/phone/ |
BluetoothAtPhonebook.java | 26 import android.provider.CallLog.Calls; 44 * dialed calls respectively) 47 Calls._ID, Calls.NUMBER 61 private static final String OUTGOING_CALL_WHERE = Calls.TYPE + "=" + Calls.OUTGOING_TYPE; 62 private static final String INCOMING_CALL_WHERE = Calls.TYPE + "=" + Calls.INCOMING_TYPE; 63 private static final String MISSED_CALL_WHERE = Calls.TYPE + "=" + Calls.MISSED_TYPE [all...] |
/external/strace/ |
NEWS | 5 * Update PowerPC system calls. 6 * Better printing for Linux aio system calls. 41 * Print attribute values in *xattr system calls on Linux. 42 * Include pread and pwrite calls in -e read and -e write tracing. 44 * Print clock_t values symbolically in Linux clock_* system calls. 65 * Handle new mq_* system calls in Linux 2.6.6 and later. 71 * Better output for Linux sched_* system calls. 82 * Fixed support for LFS64 calls. 86 * Handle numerous new system calls in Linux 2.5, and new threads semantics. 89 in waitpid calls with WNOHANG [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapCallLogComposer.java | 29 import android.provider.CallLog.Calls; 61 Calls.NUMBER, Calls.DATE, Calls.TYPE, Calls.CACHED_NAME, Calls.CACHED_NUMBER_TYPE, 62 Calls.CACHED_NUMBER_LABEL 99 if (CallLog.Calls.CONTENT_URI.equals(contentUri)) { 260 case Calls.INCOMING_TYPE: { 264 case Calls.OUTGOING_TYPE: [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
LegacyContactImporterTest.java | 26 import android.provider.CallLog.Calls; 226 assertQueryResults(folder + "/expected_calls.txt", Calls.CONTENT_URI, new String[]{ 227 Calls._ID, 228 Calls.NUMBER, 229 Calls.DATE, 230 Calls.DURATION, 231 Calls.NEW, 232 Calls.TYPE, 233 Calls.CACHED_NAME, 234 Calls.CACHED_NUMBER_LABEL [all...] |
/cts/tests/tests/jni/src/android/jni/cts/ |
JniCTest.java | 23 * class merely calls into native code and reports back if there was 32 * Calls the native test, and {@code fail()}s appropriately if
|
JniCppTest.java | 23 * class merely calls into native code and reports back if there was 32 * Calls the native test, and {@code fail()}s appropriately if
|
/development/simulator/wrapsim/ |
README.txt | 7 "open" calls are intercepted. 9 It's also important that none of the intercepted system or library calls
|
/external/clearsilver/cgi/ |
fcgi_hello.c | 42 * of the standard calls that cgiwrap wraps. */ 45 /* Then, we install our own wrappers for some cgiwrap calls that aren't
|
/external/qemu/ |
charpipe.h | 25 * On the other hand, if the endpoint calls can_read() or read(), these calls
|
softmmu_outside_jit.c | 17 * is true for calls made inside JIT, but is not necessarily true for calls
|
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
umemory.h | 29 /// Calls delete in the destructor; assignment transfers ownership. 65 /// Calls the placement new on \p p. 74 /// Calls the placement new on \p p. 89 /// Calls the placement new on \p p. 98 /// Calls the destructor of \p p without calling delete. 107 /// Calls the destructor on elements in range [first, last) without calling delete. 171 /// Calls construct on all elements in [first, last) with value \p v. 183 /// Calls construct on all elements in [first, first + n) with value \p v.
|
/packages/apps/IM/src/com/android/im/engine/ |
MessageListener.java | 26 * Calls when a new message has arrived. 34 * Calls when an error occurs to send a message.
|
/packages/apps/Contacts/src/com/android/contacts/ |
RecentCallsListActivity.java | 49 import android.provider.CallLog.Calls; 89 Calls._ID, 90 Calls.NUMBER, 91 Calls.DATE, 92 Calls.DURATION, 93 Calls.TYPE, 94 Calls.CACHED_NAME, 95 Calls.CACHED_NUMBER_TYPE, 96 Calls.CACHED_NUMBER_LABEL 307 values.put(Calls.CACHED_NAME, ci.name) [all...] |
/external/tcpdump/ |
setsignal.c | 47 * of the signal, but system calls are *not* restarted, so that if 54 * should restart system calls, so that should always do what we want. 58 * might cause system calls to be restarted for the signal, however. 59 * I don't know whether, in any systems where it did cause system calls to 66 * semantics, wherein system calls don't get restarted *but* the
|