HomeSort by relevance Sort by last modified time
    Searched full:blocking (Results 1 - 25 of 2438) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/none/tests/
async-sigs.stderr.exp 1 testing: blocking=0 caught=11 fatal=7... PASSED
2 testing: blocking=0 caught=11 fatal=1... PASSED
3 testing: blocking=0 caught=10 fatal=7... PASSED
4 testing: blocking=0 caught=10 fatal=1... PASSED
5 testing: blocking=1 caught=11 fatal=7... PASSED
6 testing: blocking=1 caught=11 fatal=1... PASSED
7 testing: blocking=1 caught=10 fatal=7... PASSED
8 testing: blocking=1 caught=10 fatal=1... PASSED
async-sigs.stderr.exp-mips32 1 testing: blocking=0 caught=11 fatal=10... PASSED
2 testing: blocking=0 caught=11 fatal=1... PASSED
3 testing: blocking=0 caught=16 fatal=10... PASSED
4 testing: blocking=0 caught=16 fatal=1... PASSED
5 testing: blocking=1 caught=11 fatal=10... PASSED
6 testing: blocking=1 caught=11 fatal=1... PASSED
7 testing: blocking=1 caught=16 fatal=10... PASSED
8 testing: blocking=1 caught=16 fatal=1... PASSED
  /packages/apps/Dialer/java/com/android/dialer/blocking/
AndroidManifest.xml 2 package="com.android.dialer.blocking">
7 android:authorities="com.android.dialer.blocking.filterednumberprovider"
10 android:name="com.android.dialer.blocking.FilteredNumberProvider"/>
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser_profiles/extension_webrequest/Default/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/
background.html 5 }, {urls: ["http://*/*"]}, ['blocking']);
9 }, {urls: ["file://*/*"]}, ['blocking']);
  /frameworks/av/media/libnbaio/
README.txt 1 libnbaio (for "Non-Blocking Audio I/O") was originally intended to
2 be a purely non-blocking API. It has evolved to now include
3 a few blocking implementations of the interface.
16 non-blocking
21 non-blocking
31 write are optionally blocking:
37 non-blocking
  /external/libpcap/
pcap_setnonblock.3pcap 23 non-blocking mode on a capture device
42 puts a capture handle into ``non-blocking'' mode, or takes it out
43 of ``non-blocking'' mode, depending on whether the
51 ``non-blocking'' mode, an attempt to read from the capture descriptor
55 immediately rather than blocking waiting for packets to arrive.
59 will not work in ``non-blocking'' mode.
65 a capture handle is not in ``non-blocking mode''; a call to
67 is required in order to put it into ``non-blocking'' mode.
70 returns the current ``non-blocking'' state of the capture descriptor; it
  /external/ltp/runtest/
ipc 6 # using blocking I/O
9 # using non-blocking I/O
13 # using blocking I/O
16 # using non-blocking I/O
19 # using blocking I/O
22 # using blocking I/O
25 # using non-blocking I/O
29 # using non-blocking I/O
pipes 6 # using blocking I/O
9 # using non-blocking I/O
13 # using blocking I/O
16 # using non-blocking I/O
19 # using blocking I/O
22 # using blocking I/O
25 # using non-blocking I/O
29 # using non-blocking I/O
stress.part2 25 # using blocking I/O
28 # using non-blocking I/O
32 # using blocking I/O
35 # using non-blocking I/O
38 # using blocking I/O
41 # using blocking I/O
44 # using non-blocking I/O
48 # using non-blocking I/O
  /external/syslinux/gpxe/src/hci/mucurses/
kb.c 11 #define INPUT_DELAY 200 // half-blocking delay timer resolution (ms)
12 #define INPUT_DELAY_TIMEOUT 1000 // half-blocking delay timeout
15 < 0 : blocking read
16 0 : non-blocking read
17 > 0 : timed blocking read
30 if ( m_delay == 0 ) // non-blocking read
32 if ( timer > 0 ) { // time-limited blocking read
36 } else { return ERR; } // non-blocking read
  /frameworks/rs/tests/java_api/Refocus/dataExtraction/
N5.txt 5 07-30 19:27:06.356 20903-20903/com.example.xinyiwang.refocus I/art? Starting a blocking GC NativeAlloc
6 07-30 19:27:06.356 20903-20903/com.example.xinyiwang.refocus I/art? Starting a blocking GC NativeAlloc
7 07-30 19:27:06.452 20903-20903/com.example.xinyiwang.refocus I/art? Starting a blocking GC NativeAlloc
8 07-30 19:27:06.452 20903-20903/com.example.xinyiwang.refocus I/art? Starting a blocking GC NativeAlloc
11 07-30 19:27:07.210 20903-20903/com.example.xinyiwang.refocus I/art? Starting a blocking GC NativeAlloc
12 07-30 19:27:07.210 20903-20903/com.example.xinyiwang.refocus I/art? Starting a blocking GC NativeAlloc
13 07-30 19:27:07.378 20903-20903/com.example.xinyiwang.refocus I/art? Starting a blocking GC NativeAlloc
14 07-30 19:27:07.378 20903-20903/com.example.xinyiwang.refocus I/art? Starting a blocking GC NativeAlloc
20 07-30 19:27:09.926 20903-20903/com.example.xinyiwang.refocus I/art? Starting a blocking GC NativeAlloc
21 07-30 19:27:09.926 20903-20903/com.example.xinyiwang.refocus I/art? Starting a blocking GC NativeAllo
    [all...]
  /external/ltp/utils/sctp/func_tests/
test_1_to_1_nonblock.c 5 * This file has test cases to test the Non-Blocking mode of connect(),
8 * TEST1: Non blocking accept return EAGAIN if connect is not called
9 * TEST2: Non blocking connect should return EINPROGRESS
10 * TEST3: accept() passes when connect called in Non-blocking mode
11 * TEST4: Non blocking recvmsg should return EAGAIN
12 * TEST5: recvmsg() should succeed if data present to receive in non blocking
111 /*Setting server socket non-blocking*/
122 /* TEST1: accept should return EAGAIN instead blocking. */
125 tst_brkm(TBROK, tst_exit, "non-blocking accept "
128 tst_resm(TPASS, "non-blocking accept() - EAGAIN")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/
18-1.c 38 int blocking; variable
41 printf("FAIL: the case is blocking, exit anyway\n");
42 blocking = 1;
84 /* parent is not blocking on mq_timedreceive, kill child */
94 if (failure == 1 || blocking == 1) {
106 sleep(TIMEOUT + 3); /* Parent is probably blocking,
18-2.c 39 int blocking; variable
42 printf("FAIL: the case is blocking, exit anyway\n");
43 blocking = 1;
86 /* Parent is not blocking, let child abort */
96 if (failure == 1 || blocking == 1) {
107 sleep(TIMEOUT + 3); /* Parent is probably blocking
5-2.c 38 int blocking; variable
41 printf("FAIL: the case is blocking, exit anyway\n");
42 blocking = 1;
85 /* Parent is not blocking, let child abort */
95 if (failure == 1 || blocking == 1) {
106 sleep(TIMEOUT + 3); /* Parent is probably blocking
8-1.c 35 int blocking; variable
38 printf("FAIL: the case is blocking, exit anyway\n");
39 blocking = 1;
93 /* Parent is not blocking, let child abort */
104 if (failure == 1 || blocking == 1) {
115 sleep(TIMEOUT + 3); /* Parent is probably blocking
  /external/bison/m4/
signalblocking.m4 7 # Determine available signal blocking primitives. Three different APIs exist:
11 # For simplicity, here we check only for the POSIX signal blocking.
  /external/eigen/bench/perf_monitoring/gemm/
changesets.txt 27 6765:71584fd55762 # Made the blocking computation aware of the l3 cache; Also optimized the blocking parameters to take into account the number of threads used for a computation
33 #6893:c3a64aba7c70 # clean blocking size computation
39 6933:52572e60b5d3 # blocking size strategy
43 6986:a675d05b6f8f # blocking heuristic: block on the rhs in L1 if the lhs fit in L1.
48 7019:c758b1e2c073 # Provide a empirical lookup table for blocking sizes measured on a Nexus 5. Only for float, only for Android on ARM 32bit for now.
53 #8744:74b789ada92a # Improved the matrix multiplication blocking in the case where mr is not a power of 2 (e.g on Haswell CPUs)
54 8789:efcb912e4356 # Made the index type a template parameter to evaluateProductBlockingSizes. Use numext::mini and numext::maxi instead of std::min/std::max to compute blocking sizes
  /frameworks/opt/bitmap/src/com/android/bitmap/
BitmapCache.java 22 * Notify the cache when it should start and stop blocking for cache misses.
26 void setBlocking(boolean blocking);
  /external/libdaemon/libdaemon/
dnonblock.h 36 * non-blocking mode using fcntl().
39 /** Change the passed file descriptor to non-blocking or blocking
42 * @param b TRUE if non-blocking mode should be enabled, FALSE if it
  /external/selinux/libselinux/man/man3/
avc_netlink_loop.3 15 .BI "int avc_netlink_open(int " blocking ");"
44 .I blocking
47 calls this function internally, specifying non-blocking behavior.
70 enters a loop blocking on the netlink socket and processing messages as they
  /external/toybox/toys/lsb/
sync.c 15 Write pending cached data to disk (synchronize), blocking until done.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
signal-defs.h 7 #define SIG_BLOCK 0 /* for blocking signals */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
signal-defs.h 7 #define SIG_BLOCK 0 /* for blocking signals */
  /prebuilts/go/darwin-x86/src/runtime/
os_darwin_arm64.go 9 // Currently cputicks() is used in blocking profiler and to seed runtime·fastrand().

Completed in 1120 milliseconds

1 2 3 4 5 6 7 8 91011>>