HomeSort by relevance Sort by last modified time
    Searched refs:supported (Results 501 - 525 of 1179) sorted by null

<<21222324252627282930>>

  /prebuilts/go/linux-x86/src/math/big/
floatconv.go 238 // The octal prefix "0" is not supported (a leading "0" is simply
285 // the scanned number. It accepts formats whose verbs are supported by
floatconv_test.go 319 continue // 'p' format not supported in strconv.Format
456 // ('p' format is not supported by strconv.FormatFloat,
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/proxy/
socks5.go 59 "command not supported",
60 "address type not supported",
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
sp-pc-usage-t.s 10 @ only register to register transfers without shifts are supported,
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/nios2/
ldb-r2.s 11 # but this is not yet supported in the assembler, so space is allocated
ldb.s 11 # but this is not yet supported in the assembler, so space is allocated
ldh-r2.s 11 # but this is not yet supported in the assembler, so space is allocated
ldh.s 11 # but this is not yet supported in the assembler, so space is allocated
ldw-r2.s 11 # but this is not yet supported in the assembler, so space is allocated
ldw.s 11 # but this is not yet supported in the assembler, so space is allocated
stb-r2.s 11 # but this is not yet supported in the assembler, so space is allocated
stb.s 11 # but this is not yet supported in the assembler, so space is allocated
sth-r2.s 11 # but this is not yet supported in the assembler, so space is allocated
sth.s 11 # but this is not yet supported in the assembler, so space is allocated
stw-r2.s 11 # but this is not yet supported in the assembler, so space is allocated
stw.s 11 # but this is not yet supported in the assembler, so space is allocated
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
syntax-1.s 7 ! Both all-upper and all-lower must be supported. PTA/PTB without /L
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_server.go 150 for _, supported := range preferredCurves {
151 if supported == curve {
267 return false, errors.New("tls: no cipher suite supported by both client and server")
770 for _, supported := range supportedCipherSuites {
771 if id == supported {
  /prebuilts/go/linux-x86/src/crypto/tls/
handshake_server.go 150 for _, supported := range preferredCurves {
151 if supported == curve {
267 return false, errors.New("tls: no cipher suite supported by both client and server")
770 for _, supported := range supportedCipherSuites {
771 if id == supported {
  /frameworks/ml/nn/runtime/test/
TestPartitioning.cpp 268 std::vector<bool> supported(count);
271 supported[i] = (mOEM == OEMYes);
274 supported[i] = false;
277 supported[i] = true;
280 cb(ErrorStatus::NONE, supported);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoPage.java 1140 int supported = item.getSupportedOperations(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XKBproto.h 53 BOOL supported; member in struct:_xkbUseExtensionReply
549 BOOL supported; member in struct:_xkbGetNamedIndicatorReply
856 CARD32 supported B32;
953 CARD16 supported B16;
1252 CARD16 supported B16;
  /frameworks/base/media/java/android/media/
MediaCodecInfo.java 91 * Query the media types supported by the codec.
132 // found stuff that is not supported by framework (=> this should not happen)
158 // Enumerates supported profile/level combinations as defined
475 * These features are supported to be used by the codec. These
607 * +: method does not verify that the format parameters are supported
651 // If we recognize this profile, check that this format is supported by the
652 // highest level supported by the codec for that profile. (Ignore specified
654 // guidance. E.g. AVC Level 1 CIF format is supported if codec supports level 1.1
656 // 1080p format is not supported even if codec supports Main Profile Level High,
741 // high tier levels are only supported by other high tier level
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]

Completed in 1175 milliseconds

<<21222324252627282930>>