Searched refs:available (Results 51 - 75 of 535) sorted by relevance

1234567891011>>

/external/mesa3d/src/mesa/sparc/
H A Dnorm.S64 fmuls %f0, M8, %f7 ! FGM Group f3 available
65 fmuls %f1, M9, %f8 ! FGM Group f4 available
67 fmuls %f2, M2, %f10 ! FGM Group f5 available
68 fmuls %f2, M6, %f0 ! FGM Group f6 available
70 fmuls %f2, M10, %f4 ! FGM Group f7 available
71 fadds %f7, %f8, %f7 ! FGA Group f8,f3 available
72 fadds %f3, %f10, %f3 ! FGA Group f10 available
73 fadds %f5, %f0, %f5 ! FGA Group stall f0,f5 available
74 fadds %f7, %f4, %f7 ! FGA Group stall f4,f7 available
79 fmuls %f3, %f3, %f6 ! FGM Group f3 available
[all...]
H A Dxform.S86 fmuls %f8, M0, %f9 ! FGM Group f1 available
89 fmuls %f8, M1, %f10 ! FGM Group f2 available
92 fmuls %f8, M2, %f11 ! FGM Group f3 available
95 fmuls %f8, M3, %f12 ! FGM Group f4 available
98 fadds %f9, M12, %f9 ! FGA Group f9 available
100 fadds %f10, M13, %f10 ! FGA Group f10 available
102 fadds %f11, M14, %f11 ! FGA Group f11 available
104 fadds %f12, M15, %f12 ! FGA Group f12 available
201 fadds %f1, M12, %f3 ! FGA Group f1 available
203 fadds %f2, M13, %f4 ! FGA Group f2 available
[all...]
/external/llvm/test/MC/Mips/
H A Dcprestore-noreorder-noat.s26 # O32-NOT: error: pseudo-instruction requires $at, which is not available
27 # N32-NOT: error: pseudo-instruction requires $at, which is not available
28 # N64-NOT: error: pseudo-instruction requires $at, which is not available
45 # O32: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available
46 # N32-NOT: error: pseudo-instruction requires $at, which is not available
47 # N64-NOT: error: pseudo-instruction requires $at, which is not available
H A Dmips-noat.s17 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/valgrind/none/tests/s390x/
H A Dfpext_warn.stderr.exp5 which is not available on this host. Continuing using
11 which is not available on this host. Continuing using
17 which is not available on this host. Continuing using
/external/webrtc/webrtc/modules/audio_device/mac/portaudio/
H A Dpa_ringbuffer.c81 ** Return number of elements available for reading. */
88 ** Return number of elements available for writing. */
106 ** Returns room available to be written or elementCount, whichever is smaller.
115 PaRingBufferSize available = PaUtil_GetRingBufferWriteAvailable( rbuf ); local
116 if( elementCount > available ) elementCount = available;
153 ** Returns room available to be written or elementCount, whichever is smaller.
162 PaRingBufferSize available = PaUtil_GetRingBufferReadAvailable( rbuf ); local
163 if( elementCount > available ) elementCount = available;
[all...]
/external/apache-http/src/org/apache/http/impl/io/
H A DIdentityInputStream.java67 public int available() throws IOException { method in class:IdentityInputStream
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1Primitive.java21 * @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/
H A DPeriodBuilderFactory.java21 * 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); argument
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 fiel
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
H A DPeriodBuilderFactory.java19 * 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); argument
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 fiel
[all...]
/external/webrtc/talk/app/webrtc/test/
H A Dfakeaudiocapturemodule.h106 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/
H A Daudio_device_generic.h49 virtual int32_t PlayoutIsAvailable(bool& available) = 0;
52 virtual int32_t RecordingIsAvailable(bool& available) = 0;
81 virtual int32_t SpeakerVolumeIsAvailable(bool& available) = 0;
89 virtual int32_t MicrophoneVolumeIsAvailable(bool& available) = 0;
97 virtual int32_t SpeakerMuteIsAvailable(bool& available) = 0;
102 virtual int32_t MicrophoneMuteIsAvailable(bool& available) = 0;
107 virtual int32_t MicrophoneBoostIsAvailable(bool& available) = 0;
112 virtual int32_t StereoPlayoutIsAvailable(bool& available) = 0;
115 virtual int32_t StereoRecordingIsAvailable(bool& available) = 0;
H A Daudio_device_impl.h86 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/
H A Dfile_audio_device.h73 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/include/
H A Daudio_device.h86 virtual int32_t PlayoutIsAvailable(bool* available) = 0;
89 virtual int32_t RecordingIsAvailable(bool* available) = 0;
118 virtual int32_t SpeakerVolumeIsAvailable(bool* available) = 0;
126 virtual int32_t MicrophoneVolumeIsAvailable(bool* available) = 0;
134 virtual int32_t SpeakerMuteIsAvailable(bool* available) = 0;
139 virtual int32_t MicrophoneMuteIsAvailable(bool* available) = 0;
144 virtual int32_t MicrophoneBoostIsAvailable(bool* available) = 0;
149 virtual int32_t StereoPlayoutIsAvailable(bool* available) const = 0;
152 virtual int32_t StereoRecordingIsAvailable(bool* available) const = 0;
/external/webrtc/webrtc/modules/audio_device/ios/
H A Daudio_device_ios.h89 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/
H A Daudio_device_alsa_linux.h65 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;
H A Daudio_mixer_manager_alsa_linux.cc610 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)
609 SpeakerVolumeIsAvailable( bool& available) argument
624 SpeakerMuteIsAvailable( bool& available) argument
722 MicrophoneMuteIsAvailable( bool& available) argument
787 bool available = local
819 MicrophoneBoostIsAvailable( bool& available) argument
881 MicrophoneVolumeIsAvailable( bool& available) argument
[all...]
H A Daudio_device_alsa_linux.cc289 int32_t AudioDeviceLinuxALSA::SpeakerVolumeIsAvailable(bool& available) argument
300 available = false;
306 available = true;
406 int32_t AudioDeviceLinuxALSA::SpeakerMuteIsAvailable(bool& available) argument
420 available = false;
427 available = isAvailable;
458 int32_t AudioDeviceLinuxALSA::MicrophoneMuteIsAvailable(bool& available) argument
472 available = false;
479 available = isAvailable;
514 int32_t AudioDeviceLinuxALSA::MicrophoneBoostIsAvailable(bool& available) argument
566 StereoRecordingIsAvailable(bool& available) argument
637 StereoPlayoutIsAvailable(bool& available) argument
722 MicrophoneVolumeIsAvailable(bool& available) argument
951 PlayoutIsAvailable(bool& available) argument
982 RecordingIsAvailable(bool& available) argument
[all...]
/external/webrtc/webrtc/modules/audio_device/mac/
H A Daudio_device_mac.h92 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...]
/external/guava/guava/src/com/google/common/io/
H A DMultiInputStream.java70 @Override public int available() throws IOException { method in class:MultiInputStream
74 return in.available();
/external/libopus/celt/
H A Dentdec.c50 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/lzma/Java/Tukaani/src/org/tukaani/xz/
H A DDeltaInputStream.java117 * 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/mesa3d/src/glsl/
H A Dopt_dead_code_local.cpp54 this->available = ir->write_mask;
61 int available; member in class:__anon15006::assignment_entry
80 entry->available, used);
81 entry->available &= ~used;
82 if (!entry->available)
146 * Adds an entry to the available copy list if it's a plain assignment
188 int remove = entry->available & ir->write_mask;
205 entry->available &= ~remove;
258 /* Add this instruction to the assignment list available to be removed. */
269 printf(" %s (0x%01x)\n", entry->lhs->name, entry->available);
[all...]
/external/skia/src/core/
H A DSkBuffer.cpp15 if (fValid && size <= this->available()) {
30 if (fValid && n <= this->available()) {

Completed in 2773 milliseconds

1234567891011>>