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

<<11121314151617181920>>

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
TGLexer.cpp 221 return ReturnError(CurPtr, "escaped newlines not supported in tblgen");
  /external/u-boot/arch/arm/mach-at91/include/mach/
at91_matrix.h 39 #error CPU not supported. Please update at91_matrix.h
  /external/u-boot/arch/arm/mach-sunxi/
spl_spi_sunxi.c 13 #error CONFIG_SPL_OS_BOOT is not supported yet
20 * that the Read Data Bytes (03h) command is supported, the hardware
29 * Both of them are supported.
32 * supported at the moment.
  /external/u-boot/board/freescale/mpc8349emds/
mpc8349emds.c 98 #warning Currenly any ddr size other than 256 is not supported
  /external/u-boot/board/freescale/mpc837xemds/
mpc837xemds.c 259 #warning Currenly any ddr size other than 512 is not supported
  /external/u-boot/drivers/net/
designware.c 490 phydev->supported &= PHY_GBIT_FEATURES;
496 phydev->advertising = phydev->supported;
851 static struct pci_device_id supported[] = { variable in typeref:struct:pci_device_id
856 U_BOOT_PCI_DEVICE(eth_designware, supported);
  /external/u-boot/drivers/usb/host/
ehci-mxc.c 203 #error MXC EHCI USB driver not supported on this platform
  /external/u-boot/include/
phy.h 21 #define PHY_FLAG_BROKEN_RESET (1 << 0) /* soft reset not supported */
184 u32 supported; member in struct:phy_device
  /external/u-boot/lib/efi_driver/
efi_uclass.c 15 * supported by the EFI driver. In the start() function it calls the bind()
260 bp->bp.supported = efi_uc_supported;
  /external/syzkaller/pkg/host/
host_linux.go 39 // There are 3 possible strategies for detecting supported syscalls:
210 return false, "only supported under root with sandbox=none"
217 return false, "only supported under root with sandbox=none/namespace"
235 return false, "socket family is not supported (EAFNOSUPPORT)"
349 // E.g. KCOV ioctls were initially not supported on 386 (missing compat_ioctl),
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_netbsd_386.go     [all...]
zerrors_netbsd_amd64.go     [all...]
zerrors_netbsd_arm.go     [all...]
zerrors_openbsd_386.go     [all...]
zerrors_openbsd_amd64.go     [all...]
zerrors_openbsd_arm.go     [all...]
zerrors_solaris_amd64.go     [all...]
  /build/soong/androidmk/cmd/androidmk/
androidmk_test.go 362 // WARNING: Module tags are not supported in Soong.
378 // WARNING: Module tags are not supported in Soong.
381 // WARNING: Module tags are not supported in Soong.
  /external/ipsec-tools/src/libipsec/
pfkey.c 105 * make and search supported algorithm structure.
213 ipsec_check_keylen(supported, alg_id, keylen)
214 u_int supported;
221 switch (supported) {
276 ipsec_get_keylen(supported, alg_id, alg0)
277 u_int supported, alg_id;
289 switch (supported) {
777 /* set supported map */
837 * others: a pointer to new allocated buffer in which supported
    [all...]
  /external/mesa3d/src/compiler/glsl/
glsl_parser_extras.cpp 214 /* Populate the list of supported GLSL versions */
216 * the OpenGL 3.2 Core context is supported, this logic will need
217 * change. Older versions of GLSL are no longer supported
260 * versions are supported.
262 char *supported = ralloc_strdup(this, "");
270 ralloc_asprintf_append(& supported, "%s%u.%02u%s",
276 this->supported_version_string = supported;
398 "the compatibility profile is not supported");
434 bool supported = false;
439 supported = true
    [all...]
  /external/openssh/
sshconnect2.c 1905 static char *supported = NULL; variable
    [all...]
  /external/u-boot/
Kconfig 249 SHA256 variant is supported: SHA512 and others are not currently
250 supported in U-Boot.
371 passed a list of supported device tree file stub names to
  /external/u-boot/drivers/i2c/
Kconfig 72 bindings are supported.
108 bool "DW I2C Enable Status Register not supported"
123 Only single master mode is supported and only byte-by-byte
124 synchronous reads and writes are supported, no Pool Buffers or DMA.
  /external/boringssl/src/ssl/test/runner/
common.go 212 // supportedSignatureAlgorithms contains the default supported signature
366 // NextProtos is a list of supported, application level protocols.
395 // CipherSuites is a list of supported cipher suites. If CipherSuites
396 // is nil, TLS uses a list of suites supported by the implementation.
432 // If zero, then the maximum version supported by this package is used,
443 // all supported curves will have public values sent. This field is ignored
489 // supported signature algorithms to sign with.
493 // supported signature algorithms that are accepted.
724 // supported versions extension.
728 // supported versions extension with the values from array
    [all...]
  /build/blueprint/bootstrap/
writedocs.go 17 // to generating documentation for module types supported by the primary builder.

Completed in 2826 milliseconds

<<11121314151617181920>>