/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
service_runtime.h | 210 // main thread in WeakRef-protected callbacks. 273 // To establish quota callbacks the pnacl coordinator needs to communicate
|
/external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/ |
nacl_ppapi_util.h | 55 // callbacks to run on the main thread -- these will get cancelled if 63 // callbacks via plugin::WeakRefCallOnMainThread using a method
|
/external/chromium_org/ppapi/proxy/ |
resource_message_params.h | 123 // confused between different callbacks. But since these can only cause 124 // confusion within the plugin and within callbacks on the same resource,
|
/external/chromium_org/ppapi/shared_impl/ |
tracked_callback.cc | 57 // TODO(dmichael): Add tracking at the instance level, for callbacks that only 216 // blocking callbacks are not supported.
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
WorkerThreadableLoader.cpp | 128 // Ensure that no more client callbacks are done in the worker context's thread. 154 // Note: no more client callbacks will be done after this method -- the clearClientWrapper() call ensures that.
|
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
DOMFileSystem.cpp | 144 OwnPtr<AsyncFileSystemCallbacks> callbacks = FileWriterBaseCallbacks::create(fileWriter, conversionCallback.release(), errorCallback); local 145 fileSystem()->createFileWriter(createFileSystemURL(fileEntry), fileWriter.get(), callbacks.release());
|
/external/chromium_org/third_party/freetype/src/cff/ |
cf2hints.h | 187 CF2_OutlineCallbacks callbacks; /* outline consumer */ member in struct:CF2_GlyphPathRec_ 249 CF2_OutlineCallbacks callbacks,
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-shape-complex-private.hh | 68 * Shapers should use plan->map to add their features and callbacks. 75 * Shapers should use plan->map to override features and add callbacks after
|
/external/chromium_org/third_party/libusb/src/libusb/ |
hotplug.c | 62 * the callback to be deregistered. Note that when callbacks are called from 68 * Callbacks for a particular context are automatically deregistered by libusb_exit().
|
/external/chromium_org/third_party/mesa/src/src/glx/apple/ |
apple_glx_pbuffer.c | 62 static struct apple_glx_drawable_callbacks callbacks = { variable in typeref:struct:apple_glx_drawable_callbacks 148 if (apple_glx_drawable_create(dpy, screen, xid, &d, &callbacks)) {
|
/external/chromium_org/third_party/openssl/openssl/crypto/engine/ |
eng_int.h | 97 * register callbacks. ENGINE_cleanup() will call all registered callbacks in
|
/external/chromium_org/v8/src/ |
global-handles.cc | 180 // Check for PENDING to ensure correct answer when processing callbacks. 663 // Process weak global handle callbacks. This must be done after the 664 // GC is completely done, because the callbacks may invoke arbitrary 674 // Free nodes do not have weak callbacks. Do not use them to compute 678 // Skip dependent handles. Their weak callbacks might expect to be 679 // called between two global garbage collection callbacks which 701 // Free nodes do not have weak callbacks. Do not use them to compute 948 // TODO(1428): invoke weak callbacks. [all...] |
/external/clang/include/clang/ASTMatchers/ |
ASTMatchFinder.h | 56 /// that will trigger the callbacks specified via addMatcher(...) when a match 142 /// \brief Calls the registered callbacks on all matches on the given \p Node.
|
/external/clang/test/Analysis/ |
CFContainers.mm | 21 CFArrayRef CFArrayCreate(CFAllocatorRef allocator, const void **values, CFIndex numValues, const CFArrayCallBacks *callBacks); 92 CFSetRef CFSetCreate(CFAllocatorRef allocator, const void **values, CFIndex numValues, const CFSetCallBacks *callBacks);
|
/external/freetype/src/cff/ |
cf2hints.h | 187 CF2_OutlineCallbacks callbacks; /* outline consumer */ member in struct:CF2_GlyphPathRec_ 249 CF2_OutlineCallbacks callbacks,
|
/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-private.hh | 66 * Shapers should use plan->map to add their features and callbacks. 73 * Shapers should use plan->map to override features and add callbacks after
|
/external/kernel-headers/original/linux/ |
relay.h | 62 struct rchan_callbacks *cb; /* client callbacks */ 70 * Relay channel client callbacks
|
/external/libnfc-nci/src/nfa/ce/ |
nfa_ce_api.c | 314 ** over-rides callbacks registered for specific AIDs. 388 ** Note: If listening for ISODEP on UICC, the DH listen callbacks
|
/external/libnfc-nxp/src/ |
phHal4Nfc_Internal.h | 83 /**Global Pointer to hardware reference used in timer callbacks to get the 202 /*Current state of HAL4.Updated generally in callbacks*/
|
/external/linux-tools-perf/util/ |
parse-options.h | 82 * PARSE_OPT_NOARG: says that this option takes no argument, for CALLBACKs 94 * CALLBACKS can use it like they want.
|
/external/mesa3d/src/glx/apple/ |
apple_glx_pbuffer.c | 62 static struct apple_glx_drawable_callbacks callbacks = { variable in typeref:struct:apple_glx_drawable_callbacks 148 if (apple_glx_drawable_create(dpy, screen, xid, &d, &callbacks)) {
|
/external/openssh/ |
channels.h | 69 /* Channel success/failure callbacks */ 87 /* Callbacks for mux channels back into client-specific code */
|
/external/openssl/crypto/engine/ |
eng_int.h | 97 * register callbacks. ENGINE_cleanup() will call all registered callbacks in
|
/external/qemu/hw/ |
goldfish_pipe.h | 55 /* Buffer descriptor for sendBuffers() and recvBuffers() callbacks */ 65 * to other callbacks (e.g. close). 'pipeOpaque' is the value passed
|
/external/v8/src/ |
v8.cc | 210 // Fire callbacks. Increase call depth to prevent recursive callbacks.
|