HomeSort by relevance Sort by last modified time
    Searched full:available (Results 476 - 500 of 48531) sorted by null

<<11121314151617181920>>

  /system/connectivity/wifilogd/
memory_reader.h 42 // the number of bytes available. On success, updates the read position, and
43 // the number of bytes available.
53 // Returns a pointer to the next bytes available for reading. Aborts if
54 // the number of available bytes is less than |n_bytes|. On success, updates
55 // the read position, and the number of bytes available.
59 // one byte available for reading.
62 // Returns the number of bytes available for reading.
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/BaseFspPlatformInfoLibSample/
FspPlatformInfoLibSample.c 6 are licensed and made available under the terms and conditions of the BSD License
21 @note At this point, memory is ready, PeiServices are NOT available to use.
38 @note At this point, memory is NOT ready, PeiServices are available to use.
54 @note At this point, memory is NOT ready, PeiServices are available to use.
70 @note At this point, memory is NOT ready, PeiServices are available to use.
88 @note At this point, memory is NOT ready, PeiServices are available to use.
104 @note At this point, memory is ready, PeiServices are available to use.
120 @note At this point, memory is ready, PeiServices are available to use.
136 @note At this point, memory is ready, and PeiServices are available to use.
162 @note If FspInitDone is FALSE, memory is NOT ready, but PeiServices are available to use.
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
TargetSelect.h 13 // Declare all of the target-initialization functions that are available.
17 // Declare all of the available emulators.
21 // Declare all of the available target-specific linker
25 // Declare all of the available target-specific diagnostic line infomation
34 /// it wants access to all available targets that MCLD is configured to
35 /// support, to make them available via the TargetRegistry.
44 /// wants access to all available target machines that MCLD is configured to
45 /// support, to make them available via the TargetRegistry.
57 /// all emulations available via the TargetRegistry.
64 /// wants to print linker-specific messages. To make them available via th
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/
AdvancedConnectedDeviceControllerTest.java 18 import static com.android.settings.core.BasePreferenceController.AVAILABLE;
69 AVAILABLE);
88 // NFC available, driving mode available
97 // NFC is available, driving mode not available
106 // NFC not available, driving mode available
115 // NFC not available, driving mode not available
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
EdidActive.h 8 are licensed and made available under the terms and conditions of the BSD License
28 /// available, or an identical copy of the EDID information from the
29 /// EFI_EDID_DISCOVERED_PROTOCOL if no overrides are available.
34 /// is available from the video output device. Otherwise, it must be a
42 /// NULL if no EDID information is available for the video output
  /external/webrtc/webrtc/modules/audio_device/linux/
audio_mixer_manager_alsa_linux.h 34 int32_t SpeakerVolumeIsAvailable(bool& available);
35 int32_t SpeakerMuteIsAvailable(bool& available);
38 int32_t MicrophoneMuteIsAvailable(bool& available);
41 int32_t MicrophoneBoostIsAvailable(bool& available);
44 int32_t MicrophoneVolumeIsAvailable(bool& available);
  /packages/apps/Settings/src/com/android/settings/widget/
PreferenceCategoryController.java 29 * not-available, this controller will also report not-available, and subsequently will be hidden by
48 // Category is available if any child is available
51 return AVAILABLE;
  /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...]
  /frameworks/av/media/libstagefright/
SkipCutBuffer.cpp 144 size_t available = mCapacity - sizeused - 32; local
145 if (available < num) {
146 int32_t newcapacity = mCapacity + (num - available);
172 int32_t available = (mWriteHead - mReadHead); local
173 if (available < 0) available += mCapacity;
175 available -= mBackPadding;
176 if (available <=0) {
179 if (available < int32_t(num)) {
180 num = available;
201 int32_t available = (mWriteHead - mReadHead); local
    [all...]
  /hardware/google/av/media/sfplugin/
SkipCutBuffer.cpp 144 size_t available = mCapacity - sizeused - 32; local
145 if (available < num) {
146 int32_t newcapacity = mCapacity + (num - available);
172 int32_t available = (mWriteHead - mReadHead); local
173 if (available < 0) available += mCapacity;
175 available -= mBackPadding;
176 if (available <=0) {
179 if (available < int32_t(num)) {
180 num = available;
201 int32_t available = (mWriteHead - mReadHead); local
    [all...]
  /external/mesa3d/src/mesa/sparc/
xform.S 86 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...]
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Include/Library/
FspPlatformInfoLib.h 6 are licensed and made available under the terms and conditions of the BSD License
21 @note At this point, memory is ready, PeiServices are NOT available to use.
35 @note At this point, memory is NOT ready, PeiServices are available to use.
48 @note At this point, memory is NOT ready, PeiServices are available to use.
74 @note At this point, memory is NOT ready, PeiServices are available to use.
87 @note At this point, memory is ready, PeiServices are available to use.
100 @note At this point, memory is ready, PeiServices are available to use.
113 @note At this point, memory is ready, and PeiServices are available to use.
136 @note If FspInitDone is FALSE, memory is NOT ready, but PeiServices are available to use.
  /external/webrtc/webrtc/modules/audio_device/dummy/
audio_device_dummy.h 53 int32_t PlayoutIsAvailable(bool& available) override;
56 int32_t RecordingIsAvailable(bool& available) override;
84 int32_t SpeakerVolumeIsAvailable(bool& available) override;
92 int32_t MicrophoneVolumeIsAvailable(bool& available) override;
100 int32_t SpeakerMuteIsAvailable(bool& available) override;
105 int32_t MicrophoneMuteIsAvailable(bool& available) override;
110 int32_t MicrophoneBoostIsAvailable(bool& available) override;
115 int32_t StereoPlayoutIsAvailable(bool& available) override;
118 int32_t StereoRecordingIsAvailable(bool& available) override;
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/
IPAddressTypeAvailabilityElement.java 22 * 0 - Address type not available
23 * 1 - Public IPv4 address available
24 * 2 - Port-restricted IPv4 address available
25 * 3 - Single NATed private IPv4 address available
26 * 4 - Single NATed private IPv4 address available
27 * 5 - Port-restricted IPv4 address and single NATed IPv4 address available
28 * 6 - Port-restricted IPv4 address and double NATed IPv4 address available
32 * 0 - Address type not available
33 * 1 - Address type not available
  /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...]
  /external/llvm/include/llvm/Support/
TargetSelect.h 22 // Declare all of the target-initialization functions that are available.
29 // Declare all of the target-MC-initialization functions that are available.
33 // Declare all of the available assembly printer initialization functions.
37 // Declare all of the available assembly parser initialization functions.
41 // Declare all of the available disassembler initialization functions.
49 /// it wants access to all available targets that LLVM is configured to
50 /// support, to make them available via the TargetRegistry.
59 /// wants access to all available target machines that LLVM is configured to
60 /// support, to make them available via the TargetRegistry.
72 /// wants access to all available target MC that LLVM is configured t
    [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...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
TargetSelect.h 22 // Declare all of the target-initialization functions that are available.
29 // Declare all of the target-MC-initialization functions that are available.
33 // Declare all of the available assembly printer initialization functions.
37 // Declare all of the available assembly parser initialization functions.
41 // Declare all of the available disassembler initialization functions.
49 /// it wants access to all available targets that LLVM is configured to
50 /// support, to make them available via the TargetRegistry.
59 /// wants access to all available target machines that LLVM is configured to
60 /// support, to make them available via the TargetRegistry.
72 /// wants access to all available target MC that LLVM is configured t
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
TargetSelect.h 22 // Declare all of the target-initialization functions that are available.
29 // Declare all of the target-MC-initialization functions that are available.
33 // Declare all of the available assembly printer initialization functions.
37 // Declare all of the available assembly parser initialization functions.
41 // Declare all of the available disassembler initialization functions.
49 /// it wants access to all available targets that LLVM is configured to
50 /// support, to make them available via the TargetRegistry.
59 /// wants access to all available target machines that LLVM is configured to
60 /// support, to make them available via the TargetRegistry.
72 /// wants access to all available target MC that LLVM is configured t
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
TargetSelect.h 22 // Declare all of the target-initialization functions that are available.
29 // Declare all of the target-MC-initialization functions that are available.
33 // Declare all of the available assembly printer initialization functions.
37 // Declare all of the available assembly parser initialization functions.
41 // Declare all of the available disassembler initialization functions.
49 /// it wants access to all available targets that LLVM is configured to
50 /// support, to make them available via the TargetRegistry.
59 /// wants access to all available target machines that LLVM is configured to
60 /// support, to make them available via the TargetRegistry.
72 /// wants access to all available target MC that LLVM is configured t
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
TargetSelect.h 22 // Declare all of the target-initialization functions that are available.
29 // Declare all of the target-MC-initialization functions that are available.
33 // Declare all of the available assembly printer initialization functions.
37 // Declare all of the available assembly parser initialization functions.
41 // Declare all of the available disassembler initialization functions.
49 /// it wants access to all available targets that LLVM is configured to
50 /// support, to make them available via the TargetRegistry.
59 /// wants access to all available target machines that LLVM is configured to
60 /// support, to make them available via the TargetRegistry.
72 /// wants access to all available target MC that LLVM is configured t
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
TargetSelect.h 22 // Declare all of the target-initialization functions that are available.
29 // Declare all of the target-MC-initialization functions that are available.
33 // Declare all of the available assembly printer initialization functions.
37 // Declare all of the available assembly parser initialization functions.
41 // Declare all of the available disassembler initialization functions.
49 /// it wants access to all available targets that LLVM is configured to
50 /// support, to make them available via the TargetRegistry.
59 /// wants access to all available target machines that LLVM is configured to
60 /// support, to make them available via the TargetRegistry.
72 /// wants access to all available target MC that LLVM is configured t
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
TargetSelect.h 22 // Declare all of the target-initialization functions that are available.
29 // Declare all of the target-MC-initialization functions that are available.
33 // Declare all of the available assembly printer initialization functions.
37 // Declare all of the available assembly parser initialization functions.
41 // Declare all of the available disassembler initialization functions.
49 /// it wants access to all available targets that LLVM is configured to
50 /// support, to make them available via the TargetRegistry.
59 /// wants access to all available target machines that LLVM is configured to
60 /// support, to make them available via the TargetRegistry.
72 /// wants access to all available target MC that LLVM is configured t
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
TargetSelect.h 22 // Declare all of the target-initialization functions that are available.
29 // Declare all of the target-MC-initialization functions that are available.
33 // Declare all of the available assembly printer initialization functions.
37 // Declare all of the available assembly parser initialization functions.
41 // Declare all of the available disassembler initialization functions.
49 /// it wants access to all available targets that LLVM is configured to
50 /// support, to make them available via the TargetRegistry.
59 /// wants access to all available target machines that LLVM is configured to
60 /// support, to make them available via the TargetRegistry.
72 /// wants access to all available target MC that LLVM is configured t
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
TargetSelect.h 22 // Declare all of the target-initialization functions that are available.
29 // Declare all of the target-MC-initialization functions that are available.
33 // Declare all of the available assembly printer initialization functions.
37 // Declare all of the available assembly parser initialization functions.
41 // Declare all of the available disassembler initialization functions.
49 /// it wants access to all available targets that LLVM is configured to
50 /// support, to make them available via the TargetRegistry.
59 /// wants access to all available target machines that LLVM is configured to
60 /// support, to make them available via the TargetRegistry.
72 /// wants access to all available target MC that LLVM is configured t
    [all...]

Completed in 1814 milliseconds

<<11121314151617181920>>