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

1 2 34 5 6 7 8 91011>>

  /hardware/qcom/gps/msm8084/loc_api/
Android.mk 5 # add RPC dirs if RPC is available
  /hardware/qcom/gps/msm8909/loc_api/
Android.mk 5 # add RPC dirs if RPC is available
  /hardware/qcom/gps/msm8994/loc_api/
Android.mk 5 # add RPC dirs if RPC is available
  /hardware/qcom/gps/msm8996/loc_api/
Android.mk 5 # add RPC dirs if RPC is available
  /libcore/ojluni/src/main/java/java/io/
FilterInputStream.java 68 * <code>0</code> to <code>255</code>. If no byte is available
71 * is available, the end of the stream is detected, or an exception
89 * input is available.
113 * blocks until some input is available; otherwise, no
161 * This method returns the result of {@link #in in}.available().
167 public int available() throws IOException { method in class:FilterInputStream
168 return in.available();
LineNumberInputStream.java 70 * {@code 0} to {@code 255}. If no byte is available
73 * is available, the end of the stream is detected, or an exception
115 * into an array of bytes. This method blocks until some input is available.
240 public int available() throws IOException { method in class:LineNumberInputStream
241 return (pushBack == -1) ? super.available()/2 : super.available()/2 + 1;
  /packages/apps/TV/tests/tunerscripts/
measure-tuning-time.awk 8 # Collect tuning time with "Video available in <time> ms" message
9 /Video available in/ {
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
ProxyInputStream.java 89 * Invokes the delegate's <code>available()</code> method.
90 * @return the number of available bytes
93 public int available() throws IOException { method in class:ProxyInputStream
94 return in.available();
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
PartialInputStream.java 35 public int available() throws IOException { method in class:PartialInputStream
36 return Math.min(super.available(), getBytesLeft());
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32_amd64p32.go 23 panic("not available")
30 panic("not available")
36 func archInitIEEE() { panic("not available") }
37 func archUpdateIEEE(crc uint32, p []byte) uint32 { panic("not available") }
crc32_arm64.go 24 panic("arch-specific crc32 instruction for Catagnoli not available")
30 panic("arch-specific crc32 instruction for Castagnoli not available")
42 panic("arch-specific crc32 instruction for IEEE not available")
48 panic("arch-specific crc32 instruction for IEEE not available")
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32_amd64p32.go 23 panic("not available")
30 panic("not available")
36 func archInitIEEE() { panic("not available") }
37 func archUpdateIEEE(crc uint32, p []byte) uint32 { panic("not available") }
crc32_arm64.go 24 panic("arch-specific crc32 instruction for Catagnoli not available")
30 panic("arch-specific crc32 instruction for Castagnoli not available")
42 panic("arch-specific crc32 instruction for IEEE not available")
48 panic("arch-specific crc32 instruction for IEEE not available")
  /external/clang/test/SemaCXX/
libstdcxx_is_pod_hack.cpp 10 struct __is_pod { // expected-warning {{keyword '__is_pod' will be made available as an identifier}}
18 struct __is_same { // expected-warning {{keyword '__is_same' will be made available as an identifier}}
27 static const bool __is_signed = true; // expected-warning {{keyword '__is_signed' will be made available as an identifier}}
47 # error __is_pod should still be available.
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
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/collate/src/com/ibm/icu/dev/test/util/
LocaleAliasCollationTest.java 41 private ULocale[] available = null; field in class:LocaleAliasCollationTest
50 available = ULocale.getAvailableLocales();
51 for(int i=0; i<available.length;i++){
52 availableMap.put(available[i].toString(),"");
64 logln(_LOCALES[i][1]+" is not available. Skipping!");
  /frameworks/layoutlib/remote/common/src/com/android/layout/remote/util/
RemoteInputStream.java 30 int available() throws IOException; method in interface:RemoteInputStream
  /external/apache-harmony/support/src/test/java/tests/support/
Support_AvailTest.java 37 // If the string is formatted correctly, and the available method works
49 int real = myin.available();
75 real = myin.available();
82 // loop to EOF, then check if available = 0
95 real = myin.available();
101 output = "IOException during available() testing";
  /external/chromium-trace/catapult/devil/devil/android/tools/
script_common.py 50 available = set(str(d) for d in devices)
51 missing = requested.difference(available)
55 for d in available.intersection(requested))
  /external/conscrypt/testing/src/main/java/libcore/tlswire/handshake/
EllipticCurvesHelloExtension.java 38 wellFormed = (ellipticCurvesListIn.available() % 2) == 0;
39 supported = new ArrayList<EllipticCurve>(ellipticCurvesListIn.available() / 2);
40 while (ellipticCurvesListIn.available() >= 2) {
  /external/icu/icu4c/source/io/
sprintf.cpp 37 /* u_minstrncpy copies the minimum number of code units of (count or output->available) */
44 int32_t size = ufmt_min(count, output->available);
46 u_strncpy(output->str + (output->len - output->available), str, size);
47 output->available -= size;
61 resultLen = ufmt_min(resultLen, output->available);
66 int32_t outputPos = output->len - output->available;
68 if (paddingLeft + resultLen > output->available) {
69 paddingLeft = output->available - resultLen;
73 /* paddingLeft = output->available - resultLen;*/
81 output->available -= paddingLeft
    [all...]
  /libcore/support/src/test/java/libcore/tlswire/handshake/
EllipticCurvesHelloExtension.java 39 wellFormed = (ellipticCurvesListIn.available() % 2) == 0;
40 supported = new ArrayList<EllipticCurve>(ellipticCurvesListIn.available() / 2);
41 while (ellipticCurvesListIn.available() >= 2) {
  /external/webrtc/webrtc/modules/audio_device/android/
audio_device_template.h 141 int32_t PlayoutIsAvailable(bool& available) override {
142 available = true;
154 int32_t RecordingIsAvailable(bool& available) override {
155 available = true;
244 int32_t SpeakerVolumeIsAvailable(bool& available) override {
245 return output_.SpeakerVolumeIsAvailable(available);
269 int32_t MicrophoneVolumeIsAvailable(bool& available) override{
270 available = false;
300 int32_t SpeakerMuteIsAvailable(bool& available) override {
315 int32_t MicrophoneMuteIsAvailable(bool& available) override
    [all...]
  /external/webrtc/webrtc/modules/audio_device/dummy/
file_audio_device.cc 136 int32_t FileAudioDevice::PlayoutIsAvailable(bool& available) {
138 available = true;
141 available = false;
158 int32_t FileAudioDevice::RecordingIsAvailable(bool& available) {
160 available = true;
163 available = false;
326 int32_t FileAudioDevice::SpeakerVolumeIsAvailable(bool& available) {
346 int32_t FileAudioDevice::MicrophoneVolumeIsAvailable(bool& available) {
368 int32_t FileAudioDevice::SpeakerMuteIsAvailable(bool& available) { return -1; }
374 int32_t FileAudioDevice::MicrophoneMuteIsAvailable(bool& available) {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/util/
GridOccupancy.java 35 boolean available = !cells[x][y];
39 available = available && !cells[i][j];
40 if (!available) break out;
43 if (available) {

Completed in 718 milliseconds

1 2 34 5 6 7 8 91011>>