Home
last modified time | relevance | path

Searched full:supported (Results 1 – 25 of 22489) sorted by relevance

12345678910>>...900

/aosp_15_r20/external/armnn/src/backends/reference/
H A DRefLayerSupport.cpp204 bool supported = true; in IsLayerSupported() local
205 supported &= CheckSupportRule(TypeAnyOf(infos[0], supportedTypes), reasonIfUnsupported, in IsLayerSupported()
206 "Reference elementwise unary: input type not supported"); in IsLayerSupported()
208 supported &= CheckSupportRule(TypeAnyOf(infos[1], supportedTypes), reasonIfUnsupported, in IsLayerSupported()
209 "Reference elementwise unary: input type not supported"); in IsLayerSupported()
211 supported &= CheckSupportRule(TypeAnyOf(infos[2], supportedTypes), reasonIfUnsupported, in IsLayerSupported()
212 "Reference elementwise unary: output type not supported"); in IsLayerSupported()
214 supported &= CheckSupportRule(TypesAreEqual(infos[0], infos[1]), reasonIfUnsupported, in IsLayerSupported()
217 supported &= CheckSupportRule(TypesAreEqual(infos[0], infos[2]), reasonIfUnsupported, in IsLayerSupported()
220 return supported; in IsLayerSupported()
[all …]
/aosp_15_r20/external/cldr/common/supplemental/
H A DlanguageInfo.xml17 <languageMatch desired="nb" supported="no" distance="1"/> <!-- nb ⇒ no -->
18 <!-- languageMatch desired="ku" supported="ckb" distance="4" oneway="true"/ --> <!-- ku ⇒ ckb -->
19 <!-- languageMatch desired="ckb" supported="ku" percent="8" oneway="true"/ --> <!-- ckb ⇒ ku -->
20 <languageMatch desired="hr" supported="bs" distance="4"/> <!-- hr ⇒ bs -->
21 <languageMatch desired="sh" supported="bs" distance="4"/> <!-- sh ⇒ bs -->
22 <!-- languageMatch desired="sr" supported="bs" distance="4"/--> <!-- sr ⇒ bs -->
23 <languageMatch desired="sh" supported="hr" distance="4"/> <!-- sh ⇒ hr -->
24 <!-- languageMatch desired="sr" supported="hr" distance="4"/--> <!-- sr ⇒ hr -->
25 <languageMatch desired="sh" supported="sr" distance="4"/> <!-- sh ⇒ sr -->
26 <languageMatch desired="ssy" supported="aa" distance="4"/> <!-- ssy ⇒ aa -->
[all …]
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_psa_crypto_not_supported.generated.data3 PSA import AES 128-bit not supported
7 PSA generate AES 128-bit not supported
11 PSA import AES 192-bit not supported
15 PSA generate AES 192-bit not supported
19 PSA import AES 256-bit not supported
23 PSA generate AES 256-bit not supported
27 PSA import ARIA 128-bit not supported
31 PSA generate ARIA 128-bit not supported
35 PSA import ARIA 192-bit not supported
39 PSA generate ARIA 192-bit not supported
[all …]
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_psa_crypto_not_supported.generated.data3 PSA import AES 128-bit not supported
7 PSA generate AES 128-bit not supported
11 PSA import AES 192-bit not supported
15 PSA generate AES 192-bit not supported
19 PSA import AES 256-bit not supported
23 PSA generate AES 256-bit not supported
27 PSA import ARIA 128-bit not supported
31 PSA generate ARIA 128-bit not supported
35 PSA import ARIA 192-bit not supported
39 PSA generate ARIA 192-bit not supported
[all …]
/aosp_15_r20/external/regex-re2/doc/
H A Dsyntax.txt34 x{} (== x*) NOT SUPPORTED vim
35 x{-} (== x*?) NOT SUPPORTED vim
36 x{-n} (== x{n}?) NOT SUPPORTED vim
37 x= (== x?) NOT SUPPORTED vim
44 x*+ zero or more «x», possessive NOT SUPPORTED
45 x++ one or more «x», possessive NOT SUPPORTED
46 x?+ zero or one «x», possessive NOT SUPPORTED
47 x{n,m}+ «n» or ... or «m» «x», possessive NOT SUPPORTED
48 x{n,}+ «n» or more «x», possessive NOT SUPPORTED
49 x{n}+ exactly «n» «x», possessive NOT SUPPORTED
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/doc/
Dsyntax.txt34 x{} (== x*) NOT SUPPORTED vim
35 x{-} (== x*?) NOT SUPPORTED vim
36 x{-n} (== x{n}?) NOT SUPPORTED vim
37 x= (== x?) NOT SUPPORTED vim
44 x*+ zero or more «x», possessive NOT SUPPORTED
45 x++ one or more «x», possessive NOT SUPPORTED
46 x?+ zero or one «x», possessive NOT SUPPORTED
47 x{n,m}+ «n» or ... or «m» «x», possessive NOT SUPPORTED
48 x{n,}+ «n» or more «x», possessive NOT SUPPORTED
49 x{n}+ exactly «n» «x», possessive NOT SUPPORTED
[all …]
/aosp_15_r20/external/cronet/third_party/re2/src/doc/
H A Dsyntax.txt34 x{} (== x*) NOT SUPPORTED vim
35 x{-} (== x*?) NOT SUPPORTED vim
36 x{-n} (== x{n}?) NOT SUPPORTED vim
37 x= (== x?) NOT SUPPORTED vim
44 x*+ zero or more «x», possessive NOT SUPPORTED
45 x++ one or more «x», possessive NOT SUPPORTED
46 x?+ zero or one «x», possessive NOT SUPPORTED
47 x{n,m}+ «n» or ... or «m» «x», possessive NOT SUPPORTED
48 x{n,}+ «n» or more «x», possessive NOT SUPPORTED
49 x{n}+ exactly «n» «x», possessive NOT SUPPORTED
[all …]
/aosp_15_r20/external/libcups/examples/
H A Dget-printer-attributes-suite.test32 EXPECT charset-supported OF-TYPE charset IN-GROUP printer-attributes-tag
33 EXPECT ?color-supported OF-TYPE boolean COUNT 1 IN-GROUP printer-attributes-tag
34 EXPECT compression-supported OF-TYPE keyword IN-GROUP printer-attributes-tag
36 EXPECT document-format-supported OF-TYPE mimeMediaType IN-GROUP printer-attributes-tag
37 EXPECT generated-natural-language-supported OF-TYPE naturalLanguage IN-GROUP printer-attributes-tag
38 EXPECT ipp-versions-supported OF-TYPE keyword IN-GROUP printer-attributes-tag
39 EXPECT ?job-impressions-supported OF-TYPE rangeOfInteger COUNT 1 IN-GROUP printer-attributes-tag
40 EXPECT ?multiple-document-jobs-supported OF-TYPE boolean COUNT 1 IN-GROUP printer-attributes-tag
43 EXPECT operations-supported OF-TYPE enum IN-GROUP printer-attributes-tag
44 EXPECT pdl-override-supported OF-TYPE keyword COUNT 1 IN-GROUP printer-attributes-tag
[all …]
/aosp_15_r20/external/icu/icu4c/source/test/testdata/
H A DlocaleMatcherTest.txt11 # @supported=<comma-separated supported languages>
18 # - match is the expected best supported language
32 @supported=es-419, es-ES
34 @supported=es-ES, es-419
37 @supported=es-419, es
39 @supported=es, es-419
42 @supported=es-MX, es
44 @supported=es, es-MX
49 @supported=en-GB, en-US
51 @supported=en-US, en-GB
[all …]
/aosp_15_r20/external/cronet/third_party/icu/source/test/testdata/
H A DlocaleMatcherTest.txt11 # @supported=<comma-separated supported languages>
18 # - match is the expected best supported language
32 @supported=es-419, es-ES
34 @supported=es-ES, es-419
37 @supported=es-419, es
39 @supported=es, es-419
42 @supported=es-MX, es
44 @supported=es, es-MX
49 @supported=en-GB, en-US
51 @supported=en-US, en-GB
[all …]
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/data/
H A DlocaleMatcherTest.txt11 # @supported=<comma-separated supported languages>
18 # - match is the expected best supported language
32 @supported=es-419, es-ES
34 @supported=es-ES, es-419
37 @supported=es-419, es
39 @supported=es, es-419
42 @supported=es-MX, es
44 @supported=es, es-MX
49 @supported=en-GB, en-US
51 @supported=en-US, en-GB
[all …]
/aosp_15_r20/external/icu/icu4j/main/core/src/test/resources/com/ibm/icu/dev/test/util/data/
H A DlocaleMatcherTest.txt11 # @supported=<comma-separated supported languages>
18 # - match is the expected best supported language
32 @supported=es-419, es-ES
34 @supported=es-ES, es-419
37 @supported=es-419, es
39 @supported=es, es-419
42 @supported=es-MX, es
44 @supported=es, es-MX
49 @supported=en-GB, en-US
51 @supported=en-US, en-GB
[all …]
/aosp_15_r20/external/libcups/cups/
H A Dipp-support.c54 "client-error-document-format-not-supported",
55 "client-error-attributes-or-values-not-supported",
56 "client-error-uri-scheme-not-supported",
57 "client-error-charset-not-supported",
59 "client-error-compression-not-supported",
118 "server-error-operation-not-supported",
120 "server-error-version-not-supported",
126 "server-error-multiple-document-jobs-not-supported",
163 "Get-Printer-Supported-Values", /* RFC 3380 */
242 "Get-System-Supported-Values", /* IPP System */
[all …]
/aosp_15_r20/external/pytorch/docs/source/
H A Djit_python_reference.rst35 - Supported
38 - Supported
41 - Not Supported
44 - Supported
47 - Supported
50 - Supported
53 - Supported
62 - Supported
65 - Supported
68 - Supported
[all …]
/aosp_15_r20/external/clang/test/SemaCUDA/
H A Ddevice-var-init.cu16 // expected-error@-1 {{initialization is not supported for __shared__ variables.}}
19 // expected-error@-1 {{dynamic initialization is not supported for __device__, __constant__, and __…
21 // expected-error@-1 {{initialization is not supported for __shared__ variables.}}
23 // expected-error@-1 {{dynamic initialization is not supported for __device__, __constant__, and __…
26 // expected-error@-1 {{initialization is not supported for __shared__ variables.}}
29 // expected-error@-1 {{dynamic initialization is not supported for __device__, __constant__, and __…
31 // expected-error@-1 {{initialization is not supported for __shared__ variables.}}
33 // expected-error@-1 {{dynamic initialization is not supported for __device__, __constant__, and __…
36 // expected-error@-1 {{dynamic initialization is not supported for __device__, __constant__, and __…
38 // expected-error@-1 {{initialization is not supported for __shared__ variables.}}
[all …]
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkPhysicalDevice.cpp1034 // VK_IMAGE_CREATE_PROTECTED_BIT not currently supported. in getProperties()
1422 // robustImageAccess2 is not supported. in getPipelineRobustnessProperties()
1526 // CheckFeature returns false if requested is asking for a feature that is not supported
1527 #define CheckFeature(requested, supported, feature) (requested->feature == VK_FALSE || supported.fe… argument
1534 T supported; in getSupportedFeatures() local
1535 supported.sType = requested->sType; in getSupportedFeatures()
1536 supported.pNext = nullptr; in getSupportedFeatures()
1537 features.pNext = &supported; in getSupportedFeatures()
1539 return supported; in getSupportedFeatures()
1544 auto supported = getSupportedFeatures(requested); in hasExtendedFeatures() local
[all …]
/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/CL/functions/
H A DCLLSTMLayer.h87 …nsor. Input is a 2D tensor with dimensions [input_size, batch_size]. Data types supported: F16/F32.
88 … 2D weights tensor with dimensions [input_size, num_units]. Data type supported: Same as @p inpu…
89 … 2D weights tensor with dimensions [input_size, num_units]. Data type supported: Same as @p inpu…
90 … 2D weights tensor with dimensions [input_size, num_units]. Data type supported: Same as @p inpu…
91 …s 2D weights tensor with dimensions [output_size, num_units]. Data type supported: Same as @p inpu…
92 … 2D weights tensor with dimensions [output_size, num_units]. Data type supported: Same as @p inpu…
93 …s 2D weights tensor with dimensions [output_size, num_units]. Data type supported: Same as @p inpu…
94 …ias 1D weights tensor with dimensions [num_units]. Data type supported: Same as @p inpu…
95 … 1D weights tensor with dimensions [num_units]. Data type supported: Same as @p inpu…
96 …ias 1D weights tensor with dimensions [num_units]. Data type supported: Same as @p inpu…
[all …]
H A DCLQLSTMLayer.h91 …nput is a 2D tensor with dimensions [input_size, batch_size]. Data types supported: QASYMM8_SIGNED.
92 …weights 2D weights tensor with dimensions [input_size, num_units]. Data type supported: QSYMM8.
93 …ights 2D weights tensor with dimensions [input_size, num_units]. Data type supported: QSYMM8.
94 …weights 2D weights tensor with dimensions [input_size, num_units]. Data type supported: QSYMM8.
95 …et_weights 2D weights tensor with dimensions [output_size, num_units]. Data type supported: QSYMM8.
96 …_weights 2D weights tensor with dimensions [output_size, num_units]. Data type supported: QSYMM8.
97 …ut_weights 2D weights tensor with dimensions [output_size, num_units]. Data type supported: QSYMM8.
98 …orget_gate_bias 1D weights tensor with dimensions [num_units]. Data type supported: S32.
99 …ell_bias 1D weights tensor with dimensions [num_units]. Data type supported: S32.
100 …utput_gate_bias 1D weights tensor with dimensions [num_units]. Data type supported: S32.
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
H A DvkMandatoryFeatures.inl1145 …log << tcu::TestLog::Message << "Mandatory feature shaderEarlyAndLateFragmentTests not supported" …
1154 …log << tcu::TestLog::Message << "Mandatory feature externalFormatResolve not supported" << tcu::Te…
1163 …log << tcu::TestLog::Message << "Mandatory feature formatA4R4G4B4 not supported" << tcu::TestLog::…
1173 …g::Message << "Mandatory feature attachmentFeedbackLoopDynamicState not supported" << tcu::TestLog…
1184 …log << tcu::TestLog::Message << "Mandatory feature attachmentFeedbackLoopLayout not supported" << …
1195 …log << tcu::TestLog::Message << "Mandatory feature borderColorSwizzle not supported" << tcu::TestL…
1205 …log << tcu::TestLog::Message << "Mandatory feature colorWriteEnable not supported" << tcu::TestLog…
1214 …log << tcu::TestLog::Message << "Mandatory feature conditionalRendering not supported" << tcu::Tes…
1224 …log << tcu::TestLog::Message << "Mandatory feature depthBiasControl not supported" << tcu::TestLog…
1234 …log << tcu::TestLog::Message << "Mandatory feature depthClampZeroOne not supported" << tcu::TestLo…
[all …]
/aosp_15_r20/external/skia/resources/sksl/runtime_errors/
H A DES3Types.rts57 type 'mat2x3' is not supported
58 type 'mat2x4' is not supported
59 type 'mat3x2' is not supported
60 type 'mat3x4' is not supported
61 type 'mat4x2' is not supported
62 type 'mat4x3' is not supported
63 type 'float2x3' is not supported
64 type 'float2x4' is not supported
65 type 'float3x2' is not supported
66 type 'float3x4' is not supported
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
H A DvkMandatoryFeatures.inl443 …log << tcu::TestLog::Message << "Mandatory feature formatA4R4G4B4 not supported" << tcu::TestLog::…
452 …log << tcu::TestLog::Message << "Mandatory feature colorWriteEnable not supported" << tcu::TestLog…
461 …log << tcu::TestLog::Message << "Mandatory feature depthClipEnable not supported" << tcu::TestLog:…
470 … << "Mandatory feature shaderUniformTexelBufferArrayDynamicIndexing not supported" << tcu::TestLog…
479 … << "Mandatory feature shaderStorageTexelBufferArrayDynamicIndexing not supported" << tcu::TestLog…
488 …age << "Mandatory feature shaderSampledImageArrayNonUniformIndexing not supported" << tcu::TestLog…
497 …ge << "Mandatory feature shaderStorageBufferArrayNonUniformIndexing not supported" << tcu::TestLog…
506 … "Mandatory feature shaderUniformTexelBufferArrayNonUniformIndexing not supported" << tcu::TestLog…
515 … << "Mandatory feature descriptorBindingSampledImageUpdateAfterBind not supported" << tcu::TestLog…
524 … << "Mandatory feature descriptorBindingStorageImageUpdateAfterBind not supported" << tcu::TestLog…
[all …]
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/vibrator/aidl/android.hardware.vibrator-V3-java-source/gen/android/hardware/vibrator/
DIVibrator.java41 * was canceled (through off()). A callback is only expected to be supported when
48 * @param callback A callback used to inform Frameworks of state change, if supported.
56 * A callback is only expected to be supported when getCapabilities CAP_PERFORM_CALLBACK
64 * @param callback A callback used to inform Frameworks of state change, if supported.
74 * List supported effects.
76 * Return the effects which are supported (an effect is expected to be supported at every
86 * Changes the force being produced by the underlying motor. This may not be supported and
88 * is under external control (via setExternalControl), amplitude control may not be supported
89 * even though it is supported normally. This can be checked with
107 * control may or may not be supported and is reflected in the return value of
[all …]
/aosp_15_r20/hardware/interfaces/vibrator/aidl/android/hardware/vibrator/
H A DIVibrator.aidl41 * Whether setAmplitude is supported (when external control is disabled)
45 * Whether setExternalControl is supported.
49 * Whether setAmplitude is supported (when external control is enabled)
53 * Whether compose is supported.
57 * Whether alwaysOnEnable/alwaysOnDisable is supported.
61 * Whether getResonantFrequency is supported.
65 * Whether getQFactor is supported.
69 * Whether frequency control is supported.
73 * Whether composePwle is supported.
77 * Whether perform w/ vendor effect is supported.
[all …]
/aosp_15_r20/frameworks/base/core/java/com/android/ims/internal/uce/common/
H A DCapInfo.java80 /** Shared Sketch supported. */
90 /** List of supported extensions. */
194 * Checks whether IM is supported.
203 * Sets IM as supported or not supported.
212 * Checks whether FT Thumbnail is supported.
221 * Sets FT thumbnail as supported or not supported.
230 * Checks whether FT Store and Forward is supported
239 * Sets FT Store and Forward as supported or not supported.
248 * Checks whether File transfer HTTP is supported.
257 * Sets File transfer HTTP as supported or not supported.
[all …]
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/
H A DLocaleMatcher.java25 * an application's supported locales.
37 * <p>If there are multiple supported locales with the same (language, script, region)
46 * or place it earlier in the list of supported locales.
48 * <p>Otherwise, the order of supported locales may have no effect on the best-match results.
49 * The current implementation compares each desired locale with supported locales
51 * 1. Default locale, if supported;
53 * 3. other supported locales.
127 * the distance to any supported locale is increased by an additional amount
129 * A later desired locale has to have a better match with some supported locale
132 * <p>For example: <code>Supported={en, sv} desired=[en-GB, sv]</code>
[all …]

12345678910>>...900