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

1 2 3 4 5 6 7 891011>>

  /external/u-boot/drivers/net/
pch_gbe.c 20 static struct pci_device_id supported[] = { variable in typeref:struct:pci_device_id
423 phydev->supported &= PHY_GBIT_FEATURES;
424 phydev->advertising = phydev->supported;
503 U_BOOT_PCI_DEVICE(eth_pch_gbe, supported);
  /external/u-boot/env/
sata.c 19 #error ENV REDUND not supported
  /build/soong/cc/
stl.go 80 ctx.ModuleErrorf("stl: %q is not a supported STL with sdk_version set", s)
91 ctx.ModuleErrorf("stl: %q is not a supported STL for windows", s)
111 ctx.ModuleErrorf("stl: %q is not a supported STL on Fuchsia", s)
127 ctx.ModuleErrorf("stl: %q is not a supported STL", s)
  /device/linaro/bootloader/edk2/DuetPkg/
build32.sh 48 CYGWIN*) echo Cygwin not fully supported yet. ;;
build64.sh 47 CYGWIN*) echo Cygwin not fully supported yet. ;;
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
InitializeFpu.asm 38 ; (if supported) to 0x1F80 (all exceptions masked, round-to-nearest, flush to zero
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseUefiCpuLib/Ia32/
InitializeFpu.asm 38 ; (if supported) to 0x1F80 (all exceptions masked, round-to-nearest, flush to zero
  /external/boringssl/src/ssl/test/runner/
alert.go 71 alertProtocolVersion: "protocol version not supported",
  /external/boringssl/src/ssl/test/runner/poly1305/
sum_s390x.go 28 // available and if VMSL is supported.
  /external/curl/docs/cmdline-opts/
cacert.d 23 option is supported for backward compatibility with other SSL engines, but it
28 (Schannel only) This option is supported for Schannel in Windows 7 or later with
29 libcurl 7.60 or later. This option is supported for backward compatibility
metalink.d 7 (both version 3 and 4 (RFC 5854) are supported) and make use of the mirrors
upload-file.d 21 multiple files to a single URL by using the same URL globbing style supported
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiMaintenance3Check.cpp 56 TCU_THROW(NotSupportedError, "VK_KHR_maintenance3 extension is not supported");
180 VK_FALSE //VkBool32 supported;
191 if (pSupport.supported == VK_FALSE)
212 if (pSupport.supported == VK_FALSE)
  /external/deqp/modules/gles2/functional/
es2fNegativeTextureApiTests.cpp 75 static void getCompressedTexSubImage2DFormat(const vector<deInt32>& supported, vector<deInt32>& accepted)
77 // Find a supported compressed texture format that is accepted by compressedTexSubImage2D()
89 for (int i = 0; i < (int)supported.size(); i++)
91 vector<deInt32>::const_iterator fmt = std::find(supported.begin(), supported.end(), compressedTexSubImage2DFormats[i]);
92 if (fmt != supported.end())
158 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if internalformat is not a supported format returned in GL_COMPRESSED_TEXTURE_FORMATS.");
165 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if internalformat is not a supported format returned in GL_COMPRESSED_TEXTURE_FORMATS.");
    [all...]
  /external/iperf3/src/
portable_endian.h 129 # error byte order not supported
145 # warning platform not supported
  /external/libunwind_llvm/src/
libunwind.cpp 62 # warning The MIPS architecture is not supported with this ABI and environment!
66 # error Architecture not supported
  /external/mesa3d/src/amd/vulkan/
radv_entrypoints_gen.py 235 supported = set(ext.name for ext in EXTENSIONS)
237 if extension.attrib['name'] not in supported:
240 if extension.attrib['supported'] != 'vulkan':
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_screen.c 127 /* Supported features (boolean caps). */
149 return 4; /* XXX could easily be supported */
167 case PIPE_CAP_COMPUTE: /* XXX supported on gc2000 */
168 case PIPE_CAP_MIXED_COLORBUFFER_FORMATS: /* only one colorbuffer supported, so mixing makes no sense */
171 case PIPE_CAP_START_INSTANCE: /* instancing not supported AFAIK */
172 case PIPE_CAP_VERTEX_ELEMENT_INSTANCE_DIVISOR: /* instancing not supported AFAIK */
174 case PIPE_CAP_MAX_DUAL_SOURCE_RENDER_TARGETS: /* no dual-source supported */
295 case PIPE_CAP_MAX_TEXTURE_3D_LEVELS: /* 3D textures not supported - fake it */
479 bool supported = true; local
482 supported = VIV_FEATURE(screen, chipFeatures, ETC1_TEXTURE_COMPRESSION)
    [all...]
  /external/mesa3d/src/glx/
glxextensions.c 47 #define EXT_ENABLED(bit,supported) (IS_SET( supported, bit ))
339 * Highest core GL version that can be supported for indirect rendering.
359 * \param supported Table in which the state of the extension is to be set.
364 unsigned char *supported)
373 SET_BIT(supported, ext[i].bit);
376 CLR_BIT(supported, ext[i].bit);
392 * \param server_support Bit-field of supported extensions.
563 * Convert a bit-field to a string of supported extensions.
567 const unsigned char *supported)
    [all...]
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
LocaleData.java 82 static int findDistance(int supported,
89 supported, script,
93 // of 'supported' to the lowest common ancestor (number of ancestors
94 // written for 'supported' minus 1) plus the distance of 'request' to the
  /external/syzkaller/pkg/runtest/
run_test.go 49 t.Fatalf("failed to detect supported syscalls: %v", err)
  /external/syzkaller/vendor/google.golang.org/grpc/internal/channelz/
types_nonlinux.go 26 grpclog.Infof("Channelz: socket options are not supported on non-linux os and appengine.")
  /external/toybox/toys/other/
i2ctools.c 143 unsigned long supported = i2c_get_funcs(bus); local
148 (supported & funcs[i].mask) ? "yes" : "no");
  /external/u-boot/arch/arm/dts/
stih410.dtsi 35 opp-supported-hw = <0xffffffff 0xffffffff 0xffffffff>;
41 opp-supported-hw = <0xffffffff 0xffffffff 0xffffffff>;
46 opp-supported-hw = <0xffffffff 0xffffffff 0xffffffff>;
51 opp-supported-hw = <0xffffffff 0xffffffff 0xffffffff>;
  /external/u-boot/lib/efi_selftest/
efi_selftest_controllers.c 74 static efi_status_t EFIAPI supported( function
252 supported,

Completed in 771 milliseconds

1 2 3 4 5 6 7 891011>>