HomeSort by relevance Sort by last modified time
    Searched full:callbacks (Results 1826 - 1850 of 3607) sorted by null

<<71727374757677787980>>

  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
README 189 callbacks calling each in turn, and will then internally delete its own storage
197 What else? The bignum callbacks and associated ENGINE functions have been
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509_vfy.h 194 /* Callbacks for various operations */
243 /* Callbacks for various operations */
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
x509_vfy.h 194 /* Callbacks for various operations */
243 /* Callbacks for various operations */
  /external/chromium_org/v8/include/
v8-debug.h 82 * callbacks as their content becomes invalid. These objects are from the
127 * these cross callbacks as their content becomes invalid.
  /external/chromium_org/webkit/browser/appcache/
appcache_host_unittest.cc 159 // Mock callbacks we expect to receive from the 'host'
179 // See that the callbacks are delivered immediately
  /external/chromium_org/webkit/browser/fileapi/
async_file_util.h 46 // can assume that they don't get any null callbacks.
347 // or arbitrary callbacks when the last reference of File/Blob is dropped.
  /external/clang/include/clang/Lex/
Preprocessor.h 295 /// Callbacks - These are actions invoked when some preprocessor activity is
297 PPCallbacks *Callbacks;
519 /// getPPCallbacks/addPPCallbacks - Accessors for preprocessor callbacks.
522 PPCallbacks *getPPCallbacks() const { return Callbacks; }
524 if (Callbacks)
525 C = new PPChainedCallbacks(C, Callbacks);
526 Callbacks = C;
654 /// EndSourceFile - Inform the preprocessor callbacks that processing is
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckerDocumentation.cpp 10 // This checker lists all the checker callbacks and provides documentation for
33 /// as reporting bugs. Most of the callbacks are targeted at path-sensitive
  /external/guava/guava/src/com/google/common/util/concurrent/
Futures.java     [all...]
  /external/harfbuzz_ng/
configure.ac 347 Unicode callbacks (you want at least one):
352 Font callbacks (the more the better):
  /external/libxslt/libxslt/
xsltutils.c 2222 xsltDebuggerCallbacksPtr callbacks; local
    [all...]
  /external/llvm/include/llvm/Support/
ValueHandle.h 115 // Callbacks made from Value.
336 /// callbacks that run when the underlying Value has RAUW called on it or is
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_framebuffer.c 569 if(stw_dev->callbacks.wglCbPresentBuffers &&
583 return stw_dev->callbacks.wglCbPresentBuffers(hdc, &data);
  /external/mesa3d/src/glx/apple/
apple_glx_context.c 450 if (ac->drawable->callbacks.make_current) {
451 if (ac->drawable->callbacks.make_current(ac, ac->drawable))
  /external/openssh/
auth2-jpake.c 106 /* Clear context and callbacks */
110 /* unregister callbacks */
  /external/openssl/crypto/bn/
bn_prime.c 144 /* Deprecated-style callbacks */
150 /* New-style callbacks */
  /external/openssl/crypto/engine/
README 189 callbacks calling each in turn, and will then internally delete its own storage
197 What else? The bignum callbacks and associated ENGINE functions have been
  /external/openssl/crypto/x509/
x509_vfy.h 194 /* Callbacks for various operations */
243 /* Callbacks for various operations */
  /external/openssl/include/openssl/
x509_vfy.h 194 /* Callbacks for various operations */
243 /* Callbacks for various operations */
  /external/smack/src/org/apache/harmony/javax/security/auth/login/
LoginContext.java 462 public void handle(final Callback[] callbacks) throws IOException,
467 hiddenHandlerRef.handle(callbacks);
  /external/v8/include/
v8-debug.h 116 * callbacks as their content becomes invalid. These objects are from the
159 * these cross callbacks as their content becomes invalid.
  /external/webrtc/test/functional_test/
webrtc_test.html 257 // PeerConnection callbacks
277 // TODO: Add callbacks onconnecting, onopen and onstatechange.
  /frameworks/av/media/libstagefright/omx/
SimpleSoftOMXComponent.cpp 31 const OMX_CALLBACKTYPE *callbacks,
34 : SoftOMXComponent(name, callbacks, appData, component),
  /frameworks/base/core/java/android/hardware/camera2/
CameraManager.java 141 * connection and disconnection callbacks.
237 // onOpened/onUnconfigured callbacks.
  /frameworks/base/core/java/android/os/storage/
StorageManager.java 71 * The looper target for callbacks
76 * Target listener for binder callbacks

Completed in 1730 milliseconds

<<71727374757677787980>>