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

<<11121314151617181920>>

  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 434 ( dimension_tbl[*action_param].supported )) {
760 if ( dimension_tbl[i].supported ) {
    [all...]
  /external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
SSLSocketTest.java 385 * Tests that when the client has a hole in their supported protocol list, the
417 * Tests that protocol negotiation succeeds when the highest-supported protocol
418 * for both client and server isn't supported by the other.
    [all...]
  /external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/net/ssl/
SSLSocketTest.java 389 * Tests that when the client has a hole in their supported protocol list, the
421 * Tests that protocol negotiation succeeds when the highest-supported protocol
422 * for both client and server isn't supported by the other.
    [all...]
  /external/deqp-deps/SPIRV-Tools/source/opt/
loop_dependence.cpp 240 // Nested access chains are not supported yet, bail out.
367 auto supported = true; local
376 supported = supported && is_subscript_supported;
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
loop_dependence.cpp 240 // Nested access chains are not supported yet, bail out.
367 auto supported = true; local
376 supported = supported && is_subscript_supported;
    [all...]
  /external/syzkaller/vendor/cloud.google.com/go/storage/
storage.go 973 return fmt.Errorf("storage: %s: generation not supported", method)
985 return fmt.Errorf("storage: %s: ifGenerationMatch not supported", method)
989 return fmt.Errorf("storage: %s: ifGenerationNotMatch not supported", method)
993 return fmt.Errorf("storage: %s: DoesNotExist not supported", method)
999 return fmt.Errorf("storage: %s: ifMetagenerationMatch not supported", method)
1003 return fmt.Errorf("storage: %s: ifMetagenerationNotMatch not supported", method)
    [all...]
  /build/blueprint/parser/
parser.go 336 p.errorf("subtraction not supported: %s", p.scanner.String())
375 return nil, fmt.Errorf("operator %c not supported on type %s", operator, v.Type())
  /build/make/core/
product_config.mk 403 $$(error Invalid PRODUCT_BUILD_$(1)_IMAGE: $$(PRODUCT_BUILD_$(1)_IMAGE) -- true false and empty are supported)
  /build/soong/android/
namespace.go 50 panic("It is not supported to call sortedNamespaces.add() after sortedNamespaces.sortedItems()")
90 namespacesByDir sync.Map // if generics were supported, this would be sync.Map[string]*Namespace
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/
SmiEntry.S 141 # enable NXE if supported
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
SmiEntry.S 140 # enable NXE if supported
  /external/autotest/cli/
server.py 494 self.invalid_syntax('--action is currently not supported with'
  /external/autotest/client/common_lib/hosts/
base_classes.py 194 supported.
  /external/boringssl/src/util/fipstools/delocate/testdata/x86_64-GOTRewrite/
out.s 8 # leaq of OPENSSL_ia32cap_P is supported.
  /external/libchrome/base/third_party/dynamic_annotations/
dynamic_annotations.h 67 # error weak annotations are not supported for your compiler
  /external/pcre/dist2/src/
pcre2_internal.h 46 is only supported for the 8-bit library, but the check for this has to be later
51 #error The use of both EBCDIC and SUPPORT_UNICODE is not supported.
249 is not supported. */
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
CodedOutputStream.java     [all...]
  /external/tensorflow/tensorflow/contrib/cloud/kernels/
bigquery_table_accessor_test.cc 123 "Tables with repeated columns are not supported"));
  /external/tensorflow/tensorflow/python/debug/cli/
command_parser.py 290 are supported. The "B character at the end of the input `str` may be
319 (e.g., "[10us, 20us]", "<100s", ">100ms"). Supported time suffixes are
412 Only the units "kB", "MB", "GB" are supported. The "B character at the end
  /external/u-boot/drivers/dma/
ti-edma3.c 557 uc_priv->supported = DMA_SUPPORTS_MEM_TO_MEM;
  /external/webrtc/webrtc/examples/peerconnection/client/
peer_connection_client.cc 42 #error Platform not supported.
512 // ignore msg; there is currently only one supported message ("retry")
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFeatureInfo.cpp 1954 const VkFormatFeatureFlags supported = properties.*fields[fieldNdx].field; local
2088 const VkFormatFeatureFlags supported = properties.*fields[fieldNdx].field; local
    [all...]
  /build/soong/cmd/zip2zip/
zip2zip.go 134 return fmt.Errorf("\\ characters are not currently supported")
zip2zip_test.go 46 err: fmt.Errorf("\\ characters are not currently supported"),
  /build/soong/ui/build/
build.go 116 ctx.Fatalln("Case-insensitive filesystems not supported")

Completed in 2201 milliseconds

<<11121314151617181920>>