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

<<11121314151617181920>>

  /prebuilts/tools/darwin-x86/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!
  /prebuilts/tools/linux-x86/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!
  /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!
  /external/chromium_org/chrome/browser/extensions/api/power/
power_api_unittest.cc 197 // Simulate an extension calling requestKeepAwake() without calling
210 // Simulate an extension calling releaseKeepAwake() without having
211 // calling requestKeepAwake() earlier. The call should be ignored.
217 // Simulate an extension calling requestKeepAwake("system") and then
236 // Simulate an extension calling requestKeepAwake("display") and then
  /external/chromium_org/third_party/WebKit/public/platform/
WebCrypto.h 58 // * Synchronously fail initialization by calling:
63 // * Create a new WebCryptoOperation* and return it by calling:
101 // (a) Synchronously fail initialization by calling:
105 // (b) Synchronously complete the request (success or error) by calling:
108 // (c) Defer completion by calling
112 // completion after returning by calling result.completeWithXXX() (can make
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java 65 // The maximum length of the country calling code.
75 // A mapping from a country calling code to the region codes which denote the region represented
76 // by that country calling code. In the case of multiple regions sharing a calling code, such as
89 // The set of regions that share country calling code 1.
362 // A mapping from a country calling code for a non-geographical entity to the PhoneMetadata for
363 // that country calling code. Examples of the country calling codes include 800 (International
368 // The set of county calling codes that map to the non-geo entity region ("001"). This set
560 // We can assume that if the county calling code maps to the non-geo entity region code the
    [all...]
  /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_API1 ("L2CAP - Calling Disconnect_Ind_Cb(), CID: 0x%04x No Conf Needed", p_ccb->local_cid);
178 L2CAP_TRACE_API2 ("L2CAP - Calling ConnectCfm_Cb(), CID: 0x%04x Status: %d", p_ccb->local_cid, p_ci->status);
233 L2CAP_TRACE_API2 ("L2CAP - Calling ConnectCfm_Cb(), CID: 0x%04x Status: %d", p_ccb->local_cid, L2CAP_CONN_TIMEOUT);
273 L2CAP_TRACE_API2 ("L2CAP - Calling ConnectCfm_Cb(), CID: 0x%04x Status: %d", p_ccb->local_cid, L2CAP_CONN_TIMEOUT);
327 L2CAP_TRACE_API1 ("L2CAP - Calling Disconnect_Ind_Cb(), CID: 0x%04x No Conf Needed", p_ccb->local_cid);
358 L2CAP_TRACE_API2 ("L2CAP - Calling ConnectCfm_Cb(), CID: 0x%04x Status: %d", p_ccb->local_cid, HCI_ERR_AUTH_FAILURE);
433 L2CAP_TRACE_API1 ("L2CAP - Calling Connect_Ind_Cb(), CID: 0x%04x", p_ccb->local_cid);
489 L2CAP_TRACE_API1 ("L2CAP - Calling btsnd_hcic_disconnect for handle %i failed", p_ccb->p_lcb->handle);
533 L2CAP_TRACE_API1 ("L2CAP - Calling Disconnect_Ind_Cb(), CID: 0x%04x No Conf Needed",
545 L2CAP_TRACE_API1 ("L2CAP - Calling Connect_Cfm_Cb(), CID: 0x%04x, Success", p_ccb->local_cid)
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/applescript/
window_applescript.h 54 // before calling directly.
59 // before calling directly.
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_strip_model_observer_bridge.h 58 // ok to not implement them, the calling code checks before calling.
  /external/chromium/chrome/browser/ui/cocoa/
url_drop_target.h 28 // The owner view should implement the following methods by calling the
46 // by calling the |URLDropTargetHandler|'s implementations.
  /external/chromium/chrome/browser/ui/views/frame/
browser_frame_win.h 27 // Normally you will create this class by calling BrowserFrame::Create.
33 // separate to avoid recursive calling of the frame from its constructor.
  /external/chromium/chrome/common/extensions/
update_manifest.h 64 // calling results(). The details for any failures are available by calling
  /external/chromium/chrome/common/
jstemplate_builder.h 57 // call AppendJsTemplateSourceHtml and AppendJsonHtml before calling this.
65 // should call AppendJsTemplateSourceHtml and AppendJsonHtml before calling
  /external/chromium/net/base/
pem_tokenizer.h 36 // GetNext() must have returned true before calling this method.
41 // GetNext() must have returned true before calling this method.
  /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/api/test/
test_api.h 84 // Sends a reply back to the calling extension. Many extensions don't need
104 // Tests that set configuration state do so by calling
  /external/chromium_org/chrome/browser/extensions/
extension_error_ui_default.cc 43 // Will end up calling into |global_error_|->OnBubbleViewDidClose,
98 // Calling BubbleViewDidClose on |error_ui_| will delete it. It owns us, so
  /external/chromium_org/chrome/browser/local_discovery/
privet_http.h 37 // of calling the start action, the getClaimToken action, and calling the
  /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
perf_provider_chromeos.h 45 // Collects perf data if it has not been consumed by calling GetPerfData()
49 // Collects perf data by calling CollectIfNecessary() and reschedules it to be
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
window_applescript.h 54 // before calling directly.
59 // before calling directly.
  /external/chromium_org/chrome/browser/
upgrade_detector_impl.h 37 // Returns true after calling UpgradeDetected if current install is outdated.
50 // non-class function would prevent it from calling UpgradeDetected.

Completed in 430 milliseconds

<<11121314151617181920>>