HomeSort by relevance Sort by last modified time
    Searched full:calling (Results 1001 - 1025 of 3111) sorted by null

<<41424344454647484950>>

  /external/qemu/memcheck/
memcheck_proc_management.h 76 /* Entry in the thread's calling stack array. */
103 /* Calling stack for this thread. */
  /external/qemu/target-arm/
helpers.h 471 * calling stack.
478 * thread's calling stack.
  /external/qemu/tcg/
README 78 taking i32, i64 or pointer types. Before calling an helper, all
83 On some TCG targets (e.g. x86), several calling conventions are
  /external/skia/include/views/
SkView.h 232 Install a subclass of this in a view (calling setArtist()), and then the
256 Install a subclass of this in a view (calling setLayout()), and then the
  /external/v8/src/
accessors.cc 126 // Calling SetProperty causes an infinite loop.
420 // Find the name of the function calling eval.
  /external/webkit/WebCore/bindings/v8/
V8NPObject.cpp 124 throwError("Error calling method on NPObject!", V8Proxy::GeneralError);
335 // Must remove from our map before calling _NPN_ReleaseObject(). _NPN_ReleaseObject can call ForgetV8ObjectForNPObject, which
  /external/webkit/WebCore/loader/
CachedResource.cpp 357 // Equivalent of calling removeClient() for all clients
364 // Calling didAddClient for a client may end up removing another client. In that case it won't be in the set anymore.
  /external/webkit/WebKit/mac/Plugins/
WebBaseNetscapePluginStream.mm 253 // Calling cancelLoadWithError: cancels the load, but doesn't call NPP_DestroyStream.
404 // Delete the file after calling NPP_StreamAsFile(), instead of in -dealloc/-finalize. It should be OK
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_client.c 320 * initialized by calling tlsv1_client_global_init(). No TLSv1 client functions
321 * can be called after this before calling tlsv1_client_global_init() again.
tlsv1_server.c 294 * initialized by calling tlsv1_server_global_init(). No TLSv1 server functions
295 * can be called after this before calling tlsv1_server_global_init() again.
  /frameworks/base/core/java/android/os/
Message.java 235 * the Message after calling this function -- it has effectively been
305 * event, lazily creating it if necessary. Set this value by calling
  /frameworks/base/core/java/android/view/
Gravity.java 98 * yourself by calling {@link #applyDisplay}.
105 * yourself by calling {@link #applyDisplay}.
Surface.java 113 /** Hide the surface. Equivalent to calling hide() */
116 /** Freeze the surface. Equivalent to calling freeze() */
  /frameworks/base/core/java/android/widget/
VideoView.java 72 // calling pause() intends to bring the object to a target state
93 private int mStateWhenSuspended; //state before calling suspend()
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuItemImpl.java 132 * Invokes the item by calling various listeners or callbacks.
326 * views, so it passes arguments rather than each item calling a method on the menu to get
  /frameworks/base/docs/html/guide/basics/
appmodel.jd 241 an IBinder are dispatched from the thread calling them or a thread pool in the
251 are dispatched from the calling thread or main thread as with IBinder. The
  /frameworks/base/docs/html/resources/articles/
tts.jd 78 supports. Loading a language is as simple as calling for instance:</p>
231 services anymore" by calling <code>mTts.shutdown()</code>, in your Activity
  /frameworks/base/include/utils/
threads.h 303 * or unlock the mutex and continue. All threads calling wait() must
316 // Wait on the condition variable. Lock the mutex before calling.
  /frameworks/base/telephony/java/android/telephony/
SmsManager.java 42 * Get this object by calling the static method SmsManager.getDefault().
108 * divided the message into correctly sized parts by calling
  /hardware/ti/omap3/libopencorehw/
android_surface_output_omap34xx.cpp 83 LOGV("Calling Vendor(34xx) Specific initCheck");
189 LOGV(" calling Vendor Specific(34xx) writeFrameBuf call");
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
CmdMBox.c 78 * Calling this function creates a CmdMbox object
108 * Calling this function destroys a CmdMbox object
  /hardware/ti/wlan/wl1271/TWD/MacServices/
ScanSrvSM.c 389 /* must erase CB function before calling it to enable nested scans */
461 TRACE2( pScanSRV->hReport, REPORT_SEVERITY_ERROR, ": Timer expired. consecutive failures:%d, threshold:%d, still not calling recovery.\n", pScanSRV->currentNumberOfConsecutiveNoScanCompleteEvents, pScanSRV->numberOfNoScanCompleteToRecovery);
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
spectrumMngmntMgr.c 129 /* getting the ACX statisitc counters by calling the HAL */
147 /* getting the Medium Occupancy by calling the HAL */
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppProvider.java 209 if (D) Log.d(TAG, "calling getType on an unknown URI: " + uri);
234 if (D) Log.d(TAG, "calling insert on an unknown/invalid URI: " + uri);
  /packages/apps/Phone/src/com/android/phone/
InCallMenu.java 95 * one-time stuff, like setting the ID and click listener, or calling
96 * setIndicatorVisible() for buttons that have a green LED, or calling

Completed in 88 milliseconds

<<41424344454647484950>>