HomeSort by relevance Sort by last modified time
    Searched full:supported (Results 1301 - 1325 of 26981) sorted by null

<<51525354555657585960>>

  /external/libmtp/logs/
mtp-detect-samsung-yh-925.txt 17 Supported operations:
50 Events supported:
52 Device Properties Supported:
57 Playable File (Object) Types and Object Properties Supported:
175 libmtp supported (playable) filetypes:
mtp-detect-sandisk-sansa-e260.txt 17 Supported operations:
57 Events supported:
59 Device Properties Supported:
65 Playable File (Object) Types and Object Properties Supported:
193 libmtp supported (playable) filetypes:
  /external/libpng/contrib/powerpc-vsx/
README 7 Currently only this feature is supported only for linux platform.
18 checks must be supported. I.e.:
34 SUPPORTED: This indicates that the file is included in the regularly
49 That function must return 1 if ARM NEON instructions are supported, 0 if not.
56 If you mail a bug report for any file that is not SUPPORTED there may only be
  /external/mesa3d/src/amd/common/
amdgpu_id.h 120 ((eChipRev >= KV_SPECTRE_A0) && (eChipRev < KV_SPOOKY_A0)) /* identify all versions of SPRECTRE and supported features set */
122 ((eChipRev >= KV_SPOOKY_A0) && (eChipRev < KB_KALINDI_A0)) /* identify all versions of SPOOKY and supported features set */
124 ((eChipRev >= KB_KALINDI_A0) && (eChipRev < KV_UNKNOWN)) /* identify all versions of KALINDI and supported features set */
128 ((eChipRev >= BV_KALINDI_A2) && (eChipRev < ML_GODAVARI_A0)) /* identify all versions of BHAVANI and supported features set */
130 ((eChipRev >= ML_GODAVARI_A0) && (eChipRev < KV_UNKNOWN)) /* identify all versions of GODAVARI and supported features set */
  /external/mesa3d/src/mesa/main/
multisample.c 145 * and the error generated, both depend on which extensions are supported.
168 /* If ARB_internalformat_query is supported, then treat its highest
174 * "If <samples is greater than the maximum number of samples supported
184 * the first element is the greatest supported sample value.
191 /* If ARB_texture_multisample is supported, we have separate limits,
  /external/mesa3d/src/mesa/state_tracker/
st_atom_framebuffer.c 69 * Round up the requested multisample count to the next supported sample size.
81 /* Assumes the highest supported MSAA is a power of 2 */
87 * num_samples is supported, and if so returning it.
93 * supported for a framebuffer with no attachment. Thus the
123 * A query to the driver of supported MSAA values the
  /external/shflags/doc/
RELEASE_NOTES-1.0.2.txt 33 the tester that the supported functionality is not present, but an additional
38 As each responds differently, and not everything is supported on the standard
50 Here is a matrix of the supported features of the various **getopt** variants.
65 supported.
69 only short flags are supported.
  /external/syslinux/com32/include/
errno.h 100 #define EPROTONOSUPPORT 93 /* Protocol not supported */
101 #define ESOCKTNOSUPPORT 94 /* Socket type not supported */
102 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */
103 #define EPFNOSUPPORT 96 /* Protocol family not supported */
104 #define EAFNOSUPPORT 97 /* Address family not supported by protocol */
  /external/syslinux/com32/lib/libpng/
pnggccrd.c 11 static int _mmx_supported = 2; // 0: no MMX; 1: MMX supported; 2: not tested
52 "jz 0f \n\t" // if same, CPUID instr. is not supported
58 "jl 0f \n\t" // if eax is zero, MMX is not supported
65 "cmpl $0, %%edx \n\t" // 0 = MMX not supported
66 "jz 0f \n\t" // non-zero = yes, MMX IS supported
  /external/syslinux/gpxe/src/arch/i386/include/
int13.h 180 /** Write with verify supported */
182 /** Has change-line supported (valid only for removable drives) */
196 /** Extended disk access functions supported */
198 /** Removable drive functions supported */
200 /** EDD functions supported */
  /external/tcpdump/tests/
isis_2-v.out 5 Protocols supported TLV #129, length: 1
23 Protocols supported TLV #129, length: 1
41 Protocols supported TLV #129, length: 1
59 Protocols supported TLV #129, length: 1
77 Protocols supported TLV #129, length: 1
95 Protocols supported TLV #129, length: 1
115 Protocols supported TLV #129, length: 1
135 Protocols supported TLV #129, length: 1
157 Protocols supported TLV #129, length: 1
175 Protocols supported TLV #129, length:
    [all...]
sflow_multiple_counter_30_pdus-nv.out 13 IP 168.87.240.2.40000 > 15.184.3.9.6343: sFlow version 327681 packet not supported
19 IP 168.87.240.1.40000 > 15.184.3.9.6343: sFlow version 327681 packet not supported
20 IP 168.87.240.1.40000 > 15.184.3.9.6343: sFlow version 327682 packet not supported
21 IP 168.87.240.1.40000 > 15.184.3.9.6343: sFlow version 327681 packet not supported
22 IP 168.87.240.2.40000 > 15.184.3.9.6343: sFlow version 327682 packet not supported
  /external/tensorflow/tensorflow/core/platform/posix/
error.cc 108 case ENOTSUP: // Operation not supported
109 case EAFNOSUPPORT: // Address family not supported
111 case EPFNOSUPPORT: // Protocol family not supported
113 case EPROTONOSUPPORT: // Protocol not supported
115 case ESOCKTNOSUPPORT: // Socket type not supported
  /external/webrtc/talk/media/devices/
yuvframescapturer.cc 127 // Enumerate the supported formats. We have only one supported format.
130 std::vector<VideoFormat> supported; local
131 supported.push_back(format);
132 SetSupportedFormats(supported);
  /frameworks/av/services/audiopolicy/engineconfigurable/src/
Collection.h 40 * Policy Element supported are:
63 * sources, ... Compile time error generated if called with not supported collection.
85 * input sources, ... Compile time error generated if called with not supported collection.
101 * Compile time error generated if called with not supported collection.
138 * @tparam T: type of the policyElement. Policy Element supported are:
  /frameworks/base/core/java/android/hardware/camera2/params/
SessionConfiguration.java 41 * A helper class that aggregates all supported arguments for capture session initialization.
57 * are not supported.
150 * supported for {@link #SESSION_HIGH_SPEED}.
160 throw new UnsupportedOperationException("Method not supported for high speed session" +
176 * be set for every supported session type and will be passed to the camera device as part
  /frameworks/base/media/java/android/media/
EncoderCapabilities.java 25 * encoders supported on a specific Android platform.
34 * supported parameter range in:
108 * Returns the array of supported output file formats.
123 * Returns the capabilities of the supported video encoders.
138 * Returns the capabilities of the supported audio encoders.
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
CameraFunctionalTest.java 116 * Functional test iterating on the range of supported exposure compensation levels
126 assertFalse("Adjusting exposure not supported", (max == 0 && min == 0));
160 assertNotNull("No flash modes supported", supportedFlashModes);
191 assertNotNull("No focus modes supported", supportedFocusModes);
222 assertNotNull("No white balance modes supported", supportedWhiteBalance);
  /frameworks/native/libs/nativewindow/
ANativeWindow.cpp 37 bool supported = false; local
46 native_window_get_wide_color_support(window, &supported);
47 return supported;
50 native_window_get_hdr_support(window, &supported);
51 return supported;
  /frameworks/support/navigation/common/ktx/src/main/java/androidx/navigation/
NavOptionsBuilder.kt 90 * Note: Animator resources are not supported for navigating to a new Activity
130 * Note: Animator resources are not supported for navigating to a new Activity
139 * Note: Animator resources are not supported for navigating to a new Activity
149 * Note: Animator resources are not supported for navigating to a new Activity
159 * Note: Animator resources are not supported for navigating to a new Activity
  /frameworks/support/webkit/src/main/java/androidx/webkit/internal/
WebViewFeatureInternal.java 36 * feature is supported by the current framework and/or WebView APK.
222 * Return whether this {@link WebViewFeature} is supported by the framework of the current
230 * Return whether this {@link WebViewFeature} is supported by the current WebView APK.
252 * isn't supported.
255 return new UnsupportedOperationException("This method is not supported by the current "
  /hardware/intel/common/libmix/mix_audio/src/
mixacpwma.h 66 * @MIX_AUDIO_WMA_V10: <emphasis>Not Supported</emphasis> WMA 10
67 * @MIX_AUDIO_WMA_V10P: <emphasis>Not Supported</emphasis> WMA 10 Pro
168 * Only 1 or 2 output channels are supported.
179 * <remark>In Moorestown, only value 0x0161 combined with use of #MIX_AUDIO_WMA_V9 is supported.</remark>
231 * <remark>In Moorestown, only #MIX_AUDIO_WMA_V9 is supported</remark>
  /hardware/interfaces/broadcastradio/2.0/vts/functional/
VtsHalBroadcastradioV2_0TargetTest.cpp 247 printSkipped("Program list not supported");
307 * - AM/FM regional configuration is either set at startup or not supported at all by the hardware;
315 bool supported = getAmFmRegionConfig(false, &config); local
316 if (!supported) {
317 printSkipped("AM/FM not supported");
340 * - AM/FM regional capabilities are either available or not supported at all by the hardware;
341 * - there is at least one AM/FM range supported;
342 * - there is at least one de-emphasis filter mode supported for FM-capable radio;
348 bool supported = getAmFmRegionConfig(true, &config); local
349 if (!supported) {
    [all...]
  /hardware/libhardware/modules/camera/3_4/
stream_format.cpp 32 // The preference of supported fourccs in the list is from high to low.
82 // Note: currently no supported RAW formats.
167 // here that the conversion between YU12 and |fourcc| is supported.
169 HAL_LOGE("Conversion between YU12 and 0x%x not supported.", fourcc);
203 // The preference of supported fourccs in the list is from high to low.
  /libcore/ojluni/src/main/java/java/nio/channels/
NetworkChannel.java 75 * If the type of the given address is not supported
120 * If the socket option is not supported by this channel
144 * If the socket option is not supported by this channel
155 * Returns a set of the socket options supported by this channel.
160 * @return A set of the socket options supported by this channel

Completed in 1189 milliseconds

<<51525354555657585960>>