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

1 2 3 4 56 7 8 91011>>

  /development/samples/TtsEngine/src/com/example/android/ttsengine/
CheckVoiceData.java 52 ArrayList<String> available = new ArrayList<String>(); local
61 available.add(lang);
69 if (!checkLanguages.isEmpty() && available.isEmpty()) {
70 // No voices available at all.
73 // Some voices are available, but some have missing
77 // All voices are available.
81 // We now return the list of available and unavailable voices
85 TextToSpeech.Engine.EXTRA_AVAILABLE_VOICES, available);
149 // data file is available.
  /external/apache-http/src/org/apache/http/impl/io/
IdentityInputStream.java 67 public int available() throws IOException { method in class:IdentityInputStream
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1Primitive.java 21 * @exception IOException if there is a problem parsing the data, or parsing the stream did not exhaust the available data.
32 if (aIn.available() != 0)
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
PeriodBuilderFactory.java 21 * Sets the time units available for use. Default is all units.
22 * @param minUnit the smallest time unit available for use
23 * @param maxUnit the largest time unit available for use
30 * Sets whether the time unit is available for use.
32 * @param available true if the unit is available for use
35 PeriodBuilderFactory setUnitIsAvailable(TimeUnit unit, boolean available);
38 * Sets the maximum value for the largest available time unit (as
47 * Sets the minimum value for the smallest available time unit (as
72 * when milliseconds are an available field. The default is to allow
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
PeriodBuilderFactory.java 19 * Sets the time units available for use. Default is all units.
20 * @param minUnit the smallest time unit available for use
21 * @param maxUnit the largest time unit available for use
28 * Sets whether the time unit is available for use.
30 * @param available true if the unit is available for use
33 PeriodBuilderFactory setUnitIsAvailable(TimeUnit unit, boolean available);
36 * Sets the maximum value for the largest available time unit (as
45 * Sets the minimum value for the smallest available time unit (as
70 * when milliseconds are an available field. The default is to allow
    [all...]
  /test/vts-testcase/kernel/api/proc/
ProcUidTimeInStateTest.py 23 executing at each available frequency.
  /external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.h 106 int32_t PlayoutIsAvailable(bool* available) override;
109 int32_t RecordingIsAvailable(bool* available) override;
133 int32_t SpeakerVolumeIsAvailable(bool* available) override;
140 int32_t MicrophoneVolumeIsAvailable(bool* available) override;
148 int32_t SpeakerMuteIsAvailable(bool* available) override;
152 int32_t MicrophoneMuteIsAvailable(bool* available) override;
156 int32_t MicrophoneBoostIsAvailable(bool* available) override;
160 int32_t StereoPlayoutIsAvailable(bool* available) const override;
163 int32_t StereoRecordingIsAvailable(bool* available) const override;
  /external/webrtc/webrtc/modules/audio_device/
audio_device_impl.h 86 int32_t PlayoutIsAvailable(bool* available) override;
89 int32_t RecordingIsAvailable(bool* available) override;
117 int32_t SpeakerVolumeIsAvailable(bool* available) override;
125 int32_t MicrophoneVolumeIsAvailable(bool* available) override;
133 int32_t SpeakerMuteIsAvailable(bool* available) override;
138 int32_t MicrophoneMuteIsAvailable(bool* available) override;
143 int32_t MicrophoneBoostIsAvailable(bool* available) override;
148 int32_t StereoPlayoutIsAvailable(bool* available) const override;
151 int32_t StereoRecordingIsAvailable(bool* available) const override;
  /external/webrtc/webrtc/modules/audio_device/dummy/
file_audio_device.h 73 int32_t PlayoutIsAvailable(bool& available) override;
76 int32_t RecordingIsAvailable(bool& available) override;
104 int32_t SpeakerVolumeIsAvailable(bool& available) override;
112 int32_t MicrophoneVolumeIsAvailable(bool& available) override;
120 int32_t SpeakerMuteIsAvailable(bool& available) override;
125 int32_t MicrophoneMuteIsAvailable(bool& available) override;
130 int32_t MicrophoneBoostIsAvailable(bool& available) override;
135 int32_t StereoPlayoutIsAvailable(bool& available) override;
138 int32_t StereoRecordingIsAvailable(bool& available) override;
  /external/webrtc/webrtc/modules/audio_device/ios/
audio_device_ios.h 89 int32_t PlayoutIsAvailable(bool& available) override;
90 int32_t RecordingIsAvailable(bool& available) override;
114 int32_t SpeakerVolumeIsAvailable(bool& available) override;
120 int32_t MicrophoneVolumeIsAvailable(bool& available) override;
126 int32_t MicrophoneMuteIsAvailable(bool& available) override;
129 int32_t SpeakerMuteIsAvailable(bool& available) override;
132 int32_t MicrophoneBoostIsAvailable(bool& available) override;
135 int32_t StereoPlayoutIsAvailable(bool& available) override;
138 int32_t StereoRecordingIsAvailable(bool& available) override;
191 // unit. This method is used to signal that recorded audio is available
    [all...]
  /external/webrtc/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.h 65 int32_t PlayoutIsAvailable(bool& available) override;
68 int32_t RecordingIsAvailable(bool& available) override;
97 int32_t SpeakerVolumeIsAvailable(bool& available) override;
105 int32_t MicrophoneVolumeIsAvailable(bool& available) override;
113 int32_t SpeakerMuteIsAvailable(bool& available) override;
118 int32_t MicrophoneMuteIsAvailable(bool& available) override;
123 int32_t MicrophoneBoostIsAvailable(bool& available) override;
128 int32_t StereoPlayoutIsAvailable(bool& available) override;
131 int32_t StereoRecordingIsAvailable(bool& available) override;
audio_mixer_manager_alsa_linux.cc 610 bool& available)
619 available = LATE(snd_mixer_selem_has_playback_volume)(_outputMixerElement);
625 bool& available)
634 available = LATE(snd_mixer_selem_has_playback_switch)(_outputMixerElement);
655 bool available(false);
656 SpeakerMuteIsAvailable(available);
657 if (!available)
690 bool available = local
692 if (!available)
723 bool& available)
787 bool available = local
    [all...]
audio_device_alsa_linux.cc 289 int32_t AudioDeviceLinuxALSA::SpeakerVolumeIsAvailable(bool& available)
300 available = false;
306 available = true;
406 int32_t AudioDeviceLinuxALSA::SpeakerMuteIsAvailable(bool& available)
420 available = false;
427 available = isAvailable;
458 int32_t AudioDeviceLinuxALSA::MicrophoneMuteIsAvailable(bool& available)
472 available = false;
479 available = isAvailable;
514 int32_t AudioDeviceLinuxALSA::MicrophoneBoostIsAvailable(bool& available)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
PipedInputStreamTest.java 74 pis.available();
101 * java.io.PipedInputStream#available()
114 assertTrue("Available returned incorrect number of bytes: "
115 + pis.available(), pis.available() == 1000);
125 assertEquals("Incorrect available count", 1024, pin.available());
155 assertEquals("Non-conected pipe returned non-zero available bytes", 0,
156 pis.available());
165 assertEquals("Available returned incorrect number of bytes", 1000, pi
    [all...]
BufferedOutputStreamTest.java 135 assertEquals("Bytes written, not buffered", 0, bais.available());
138 assertEquals("Bytes not written after flush", 500, bais.available());
142 bais.available() >= 1000);
653 assertEquals("Byte written, not buffered", 0, bais.available());
656 assertEquals("Byte not written after flush", 1, bais.available());
690 assertEquals("Bytes written, not buffered", 10, byteArrayis.available());
694 .available());
701 assertEquals("Bytes written, not buffered", 20, byteArrayis.available());
705 .available());
715 assertEquals("Bytes written, not buffered", 30, byteArrayis.available());
    [all...]
  /external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.h 92 virtual int32_t PlayoutIsAvailable(bool& available);
95 virtual int32_t RecordingIsAvailable(bool& available);
123 virtual int32_t SpeakerVolumeIsAvailable(bool& available);
131 virtual int32_t MicrophoneVolumeIsAvailable(bool& available);
139 virtual int32_t MicrophoneMuteIsAvailable(bool& available);
144 virtual int32_t SpeakerMuteIsAvailable(bool& available);
149 virtual int32_t MicrophoneBoostIsAvailable(bool& available);
154 virtual int32_t StereoPlayoutIsAvailable(bool& available);
157 virtual int32_t StereoRecordingIsAvailable(bool& available);
184 virtual int32_t MicrophoneIsAvailable(bool& available);
    [all...]
  /libcore/ojluni/src/main/java/sun/security/util/
DerInputBuffer.java 65 int len = available();
108 int max = this.available();
109 if (other.available() != max)
127 int len = available();
136 if (len > available())
150 if (len > available())
200 if (len > available())
226 return getBitString(available());
240 int len = available();
262 if (len > available())
    [all...]
  /external/curl/docs/cmdline-opts/
engine.d 8 none) of the engines may be available at run-time.
  /external/guava/guava/src/com/google/common/io/
MultiInputStream.java 70 @Override public int available() throws IOException { method in class:MultiInputStream
74 return in.available();
  /external/libchrome/base/
sys_info_linux.cc 65 int64_t res_kb = info.available != 0
66 ? info.available - info.active_file
  /external/libopus/celt/
entdec.c 50 An excellent description of implementation details is available at
227 int available; local
230 available=_this->nend_bits;
231 if((unsigned)available<_bits){
233 window|=(ec_window)ec_read_byte_from_end(_this)<<available;
234 available+=EC_SYM_BITS;
236 while(available<=EC_WINDOW_SIZE-EC_SYM_BITS);
240 available-=_bits;
242 _this->nend_bits=available;
  /external/llvm/test/MC/Mips/
mips-noat.s 17 lw $2, 65536($2) # ERROR: mips-noat.s:[[@LINE]]:9: error: pseudo-instruction requires $at, which is not available
33 lw $2, 65536($2) # ERROR: mips-noat.s:[[@LINE]]:9: error: pseudo-instruction requires $at, which is not available
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
DeltaInputStream.java 117 * Calls <code>in.available()</code>.
119 * @return the value returned by <code>in.available()</code>
121 public int available() throws IOException { method in class:DeltaInputStream
128 return in.available();
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAssetInputStream.java 56 protected int available() throws IOException { method in class:ShadowAssetInputStream
57 return delegate.available();
  /external/skia/src/core/
SkBuffer.cpp 15 if (fValid && size <= this->available()) {
35 if (fValid && n <= this->available()) {

Completed in 633 milliseconds

1 2 3 4 56 7 8 91011>>