HomeSort by relevance Sort by last modified time
    Searched refs:supported (Results 201 - 225 of 1179) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/mesa3d/src/gallium/state_trackers/vdpau/
vdpau_private.h 362 bool supported, enabled; member in struct:__anon30241::__anon30242
367 bool supported, enabled, spatial; member in struct:__anon30241::__anon30243
372 bool supported, enabled; member in struct:__anon30241::__anon30244
377 bool supported, enabled; member in struct:__anon30241::__anon30245
383 bool supported, enabled; member in struct:__anon30241::__anon30246
  /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>
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_windows.go 157 EAFNOSUPPORT - APPLICATION_ERROR: "address family not supported by protocol",
246 ENOTSUP - APPLICATION_ERROR: "operation not supported",
250 EOPNOTSUPP - APPLICATION_ERROR: "operation not supported",
254 EPFNOSUPPORT - APPLICATION_ERROR: "protocol family not supported",
257 EPROTONOSUPPORT - APPLICATION_ERROR: "protocol not supported",
266 ESOCKTNOSUPPORT - APPLICATION_ERROR: "socket type not supported",
282 EWINDOWS - APPLICATION_ERROR: "not supported by windows",
  /prebuilts/go/linux-x86/src/syscall/
zerrors_windows.go 157 EAFNOSUPPORT - APPLICATION_ERROR: "address family not supported by protocol",
246 ENOTSUP - APPLICATION_ERROR: "operation not supported",
250 EOPNOTSUPP - APPLICATION_ERROR: "operation not supported",
254 EPFNOSUPPORT - APPLICATION_ERROR: "protocol family not supported",
257 EPROTONOSUPPORT - APPLICATION_ERROR: "protocol not supported",
266 ESOCKTNOSUPPORT - APPLICATION_ERROR: "socket type not supported",
282 EWINDOWS - APPLICATION_ERROR: "not supported by windows",
  /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
  /device/linaro/bootloader/edk2/OvmfPkg/
build.sh 60 echo Cygwin not fully supported yet.
142 echo Only IA32 or X64 is supported
216 echo Only IA32 or X64 is supported
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
XLocaleMatcher.java 24 * Immutable class that picks best match between user's desired locales and application's supported locales.
39 // built based on application's supported languages in constructor
97 * Set the default language, with null = default = first supported language
186 // for the supported list, we put any priorities before all others, except for the first.
244 * Get the best match between the desired languages and supported languages
310 // otherwise return first supported, combining variants and extensions from bestDesired
315 * Get the best match between the desired languages and supported languages
371 // otherwise return first supported, combining variants and extensions from bestDesired
375 /** Combine features of the desired locale into those of the supported, and return result. */
410 * @param supported A locale supported by a program
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
XLocaleMatcher.java 23 * Immutable class that picks best match between user's desired locales and application's supported locales.
37 // built based on application's supported languages in constructor
95 * Set the default language, with null = default = first supported language
184 // for the supported list, we put any priorities before all others, except for the first.
242 * Get the best match between the desired languages and supported languages
308 // otherwise return first supported, combining variants and extensions from bestDesired
313 * Get the best match between the desired languages and supported languages
369 // otherwise return first supported, combining variants and extensions from bestDesired
373 /** Combine features of the desired locale into those of the supported, and return result. */
408 * @param supported A locale supported by a program
    [all...]
  /frameworks/base/core/java/android/os/
LocaleList.java 328 private static int matchScore(Locale supported, Locale desired) {
329 if (supported.equals(desired)) {
332 if (!supported.getLanguage().equals(desired.getLanguage())) {
335 if (isPseudoLocale(supported) || isPseudoLocale(desired)) {
340 final String supportedScr = getLikelyScript(supported);
345 final String supportedRegion = supported.getCountry();
413 * Returns the first match in the locale list given an unordered array of supported locales
422 false /* assume English is not supported */);
430 false /* assume English is not supported */);
434 * Same as getFirstMatch(), but with English assumed to be supported, even if it's not
    [all...]
  /frameworks/support/compat/src/main/java/androidx/core/os/
LocaleListHelper.java 312 private static int matchScore(Locale supported, Locale desired) {
313 if (supported.equals(desired)) {
316 if (!supported.getLanguage().equals(desired.getLanguage())) {
319 if (isPseudoLocale(supported) || isPseudoLocale(desired)) {
324 final String supportedScr = getLikelyScript(supported);
329 final String supportedRegion = supported.getCountry();
397 * Returns the first match in the locale list given an unordered array of supported locales
409 false /* assume English is not supported */);
418 false /* assume English is not supported */);
422 * Same as getFirstMatch(), but with English assumed to be supported, even if it's not
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/internal/nettest/
stack.go 54 // supported error.
112 return nil, fmt.Errorf("%s is not supported", network)
140 return nil, fmt.Errorf("%s is not supported", network)
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/internal/nettest/
stack.go 54 // supported error.
112 return nil, fmt.Errorf("%s is not supported", network)
140 return nil, fmt.Errorf("%s is not supported", network)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68hc11/
9s12x-exg-sex-tfr.s 5 ;; Test all s12x extended forms of exg,tfr,sex where supported
7 ;; presently tmp register and h/l forms not supported in gas
9 ;; none of shaded area is actually supported
  /art/test/712-varhandle-invocations/src/
VarHandleAccessorExceptionTests.java 208 boolean supported = vh.isAccessModeSupported(VarHandle.AccessMode.GET_AND_BITWISE_AND);
209 assertFalse(supported);
  /build/make/core/
math.mk 42 $(if $(call math_is_number,$(1)),,$(error Only positive integers <= 100 are supported (not $(1))))
102 $(call pretty-error,integer greater than $(words $(_INT_LIMIT_WORDS)) is not supported!),\
  /compatibility/cdd/5_multimedia/
5_3_video-decoding.md 7 H.264, and H.265 codecs in real time and up to the maximum resolution supported
  /external/autotest/client/site_tests/network_WiFiTxRx/
network-flipflop.sh 36 # check that at least one modulation in `wanted' is present in `supported'
37 supported=$1;
40 case $supported in
  /external/curl/docs/cmdline-opts/
pinnedpubkey.d 25 Other SSL backends not supported.
  /external/freetype/builds/windows/
detect.mk 99 @echo $(PROJECT_TITLE) build system -- supported compilers
101 @echo Several command-line compilers are supported on Win32:
  /external/llvm/test/MC/ARM/
directive-arch-armv4.s 31 @ Check that multiplication is supported
  /external/python/cpython2/PCbuild/
env.bat 9 rem other than 'v90' is supported!
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowPowerManager.java 73 public void setIsWakeLockLevelSupported(int level, boolean supported) {
74 supportedWakeLockLevels.put(level, supported);
  /external/swiftshader/third_party/LLVM/test/MC/MBlaze/
mblaze_shift.s 3 # Test to make sure that all of the TYPE-A instructions supported by
  /external/webrtc/webrtc/p2p/base/
sessiondescription.h 164 void set_msid_supported(bool supported) { msid_supported_ = supported; }
  /frameworks/ml/nn/driver/sample/
SampleDriver.cpp 45 std::vector<bool> supported; local
46 cb(ErrorStatus::INVALID_ARGUMENT, supported);

Completed in 1293 milliseconds

1 2 3 4 5 6 7 891011>>