HomeSort by relevance Sort by last modified time
    Searched full:calling (Results 651 - 675 of 10314) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/ui/cocoa/
url_drop_target.h 27 // The owner view should implement the following methods by calling the
45 // by calling the |URLDropTargetHandler|'s implementations.
  /external/chromium_org/components/plugins/renderer/
plugin_placeholder.h 80 // Load the blocked plugin by calling LoadPlugin().
84 // Hide the blocked plugin by calling HidePlugin().
  /external/chromium_org/content/browser/renderer_host/media/
audio_input_device_manager.h 34 // Calling Start() with this kFakeOpenSessionId will open the default device,
77 // Verifies that the calling thread is media stream device thread.
  /external/chromium_org/content/public/browser/
notification_registrar.cc 77 // Early-exit if no registrations, to avoid calling
80 // service, and we reach prgram exit, then calling current() below could try
  /external/chromium_org/gpu/command_buffer/service/
error_state.h 19 // Use these macro to synthesize GL errors instead of calling the error_state
86 // make sure there are no native GL errors before calling some GL function
  /external/chromium_org/media/audio/mac/
audio_low_latency_output_mac.h 10 // - Calling Close() also leads to self destruction.
42 // triggered by calling AudioOutputStream::Close().
  /external/chromium_org/media/base/
serial_runner_unittest.cc 46 // after calling RunSerialRunner().
96 // Used to enforce calling stack guarantees of the API.
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_cond_wait.c 345 * by the calling thread.
481 * by the calling thread, or undefined behaviour
485 * the calling thread to block on the condition variable.
491 * is owned by the calling thread.
498 * EINVAL mutex is not held by the calling thread,
540 * by the calling thread, or undefined behaviour
544 * the calling thread to block on the condition variable.
554 * EINVAL mutex is not held by the calling thread,
pthread_exit.c 49 * This function terminates the calling thread, returning
58 * This function terminates the calling thread, returning
pthread_getspecific.c 47 * calling thread. If no value has been set for 'key' in
57 * calling thread. If no value has been set for 'key' in
pthread_setcancelstate.c 46 * This function atomically sets the calling thread's
62 * This function atomically sets the calling thread's
pthread_setcanceltype.c 46 * This function atomically sets the calling thread's
62 * This function atomically sets the calling thread's
pthread_testcancel.c 47 * in the calling thread. The call has no effect if the
57 * in the calling thread. The call has no effect if the
sched_yield.c 46 * This function indicates that the calling thread is
54 * This function indicates that the calling thread is
  /external/chromium_org/net/test/embedded_test_server/
http_request.h 77 // in the internal buffer (and parsed). After calling GetRequest(), it will be
82 // STATE_ACCEPTED state. After calling it, the parser is ready to parse
  /external/chromium_org/ppapi/api/
ppb_var_array_buffer.idl 64 * Note that calling Map() can be a relatively expensive operation. Use care
65 * when calling it in performance-critical code. For example, you should call
  /external/chromium_org/ppapi/c/dev/
ppp_class_deprecated.h 74 * cases, these should never be unset when calling this function. The
81 * Release()ing each var and calling PPB_Core.MemFree on the property pointer.
  /external/chromium_org/ppapi/c/
ppb_var_array_buffer.h 76 * Note that calling Map() can be a relatively expensive operation. Use care
77 * when calling it in performance-critical code. For example, you should call
  /external/chromium_org/ppapi/cpp/
var_array_buffer.h 76 /// Note that calling Map() can be a relatively expensive operation. Use care
77 /// when calling it in performance-critical code. For example, you should call
  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf.h 47 STATUS_UNKNOWN, // Status prior to calling supportsSeccompSandbox()
54 // When calling setSandboxPolicy(), the caller can provide an arbitrary
70 // sandbox. Strictly speaking, that means we should disallow calling
94 // can provide an already opened file descriptor by calling "set_proc_fd()".
117 // We can use ErrorCode to request calling of a trap handler. This method
139 // makes this easy. It is more efficient than calling glibc's syscall()
171 // objects and calling "StartSandbox()" on each of them. Please note, that
180 // Assembles a BPF filter program from the current policy. After calling this
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
hidden-evals.html 109 console.log("press resume before calling f_named_3()");
113 console.log("press resume before calling f_unnamed_3()");
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.h 127 // Called in dispatchFocusEvent(), after placeholder process, before calling parent's dispatchFocusEvent().
129 // Called in dispatchBlurEvent(), after placeholder process, before calling parent's dispatchBlurEvent().
  /external/chromium_org/third_party/angle/include/GLSLANG/
ShaderLang.h 321 // Can be queried by calling ShGetInfoLog().
323 // Can be queried by calling ShGetObjectCode().
325 // Can be queried by calling ShGetVariableInfo().
373 // to store the returned information log can be obtained by calling
383 // store the returned object code can be obtained by calling
406 // variable name can be obtained by calling ShGetInfo with
432 // be obtained by calling ShGetInfo with SH_NAME_MAX_LENGTH.
436 // to store the name can be obtained by calling ShGetInfo with
  /external/chromium_org/third_party/icu/source/common/
ucnv_imp.h 98 * before calling this function.
100 * before calling this function.
uenum.c 85 /* Don't call this directly. Only uenum_unext should be calling this. */
112 /* Don't call this directly. Only uenum_next should be calling this. */

Completed in 1692 milliseconds

<<21222324252627282930>>