HomeSort by relevance Sort by last modified time
    Searched refs:supported (Results 426 - 450 of 736) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/graphics/jni/
VulkanPreTransformTestHelpers.cpp 214 VkBool32 supported = VK_FALSE;
215 VK_CALL(vkGetPhysicalDeviceSurfaceSupportKHR(mGpu, mQueueFamilyIndex, mSurface, &supported));
216 if (supported == VK_FALSE) {
217 ALOGD("Surface format not supported");
    [all...]
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 523 boolean supported = false;
529 supported = true;
540 if (supported_64 || supported) {
    [all...]
  /external/autotest/server/cros/network/
wifi_client.py 58 read shill_xmlrpc_server.py to find out what methods are supported.
366 # to workaround the lazy loading of the capabilities cache and supported
381 raise error.TestNAError('%s() is not supported' % method_name)
392 """Returns True if VHT supported; False otherwise"""
397 """Returns True if 5Ghz bands are supported; False otherwise."""
402 """Returns True if IBSS mode is supported; False otherwise."""
407 """Returns True if the given frequency is supported; False otherwise.
409 @param frequency: int Wifi frequency to check if it is supported by
416 """Checks if |method_name| is supported on the remote XMLRPC proxy.
430 supported = (_is_eureka_host(self.host
    [all...]
  /external/deqp/modules/glshared/
glsFboUtil.cpp 236 bool supported = true; local
258 supported = false;
264 if (supported)
  /external/mesa3d/src/gallium/state_trackers/va/
picture.c 598 bool supported; local
628 supported = screen->get_video_param(screen, context->decoder->profile,
634 if (!supported) {
  /external/mesa3d/src/gallium/state_trackers/vdpau/
decode.c 53 bool supported; local
76 supported = screen->get_video_param
83 if (!supported) {
  /external/nist-sip/java/gov/nist/javax/sip/header/
HeaderFactoryImpl.java 972 Supported supported = new Supported(); local
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
zerrors_freebsd_arm.go     [all...]
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]
  /external/u-boot/drivers/net/
rtl8169.c 73 /* max supported gigabit ethernet frame size -- must be at least (dev->mtu+14+4).*/
82 #define RxPacketMaxSize 0x0800 /* Maximum size supported is 16K-1 */
248 u32 RxConfigMask; /* should clear the bits supported by this chip */
344 static struct pci_device_id supported[] = { variable in typeref:struct:pci_device_id
1114 if ((devno = pci_find_devices(supported, idx++)) < 0)
1219 U_BOOT_PCI_DEVICE(eth_rtl8169, supported);
  /external/vulkan-headers/registry/
reg.py 176 self.supported = None
182 self.supported = elem.get('supported')
481 enum.attrib['supported'] = featureInfo.supported
506 for disabled_ext in self.reg.findall('extensions/extension[@supported="disabled"]'):
    [all...]
  /build/make/core/
config.mk 7 $(warning Directly using config.mk from make is no longer supported.)
54 $(KATI_obsolete_var USE_CLANG_PLATFORM_BUILD,Clang is the only supported Android compiler. See $(CHANGES_URL)#USE_CLANG_PLATFORM_BUILD)
55 $(KATI_obsolete_var BUILD_DROIDDOC,Droiddoc is only supported in Soong. See details on build/soong/java/droiddoc.go)
56 $(KATI_obsolete_var BUILD_APIDIFF,Apidiff is only supported in Soong. See details on build/soong/java/droiddoc.go)
545 # For non-supported hosts, do not generate breakpad symbols.
699 # partitions is supported. But the early-mount must be supported for full
    [all...]
java_common.mk 23 # does not use any 1.8 language features that are not supported
57 # bootstrap jars are no longer supported (ie. when USE_HOST_BOOTSTRAP_JARS
312 sdk_lib_suffix = $(call pretty-error,LOCAL_SDK_LIBRARIES not supported for LOCAL_SDK_VERSION = core_current)
  /build/soong/android/
arch.go 701 // If host is supported for the module, the Host and HostCross OsClasses are are selected. If device is supported
708 // "both": compile for all Targets supported by the OsClass (generally x86_64 and x86, or arm64 and arm).
709 // "first": compile for only a single preferred Target supported by the OsClass. This is generally x86_64 or arm64,
711 // "32": compile for only a single 32-bit Target supported by the OsClass.
712 // "64": compile for only a single 64-bit Target supported by the OsClass.
865 panic("Interfaces are not supported in arch_variant properties")
    [all...]
  /external/v8/src/js/
intl.js 348 * Returns best matched supported locale and extension info using basic
368 // supported, as such support is not guaranteed.
385 * Returns best matched supported locale and extension info using
486 * Returns an Object that contains all of supported locales for a given
488 * In addition to the supported locales we add xx-ZZ locale for each xx-Yyyy-ZZ
489 * that is supported. This is required by the spec.
    [all...]
  /external/u-boot/doc/
README.x86 10 including supported boards, build instructions, todo list, etc.
24 are supported:
187 Note that the -U flag is only supported by the latest cbfstool. It unpacks
409 binary, as well as other supported payloads. With the default configuration,
451 also supported by U-Boot. To instantiate such a machine, call QEMU with:
470 Multicore is also supported by QEMU via '-smp n' where n is the number of cores
471 to instantiate. Note, the maximum supported CPU number in QEMU is 255.
    [all...]
  /build/soong/cc/
linker.go 346 // The SHT_RELR relocations is only supported by API level >= 28.
415 // This is not currently supported on MIPS architectures.
439 ctx.PropertyErrorf("version_script", "Not supported on Darwin")
  /build/soong/python/
python.go 56 // TODO(nanzhang): Remove this flag when embedded Python3 is supported later.
336 "is not supported yet for Python3.")
378 // TODO(nanzhang): Since embedded launcher is not supported for Python3 for now,
  /build/soong/ui/build/
config.go 170 log.Fatalln("Directory names containing spaces are not supported")
178 log.Fatalln("Directory names containing spaces are not supported")
186 log.Fatalln("Directory names containing spaces are not supported")

Completed in 2595 milliseconds

<<11121314151617181920>>