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

<<41424344454647484950>>

  /hardware/qcom/msm8994/original-kernel-headers/sound/
compress_offload.h 94 * @direction: direction supported. Of type snd_compr_direction
95 * @min_fragment_size: minimum fragment supported by DSP
96 * @max_fragment_size: maximum fragment supported by DSP
97 * @min_fragments: min fragments supported by DSP
98 * @max_fragments: max fragments supported by DSP
99 * @num_codecs: number of codecs supported
  /hardware/qcom/msm8996/original-kernel-headers/sound/
compress_offload.h 94 * @direction: direction supported. Of type snd_compr_direction
95 * @min_fragment_size: minimum fragment supported by DSP
96 * @max_fragment_size: maximum fragment supported by DSP
97 * @min_fragments: min fragments supported by DSP
98 * @max_fragments: max fragments supported by DSP
99 * @num_codecs: number of codecs supported
  /hardware/qcom/msm8998/original-kernel-headers/sound/
compress_offload.h 94 * @direction: direction supported. Of type snd_compr_direction
95 * @min_fragment_size: minimum fragment supported by DSP
96 * @max_fragment_size: maximum fragment supported by DSP
97 * @min_fragments: min fragments supported by DSP
98 * @max_fragments: max fragments supported by DSP
99 * @num_codecs: number of codecs supported
  /hardware/qcom/msm8x09/original-kernel-headers/sound/
compress_offload.h 94 * @direction: direction supported. Of type snd_compr_direction
95 * @min_fragment_size: minimum fragment supported by DSP
96 * @max_fragment_size: maximum fragment supported by DSP
97 * @min_fragments: min fragments supported by DSP
98 * @max_fragments: max fragments supported by DSP
99 * @num_codecs: number of codecs supported
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
compress_offload.h 94 * @direction: direction supported. Of type snd_compr_direction
95 * @min_fragment_size: minimum fragment supported by DSP
96 * @max_fragment_size: maximum fragment supported by DSP
97 * @min_fragments: min fragments supported by DSP
98 * @max_fragments: max fragments supported by DSP
99 * @num_codecs: number of codecs supported
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
compress_offload.h 94 * @direction: direction supported. Of type snd_compr_direction
95 * @min_fragment_size: minimum fragment supported by DSP
96 * @max_fragment_size: maximum fragment supported by DSP
97 * @min_fragments: min fragments supported by DSP
98 * @max_fragments: max fragments supported by DSP
99 * @num_codecs: number of codecs supported
  /system/media/camera/include/system/
camera_vendor_tags.h 41 * Get the number of vendor tags supported on this platform. Used to
48 * Fill an array with all of the supported vendor tags on this platform.
49 * get_tag_count() must return the number of tags supported, and
98 * Get the number of vendor tags supported on this platform. Used to
105 * Fill an array with all of the supported vendor tags on this platform.
106 * get_tag_count() must return the number of tags supported, and
  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsicBLAS.java 313 * @param A The input allocation contains matrix A, supported elements type {@link Element#F32}.
314 * @param X The input allocation contains vector x, supported elements type {@link Element#F32}.
317 * @param Y The input allocation contains vector y, supported elements type {@link Element#F32}.
335 * @param A The input allocation contains matrix A, supported elements type {@link Element#F64}.
336 * @param X The input allocation contains vector x, supported elements type {@link Element#F64}.
339 * @param Y The input allocation contains vector y, supported elements type {@link Element#F64}.
357 * @param A The input allocation contains matrix A, supported elements type {@link Element#F32_2}.
358 * @param X The input allocation contains vector x, supported elements type {@link Element#F32_2}.
361 * @param Y The input allocation contains vector y, supported elements type {@link Element#F32_2}.
379 * @param A The input allocation contains matrix A, supported elements type {@link Element#F64_2}
    [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
ScriptIntrinsicBLAS.java 320 * @param A The input allocation contains matrix A, supported elements type {@link Element#F32}.
321 * @param X The input allocation contains vector x, supported elements type {@link Element#F32}.
324 * @param Y The input allocation contains vector y, supported elements type {@link Element#F32}.
352 * @param A The input allocation contains matrix A, supported elements type {@link Element#F64}.
353 * @param X The input allocation contains vector x, supported elements type {@link Element#F64}.
356 * @param Y The input allocation contains vector y, supported elements type {@link Element#F64}.
384 * @param A The input allocation contains matrix A, supported elements type {@link Element#F32_2}.
385 * @param X The input allocation contains vector x, supported elements type {@link Element#F32_2}.
388 * @param Y The input allocation contains vector y, supported elements type {@link Element#F32_2}.
416 * @param A The input allocation contains matrix A, supported elements type {@link Element#F64_2}
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
LocaleMatcher.java 34 * Provides a way to match the languages (locales) supported by a product to the
147 * @param supported Supported locale
151 public double match(ULocale desired, ULocale desiredMax, ULocale supported, ULocale supportedMax) {
152 return matcherData.match(desired, desiredMax, supported, supportedMax);
314 Set<String> supported = desiredToMatchingLanguages.getValue(); local
318 if (supported.contains(lang)) {
512 void addDataToScores(String desired, String supported, R3<LocalePatternMatcher,LocalePatternMatcher,Double> data) {
517 // Set<R3<LocalePatternMatcher,LocalePatternMatcher,Double>> result = lang_result.get(supported);
519 // lang_result.put(supported, result = new LinkedHashSet())
598 LocalePatternMatcher supported = item.get1(); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
LocaleMatcher.java 33 * Provides a way to match the languages (locales) supported by a product to the
148 * @param supported Supported locale
153 public double match(ULocale desired, ULocale desiredMax, ULocale supported, ULocale supportedMax) {
154 return matcherData.match(desired, desiredMax, supported, supportedMax);
321 Set<String> supported = desiredToMatchingLanguages.getValue(); local
325 if (supported.contains(lang)) {
519 void addDataToScores(String desired, String supported, R3<LocalePatternMatcher,LocalePatternMatcher,Double> data) {
524 // Set<R3<LocalePatternMatcher,LocalePatternMatcher,Double>> result = lang_result.get(supported);
526 // lang_result.put(supported, result = new LinkedHashSet())
605 LocalePatternMatcher supported = item.get1(); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_py3kwarn.py 43 expected = 'backquote not supported in 3.x; use repr()'
90 expected = 'type inequality comparisons not supported in 3.x'
97 expected = 'comparing unequal types not supported in 3.x'
104 expected = 'dict inequality comparisons not supported in 3.x'
115 expected = 'cell comparisons not supported in 3.x'
128 expected = 'code inequality comparisons not supported in 3.x'
144 'order comparisons not supported in 3.x')
173 expected = "the cmp argument is not supported in 3.x"
187 expected = 'sys.exc_clear() not supported in 3.x; use except clauses'
192 expected = '__members__ and __methods__ not supported in 3.x'
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
XmlResourceParserImpl.java 35 * All the parser features currently supported by Android.
42 * All the parser features currently NOT supported by Android.
88 throw new XmlPullParserException("setProperty() not supported");
93 // Properties are not supported. Android returns null
100 throw new XmlPullParserException("setInput() not supported");
106 throw new XmlPullParserException("setInput() not supported");
114 "defineEntityReplacementText() not supported");
121 "getNamespacePrefix() not supported");
132 "getNamespaceCount() not supported");
139 "getNamespaceCount() not supported");
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
dcbnl.h 25 /* IEEE 802.1Qaz std supported values */
36 * @ets_cap: indicates supported capacity of ets feature
37 * @cbs: credit based shaper ets algorithm supported
90 /* CEE DCBX std supported values */
100 * @tcs_supported: number of traffic classes supported
119 * @tcs_supported: number of traffic classes supported
128 /* IEEE 802.1Qaz std supported values */
178 * enum dcbnl_commands - supported DCB commands
193 * @DCB_CMD_GNUMTCS: get the number of traffic classes currently supported
264 * @DCB_ATTR_NUM_TC: number of traffic classes supported in the device (NLA_U8
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_py3kwarn.py 43 expected = 'backquote not supported in 3.x; use repr()'
90 expected = 'type inequality comparisons not supported in 3.x'
97 expected = 'comparing unequal types not supported in 3.x'
104 expected = 'dict inequality comparisons not supported in 3.x'
115 expected = 'cell comparisons not supported in 3.x'
128 expected = 'code inequality comparisons not supported in 3.x'
144 'order comparisons not supported in 3.x')
173 expected = "the cmp argument is not supported in 3.x"
187 expected = 'sys.exc_clear() not supported in 3.x; use except clauses'
192 expected = '__members__ and __methods__ not supported in 3.x
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_py3kwarn.py 43 expected = 'backquote not supported in 3.x; use repr()'
90 expected = 'type inequality comparisons not supported in 3.x'
97 expected = 'comparing unequal types not supported in 3.x'
104 expected = 'dict inequality comparisons not supported in 3.x'
115 expected = 'cell comparisons not supported in 3.x'
128 expected = 'code inequality comparisons not supported in 3.x'
144 'order comparisons not supported in 3.x')
173 expected = "the cmp argument is not supported in 3.x"
187 expected = 'sys.exc_clear() not supported in 3.x; use except clauses'
192 expected = '__members__ and __methods__ not supported in 3.x
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_py3kwarn.py 43 expected = 'backquote not supported in 3.x; use repr()'
90 expected = 'type inequality comparisons not supported in 3.x'
97 expected = 'comparing unequal types not supported in 3.x'
104 expected = 'dict inequality comparisons not supported in 3.x'
115 expected = 'cell comparisons not supported in 3.x'
128 expected = 'code inequality comparisons not supported in 3.x'
144 'order comparisons not supported in 3.x')
173 expected = "the cmp argument is not supported in 3.x"
187 expected = 'sys.exc_clear() not supported in 3.x; use except clauses'
192 expected = '__members__ and __methods__ not supported in 3.x
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_py3kwarn.py 43 expected = 'backquote not supported in 3.x; use repr()'
90 expected = 'type inequality comparisons not supported in 3.x'
97 expected = 'comparing unequal types not supported in 3.x'
104 expected = 'dict inequality comparisons not supported in 3.x'
115 expected = 'cell comparisons not supported in 3.x'
128 expected = 'code inequality comparisons not supported in 3.x'
144 'order comparisons not supported in 3.x')
173 expected = "the cmp argument is not supported in 3.x"
187 expected = 'sys.exc_clear() not supported in 3.x; use except clauses'
192 expected = '__members__ and __methods__ not supported in 3.x
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
SmbiosViewStrings.uni 108 #string STR_SMBIOSVIEW_PRINTINFO_SUPOPRTED_EVENT #language en-US "Supported Event Log Type Descriptors %d:\r\n"
109 #string STR_SMBIOSVIEW_PRINTINFO_ACCESS_METHOD_NOT_SUPOPRTED #language en-US "Access Method %d has not supported\r\n"
120 #string STR_SMBIOSVIEW_PRINTINFO_BIOS_CHAR_NOT_SUPPORTED #language en-US "BIOS Characteristics Not Supported\r\n"
121 #string STR_SMBIOSVIEW_PRINTINFO_ISA_SUPPORTED #language en-US "ISA is supported\r\n"
122 #string STR_SMBIOSVIEW_PRINTINFO_MSA_SUPPORTED #language en-US "MSA is supported\r\n"
123 #string STR_SMBIOSVIEW_PRINTINFO_EISA_SUPPORTED #language en-US "EISA is supported\r\n"
124 #string STR_SMBIOSVIEW_PRINTINFO_PCI_SUPPORTED #language en-US "PCI is supported\r\n"
125 #string STR_SMBIOSVIEW_PRINTINFO_PC_CARD_SUPPORTED #language en-US "PC Card(PCMCIA) is supported\r\n"
126 #string STR_SMBIOSVIEW_PRINTINFO_PLUG_PLAY_SUPPORTED #language en-US "Plug and play is supported\r\n"
127 #string STR_SMBIOSVIEW_PRINTINFO_APM_SUPPORTED #language en-US "APM is supported\r\n"
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataNotSupportedTest.java 135 @KnownFailure("Not supported ops applied")
200 @KnownFailure("not supported")
215 // NOT_FEASIBLE getCatalog is not supported
251 @KnownFailure("not supported")
296 @KnownFailure("not supported. Privileges are not supported.")
344 @KnownFailure("not supported")
456 @KnownFailure("not supported. Privileges are not supported.")
557 @KnownFailure("Not supported ops applied"
    [all...]
  /hardware/intel/common/libva/va/
va_vpp.h 45 * - Query for supported filters;
49 * \section api_vpp_caps Query for supported filters
51 * Checking whether video processing is supported can be performed
53 * #VAProfileNone. If video processing is supported, then the list of
154 * needed by the specified deinterlacing algorithm, the supported color
456 /** \brief List of color standards supported on input. */
460 /** \brief List of color standards supported on output. */
467 * For each rotation angle supported by the underlying hardware,
484 * // Clockwise rotation by xxx degrees is supported
495 * For each mirroring direction supported by the underlying hardware
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
EfiDriverLib.c 266 Translate a unicode string to a specified language if supported.
271 SupportedLanguages - Supported languages set
278 EFI_UNSUPPORTED - System not supported this language or this string translation
291 // If there are no supported languages, or the Unicode String Table is empty, then the
292 // Unicode String specified by Language is not supported by this Unicode String Table
299 // Make sure Language is in the set of Supported Languages
340 Add an translation to the dictionary if this language if supported.
345 SupportedLanguages - Supported languages set
352 EFI_UNSUPPORTED - System not supported this language
372 // If there are no supported languages, then a Unicode String can not be added
    [all...]
  /external/autotest/server/cros/ap_configurators/
buffalo_wsr_1166dd_ap_configurator.py 34 """Returns True if setting the PSK refresh interval is supported.
36 @return True is supported; False otherwise
42 """Returns a list of dictionaries with supported bands and modes."""
50 """Returns a list of dictionaries with supported channels per band."""
59 """Returns if a given security_type is supported.
63 @return True if the security mode is supported; False otherwise.
131 raise RuntimeError('Mode not supported %s' % mode)
258 @param authentication: one of two supported WEP authentication types:
261 logging.debug('wep security not supported by this router')
295 @return True if supported; False otherwise
    [all...]
  /external/pcre/dist2/doc/
pcre2matching.3 116 supported by the alternative matching algorithm. They are as follows:
138 not supported, and cause errors if encountered.
141 condition or test for a specific group recursion are not supported.
145 and not on others), is not supported. It causes an error if encountered.
147 6. Callouts are supported, but the value of the \fIcapture_top\fP field is
151 single code unit, even in a UTF mode, is not supported in these modes, because
156 supported. (*FAIL) is supported, and behaves like a failing negative assertion.
191 2. Capturing parentheses and back references are not supported.
193 3. Although atomic groups are supported, their use does not provide th
    [all...]
  /external/syslinux/bios/com32/gpllib/
libgpl.elf 

Completed in 1022 milliseconds

<<41424344454647484950>>