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

<<11121314151617181920>>

  /frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
DynamicProxy.java 34 * proxy object implementing that interface, which will forward all method calls made on the
41 * second argument, and now calls to the interface will be automatically sent on to the real
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParser.java 52 * {@link VCardInterpreter#onEntryStarted()} / {@link VCardInterpreter#onEntryEnded()} calls
69 * calls. Callers should handle the situation by themselves.</p>
  /libcore/luni/src/test/java/tests/api/org/xml/sax/support/
MethodLogger.java 23 * A simple helper class that logs method calls by storing method names and
65 * method calls have been logged so far.
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 95 // Inline replacements for locking calls under Watcom
97 // standard WIN32 calls
  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogFragment.java 40 import android.provider.CallLog.Calls;
92 /** Called by the CallLogQueryHandler when the list of calls has been fetched or updated. */
286 // just call the first entry to make sure that [send] [send] calls the
310 (callType == Calls.INCOMING_TYPE
311 || callType == Calls.MISSED_TYPE)) {
376 Log.e(TAG, "Failed to clear missed calls notification due to remote exception");
392 // seen the new calls yet.
395 // While exiting we additionally consume all missed calls (by marking them as read).
ClearCallLogDialog.java 31 import android.provider.CallLog.Calls;
55 resolver.delete(Calls.CONTENT_URI, null, null);
  /packages/apps/Contacts/tests/src/com/android/contacts/
CallDetailActivityTest.java 181 /** Test to check that I haven't broken the remove-from-call-log entry from regular calls. */
233 values.put(CallLog.Calls.NUMBER, CONTACT_NUMBER);
234 values.put(CallLog.Calls.TYPE, CallLog.Calls.INCOMING_TYPE);
235 mCallLogUri = contentResolver.insert(CallLog.Calls.CONTENT_URI, values);
247 Uri callLogUri = ContentUris.withAppendedId(CallLog.Calls.CONTENT_URI_WITH_VOICEMAIL,
275 Uri callLogUri = ContentUris.withAppendedId(CallLog.Calls.CONTENT_URI_WITH_VOICEMAIL,
299 getContentResolver().delete(CallLog.Calls.CONTENT_URI_WITH_VOICEMAIL,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
dlfcn.h 47 these calls do not use the PLT. But this would mean the dynamic
60 /* This function calls the profiling functions. */
link.h 35 /* Return values for calls from PLT on IA-32. */
85 /* Return values for calls from PLT on x86-64. */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sem.h 37 /* semop system calls takes an array of these. */
44 /* arg for semctl system calls. */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libmemusage.so 
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 95 // Inline replacements for locking calls under Watcom
97 // standard WIN32 calls
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 95 // Inline replacements for locking calls under Watcom
97 // standard WIN32 calls
  /frameworks/base/core/java/android/app/
AlertDialog.java 394 * @return This Builder object to allow for chaining of calls to set methods
404 * @return This Builder object to allow for chaining of calls to set methods
420 * @return This Builder object to allow for chaining of calls to set methods
430 * @return This Builder object to allow for chaining of calls to set methods
440 * @return This Builder object to allow for chaining of calls to set methods
450 * @return This Builder object to allow for chaining of calls to set methods
460 * @return This Builder object to allow for chaining of calls to set methods
484 * @return This Builder object to allow for chaining of calls to set methods
497 * @return This Builder object to allow for chaining of calls to set methods
510 * @return This Builder object to allow for chaining of calls to set method
    [all...]
  /external/chromium/net/spdy/
spdy_test_util.h 112 // will vary the most between calls.
145 // will vary the most between calls.
186 // will vary the most between calls.
195 // will vary the most between calls.
205 // will vary the most between calls. If |direct| is false, the
222 // will vary the most between calls.
250 // will vary the most between calls.
258 // will vary the most between calls.
277 // will vary the most between calls.
285 // will vary the most between calls
    [all...]
  /external/strace/
strace.spec 1 Summary: Tracks and displays system calls associated with a running process.
14 The strace program intercepts and records the system calls called and
20 Install strace if you need a tool to track the system calls made and
25 Summary: Tracks and displays system calls associated with a running process.
29 The strace program intercepts and records the system calls called and
35 Install strace if you need a tool to track the system calls made and
83 - Update PowerPC system calls.
84 - Better printing for Linux aio system calls.
136 - new upstream version, mq_* calls (#120701), -p vs NPTL (#120462), more fixes (#118694, #120541, #118685)
142 - new upstream version, sched_* calls (#116990), show core flag (#112117
    [all...]
  /external/valgrind/main/callgrind/docs/
cl-format.xml 101 position specifications, but consist of 2 lines. For calls, the format
104 calls=(Call Count) (Destination position)
126 <function>main</function> calls <function>func1</function> once and
127 <function>func2</function> 3 times. <function>func1</function> calls
135 calls=1 50
139 calls=3 20
146 calls=2 20
156 spent in the calls: 400 for the single call to <function>func1</function>
157 and 400 as sum for the three calls to <function>func2</function>.</para>
172 <para>With the introduction of association specifications like calls it i
    [all...]
  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureStorageAccessor.java 25 * Utility interface for making calls to a GestureStore or GestureLibrary fixture.
  /dalvik/tests/007-exceptions/src/
Main.java 18 * Exceptions across method calls
  /dalvik/vm/mterp/cstubs/
entry.cpp 15 * C mterp entry point. This just calls the various C fallbacks, making
  /dalvik/vm/mterp/x86-atom/
OP_REM_FLOAT.S 23 * Description: Calls fmod to compute the remainder of the result of dividing a
TODO.txt 16 (hi) Add dvmReportXXXX()" calls in footer.cpp to support profilers &
  /dalvik/vm/native/
README.txt 22 an optimization for a few high-volume Object calls, and should generally
  /development/apps/launchperf/src/com/android/launchperf/
ComplexActivityLaunchPerformance.java 46 * Calls LaunchApp and finish.
EmptyActivityLaunchPerformance.java 45 * Calls LaunchApp and finish.

Completed in 1076 milliseconds

<<11121314151617181920>>