/art/compiler/optimizing/ |
parallel_move_resolver.cc | 106 // graph. We first recursively perform any move blocking this one. We 136 // calling `PerformMove` cannot create a blocking move via a swap 138 // For example, assume there is a non-blocking move with source A 143 // involved in the same cycle. In that case, the blocking move will 179 // we have a cycle. Search for such a blocking move and perform a swap to 388 // graph. We first recursively perform any move blocking this one. We mark
|
/external/eigen/Eigen/src/Core/products/ |
GeneralBlockPanelKernel.h | 57 /** \brief Computes the blocking parameters for a m x k times k x n matrix product 59 * \param[in,out] k Input: the third dimension of the product. Output: the blocking size along the same dimension. 60 * \param[in,out] m Input: the number of rows of the left hand side. Output: the blocking size along the same dimension. 61 * \param[in,out] n Input: the number of columns of the right hand side. Output: the blocking size along the same dimension. 64 * this function computes the blocking size parameters along the respective dimensions 65 * for matrix products and related algorithms. The blocking sizes depends on various 68 * - the register level blocking sizes defined by gebp_traits, 79 // per kc x nr vertical small panels where nr is the blocking size along the n dimension [all...] |
/external/libusb/libusb/ |
io.c | 132 * libusb's asynchronous interface presents non-blocking functions which 134 * callback function pointer to this non-blocking function, which libusb will 137 * Transfers which have been submitted through the non-blocking functions 140 * The non-blocking nature of this interface allows you to be simultaneously 213 * This page details libusb's asynchronous (non-blocking) API for USB device 223 * is non-blocking so will return control to your application during that 318 * libusb_cancel_transfer() is asynchronous/non-blocking in itself. When the 511 * -# Periodically call libusb_handle_events() in non-blocking mode at fixed 513 * -# Repeatedly call libusb_handle_events() in blocking mode from a dedicated 593 * libusb_handle_events_timeout() in non-blocking mode [all...] |
/frameworks/base/core/java/android/os/ |
Debug.java | [all...] |
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
CollationIteratorTest.java | 557 // non blocking combining character 559 // blocking combining character 569 String tgt[] = {// non blocking combining character 573 // non blocking combining character 575 // blocking combining character
|
/external/jetty/src/java/org/eclipse/jetty/util/ |
BlockingArrayQueue.java | 40 * able to grow and provides a blocking put call. 79 /** Create a growing partially blocking Queue 91 /** Create a fixed size partially blocking Queue 103 /** Create a growing partially blocking Queue. 116 /** Create a growing limited partially blocking Queue.
|
/external/libavc/encoder/ |
ive2.h | 454 /** Flag to enable/disable blocking the current API call */ 485 /** Flag to enable/disable blocking the current API call */ 545 /** Flag to enable/disable blocking the current API call */ 578 /** Flag to enable/disable blocking the current API call */ 618 /** Flag to enable/disable blocking the current API call */ [all...] |
/hardware/libhardware/include/hardware/ |
audio.h | 252 STREAM_CBK_EVENT_WRITE_READY, /* non blocking write completed */ 301 * If set_callback() has previously been called to enable non-blocking mode 325 * set the callback function for notifying completion of non-blocking 328 * must be non-blocking and use the callback to signal completion. 355 * non-blocking mode, the drain() must not block, instead it should return
|
/libcore/luni/src/main/java/java/util/concurrent/ |
Semaphore.java | 16 * potentially releasing a blocking acquirer. 256 * Acquires a permit from this semaphore, blocking until one is 288 * Acquires a permit from this semaphore, blocking until one is 403 * blocking until all are available, 444 * blocking until all are available.
|
package-info.java | 76 * supplies an efficient scalable thread-safe non-blocking FIFO queue. 83 * interface, that defines blocking versions of put and take: 131 * very common utility for blocking until a given number of signals,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/xcb/ |
xcb.h | 243 * @brief Prefetch the maximum request length without blocking. 246 * Without blocking, does as much work as possible toward computing 252 * after possibly blocking while the reply is retrieved. 254 * Note that in order for this function to be fully non-blocking, the 374 * possibly blocking while it is retrieved.
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/testcases/ |
Camera2AndroidTestCase.java | 20 import static com.android.ex.camera2.blocking.BlockingStateCallback.*; 46 import com.android.ex.camera2.blocking.BlockingSessionCallback; 47 import com.android.ex.camera2.blocking.BlockingStateCallback;
|
/cts/tests/tests/media/libaudiojni/ |
audio-track-native.cpp | 47 // TODO: Add a single buffer blocking write mode which does not require additional memory. 283 // or we always operate in non-blocking mode. 364 std::mutex mWriteLock; // write lock - for blocking mode, prevents multiple
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/ |
SelectorKernel.java | 246 // Create a new non-blocking server socket channel 268 // Force the selector to stop blocking 305 // Setup the connection to be non-blocking
|
/libcore/dalvik/src/main/java/dalvik/system/ |
VMDebug.java | 403 runtimeStatsMap.put("art.gc.blocking-gc-count", 4); 404 runtimeStatsMap.put("art.gc.blocking-gc-time", 5); 406 runtimeStatsMap.put("art.gc.blocking-gc-count-rate-histogram", 7);
|
/libcore/luni/src/main/java/java/io/ |
PushbackReader.java | 206 * Indicates whether this reader is ready to be read without blocking. 208 * called, {@code false} if unknown or blocking will occur. 212 * or blocking will occur.
|
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
LockSupport.java | 12 * Basic thread blocking primitives for creating locks and other 24 * means of blocking and unblocking threads that do not encounter the 56 * call to {@code park} entail locking or blocking. Because only one
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppObexServerSession.java | 77 /* status when server is blocking for user/auto confirmation */ 330 if (V) Log.v(TAG, "Interrupted in onPut blocking"); 344 * blocking? just to make sure no error happens
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ntddmmc.h | 186 UCHAR Blocking[2]; 219 UCHAR Blocking[2]; 265 UCHAR Blocking[2];
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_socket.py | 99 Note, the server setup function cannot call any blocking 102 the blocking call (such as in setting up a client/server 116 server is about to execute a blocking routine that is 202 # proceed and then perform the blocking call to accept 897 # Testing whether set blocking works 908 self.assertTrue((end - start) < 1.0, "Error setting non-blocking mode.") 918 # Testing non-blocking accept 925 self.fail("Error trying to do non-blocking accept.") [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_socket.py | 99 Note, the server setup function cannot call any blocking 102 the blocking call (such as in setting up a client/server 116 server is about to execute a blocking routine that is 202 # proceed and then perform the blocking call to accept 897 # Testing whether set blocking works 908 self.assertTrue((end - start) < 1.0, "Error setting non-blocking mode.") 918 # Testing non-blocking accept 925 self.fail("Error trying to do non-blocking accept.") [all...] |
/developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/ |
SyncAdapter.java | 123 * run on a background thread. For this reason, blocking I/O and other long-running tasks can be 129 * so it is safe to peform blocking I/O here.
|
/developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/ |
SyncAdapter.java | 123 * run on a background thread. For this reason, blocking I/O and other long-running tasks can be 129 * so it is safe to peform blocking I/O here.
|
/development/samples/ToyVpn/server/linux/ |
ToyVpnServer.cpp | 198 // Put the tunnel into non-blocking mode. 261 // since everything is operated in non-blocking mode.
|
/development/samples/ToyVpn/src/com/example/android/toyvpn/ |
ToyVpnService.java | 148 // writing. Here we put the tunnel into non-blocking mode. 219 // since everything is operated in non-blocking mode.
|