HomeSort by relevance Sort by last modified time
    Searched full:available (Results 826 - 850 of 48531) sorted by null

<<31323334353637383940>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
FlashlightController.java 43 * @param available true if the flashlight is currently available.
45 void onFlashlightAvailabilityChanged(boolean available);
  /packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
PlaybackBufferListener.java 32 * @param available whether the buffer is available or not
34 void onBufferStateChanged(boolean available);
  /packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/accounts/
LoginAccountUtils.java 29 * This account type is used when listing the accounts available on the device for login.
38 * Get the accounts available for login.
40 * @return an array of accounts. Empty (never null) if no accounts are available for login.
  /system/chre/platform/linux/include/chre/target_platform/
platform_log_base.h 34 * available. When logs are available, they are output via std::cout.
46 //! available to output.
  /external/kernel-headers/original/uapi/asm-x86/asm/
hyperv.h 23 * Feature identification. EAX indicates which features are available
27 /* VP Runtime (HV_X64_MSR_VP_RUNTIME) available */
29 /* Partition Reference Counter (HV_X64_MSR_TIME_REF_COUNT) available*/
31 /* Partition reference TSC MSR is available */
45 * and HV_X64_MSR_SINT0 through HV_X64_MSR_SINT15) available
50 * HV_X64_MSR_STIMER3_COUNT) available
55 * are available
58 /* Hypercall MSRs (HV_X64_MSR_GUEST_OS_ID and HV_X64_MSR_HYPERCALL) available*/
60 /* Access virtual processor index MSR (HV_X64_MSR_VP_INDEX) available*/
62 /* Virtual system reset MSR (HV_X64_MSR_RESET) is available*/
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
LocaleAliasTest.java 54 private static ULocale[] available = null; field in class:LocaleAliasTest
63 available = ULocale.getAvailableLocales();
64 for(int i=0; i<available.length;i++){
65 availableMap.put(available[i].toString(),"");
77 logln(_LOCALES[i][1]+" is not available. Skipping!");
117 logln(_LOCALES[i][1]+" is not available. Skipping!");
157 logln(_LOCALES[i][1]+" is not available. Skipping!");
181 for(int j=0; j<available.length; j++){
182 String oldCountry = oldLoc.getDisplayCountry(available[j]);
183 String newCountry = newLoc.getDisplayCountry(available[j])
    [all...]
LocaleAliasCollationTest.java 44 private ULocale[] available = null; field in class:LocaleAliasCollationTest
53 available = ULocale.getAvailableLocales();
54 for(int i=0; i<available.length;i++){
55 availableMap.put(available[i].toString(),"");
67 logln(_LOCALES[i][1]+" is not available. Skipping!");
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
LocaleAliasTest.java 51 private static ULocale[] available = null; field in class:LocaleAliasTest
60 available = ULocale.getAvailableLocales();
61 for(int i=0; i<available.length;i++){
62 availableMap.put(available[i].toString(),"");
74 logln(_LOCALES[i][1]+" is not available. Skipping!");
114 logln(_LOCALES[i][1]+" is not available. Skipping!");
154 logln(_LOCALES[i][1]+" is not available. Skipping!");
178 for(int j=0; j<available.length; j++){
179 String oldCountry = oldLoc.getDisplayCountry(available[j]);
180 String newCountry = newLoc.getDisplayCountry(available[j])
    [all...]
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal_defs.h.in 25 /* Defined if C11 atomics are available. */
28 /* Defined if the equivalent of FreeBSD's atomic(9) functions are available. */
32 * Defined if OSAtomic*() functions are available, as provided by Darwin, and
39 * __sync_sub_and_fetch(uint32_t *, uint32_t) are available, despite
47 * __sync_sub_and_fetch(uint64_t *, uint64_t) are available, despite
54 * Defined if __builtin_clz() and __builtin_clzl() are available.
59 * Defined if os_unfair_lock_*() functions are available, as provided by Darwin.
64 * Defined if OSSpin*() functions are available, as provided by Darwin, and
73 * Defined if secure_getenv(3) is available.
78 * Defined if issetugid(2) is available
    [all...]
  /system/chre/core/
audio_request_manager.cc 78 mAudioRequestLists[handle].available);
126 void AudioRequestManager::handleAudioAvailability(uint32_t handle, bool available) {
129 bool available; member in struct:chre::CallbackState
137 cbState->available = available;
142 .handleAudioAvailabilitySync(state->handle, state->available);
236 bool available) {
238 mAudioRequestLists[handle].available = available;
239 postAudioSamplingChangeEvents(handle, available);
    [all...]