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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ash/content_support/
DEPS 2 # TODO(beng): It may make sense to have a broad permit of content/public
  /device/asus/flo/sepolicy/
mediaserver.te 7 # Permit mediaserver to create sockets with no specific SELinux class.
  /device/lge/hammerhead/sepolicy/
mediaserver.te 7 # Permit mediaserver to create sockets with no specific SELinux class.
  /device/lge/mako/sepolicy/
mediaserver.te 7 # Permit mediaserver to create sockets with no specific SELinux class.
  /device/moto/shamu/sepolicy/
mediaserver.te 4 # Permit mediaserver to create sockets with no specific SELinux class.
  /libcore/luni/src/main/java/java/util/concurrent/
Semaphore.java 13 * permits. Each {@link #acquire} blocks if necessary until a permit is
14 * available, and then takes it. Each {@link #release} adds a permit,
16 * However, no actual permit objects are used; the {@code Semaphore} just
66 * <p>Before obtaining an item each thread must acquire a permit from
69 * pool and a permit is returned to the semaphore, allowing another
78 * only has at most one permit available, can serve as a mutual
80 * semaphore</em>, because it only has two states: one permit
92 * invoking {@link #acquire} can be allocated a permit ahead of a
163 throw new Error("Maximum permit count exceeded");
174 throw new Error("Permit count underflow")
    [all...]
  /external/chromium_org/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...]
  /libcore/luni/src/main/java/java/util/concurrent/locks/
LockSupport.java 14 * <p>This class associates, with each thread that uses it, a permit
17 * if the permit is available, consuming it in the process; otherwise
18 * it <em>may</em> block. A call to {@code unpark} makes the permit
28 * permit. Additionally, {@code park} will return if the caller's
39 * the thread is blocked to permit monitoring and diagnostic tools to
56 * permit is associated with each thread, any intermediary uses of
111 * Makes available the permit for the given thread, if it
128 * permit is available.
130 * <p>If the permit is available then it is consumed and the call returns
163 * the specified waiting time, unless the permit is available
    [all...]
  /external/chromium_org/ash/
gpu_support.h 17 // configurations that permit a dependency on content.
  /external/clang/test/Sema/
builtins-aarch64.c 20 // However, on AArch64 GCC does not permit this call and the
  /external/icu/icu4c/source/i18n/
decfmtst.h 30 // Public to permit access from plain C implementation functions.
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
random-weight.h 58 bool allow_zero_; // permit Zero() and zero divisors
85 bool allow_zero_; // permit Zero() and zero divisors
118 bool allow_zero_; // permit Zero() and zero divisors
  /external/chromium_org/third_party/khronos/
LICENSE 8 permit persons to whom the Materials are furnished to do so, subject to
31 of the Software, and to permit persons to whom the Software is furnished to do
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
license.py 8 # license, and/or sell copies of the Software, and to permit persons to whom
33 and/or sell copies of the Software, and to permit persons to whom the
  /external/mesa3d/src/mapi/glapi/gen/
license.py 8 # license, and/or sell copies of the Software, and to permit persons to whom
33 and/or sell copies of the Software, and to permit persons to whom the
  /build/tools/droiddoc/templates-ds/assets/
LICENSE.txt 8 permit persons to whom the Software is furnished to do so, subject to
  /build/tools/droiddoc/templates-sac/assets/
LICENSE.txt 8 permit persons to whom the Software is furnished to do so, subject to
  /build/tools/droiddoc/templates-sdk/assets/
LICENSE.txt 8 permit persons to whom the Software is furnished to do so, subject to
  /build/tools/droiddoc/templates-sdk-dyn/assets/
LICENSE.txt 8 permit persons to whom the Software is furnished to do so, subject to
  /external/bouncycastle/
NOTICE 6 and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
  /external/chromium_org/base/third_party/xdg_user_dirs/
LICENSE 8 and to permit persons to whom the Software is furnished to do so,
xdg_user_dir_lookup.h 12 and to permit persons to whom the Software is furnished to do so,
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_integration_service_browsertest.cc 28 // First make sure the pref is set to its default value which should permit
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
LICENSE.txt 9 copies of the Software, and to permit persons to whom the Software is

Completed in 3861 milliseconds

1 2 3 4 5 6 7 8 91011>>