HomeSort by relevance Sort by last modified time
    Searched refs:available (Results 201 - 225 of 3711) sorted by null

1 2 3 4 5 6 7 891011>>

  /device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspDebugLibSerialPort/Ia32/
FspDebug.s 5 # are licensed and made available under the terms and conditions of the BSD License
  /device/linaro/bootloader/edk2/StdLib/LibC/Main/X64/
fpu_rmode.S 5 # are licensed and made available under the terms and conditions of the BSD License
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
SmmInit.S 5 # are licensed and made available under the terms and conditions of the BSD License
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
SmmInit.S 5 # are licensed and made available under the terms and conditions of the BSD License
  /external/conscrypt/testing/src/main/java/libcore/tlswire/handshake/
ServerNameHelloExtension.java 38 while (serverNameListIn.available() > 0) {
  /external/eigen/lapack/
dsecnd_NONE.f 5 * Online html documentation available at
21 *> EXTERNAL ETIME_, INTERNAL ETIME, INTERNAL CPU_TIME is available on
second_NONE.f 5 * Online html documentation available at
21 *> EXTERNAL ETIME_, INTERNAL ETIME, INTERNAL CPU_TIME is available on
  /external/libchrome/base/
sys_info_unittest.cc 41 if (info.available != 0) {
43 EXPECT_LT(info.available, info.total);
47 EXPECT_LT(amount / 1024, info.available);
49 info.available = 0;
  /external/llvm/test/MC/Mips/
macro-bcc-imm-bad.s 7 blt $a2, 16, foo # ALL: :[[@LINE]]:5: error: pseudo-instruction requires $at, which is not available
  /external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
ShutdownTest.java 81 while (in.available() > 0) {
  /external/oj-libjdwp/src/share/back/
invoker.h 38 jboolean available; /* Is the thread in an invokable state? */ member in struct:InvokeRequest
  /external/pdfium/fxbarcode/datamatrix/
BC_EdifactEncoder.cpp 67 int32_t available =
70 if (remaining == 0 && available <= 2)
87 int32_t available =
89 if (available >= 3) {
  /external/webrtc/webrtc/modules/audio_device/mac/
audio_mixer_manager_mac.cc 376 int32_t AudioMixerManagerMac::SpeakerVolumeIsAvailable(bool& available) {
393 available = true;
404 available = false;
412 available = true;
416 int32_t AudioMixerManagerMac::SpeakerMuteIsAvailable(bool& available) {
433 available = true;
444 available = false;
451 available = true;
570 int32_t AudioMixerManagerMac::StereoPlayoutIsAvailable(bool& available) {
577 available = (_noOutputChannels == 2)
    [all...]
  /frameworks/av/media/libnbaio/
MonoPipeReader.cpp 41 ssize_t ret = mFifoReader.available();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
ZenModeController.java 44 default void onZenAvailableChanged(boolean available) {}
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
StringBufferInputStreamTest.java 36 * java.io.StringBufferInputStream#available()
39 // Test for method int java.io.StringBufferInputStream.available()
40 assertEquals("Returned incorrect number of available bytes", 11, sbis
41 .available());
  /libcore/ojluni/src/main/java/sun/security/x509/
SerialNumber.java 45 if (derVal.data.available() != 0) {
  /libcore/support/src/test/java/libcore/tlswire/handshake/
ServerNameHelloExtension.java 41 while (serverNameListIn.available() > 0) {
  /libcore/support/src/test/java/tests/support/
Support_ASimpleInputStream.java 55 public int available() throws IOException { method in class:Support_ASimpleInputStream
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/
FixedLengthInputStream.java 37 public int available() throws IOException { method in class:FixedLengthInputStream
  /packages/apps/Email/provider_src/com/android/email/
FixedLengthInputStream.java 38 public int available() throws IOException { method in class:FixedLengthInputStream
  /system/media/audio_utils/include/audio_utils/
fifo.h 255 * \return Actual number of frames available, if greater than or equal to zero.
265 * timeout expired, and no frames were available after the timeout.
267 * was interrupted by a signal, and no frames were available after signal.
272 * Applications should treat all of these as equivalent to zero available frames,
292 * available() may be called after obtain(), but doesn't affect the number of releasable frames.
294 * \return Number of available frames, if greater than or equal to zero.
299 virtual ssize_t available() = 0;
374 * timeout expired, and no frames were available after the timeout.
376 * was interrupted by a signal, and no frames were available after signal.
387 virtual ssize_t available();
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/SemihostLib/AArch64/
GccSemihost.S 7 # are licensed and made available under the terms and conditions of the BSD License
  /device/linaro/bootloader/edk2/ArmPkg/Library/SemihostLib/Arm/
GccSemihost.S 6 # are licensed and made available under the terms and conditions of the BSD License
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
CpuBreakpoint.S 5 # are licensed and made available under the terms and conditions of the BSD License

Completed in 839 milliseconds

1 2 3 4 5 6 7 891011>>