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

<<11121314151617181920>>

  /libcore/luni/src/main/java/org/xml/sax/
XMLReader.java 33 * <p>All SAX interfaces are assumed to be synchronous: the
360 * <p>This method is synchronous: it will not return until parsing
  /development/host/windows/usb/winusb/
adb_winusb_endpoint_object.h 147 issue, since we use single-threaded synchronous read / writes, so
  /external/ImageMagick/www/Magick++/
Documentation.html 17 <p>Errors are reported using C++ exceptions derived from the <a href="Exception.html">Exception</a> class, which is itself derived from the standard C++ exception class. Exceptions are reported synchronous with the operation and are caught by the first matching <i>try</i> block as the stack is unraveled. This allows a clean coding style in which multiple related Magick++ commands may be executed with errors handled as a unit rather than line-by-line. Since the Image object provides reference-counted memory management, unreferenced images on the stack are automagically cleaned up, avoiding the potential for memory leaks.</p>
  /external/autotest/scheduler/
thread_lib_unittest.py 216 # Test synchronous execute
  /external/blktrace/doc/
blktrace.8 186 \fIsync\fR: synchronous attribute
  /external/compiler-rt/lib/asan/
asan_mac.cc 79 // dispatch_sync() and dispatch_sync_f() are synchronous, although chances are
  /external/dbus-binding-generator/chromeos-dbus-bindings/
proxy_generator_mock_unittest.cc 205 // include the timeout and error arguments in the synchronous case, and two
  /external/libavc/encoder/
ih264e.h 474 /* Synchronous video encode call */
  /external/mesa3d/docs/
envvars.html 88 <li>MESA_XSYNC - enable synchronous X behavior (for debugging only)
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_query.c 223 * synchronous wait on the host */
  /external/v8/test/promises-aplus/lib/
mocha.js 97 // synchronous
  /frameworks/av/camera/ndk/impl/
ACameraDevice.h 155 // TODO: maybe a bool will suffice for synchronous implementation?
  /frameworks/av/include/media/stagefright/
MediaCodec.h 326 // across all the other (synchronous) buffer state change
  /frameworks/base/core/java/android/os/
SystemClock.java 71 * postponed until the device wakes up. These synchronous functions may
  /frameworks/base/docs/html/guide/topics/manifest/
intent-filter-element.jd 111 to synchronous messages; it's ignored for asynchronous messages.)</p></li>
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
BlockingGLTextureView.java 35 * A TextureView that supports blocking rendering for synchronous drawing
  /frameworks/base/services/core/java/com/android/server/am/
NativeCrashListener.java 268 // Crash reporting is synchronous but we want to let debuggerd
  /frameworks/native/services/surfaceflinger/
SurfaceFlingerConsumer.cpp 58 // deep, while in synchronous mode we use the oldest buffer.
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_fw_parser_fw_ipc.h 89 /** Synchronous Message Buffer, shared between host and firmware */
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
HdcpControl.cpp 49 // this is a blocking and synchronous call
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
HdcpControl.cpp 50 // this is a blocking and synchronous call
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSParser.java 286 * <code>false</code> if it is synchronous.
301 * @return If the <code>LSParser</code> is a synchronous
324 * @return If the <code>LSParser</code> is a synchronous
399 * <br> This method is always synchronous, even if the
  /libcore/ojluni/src/main/java/sun/nio/ch/
DefaultSelectorProvider.java 128 - A Synchronous call to EPOLL_CTL_DEL when a channel is removed: This is a
  /packages/apps/Gallery2/src/com/android/photos/views/
BlockingGLTextureView.java 35 * A TextureView that supports blocking rendering for synchronous drawing
  /prebuilts/go/darwin-x86/src/runtime/
sema.go 192 // Synchronous semaphore for sync.Cond.

Completed in 2429 milliseconds

<<11121314151617181920>>