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

<<31323334353637383940>>

  /external/icu4c/common/
ruleiter.h 184 * sequence of calls is to call skipIgnored(), then call lookahead(), then
188 * by future calls to next()
  /external/icu4c/test/perf/utfperf/
utfperf.cpp 103 // Custom callback for counting callback calls.
361 printf("Number of fromUnicode callback calls in the last iteration: %ld\n", (long)fromUCallbackCount);
  /external/webkit/JavaScriptCore/runtime/
JSLock.cpp 133 // Whenever a thread calls into JSC it starts using the RegisterFile from the
135 // (returned by RegisterFile::end()). So if a first thread calls out to a
  /external/webkit/WebCore/loader/
Cache.h 140 // Calls to put the cached resource into and out of LRU lists.
164 ~Cache(); // Not implemented to make sure nobody accidentally calls delete -- WebCore does not delete singletons.
  /external/webkit/WebKit/android/WebCoreSupport/
GeolocationPermissions.h 73 // permission state has been determined, asynchronously calls back to
125 // Calls back to the Geolocation objects in all frames from the
  /external/webkit/WebKit/android/nav/
FindCanvas.h 155 // These calls are made by findHelper to store information about each match
172 // Helper for each of our draw calls
  /external/webkit/WebKit/mac/Misc/
WebDownload.mm 248 // NSURLConnection calls this method even if it is not implemented.
252 // <rdar://problem/3913270> NSURLConnection calls unimplemented delegate method in WebDownload
  /frameworks/base/core/java/android/bluetooth/
BluetoothPbap.java 96 * this callback before making IPC calls on the BluetoothPbap
104 * make IPC calls on the BluetoothPbap service after this callback.
  /frameworks/base/core/java/android/content/
ContextWrapper.java 40 * Proxying implementation of Context that simply delegates all of its calls to
52 * Set the base context for this ContextWrapper. All calls will then be
  /frameworks/base/core/java/android/inputmethodservice/
IInputMethodWrapper.java 46 * Implements the internal IInputMethod interface to convert incoming calls
47 * on to it back to calls on the public InputMethod interface, scheduling
  /frameworks/base/core/jni/
AndroidRuntime.cpp 174 * Code written in the Java Programming Language calls here from main().
428 * The VM calls this through the "exit" hook.
437 * The VM calls this through the "vfprintf" hook.
483 * We just want failed write() calls to just return with an error.
873 * JNI calls.
    [all...]
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
fstream.cpp 230 /// Calls the given ioctl. Use IOCTLID macro to pass in both \p name and \p request.
239 /// Calls the given fcntl. Use FCNTLID macro to pass in both \p name and \p request.
  /frameworks/base/media/libmedia/
IMediaMetadataRetriever.cpp 25 // the binder interface so that remote calls are executed with
26 // the same priority as local calls. This is currently not working
  /frameworks/base/media/libstagefright/
TimedEventQueue.cpp 199 // Binder calls happen on this thread instead of a thread
201 // this thread can do calls into interpreted code.
  /frameworks/base/services/java/com/android/server/
VibratorService.java 149 // so wakelock calls will succeed
199 // so wakelock calls will succeed
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedCommands.java 554 * "Releases all held calls or sets User Determined User Busy (UDUB)
574 * "Releases all active calls (if any exist) and accepts
595 * "Places all active calls (if any exist) on hold and accepts
636 * "Connects the two calls and disconnects the subscriber from both calls"
656 * "Places all active calls on hold except call X with which
    [all...]
  /hardware/msm7k/librpc/
svc_clnt_common.c 36 * driver will ensure that the calls are properly muxed, because the
81 /* Can be used to send both calls and replies. */
  /packages/apps/AlarmClock/src/com/android/alarmclock/
AlarmKlaxon.java 90 // Listen for incoming calls to kill the alarm.
101 // Stop listening for incoming calls.
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmKlaxon.java 90 // Listen for incoming calls to kill the alarm.
101 // Stop listening for incoming calls.
  /packages/apps/Email/src/com/android/email/service/
EmailServiceProxy.java 72 // Proxy calls have a timeout, and this can cause failures while debugging due to the
73 // far slower execution speed. In particular, validate calls fail regularly with ssl
  /packages/apps/Phone/src/com/android/phone/
InCallControlState.java 124 // Swap / merge calls
144 // Also disabled (on CDMA devices) during emergency calls.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gcov 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gcov 
  /prebuilt/linux-x86/toolchain/sh-4.3.3/bin/
sh-linux-gnu-gcov 
  /dalvik/tools/dmtracedump/
TraceDump.c 113 "<th>1: # calls</th>\n"
114 "<th>2: # calls</th>\n"
122 "<th># calls</th>\n";
215 StackEntry calls[MAX_STACK_DEPTH]; member in struct:CallStack
    [all...]

Completed in 344 milliseconds

<<31323334353637383940>>