HomeSort by relevance Sort by last modified time
    Searched full:calls (Results 576 - 600 of 3371) sorted by null

<<21222324252627282930>>

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerStateUnitTestTemplate.java 36 * this class. Then it calls runTestOnMethod() to actually perform the unit
151 * Calls method under test in the given state of the MediaPlayer object.
472 // The sequence of the following method calls should not
  /hardware/ti/wlan/wl1271/Txn/
WspiBusDrv.c 161 * CBFunc - The callback to call upon transaction complete (calls the tasklet).
337 * Calls the upper layers callback.
371 * Calls the upper layers callback.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyContactImporter.java 33 import android.provider.CallLog.Calls;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutParamsParser.java 218 * It calls itself recursively to handle super classes which are also Views.
246 * It calls itself recursively to handle super classes which are also ViewGroups.
314 * It calls itself recursively to handle the super class of the LayoutParams.
  /system/wlan/ti/wilink_6_1/Txn/
WspiBusDrv.c 161 * CBFunc - The callback to call upon transaction complete (calls the tasklet).
337 * Calls the upper layers callback.
371 * Calls the upper layers callback.
  /external/tcpdump/
print-rx.c 27 * In this code, I mainly concern myself with decoding the AFS calls, not
484 * Try to handle AFS calls that we know about. Check the destination
767 * Handle calls to the AFS file service (fs)
793 * Print out arguments to some of the AFS calls. This stuff is
1085 * Handle calls to the AFS callback service
1216 * Handle calls to the AFS protection database server
1249 * Decode some of the arguments to the PT calls
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Canvas.java 28 * The Canvas class holds the "draw" calls. To draw something, you need
30 * the draw calls (writing into the bitmap), a drawing primitive (e.g. Rect,
247 * calls to translate,scale,rotate,skew,concat or clipRect,clipPath
249 * is made, those calls will be forgotten, and the settings that existed
258 * stack. Subsequent calls to translate,scale,rotate,skew,concat or
260 * call to restore() is made, those calls will be forgotten, and the
271 * offscreen bitmap. All drawing calls are directed there, and only when
273 * the canvas (or the previous layer). Subsequent calls to translate,
303 * offscreen bitmap. All drawing calls are directed there, and only when
305 * the canvas (or the previous layer). Subsequent calls to translate
    [all...]
  /bionic/libc/arch-arm/bionic/
clone.S 66 @ calls the thread's start function
  /bionic/libc/bionic/
malloc_debug_common.c 202 /* Table for dispatching malloc calls, initialized with default dispatchers. */
208 /* Selector of dispatch table to use for dispatching malloc calls. */
246 /* Table for dispatching malloc calls, depending on environment. */
254 * This library is loaded and memory allocation calls are redirected there
ssp.c 63 * Does a best effort at logging and calls _exit to terminate
  /bionic/libc/docs/
SYSV-IPC.TXT 102 calls strerror() will simply crash. The USB sub-system starts spoutting weird
  /bionic/libc/include/
malloc.h 93 a program makes other calls to system memory allocation functions
  /bionic/libc/stdio/
wbuf.c 54 * calls might wrap _w from negative to positive.
  /bionic/libthread_db/
libthread_db.c 136 * symbols returned from td_symbol_list via calls back to the host.
  /bootable/recovery/
recovery.c 81 * 8. main() calls reboot() to boot main system
96 * 8. main() calls maybe_install_firmware_update()
109 * 9. main() calls reboot() to boot main system
129 * 10. main() calls reboot() to boot main system
  /bootable/recovery/updater/
updater.c 27 // RegisterDeviceExtensions() function, which calls all the
  /dalvik/dx/src/com/android/dx/dex/code/
OutputCollector.java 89 * Gets the results of all the calls on this instance, in the form of
  /dalvik/dx/src/com/android/dx/dex/file/
UniformItemSection.java 107 * so that subsequent calls to {@link #items} will yield a
  /dalvik/libcore/auth/src/main/java/javax/security/auth/callback/
PasswordCallback.java 100 * usually calls this method once the {@link CallbackHandler} has finished
  /dalvik/libcore/crypto/src/main/java/javax/crypto/
MacSpi.java 116 * {@link #engineUpdate} calls.
  /dalvik/libcore/logging/src/main/java/java/util/logging/
ErrorManager.java 82 * first call and all subsequent calls are ignored. A subclass of this class
  /dalvik/libcore/luni/src/main/java/java/util/
TimerTask.java 87 * least once. Subsequent calls have no effect.
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
PriviAction.java 29 * calls.
  /dalvik/libcore/nio/src/main/java/java/nio/
NIOAccess.java 32 * different than what the Harmony implementation calls a "base
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
PermissionCollectionTest.java 93 assertTrue("more calls to setReadOnly() should not harm", pc.isReadOnly());

Completed in 250 milliseconds

<<21222324252627282930>>