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

<<21222324252627282930

  /cts/tests/tests/media/src/android/media/cts/
VideoEncoderTest.java 467 assertTrue("could not configure encoder for supported size", optional);
683 assertTrue("could not configure encoder for supported size", optional);
    [all...]
  /external/flatbuffers/src/
idl_parser.cpp 594 return Error("nested vector types not supported (wrap in table first).");
655 "Vectors of unions are not yet supported in all "
674 "default values currently only supported for scalars in tables");
    [all...]
  /build/make/core/
Makefile 597 $(error PRODUCT_PRODUCT_SERVICES_PROPERTIES is not supported in this build.)
    [all...]
  /build/soong/cc/
library.go 653 ctx.PropertyErrorf("unexported_symbols_list", "Only supported on Darwin")
656 ctx.PropertyErrorf("force_symbols_not_weak_list", "Only supported on Darwin")
659 ctx.PropertyErrorf("force_symbols_weak_list", "Only supported on Darwin")
    [all...]
androidmk.go 299 // Soong installation is only supported for host modules. Have Make
binary.go 204 // Static executables are not supported on Darwin or Windows
ndk_headers.go 138 // TODO: Revert this once MIPS is supported in NDK again.
  /external/libaom/libaom/third_party/x86inc/
x86inc.asm     [all...]
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm     [all...]
  /build/kati/
dep.go 272 panic(fmt.Sprintf("FIXME: multiple output pattern is not supported yet"))
  /build/soong/androidmk/cmd/androidmk/
androidmk.go 242 // check for common supported but undesirable structures and clean them up
  /build/soong/third_party/zip/
writer.go 280 panic("skipping writing the data descriptor for a 64-bit value is not yet supported")
  /cts/hostsidetests/statsd/src/android/cts/statsd/atom/
UidAtomTests.java 642 String supported = getDevice().executeShellCommand("am supports-multiwindow"); local
645 !supported.contains("true")) {
    [all...]
  /external/boringssl/src/ssl/test/runner/
cipher_suites.go 411 // mutualCipherSuite returns a cipherSuite given a list of supported
  /external/curl/projects/
build-openssl.bat 424 echo Error: Only a Windows NT based Operating System is supported
generate.bat 429 echo Error: Only a Windows NT based Operating System is supported
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FieldDescriptor.cs 320 throw new DescriptorValidationException(this, "MessageSet format is not supported.");
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Struct.cs 72 /// might be supported by a native representation. For example, in
  /external/protobuf/js/binary/
arith.js 320 * N.B. that multiply and divide routines are *NOT* supported. They will throw
  /external/python/cpython3/Lib/test/
test_getargs2.py     [all...]
  /external/skia/tests/
CodecTest.cpp 323 // This is only supported by codecs that use incremental decoding to
406 const bool supported = codec->getValidSubset(&subset); local
407 REPORTER_ASSERT(r, supported == supportsSubsetDecoding);
    [all...]
  /external/skqp/tests/
CodecTest.cpp 323 // This is only supported by codecs that use incremental decoding to
406 const bool supported = codec->getValidSubset(&subset); local
407 REPORTER_ASSERT(r, supported == supportsSubsetDecoding);
    [all...]
  /external/syzkaller/vm/qemu/
qemu.go 181 return nil, fmt.Errorf("9p image is supported for linux only")
  /external/tensorflow/tensorflow/contrib/makefile/
README.md 432 ## Supported Systems
490 - Some of the supported platforms use clang instead of gcc as their compiler,
  /frameworks/av/camera/ndk/ndk_vendor/impl/
ACameraDevice.cpp 252 [&status, &configSupported](auto s, auto supported) {
254 configSupported = supported;
    [all...]

Completed in 1186 milliseconds

<<21222324252627282930