HomeSort by relevance Sort by last modified time
    Searched full:calling (Results 351 - 375 of 11340) sorted by null

<<11121314151617181920>>

  /prebuilts/tools/windows/sdl/include/SDL/
SDL_thread.h 52 * creates a new thread for the calling process with the SDL_CreateThread()
54 * be initialized for those threads, and not the RTL of the calling application!
61 * Always use the _beginthread() and _endthread() of the calling runtime library!
  /sdk/emulator/opengl/shared/emugl/common/
thread_store.h 42 // thread exit will likely crash, due to calling a destructor function
56 // was previously assigned by calling set().
60 // on thread exit by calling |destroy|.
  /external/chromium_org/extensions/browser/api/power/
power_api_unittest.cc 195 // Simulate an extension calling requestKeepAwake() without calling
208 // Simulate an extension calling releaseKeepAwake() without having
209 // calling requestKeepAwake() earlier. The call should be ignored.
215 // Simulate an extension calling requestKeepAwake("system") and then
234 // Simulate an extension calling requestKeepAwake("display") and then
  /external/chromium_org/v8/src/
execution.h 47 // calling the function (if caught exception is false) or the exception
108 // object. Used for support calling objects as functions.
116 // object. Used for support calling objects as constructors.
209 // You should hold the ExecutionAccess lock when calling this method.
214 // You should hold the ExecutionAccess lock when calling this method.
218 // You should hold the ExecutionAccess lock when calling this method.
  /external/deqp/doc/testspecs/GLES2/
functional.lifetime.txt 33 - After calling Gen* or Create*
34 - After calling Gen* or Create*, then Delete*
35 - After calling Gen*, then Bind*
36 - After calling Gen*, then Bind*, then Delete*
37 - After calling Bind* without preceding Gen*
38 - After calling CreateProgram, then UseProgram, then DeleteProgram
  /external/llvm/include/llvm/Target/
TargetCallingConv.td 1 //===- TargetCallingConv.td - Target Calling Conventions ---*- tablegen -*-===//
11 // describe their calling conventions.
50 /// CCIfCC - Match if the current calling convention is 'CC'.
134 /// CCDelegateTo - This action invokes the specified sub-calling-convention. It
140 /// CallingConv - An instance of this is used to define each calling convention
146 /// CalleeSavedRegs - A list of callee saved registers for a given calling
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/lib/
LVCS.h 24 /* prototypes required by the calling layer. All other types, structures and */
51 /* Mono format data is not supported, the calling routine must convert a Mono stream */
278 /* This function can be used to create an algorithm instance by calling with */
283 /* by calling with hInstance = Instance Handle. In this case the memory table */
284 /* should be correct for the instance, this can be ensured by calling the function */
285 /* LVCS_Memory before calling this function. */
  /libcore/luni/src/main/java/java/nio/channels/
SelectableChannel.java 25 * registered with a selector by calling one of the {@code register} methods,
28 * explicitly by calling the {@link SelectionKey#cancel()} method but it is also
115 * Calling this method is valid at any time. If another thread executes this
121 * Calling this method is equivalent to calling
154 * Calling this method is valid at any time. If another thread executes this
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Equals.java 52 * Execute a binary operation by calling execute on each of the operands,
53 * and then calling the operate method on the derived class.
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_csm.c 162 L2CAP_TRACE_API ("L2CAP - Calling Disconnect_Ind_Cb(), CID: 0x%04x No Conf Needed", p_ccb->local_cid);
178 L2CAP_TRACE_API ("L2CAP - Calling ConnectCfm_Cb(), CID: 0x%04x Status: %d", p_ccb->local_cid, p_ci->status);
233 L2CAP_TRACE_API ("L2CAP - Calling ConnectCfm_Cb(), CID: 0x%04x Status: %d", p_ccb->local_cid, L2CAP_CONN_TIMEOUT);
273 L2CAP_TRACE_API ("L2CAP - Calling ConnectCfm_Cb(), CID: 0x%04x Status: %d", p_ccb->local_cid, L2CAP_CONN_TIMEOUT);
327 L2CAP_TRACE_API ("L2CAP - Calling Disconnect_Ind_Cb(), CID: 0x%04x No Conf Needed", p_ccb->local_cid);
358 L2CAP_TRACE_API ("L2CAP - Calling ConnectCfm_Cb(), CID: 0x%04x Status: %d", p_ccb->local_cid, HCI_ERR_AUTH_FAILURE);
433 L2CAP_TRACE_API ("L2CAP - Calling Connect_Ind_Cb(), CID: 0x%04x", p_ccb->local_cid);
489 L2CAP_TRACE_API ("L2CAP - Calling btsnd_hcic_disconnect for handle %i failed", p_ccb->p_lcb->handle);
533 L2CAP_TRACE_API ("L2CAP - Calling Disconnect_Ind_Cb(), CID: 0x%04x No Conf Needed",
545 L2CAP_TRACE_API ("L2CAP - Calling Connect_Cfm_Cb(), CID: 0x%04x, Success", p_ccb->local_cid)
    [all...]
  /external/bluetooth/bluedroid/test/suite/cases/
adapter.c 81 TASSERT(error == BT_STATUS_SUCCESS, "Error calling start_discovery: %d", error);
92 TASSERT(error == BT_STATUS_SUCCESS, "Error calling cancel_discovery: %d", error);
  /external/chromium_org/base/threading/
watchdog.h 8 // simply calling Arm() (to start timing) and Disarm() (to reset the timer).
55 // Alarm is called if the time expires after an Arm() without someone calling
  /external/chromium_org/chrome/browser/extensions/
chrome_extension_function_details.h 41 // browser the calling code is running inside of. For example, popups, tabs,
48 // Incognito browsers are not considered unless the calling extension has
  /external/chromium_org/chrome/browser/metrics/
field_trial_synchronizer.h 19 // notifies this class by calling it's OnFieldTrialGroupFinalized method when a
45 // is finalized. This method contacts all renderers (by calling
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
window_applescript.h 54 // before calling directly.
59 // before calling directly.
  /external/chromium_org/chrome/common/extensions/api/
webrtc_audio_private.idl 12 // extension calling this API (i.e. they cannot be shared between
21 // and static for the extension calling the API but invalid for
  /external/chromium_org/components/plugins/renderer/
plugin_placeholder.h 83 // Load the blocked plugin by calling LoadPlugin().
86 // Hide the blocked plugin by calling HidePlugin().
  /external/chromium_org/content/browser/
child_process_launcher.h 22 // handle when it's available. It's used to avoid blocking the calling thread
38 // Launches the process asynchronously, calling the client when the result is
  /external/chromium_org/content/browser/shared_worker/
worker_document_set.cc 59 // Note this idiom is somewhat tricky - calling document_set_.erase(iter)
61 // bump the iterator beyond the item being removed before calling erase.
  /external/chromium_org/content/public/browser/
service_worker_context.h 28 // Equivalent to calling navigator.serviceWorker.register(script_url, {scope:
43 // Equivalent to calling navigator.serviceWorker.unregister(pattern) from a
  /external/chromium_org/content/renderer/
mouse_lock_dispatcher.cc 84 // such as OnLockMouseACK() synchronously calling LockMouse().
100 // such as OnMouseLockLost() synchronously calling LockMouse().
  /external/chromium_org/extensions/browser/
api_unittest.h 31 // Use this class to enable calling API functions in a unittest.
35 // When calling RunFunction[AndReturn*], |args| should be in JSON format,
content_hash_reader.h 54 // calling Init().
59 // given index. Only valid after calling Init().
  /external/chromium_org/extensions/common/
update_manifest.h 77 // calling results(). The details for any failures are available by calling
  /external/chromium_org/media/base/
serial_runner.h 57 // the calling code does no more work after the call to Run().
59 // In all cases, |done_cb| is guaranteed to execute on a separate calling

Completed in 706 milliseconds

<<11121314151617181920>>