Searched
full:synchronous (Results
376 -
400 of
939) sorted by null
<<11121314151617181920>>
/device/linaro/hikey/gralloc/ |
framebuffer_device.cpp | 444 is normally faster even if it does everyhing synchronous and serial.
|
/external/ImageMagick/ImageMagick/api/ |
magick++-classes.html | 61 <p>Errors are reported using C++ exceptions derived from the <a href="http://www.imagemagick.org/Magick++/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/ImageMagick/www/api/ |
magick++-classes.html | 65 <p>Errors are reported using C++ exceptions derived from the <a href="../Magick++/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/apache-http/android/src/android/net/http/ |
Request.java | 437 * Pause thread request completes. Used for synchronous requests,
|
/external/autotest/cli/contrib/ |
why_isnt_my_job_running.py | 204 ### Not an atomic group synchronous job:
|
/external/autotest/client/cros/cellular/pseudomodem/ |
modem_3gpp.py | 156 """ The synchronous implementation of |Scan| for this class. """
|
/external/blktrace/doc/ |
blkparse.1 | 398 a 'B' (for barrier operations) or 'S' (for synchronous operations).
|
/external/chromium-trace/catapult/telemetry/docs/pydoc/ |
telemetry.timeline.thread.html | 51 thread. We organize the synchronous slices on a thread by "subrows," where<br>
|
/external/chromium-trace/catapult/telemetry/telemetry/timeline/ |
trace_event_importer.py | 294 # TODO(simonjam): Add a synchronous tick on the appropriate thread.
|
/external/clang/include/clang/Driver/ |
CLCompatOptions.td | 259 def _SLASH_FS : CLIgnoredFlag<"FS">, HelpText<"Force synchronous PDB writes">;
|
/external/curl/docs/libcurl/ |
libcurl.3 | 51 The easy interface is a synchronous interface with which you call
|
/external/curl/lib/ |
asyn-ares.c | 502 *waitp = 0; /* default to synchronous response */
|
/external/kernel-headers/original/scsi/ |
sg.h | 174 /* synchronous SCSI command ioctl, (only in version 3 interface) */
|
/external/kernel-headers/original/uapi/linux/genwqe/ |
genwqe_card.h | 482 * Generic synchronous DDCB execution interface.
|
/external/libbrillo/brillo/dbus/ |
dbus_method_invoker.h | 22 // Here is an example of synchronous calls:
|
/external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/ |
TmxMapLoader.java | 41 /** @brief synchronous loader for TMX maps created with the Tiled tool */
|
/external/libnfc-nxp/src/ |
phFriNfc_OvrHal.h | 163 * synchronous HAL, the calls need to be "decoupled". This means, the HAL needs to run under
|
/external/llvm/include/llvm/CodeGen/ |
MachineModuleInfo.h | 165 // synchronous (precise at call-sites only) CFA into .eh_frame. However,
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
InterceptorTest.java | 446 * When an interceptor throws an unexpected exception, synchronous callers can catch it and deal
|
UrlComponentEncodingTester.java | 65 map.put( 0x16, Encoding.PERCENT); // Synchronous idle
|
/external/skia/include/core/ |
SkImageDecoder.h | 163 /** Decoding is synchronous, but for long decodes, a different thread can
|
SkStream.h | 33 * Skia streams behave differently. They are effectively synchronous, and will
|
/frameworks/av/include/media/ |
AudioEffect.h | 335 * in a synchronous manner or to avoid multiple binder calls for each
|
AudioSystem.h | 192 // Timeout for synchronous record start. Prevents from blocking the record thread forever
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/ |
cvei.h | 37 be synchronous, i.e., the encoding will be a blocked call. Asynchronous operation
|
Completed in 2326 milliseconds
<<11121314151617181920>>