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

<<21222324252627282930>>

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsExternalConnection.java 126 // No-op - Hangup is not supported for external calls.
131 // Deflect is not supported for external calls.
132 throw new CallStateException ("Deflect is not supported for external calls");
137 // No-op - Separate is not supported for external calls.
142 // No-op - not supported for external calls.
147 // No-op - not supported for external calls.
152 // No-op - not supported for external calls.
  /hardware/interfaces/neuralnetworks/1.0/
IDevice.hal 37 * Gets the supported operations in a model.
40 * supported by the vendor driver. If an operation may not be supported for
50 * @return supportedOperations A list of supported operations, where true
51 * indicates the operation is supported and
53 * supported. The index of "supported"
  /hardware/interfaces/neuralnetworks/1.1/
IDevice.hal 42 * Gets the supported operations in a model.
45 * supported by the vendor driver. If an operation may not be supported for
55 * @return supportedOperations A list of supported operations, where true
56 * indicates the operation is supported and
58 * supported. The index of "supported"
  /libcore/ojluni/src/main/java/javax/net/ssl/
ExtendedSSLSession.java 38 * Obtains an array of supported signature algorithms that the local side
52 * Note: the local supported signature algorithms should conform to
57 * @return An array of supported signature algorithms, in descending
59 * no signature algorithm is supported.
66 * Obtains an array of supported signature algorithms that the peer is
80 * @return An array of supported signature algorithms, in descending
82 * the peer has not sent the supported signature algorithms.
  /packages/apps/Camera2/src/com/android/camera/captureintent/
CaptureIntentSession.java 130 throw new RuntimeException("Not supported.");
136 throw new RuntimeException("Not supported.");
142 throw new RuntimeException("Not supported.");
168 throw new RuntimeException("Not supported.");
173 throw new RuntimeException("Not supported.");
178 throw new RuntimeException("Not supported.");
183 throw new RuntimeException("Not supported.");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ptrace.h 69 This is not supported on all machines. */
74 This is not supported on all machines. */
79 This is not supported on all machines. */
84 This is not supported on all machines. */
89 This is not supported on all machines. */
102 This is not supported on all machines. */
107 This is not supported on all machines. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ptrace.h 69 This is not supported on all machines. */
74 This is not supported on all machines. */
79 This is not supported on all machines. */
84 This is not supported on all machines. */
89 This is not supported on all machines. */
102 This is not supported on all machines. */
107 This is not supported on all machines. */
  /external/clang/test/Analysis/
localization.m 121 return MCLocalizedString(@"TYPE_PLURAL"); // expected-warning {{Plural cases are not supported accross all languages. Use a .stringsdict file}} expected-note {{Plural}}
128 return [NSString stringWithFormat:@"%@, %@", @"Test", (numOfReminders != 1) ? [NSString stringWithFormat:NSLocalizedString(@"%@ Reminders", @"Plural count of reminders"), numOfReminders] : [NSString stringWithFormat:NSLocalizedString(@"1 reminder", @"One reminder")]]; // expected-warning 2 {{Plural cases are not supported accross all languages. Use a .stringsdict file}} expected-note 2 {{Plural}}
137 count = [count stringByAppendingFormat:@"%@", KHLocalizedString(@"New Stories", @"Plural count for new stories")]; // expected-warning {{Plural cases are not supported accross all languages. Use a .stringsdict file}} expected-note {{Plural}}
139 count = [count stringByAppendingFormat:@"%@", KHLocalizedString(@"New Story", @"One new story")]; // expected-warning {{Plural cases are not supported accross all languages. Use a .stringsdict file}} expected-note {{Plural}}
146 return [NSString stringWithFormat:KHLocalizedString(@"value.singular",nil), count]; // expected-warning {{Plural cases are not supported accross all languages. Use a .stringsdict file}} expected-note {{Plural}}
148 return [NSString stringWithFormat:KHLocalizedString(@"value.plural",nil), count]; // expected-warning {{Plural cases are not supported accross all languages. Use a .stringsdict file}} expected-note {{Plural}}
156 return [NSString stringWithFormat:KHLocalizedString(@"value.singular",nil), count]; // expected-warning {{Plural cases are not supported accross all languages. Use a .stringsdict file}} expected-note {{Plural}}
158 return [NSString stringWithFormat:KHLocalizedString(@"value.plural",nil), count]; // expected-warning {{Plural cases are not supported accross all languages. Use a .stringsdict file}} expected-note {{Plural}}
172 return KHLocalizedString(@"value.plural",nil); // expected-warning {{Plural cases are not supported accross all languages. Use a .stringsdict file}} expected-note {{Plural}}
  /external/mesa3d/docs/specs/
MESA_texture_signed_rgba.spec 61 The rgba part is there because only 4 channel format is supported.
65 be supported?
68 universal format, rgba. alpha/luminance can't be trivially supported
71 avoid all this. Likewise, only 8 bits per channel is supported.
138 If ARB_color_buffer_float is supported, its clamping controls
141 NV_texture_shader extension, if supported, adds support for
144 NV_texture_shader extension is supported, its specified behavior
173 7) What to do with GetTexParameter if ARB_texture_float is supported,
211 If ARB_texture_float is supported, GetTexParameter queries with <value>
  /external/clang/test/Driver/
clang_f_opts.c 186 // CHECK-INVALID-O: warning: optimization level '-O20' is not supported; using '-O3' instead
350 // CHECK-WARNING-DAG: optimization flag '-finline-limit=1000' is not supported
351 // CHECK-WARNING-DAG: optimization flag '-finline-limit' is not supported
352 // CHECK-WARNING-DAG: optimization flag '-fexpensive-optimizations' is not supported
353 // CHECK-WARNING-DAG: optimization flag '-fno-expensive-optimizations' is not supported
354 // CHECK-WARNING-DAG: optimization flag '-fno-defer-pop' is not supported
355 // CHECK-WARNING-DAG: optimization flag '-fkeep-inline-functions' is not supported
356 // CHECK-WARNING-DAG: optimization flag '-fno-keep-inline-functions' is not supported
357 // CHECK-WARNING-DAG: optimization flag '-freorder-blocks' is not supported
358 // CHECK-WARNING-DAG: optimization flag '-fprofile-dir=/rand/dir' is not supported
    [all...]
  /build/make/core/
local_systemsdk.mk 39 # Ensure that the selected System SDK version is one of the supported versions.
57 System SDK version '$(_system_sdk_version)' is not supported. Supported versions are: $(_supported_systemsdk_versions))
  /build/soong/
doc.go 33 // global settings like supported languages, supported use cases, preinstalled
48 // The target architecture is the preferred architecture supported by the selected
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
AbstractBatterySaverModeTestCase.java 55 boolean supported = isDozeModeEnabled();
56 if (!supported) {
60 return supported;
  /cts/tests/sensor/src/android/hardware/cts/
SensorSupportTest.java 27 * are supported. When supported, checks individual support for
46 // Tests will only run if either HIFI_SENSORS or VR high performance mode is supported.
  /cts/tests/sensor/src/android/hardware/cts/helpers/
SensorNotSupportedException.java 22 * Exception that indicates that a given sensor is not supported in the device.
26 super("Sensor '%s' of type %d is not supported.", getSensorName(sensorType), sensorType);
30 super("Sensor '%s' of type %d and %s is not supported.", getSensorName(sensorType),
  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyChainTest.java 29 assertFalse("DSA must not be supported", KeyChain.isKeyAlgorithmSupported("DSA"));
30 assertTrue("EC must be supported", KeyChain.isKeyAlgorithmSupported("EC"));
31 assertTrue("RSA must be supported", KeyChain.isKeyAlgorithmSupported("RSA"));
  /cts/tests/tests/os/jni/
Android.mk 42 # Select the architectures on which seccomp-bpf are supported. This is used to
44 # not supported.
69 # only supported in ARMv7 (and older) cores, and obsolete in ARMv8.
  /device/google/marlin/time-services/
time_genoff.h 38 * Reserved bases to be supported later.
61 TIME_STAMP, /* Not supported */
65 TIME_20MS_FRAME, /* Not supported */
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/CpuPm/
CpuPm.asl 49 // CFGD[21] = PPM_MWAIT_EXT = MWAIT extensions supported
50 // CFGD[24] = PPM_CMP = CMP supported, Enabled
51 // CFGD[28] = PPM_TSTATE = CPU T states supported
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
UsbSbd.asl 57 // Standard query - A bitmask of functions supported
73 // 0: USB Sideband Deferring not supported on this device
74 // 1: USB Sideband Deferring supported
  /external/autotest/server/cros/ap_configurators/
linksyswrt54gl_ap_configurator.py 47 raise RuntimeError('The mode %d not supported by router %s. ',
86 Returns True if setting the PSK refresh interval is supported.
88 @return True is supported; False otherwise
  /external/curl/docs/libcurl/opts/
CURLOPT_CAPATH.3 58 This option is supported by the OpenSSL, GnuTLS, PolarSSL and mbedTLS
62 CURLE_OK if supported; or an error such as:
64 CURLE_NOT_BUILT_IN - Not supported by the SSL backend
CURLOPT_PROXY_CAPATH.3 59 This option is supported by the OpenSSL, GnuTLS, PolarSSL and mbedTLS
63 CURLE_OK if supported; or an error such as:
65 CURLE_NOT_BUILT_IN - Not supported by the SSL backend
CURLOPT_PROXY_SSL_OPTIONS.3 40 that. This option is only supported for DarwinSSL, NSS and OpenSSL.
44 this option is only supported for WinSSL (the native Windows SSL library),
70 Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
CURLOPT_SSL_OPTIONS.3 40 This option is only supported for DarwinSSL, NSS and OpenSSL.
46 option is only supported for WinSSL (the native Windows SSL library), with an
70 Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.

Completed in 1304 milliseconds

<<21222324252627282930>>