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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/available-is-better/
available-is-better.h 2 int available; variable
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
RenderingRequestCaller.java 20 public void available(RenderingRequest request); method in interface:RenderingRequestCaller
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
group-reloc-ldr-encoding-bad.l 2 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
3 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
4 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
5 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
6 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
7 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
8 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
9 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
10 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\)
11 [^:]*:27: Error: bad offset 0x00001000 \(only 12 bits available for the magnitude\
    [all...]
group-reloc-ldrs-encoding-bad.l 2 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
3 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
4 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
5 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
6 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
7 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
8 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
9 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
10 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\)
11 [^:]*:30: Error: bad offset 0x00000100 \(only 8 bits available for the magnitude\
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/output/
ThreadLocalOutputBufferProvider.java 25 private final ThreadLocal<Boolean> available; field in class:ThreadLocalOutputBufferProvider
33 available = new ThreadLocal<Boolean>() {
42 if (!available.get()) {
46 available.set(false);
57 available.set(true);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
BitmapCaller.java 22 public void available(Bitmap bmap); method in interface:BitmapCaller
  /packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
PlaybackBufferListener.java 32 * @param available whether the buffer is available or not
34 void onBufferStateChanged(boolean available);
  /external/clang/test/Modules/
submodules-preprocess.cpp 8 # error HAVE_VECTOR macro is not available (but should be)
12 # error HAVE_TYPE_TRAITS_MAP macro is available (but shouldn't be)
16 # error HAVE_HASH_MAP macro is available (but shouldn't be)
22 # error HAVE_VECTOR macro is not available (but should be)
26 # error HAVE_TYPE_TRAITS_MAP macro is not available (but should be)
30 # error HAVE_HASH_MAP macro is available (but shouldn't be)
38 # error HAVE_VECTOR macro is not available (but should be)
42 # error HAVE_TYPE_TRAITS_MAP macro is not available (but should be)
46 # error HAVE_HASH_MAP macro is available (but shouldn't be)
52 # error HAVE_VECTOR macro is not available (but should be
    [all...]
  /external/webrtc/webrtc/modules/audio_device/mac/
audio_mixer_manager_mac.h 31 int32_t SpeakerVolumeIsAvailable(bool& available);
32 int32_t SpeakerMuteIsAvailable(bool& available);
35 int32_t StereoPlayoutIsAvailable(bool& available);
36 int32_t StereoRecordingIsAvailable(bool& available);
37 int32_t MicrophoneMuteIsAvailable(bool& available);
40 int32_t MicrophoneBoostIsAvailable(bool& available);
43 int32_t MicrophoneVolumeIsAvailable(bool& available);
  /frameworks/base/services/usb/java/com/android/server/usb/descriptors/
ByteStream.java 88 if (available() > 0) {
102 if (available() > 0) {
116 if (available() > 0) {
133 if (available() >= 2) {
151 if (available() >= 3) {
167 if (available() >= 4) {
218 * @return The number of bytes available to be read in the stream.
220 public int available() { method in class:ByteStream
  /external/webrtc/webrtc/modules/audio_device/ios/
audio_device_not_implemented_ios.mm 55 int32_t AudioDeviceIOS::SpeakerVolumeIsAvailable(bool& available) {
56 available = false;
95 int32_t AudioDeviceIOS::SpeakerMuteIsAvailable(bool& available) {
96 available = false;
144 int32_t AudioDeviceIOS::MicrophoneMuteIsAvailable(bool& available) {
145 available = false;
159 int32_t AudioDeviceIOS::MicrophoneBoostIsAvailable(bool& available) {
160 available = false;
174 int32_t AudioDeviceIOS::StereoRecordingIsAvailable(bool& available) {
175 available = false
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/
CharCache.java 33 int available = cache.length - pos; local
34 int toWrite = chars.length < available ? chars.length : available;
  /external/llvm/test/MC/Mips/
branch-pseudos-bad.s 7 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available
9 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available
11 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available
13 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available
15 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available
17 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available
19 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available
21 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available
24 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available
26 # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available
    [all...]
  /frameworks/base/core/java/android/hardware/location/
GeofenceHardwareMonitorCallback.java 40 * @param available Indicates whether the system is currently available or not.
44 public void onMonitoringSystemChange(int monitoringType, boolean available, Location location) {
  /frameworks/base/services/core/java/com/android/server/policy/
GlobalActionsProvider.java 33 void onGlobalActionsAvailableChanged(boolean available);
  /libcore/support/src/test/java/tests/support/
Support_ASimpleReader.java 60 int available = len - pos; local
61 if (available > 0) {
62 int readable = (available < count ? available : count);
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32_otherarch.go 10 func archInitIEEE() { panic("not available") }
11 func archUpdateIEEE(crc uint32, p []byte) uint32 { panic("not available") }
14 func archInitCastagnoli() { panic("not available") }
15 func archUpdateCastagnoli(crc uint32, p []byte) uint32 { panic("not available") }
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32_otherarch.go 10 func archInitIEEE() { panic("not available") }
11 func archUpdateIEEE(crc uint32, p []byte) uint32 { panic("not available") }
14 func archInitCastagnoli() { panic("not available") }
15 func archUpdateCastagnoli(crc uint32, p []byte) uint32 { panic("not available") }
  /external/icu/icu4c/source/common/
bytestream.cpp 55 int32_t available = capacity_ - size_; local
56 if (n > available) {
57 n = available;
75 int32_t available = capacity_ - size_; local
76 if (available >= min_capacity) {
77 *result_capacity = available;
  /system/core/liblog/
config_read.c 38 if (!transport->available || ((*transport->available)(i) >= 0)) {
44 if (!transp->available) {
47 if (((*transp->available)(i) < 0) &&
48 (!transport->available || ((*transport->available)(i) >= 0))) {
config_write.c 38 if (!transport->available || ((*transport->available)(i) >= 0)) {
44 if (!transp->available) {
47 if (((*transp->available)(i) < 0) &&
48 (!transport->available || ((*transport->available)(i) >= 0))) {
  /external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
RandomAccessFileInputStream.java 127 public int available() throws IOException { method in class:RandomAccessFileInputStream
152 if (available() <= 0) {
163 int available = available(); local
164 if (available <= 0) {
167 int result = raf.read(b, off, Math.min(len, available));
181 int available = available(); local
182 if (available <= 0) {
185 int skipAmount = (int) Math.min(available, n)
    [all...]
  /libcore/ojluni/src/main/java/javax/crypto/
CipherInputStream.java 51 * <code>skip</code> method skips, and the <code>available</code>
128 // any more byte available, it returns 0. In case of any exception is raised,
186 * <code>0</code> to <code>255</code>. If no byte is available
189 * is available, the end of the stream is detected, or an exception
231 * available. If the first argument is <code>null,</code> up to
255 int available = ofinish - ostart; local
256 if (len < available) available = len;
258 System.arraycopy(obuffer, ostart, b, off, available);
260 ostart = ostart + available;
283 int available = ofinish - ostart; local
305 public int available() throws IOException { method in class:CipherInputStream
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
AssetManager_AssetInputStreamTest.java 88 assertEquals(EXPECTED_BYTES.length, mAssetInputStream.available());
91 assertEquals(EXPECTED_BYTES.length - i - 1, mAssetInputStream.available());
96 assertEquals(0, mAssetInputStream.available());
117 assertEquals(0, mAssetInputStream.available());
124 assertEquals(EXPECTED_BYTES.length - 10, mAssetInputStream.available());
130 assertEquals(EXPECTED_BYTES.length - 15, mAssetInputStream.available());
140 assertEquals(0, mAssetInputStream.available());
146 assertEquals(EXPECTED_BYTES.length - 8, mAssetInputStream.available());
149 // Check that skip respects the available space.
151 assertEquals(0, mAssetInputStream.available());
    [all...]
  /external/speex/libspeex/
buffer.c 48 int available; member in struct:SpeexBuffer_
58 st->available = 0;
88 st->available += len;
89 if (st->available > st->size)
91 st->available = st->size;
120 st->available += len;
121 if (st->available > st->size)
123 st->available = st->size;
136 if (len > st->available)
138 SPEEX_MEMSET(data+st->available, 0, st->size-st->available)
    [all...]

Completed in 494 milliseconds

1 2 3 4 5 6 7 8 91011>>