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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/config/
enable.m4 7 dnl (FEATURE, DEFAULT, HELP-ARG, HELP-STRING, permit a|b|c)
17 [^permit ],
20 m4_bpatsubst([$5],[permit ])) ;;
  /libcore/luni/src/main/java/java/util/concurrent/
Semaphore.java 14 * permits. Each {@link #acquire} blocks if necessary until a permit is
15 * available, and then takes it. Each {@link #release} adds a permit,
17 * However, no actual permit objects are used; the {@code Semaphore} just
67 * <p>Before obtaining an item each thread must acquire a permit from
70 * pool and a permit is returned to the semaphore, allowing another
79 * only has at most one permit available, can serve as a mutual
81 * semaphore</em>, because it only has two states: one permit
93 * invoking {@link #acquire} can be allocated a permit ahead of a
169 throw new Error("Maximum permit count exceeded");
180 throw new Error("Permit count underflow")
    [all...]
  /external/libchrome/dbus/
object_path.h 21 // Permit initialization without a value for passing to
37 // Permit sufficient comparison to allow an ObjectPath to be used as a
41 // Permit testing for equality, required for mocks to work and useful for
  /ndk/sources/host-tools/make-3.81/
remote-cstms.c 42 static ExportPermit permit; variable
123 status = Customs_Host (EXPORT_SAME, &permit);
131 return !CUSTOMS_FAIL (&permit.addr);
177 len = Customs_MakeWayBill (&permit, normalized_cwd, argv[0], argv,
192 sin.sin_addr = permit.addr;
198 host = gethostbyaddr((char *)&permit.addr, sizeof(permit.addr), AF_INET);
205 host ? host->h_name : inet_ntoa (permit.addr),
214 host ? host->h_name : inet_ntoa (permit.addr),
221 host ? host->h_name : inet_ntoa (permit.addr)
    [all...]
  /device/moto/shamu/sepolicy/
audioserver.te 4 # Permit audioserver to create sockets with no specific SELinux class.
mediaserver.te 4 # Permit mediaserver to create sockets with no specific SELinux class.
  /libcore/luni/src/main/java/java/util/concurrent/locks/
LockSupport.java 13 * <p>This class associates, with each thread that uses it, a permit
16 * if the permit is available, consuming it in the process; otherwise
17 * it <em>may</em> block. A call to {@code unpark} makes the permit
31 * permit. Additionally, {@code park} will return if the caller's
42 * the thread is blocked to permit monitoring and diagnostic tools to
63 * Because only one permit is associated with each thread, any
115 * Makes available the permit for the given thread, if it
132 * permit is available.
134 * <p>If the permit is available then it is consumed and the call returns
167 * the specified waiting time, unless the permit is available
    [all...]
  /external/clang/test/Sema/
builtins-aarch64.c 20 // However, on AArch64 GCC does not permit this call and the
  /external/curl/lib/
amigaos.h 17 * copies of the Software, and permit persons to whom the Software is
curl_des.h 17 * copies of the Software, and permit persons to whom the Software is
curl_gethostname.h 17 * copies of the Software, and permit persons to whom the Software is
curl_rtmp.h 17 * copies of the Software, and permit persons to whom the Software is
dict.h 17 * copies of the Software, and permit persons to whom the Software is
dotdot.h 17 * copies of the Software, and permit persons to whom the Software is
easyif.h 17 * copies of the Software, and permit persons to whom the Software is
fileinfo.h 17 * copies of the Software, and permit persons to whom the Software is
getinfo.h 17 * copies of the Software, and permit persons to whom the Software is
gopher.h 17 * copies of the Software, and permit persons to whom the Software is
hostcheck.h 17 * copies of the Software, and permit persons to whom the Software is
nonblock.h 17 * copies of the Software, and permit persons to whom the Software is
parsedate.h 17 * copies of the Software, and permit persons to whom the Software is
speedcheck.h 17 * copies of the Software, and permit persons to whom the Software is
strdup.h 17 * copies of the Software, and permit persons to whom the Software is
strequal.h 17 * copies of the Software, and permit persons to whom the Software is
strtok.h 17 * copies of the Software, and permit persons to whom the Software is

Completed in 361 milliseconds

1 2 3 4 5 6 7 8 91011>>