HomeSort by relevance Sort by last modified time
    Searched refs:unsupported (Results 276 - 300 of 602) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/test/
format.py 98 if test.config.unsupported:
99 return (lit.Test.UNSUPPORTED,
100 "A lit.local.cfg marked this unsupported")
104 return (lit.Test.UNSUPPORTED, "Objective-C++ is not supported")
118 lit_config.fatal('Unsupported RUN line found in test %s' % name)
157 return lit.Test.UNSUPPORTED, 'ShTest format not yet supported'
  /external/nist-sip/java/gov/nist/javax/sip/header/
HeaderFactoryImpl.java 1031 Unsupported unsupported = new Unsupported(); local
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/testdata/
testregex.c 178 T(" test is run again with REG_NOSUB. Unsupported features are noted\n");
326 static const char* unsupported[] = variable
1414 if (elementsof(unsupported) > 1)
1421 for (got = 0; i < elementsof(unsupported) - 1; i++)
1426 printf("NOTE\tunsupported: %s", unsupported[i]);
1429 printf(",%s", unsupported[i]);
    [all...]
  /prebuilts/go/linux-x86/src/regexp/testdata/
testregex.c 178 T(" test is run again with REG_NOSUB. Unsupported features are noted\n");
326 static const char* unsupported[] = variable
1414 if (elementsof(unsupported) > 1)
1421 for (got = 0; i < elementsof(unsupported) - 1; i++)
1426 printf("NOTE\tunsupported: %s", unsupported[i]);
1429 printf(",%s", unsupported[i]);
    [all...]
  /build/blueprint/proptools/
extend_test.go 710 // Unsupported kind
720 err: extendPropertyErrorf("i", "unsupported kind int"),
723 // Unsupported kind
733 err: extendPropertyErrorf("i", "unsupported kind int64"),
818 err: extendPropertyErrorf("s.i", "unsupported kind int"),
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/
registry_test.go 178 t.Fatalf("unsupported type %d for %s value", test.Type, test.Name)
434 t.Errorf("unsupported type %d for %s value", test.Type, test.Name)
676 t.Errorf("unsupported type %d for %s value", test.Type, test.Name)
  /prebuilts/go/linux-x86/src/internal/syscall/windows/registry/
registry_test.go 178 t.Fatalf("unsupported type %d for %s value", test.Type, test.Name)
434 t.Errorf("unsupported type %d for %s value", test.Type, test.Name)
676 t.Errorf("unsupported type %d for %s value", test.Type, test.Name)
  /system/nfc/src/nfa/rw/
nfa_rw_act.cc 1716 bool unsupported = false; local
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Scripts/
ConvertMasmToNasm.py 37 unsupported = ('aarch64', 'arm', 'ebc', 'ipf') variable in class:UnsupportedArch
88 help="Force conversion even if unsupported")
238 if maybeArch in UnsupportedArch.unsupported:
714 newAsm = self.Unsupported(newAsm, 'fword used')
732 def Unsupported(self, asm, message=None):
737 newAsm = '%error conversion unsupported'
827 print('MASM=>NASM conversion unsupported for', dst)
851 if srcParentDir.lower() in UnsupportedArch.unsupported:
    [all...]
  /external/python/cpython3/Modules/_decimal/tests/
deccheck.py 313 raise AttributeError("unsupported operation")
315 def unsupported(self, *_): member in class:RestrictedList
316 raise AttributeError("unsupported operation")
317 __add__ = __delattr__ = __delitem__ = __iadd__ = __imul__ = unsupported
318 __mul__ = __reversed__ = __rmul__ = __setattr__ = __setitem__ = unsupported
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-i370.c 934 as_bad (_("unsupported DC type"));
974 as_bad (_("unsupported DC type"));
1005 as_bad (_("unsupported alignment"));
    [all...]
  /external/boringssl/src/ssl/test/runner/
handshake_client.go 484 return fmt.Errorf("tls: server selected unsupported protocol version %x", c.vers)
605 return fmt.Errorf("tls: server selected an unsupported cipher suite")
650 return errors.New("tls: server selected unsupported compression format")
769 return errors.New("tls: server selected an unsupported group")
    [all...]
shim_ticket.go 207 return nil, errors.New("tls: unsupported version in shim session")
  /external/eigen/unsupported/test/
autodiff.cpp 11 #include <unsupported/Eigen/AutoDiff>
  /external/libpcap/
pcap.c 992 goto unsupported;
1003 goto unsupported;
1014 goto unsupported;
1036 unsupported:
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
XKBlib.h 244 unsigned int unsupported; /* mask of unsupported features */ member in struct:_XkbExtensionDeviceNotify
  /prebuilts/go/darwin-x86/src/database/sql/
convert.go 88 return fmt.Errorf("driver ColumnConverter error converted %T to unsupported type %T", arg, nv.Value)
424 return fmt.Errorf("unsupported Scan, storing driver.Value type %T into type %T", src, dest)
convert_test.go 183 {s: []byte{1, 2, 3}, d: new(userDefinedSlice), wanterr: `unsupported Scan, storing driver.Value type []uint8 into type *sql.userDefinedSlice`},
187 {s: complex(1, 2), d: &scanstr, wanterr: `unsupported Scan, storing driver.Value type complex128 into type *string`},
  /prebuilts/go/linux-x86/src/database/sql/
convert.go 88 return fmt.Errorf("driver ColumnConverter error converted %T to unsupported type %T", arg, nv.Value)
424 return fmt.Errorf("unsupported Scan, storing driver.Value type %T into type %T", src, dest)
convert_test.go 183 {s: []byte{1, 2, 3}, d: new(userDefinedSlice), wanterr: `unsupported Scan, storing driver.Value type []uint8 into type *sql.userDefinedSlice`},
187 {s: complex(1, 2), d: &scanstr, wanterr: `unsupported Scan, storing driver.Value type complex128 into type *string`},
  /system/keymaster/contexts/
soft_keymaster_device.cpp 669 keymaster_digest_t* unsupported) const {
682 *unsupported = static_cast<keymaster_digest_t>(entry.enumerated);
706 keymaster_digest_t unsupported; local
707 if (!FindUnsupportedDigest(algorithm, purpose, params, &unsupported)) {
    [all...]
  /build/soong/finder/fs/
readdir.go 168 panic("syscall: readInt with unsupported size")
  /external/capstone/bindings/vb6/
Module1.bas 153 CS_ERR_ARCH ' Unsupported architecture: cs_open()
156 CS_ERR_MODE ' Invalid/unsupported mode: cs_open()
157 CS_ERR_OPTION ' Invalid/unsupported option: cs_option()
160 CS_ERR_VERSION ' Unsupported version (bindings)
163 CS_ERR_X86_ATT ' X86 AT&T syntax is unsupported (opt-out at compile time)
164 CS_ERR_X86_INTEL ' X86 Intel syntax is unsupported (opt-out at compile time)
  /external/eigen/doc/
eigen_navtree_hacks.js 224 if(window.location.href.indexOf('unsupported')==-1)
  /external/tensorflow/tensorflow/contrib/kfac/python/kernel_tests/
fisher_factors_test.py 210 unsupported = 1.2 # Floats are not supported.
213 unsupported])

Completed in 1000 milliseconds

<<11121314151617181920>>