HomeSort by relevance Sort by last modified time
    Searched full:available (Results 101 - 125 of 45678) sorted by null

1 2 3 45 6 7 8 91011>>

  /libcore/luni/src/main/java/java/util/concurrent/
Semaphore.java 14 * available, and then takes it. Each {@link #release} adds a permit,
17 * keeps a count of the number available and acts accordingly.
25 * private final Semaphore available = new Semaphore(MAX_AVAILABLE, true);
28 * available.acquire();
34 * available.release();
67 * the semaphore, guaranteeing that an item is available for use. When
78 * only has at most one permit available, can serve as a mutual
81 * available, or zero permits available. When used in this way, the
105 * available
150 int available = getState(); local
218 int available = getState(); local
    [all...]
  /libcore/luni/src/main/java/java/lang/ref/
ReferenceQueue.java 39 * Returns the next available reference from the queue, removing it in the
40 * process. Does not wait for a reference to become available.
42 * @return the next available reference, or {@code null} if no reference is
43 * immediately available
67 * Returns the next available reference from the queue, removing it in the
68 * process. Waits indefinitely for a reference to become available.
77 * Returns the next available reference from the queue, removing it in the
78 * process. Waits for a reference to become available or the given timeout
82 * to become available. A value of {@code 0} results in the method
84 * @return the next available reference, or {@code null} if no referenc
    [all...]
  /developers/samples/android/connectivity/network/BasicNetworkDemo/
README.txt 6 To see a list of all available commands, run "gradlew tasks"
  /developers/samples/android/connectivity/network/NetworkConnect/
README.txt 6 To see a list of all available commands, run "gradlew tasks"
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/
README.txt 6 To see a list of all available commands, run "gradlew tasks"
  /developers/samples/android/content/contacts/BasicContactables/
README.txt 6 To see a list of all available commands, run "gradlew tasks"
  /developers/samples/android/input/gestures/BasicGestureDetect/
README.txt 6 To see a list of all available commands, run "gradlew tasks"
  /developers/samples/android/input/multitouch/BasicMultitouch/
README.txt 6 To see a list of all available commands, run "gradlew tasks"
  /developers/samples/android/media/BasicMediaRouter/
README.txt 6 To see a list of all available commands, run "gradlew tasks"
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/
README.txt 6 To see a list of all available commands, run "gradlew tasks"
  /developers/samples/android/ui/accessibility/BasicAccessibility/
README.txt 6 To see a list of all available commands, run "gradlew tasks"
  /developers/samples/android/ui/actionbarcompat/Basic/
README.txt 6 To see a list of all available commands, run "gradlew tasks"
  /developers/samples/android/ui/actionbarcompat/ListPopupMenu/
README.txt 6 To see a list of all available commands, run "gradlew tasks"
  /developers/samples/android/ui/actionbarcompat/ShareActionProvider/
README.txt 6 To see a list of all available commands, run "gradlew tasks"
  /developers/samples/android/ui/actionbarcompat/Styled/
README.txt 6 To see a list of all available commands, run "gradlew tasks"
  /developers/samples/android/ui/holo/BorderlessButtons/
README.txt 6 To see a list of all available commands, run "gradlew tasks"
  /developers/samples/android/ui/lists/CustomChoiceList/
README.txt 6 To see a list of all available commands, run "gradlew tasks"
  /developers/samples/android/ui/notifications/BasicNotifications/
README.txt 6 To see a list of all available commands, run "gradlew tasks"
  /developers/samples/android/ui/views/HorizontalPaging/
README.txt 6 To see a list of all available commands, run "gradlew tasks"
  /developers/samples/android/ui/views/TextSwitcher/
README.txt 6 To see a list of all available commands, run "gradlew tasks"
  /development/ndk/platforms/android-3/arch-arm/include/asm/arch/
memory.h 6 *** call into the kernel available to libc. It contains only constants,
timex.h 6 *** call into the kernel available to libc. It contains only constants,
vmalloc.h 6 *** call into the kernel available to libc. It contains only constants,
  /development/ndk/platforms/android-3/arch-arm/include/asm/
auxvec.h 6 *** call into the kernel available to libc. It contains only constants,
bitops.h 6 *** call into the kernel available to libc. It contains only constants,

Completed in 396 milliseconds

1 2 3 45 6 7 8 91011>>