HomeSort by relevance Sort by last modified time
    Searched full:calls (Results 101 - 125 of 6241) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/qemu/
softmmu_outside_jit.c 17 * is true for calls made inside JIT, but is not necessarily true for calls
  /external/valgrind/main/docs/internals/
m_replacemalloc.txt 21 - On the first allocation, vg_replace_malloc.c:init() calls the
25 - All calls to these functions are done using 'info'.
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromiumInit.h 33 // This only calls into chromium once, but can be called multiple times.
34 // It should be called before any other calls into external/chromium.
  /external/webrtc/src/common_audio/vad/main/source/
vad_sp.h 13 * This header file includes the VAD internal calls for Downsampling and FindMinimum.
14 * Specific function calls are given below.
  /libcore/luni/src/main/java/javax/sql/
StatementEventListener.java 28 * The driver calls this method on all StatementEventListeners registered on
38 * The driver calls this method on all StatementEventListeners registered on
RowSetReader.java 24 * to get data from a database into its rows. The {@code RowSet} calls the
42 * thrown). However, when the reader calls the {@code RowSet}'s methods, no
52 * calls the {@link RowSet#execute()} method.
  /packages/apps/Contacts/tests/src/com/android/contacts/calllog/
CallLogListItemHelperTest.java 25 import android.provider.CallLog.Calls;
33 /** A test phone number for phone calls. */
37 /** A test date value for phone calls. */
39 /** A test duration value for phone calls. */
101 setPhoneCallDetailsWithTypes(Calls.VOICEMAIL_TYPE);
106 setUnreadPhoneCallDetailsWithTypes(Calls.VOICEMAIL_TYPE);
112 Calls.VOICEMAIL_TYPE);
124 setPhoneCallDetailsWithNumberAndType(number, formattedNumber, Calls.INCOMING_TYPE);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
ioctls.h 26 /* Routing table calls. */
75 /* ARP cache control calls. */
76 /* 0x8950 - 0x8952 * obsolete calls, don't re-use */
81 /* RARP cache control calls. */
86 /* Driver configuration calls */
91 /* DLCI configuration calls */
96 /* Device private ioctl calls. */
106 * These 16 ioctl calls are protocol private
  /dalvik/vm/compiler/codegen/arm/
ArmRallocUtil.cpp 35 * r8, r9, r10: Temp preserved across C calls
36 * r11, ip(r12): Temp not preserved across C calls
44 * r8, r9, r10 Temp preserved across C calls
45 * r11, ip(r12): Temp not preserved across C calls
46 * fp0-fp15: Hot temps, not preserved across C calls
  /development/samples/SipDemo/
_index.html 1 <p>This is a demo application highlighting how to make internet-based calls with
7 your app wants to receive incoming SIP calls, so that they can be handled from
18 that listens for incoming SIP calls and passes them to
22 receive incoming SIP, handles incoming calls and makes outgoing calls, managing
  /external/chromium/base/allocator/
generic_allocators.cc 11 // Implement a C++ style allocation, which always calls the new_handler
52 // If flag is 0 (default), calls to malloc will behave normally.
53 // If flag is 1, calls to malloc will behave like calls to new,
90 // Generally, calls to malloc() have padding. So a request
  /external/chromium/chrome/browser/chromeos/login/
owner_manager.h 70 // On success, calls d->OnKeyOpComplete() on |thread_id| with a
72 // On failure, calls d->OnKeyOpComplete() on |thread_id| with an appropriate
82 // On success, calls d->OnKeyOpComplete() on |thread_id| with a
84 // On failure, calls d->OnKeyOpComplete() on |thread_id| with an appropriate
96 // Calls back a key update delegate on a given thread.
  /external/chromium/chrome/browser/extensions/
extension_event_router_forwarder.h 32 // Calls
40 // Calls
50 // Calls
60 // Calls
75 // Calls DispatchEventToRenderers or DispatchEventToExtension (depending on
  /external/chromium/chrome/browser/renderer_host/
accelerated_plugin_view_mac.h 29 // is called, and during CVDisplayLink* function calls.
48 // The number of swap buffers calls that have been requested by the
49 // GPU process, or a monotonically increasing number of calls to
53 // The number of swap buffers calls that have been processed by the
87 // Updates the number of swap buffers calls that have been requested.
  /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
  /packages/apps/Contacts/tests/src/com/android/contacts/activities/
CallLogActivityTests.java 38 import android.provider.CallLog.Calls;
88 // In memory array to hold the rows corresponding to the 'calls' table.
96 // Calls.INCOMING_TYPE, Calls.OUTGOING_TYPE and Calls.MISSED_TYPE.
160 insert(CallerInfo.PRIVATE_NUMBER, NOW, 0, Calls.INCOMING_TYPE);
161 insert(CallerInfo.PRIVATE_NUMBER, NOW, 0, Calls.INCOMING_TYPE);
162 insert(CallerInfo.PRIVATE_NUMBER, NOW, 0, Calls.INCOMING_TYPE);
171 insert(CallerInfo.PRIVATE_NUMBER, NOW, 0, Calls.INCOMING_TYPE);
180 insert(CallerInfo.PRIVATE_NUMBER, NOW, 0, Calls.INCOMING_TYPE)
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsTest.java 32 import android.provider.CallLog.Calls;
411 * Test case for the behavior of the ContactsProvider's calls table
416 Calls._ID, Calls.NUMBER, Calls.DATE, Calls.DURATION, Calls.TYPE,
417 Calls.NEW, Calls.CACHED_NAME, Calls.CACHED_NUMBER_TYPE
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/calllog/
FillCallLogTestActivity.java 31 import android.provider.CallLog.Calls;
86 * Calls when the insertion has completed.
148 return new CursorLoader(FillCallLogTestActivity.this, Calls.CONTENT_URI,
227 values.putNull(Calls._ID);
230 values.put(Calls.DATE,
231 values.getAsLong(Calls.DATE)
234 if (values.getAsLong(Calls.DURATION) > 0) {
235 values.put(Calls.DURATION, mRandom.nextInt(30 * 60 * 60 * 1000));
240 Calls.CONTENT_URI);
243 contentProvider.insert(Calls.CONTENT_URI, values)
    [all...]
  /dalvik/dx/tests/071-dex-java-stack-ops/
blort.j 126 ; Test of "dup" opcode. This should end up causing these calls in order:
138 ; Test of "dup_x1" opcode. This should end up causing these calls in order:
152 ; Test of "dup_x2" opcode, form 1. This should end up causing these calls
168 ; Test of "dup_x2" opcode, form 2. This should end up causing these calls
182 ; Test of "dup2" opcode, form 1. This should end up causing these calls
197 ; Test of "dup2" opcode, form 2. This should end up causing these calls
209 ; Test of "dup2_x1" opcode, form 1. This should end up causing these calls
227 ; Test of "dup2_x1" opcode, form 2. This should end up causing these calls
241 ; Test of "dup2_x2" opcode, form 1. This should end up causing these calls
261 ; Test of "dup2_x2" opcode, form 2. This should end up causing these calls
    [all...]
  /frameworks/base/core/java/android/provider/
CallLog.java 33 * The CallLog provider contains information about placed and received calls.
45 * Contains the recent calls.
47 public static class Calls implements BaseColumns {
52 Uri.parse("content://call_log/calls");
58 Uri.parse("content://call_log/calls/filter");
90 * providing a directory of calls.
92 public static final String CONTENT_TYPE = "vnd.android.cursor.dir/calls";
98 public static final String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/calls";
106 /** Call log type for incoming calls. */
108 /** Call log type for outgoing calls. *
    [all...]
  /external/protobuf/python/
stubout.py 97 """Reverses all the SmartSet() calls, restoring things to their original
98 definition. Its okay to call SmartUnsetAll() repeatedly, as later calls
99 have no effect if no SmartSet() calls have been made.
129 """Reverses all the Set() calls, restoring things to their original
130 definition. Its okay to call UnsetAll() repeatedly, as later calls have
131 no effect if no Set() calls have been made.
134 # Undo calls to Set() in reverse order, in case Set() was called on the
  /external/chromium/chrome/browser/chromeos/cros/
update_library.h 66 // Requests an update check and calls |callback| when completed.
77 // Calls |callback| with the release track (channel). On error, calls
  /external/chromium/chrome/browser/cocoa/
authorization_util.h 41 // Calls straight through to AuthorizationExecuteWithPrivileges. If that
53 // Calls ExecuteWithPrivilegesAndGetPID, and if that call succeeds, calls
  /external/llvm/include/llvm/
AutoUpgrade.h 25 /// null in NewFn if the all calls to the original intrinsic function
34 /// which need to have both the function updated as well as all calls updated
36 /// so that it can update all calls to the old function.
  /packages/apps/Camera/src/com/android/camera/panorama/
MosaicRenderer.java 20 * The Java interface to JNI calls regarding mosaic preview rendering.
59 * This function calls glReadPixels to transfer both the low-res and high-res
74 * update its texture and warping transformation. Any calls to step()

Completed in 2277 milliseconds

1 2 3 45 6 7 8 91011>>