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

<<21222324252627282930>>

  /frameworks/av/media/libnbaio/
AudioBufferProviderSource.cpp 63 size_t available = mBuffer.frameCount - mConsumed; local
64 if (CC_UNLIKELY(count > available)) {
65 count = available;
68 // available is zero, but both are unlikely so don't check for that
109 // don't you just want to fall through to the size_t available line?
115 size_t available = mBuffer.frameCount - mConsumed; local
116 if (CC_UNLIKELY(count > available)) {
117 count = available;
  /frameworks/base/core/res/res/raw/
loaderror.html 4 <title>Webpage not available</title>
13 <h2>Webpage not available</h2>
nodomain.html 4 <title>Webpage not available</title>
13 <h2>Webpage not available</h2>
  /frameworks/base/core/res/res/raw-en-rGB/
loaderror.html 4 <title>Web page not available</title>
13 <h2>Web page not available</h2>
nodomain.html 4 <title>Web page not available</title>
13 <h2>Web page not available</h2>
  /frameworks/base/samples/training/network-usage/
README.txt 11 when any network connection is available, or only when a Wi-Fi connection is available.
  /hardware/interfaces/wifi/1.0/
IWifiChipEventCallback.hal 22 * this point the interfaces available in the mode must be able to be
33 * error and any iface objects available previously must be considered
61 * - Driver calls this callback when new records are available, the
63 * indicates to framework if more data is available in the ring buffer.
65 * immediately as data is available, instead driver will report data
66 * every X seconds or if N bytes are available based on the parameters
71 * will start sending all available data in the indicated ring by repeatedly
76 * available.
  /prebuilts/gdb/darwin-x86/lib/python2.7/
statvfs.py 13 F_BAVAIL = 4 # Free blocks available to non-superuser
16 F_FAVAIL = 7 # Free nodes available to non-superuser
  /prebuilts/gdb/linux-x86/lib/python2.7/
statvfs.py 13 F_BAVAIL = 4 # Free blocks available to non-superuser
16 F_FAVAIL = 7 # Free nodes available to non-superuser
  /prebuilts/go/darwin-x86/misc/ios/
clangwrap.sh 2 # This uses the latest available iOS SDK, which is recommended.
4 # to see the available SDKs and replace iphoneos with one of them.
  /prebuilts/go/linux-x86/misc/ios/
clangwrap.sh 2 # This uses the latest available iOS SDK, which is recommended.
4 # to see the available SDKs and replace iphoneos with one of them.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
statvfs.py 13 F_BAVAIL = 4 # Free blocks available to non-superuser
16 F_FAVAIL = 7 # Free nodes available to non-superuser
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
statvfs.py 13 F_BAVAIL = 4 # Free blocks available to non-superuser
16 F_FAVAIL = 7 # Free nodes available to non-superuser
  /prebuilts/tools/common/m2/repository/org/jacoco/
NOTICE.txt 7 available by Mountainminds GmbH & Co. KG, Munich. Except indicated below, the
9 License Version 1.0 ("EPL"). A copy of the EPL is available at
  /prebuilts/vndk/v27/common/NOTICE_FILES/
libblas.so.txt 1 The reference BLAS is a freely-available software package. It is
2 available from netlib via anonymous ftp and the World Wide Web. Thus,
  /compatibility/cdd/10_software-compatibility-testing/
10_0_intro.md 8 implementation of Android available from the Android Open Source Project.
  /developers/build/prebuilts/gradle/RuntimePermissionsBasic/Application/src/main/res/values/
strings.xml 19 <string name="camera_unavailable"><b>Camera could not be opened.</b>\nThis occurs when the camera is not available (for example it is already in use) or if the system has denied access (for example when camera access has been disabled).</string>
28 features available.]]>
32 <string name="camera_permission_not_available">Permission is not available. Requesting camera permission.</string>
33 <string name="camera_permission_available">Camera permission is available. Starting preview.</string>
  /developers/build/prebuilts/gradle/RuntimePermissionsBasic/kotlinApp/Application/src/main/res/values/
strings.xml 19 <string name="camera_unavailable"><b>Camera could not be opened.</b>\nThis occurs when the camera is not available (for example it is already in use) or if the system has denied access (for example when camera access has been disabled).</string>
28 features available.]]>
32 <string name="camera_permission_not_available">Permission is not available. Requesting camera permission.</string>
33 <string name="camera_permission_available">Camera permission is available. Starting preview.</string>
  /developers/build/prebuilts/gradle/WatchFace/Application/src/main/res/values/
dimens.xml 4 (such as screen margins) for screens with more than 820dp of available width. This
  /developers/samples/android/system/RuntimePermissionsBasic/Application/src/main/res/values/
strings.xml 19 <string name="camera_unavailable"><b>Camera could not be opened.</b>\nThis occurs when the camera is not available (for example it is already in use) or if the system has denied access (for example when camera access has been disabled).</string>
28 features available.]]>
32 <string name="camera_permission_not_available">Permission is not available. Requesting camera permission.</string>
33 <string name="camera_permission_available">Camera permission is available. Starting preview.</string>
  /developers/samples/android/system/RuntimePermissionsBasic/kotlinApp/Application/src/main/res/values/
strings.xml 19 <string name="camera_unavailable"><b>Camera could not be opened.</b>\nThis occurs when the camera is not available (for example it is already in use) or if the system has denied access (for example when camera access has been disabled).</string>
28 features available.]]>
32 <string name="camera_permission_not_available">Permission is not available. Requesting camera permission.</string>
33 <string name="camera_permission_available">Camera permission is available. Starting preview.</string>
  /developers/samples/android/wearable/wear/WatchFace/Application/src/main/res/values/
dimens.xml 4 (such as screen margins) for screens with more than 820dp of available width. This
  /development/samples/browseable/DirectBoot/
_index.jd 9 which is always available while the device is booted.
  /development/samples/browseable/MultiWindowPlayground/
_index.jd 8 This sample demonstrates the use of the multi-window API available
  /development/samples/browseable/Notifications/
_index.jd 8 This sample application provides a showcase of available notification styles and

Completed in 1308 milliseconds

<<21222324252627282930>>