/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/ |
r5900-nollsc.s | 9 # sc/ll instructions are not supported on r5900: 13 # scd/lld instructions are not supported on r5900:
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/ |
sploop-bad-1.l | 3 [^:]*:6: Error: 'spkernel' instruction not supported on this functional unit 4 [^:]*:7: Error: 'spkernelr' instruction not supported on this functional unit 6 [^:]*:9: Error: 'sploop' instruction not supported on this functional unit 10 [^:]*:13: Error: 'sploopd' instruction not supported on this functional unit 14 [^:]*:17: Error: 'sploopw' instruction not supported on this functional unit 18 [^:]*:21: Error: 'spmask' instruction not supported on this functional unit 21 [^:]*:24: Error: 'spmaskr' instruction not supported on this functional unit
|
insns-bad-1.l | 15 [^:]*:18: Error: 'abs' instruction not supported on this functional unit 39 [^:]*:38: Error: 'abs2' instruction not supported on this functional unit 43 [^:]*:41: Error: 'absdp' instruction not supported on this functional unit 47 [^:]*:44: Error: 'absdp' instruction not supported on this functional unit 48 [^:]*:45: Error: 'abssp' instruction not supported on this functional unit 52 [^:]*:49: Error: 'add' instruction not supported on this functional unit 66 [^:]*:63: Error: 'add' instruction not supported on this functional unit 73 [^:]*:70: Error: 'addab' instruction not supported on this functional unit 82 [^:]*:79: Error: 'addad' instruction not supported on this functional unit 83 [^:]*:80: Error: 'addad' instruction not supported on this functional uni [all...] |
/frameworks/ml/nn/driver/sample/ |
SampleDriverMinimal.cpp | 58 std::vector<bool> supported(count); 61 supported[i] = false; 69 supported[i] = true; 77 cb(ErrorStatus::NONE, supported); 79 std::vector<bool> supported; local 80 cb(ErrorStatus::INVALID_ARGUMENT, supported);
|
SampleDriverAll.cpp | 57 std::vector<bool> supported(count, true); 58 cb(ErrorStatus::NONE, supported); 60 std::vector<bool> supported; local 61 cb(ErrorStatus::INVALID_ARGUMENT, supported);
|
SampleDriverFloatFast.cpp | 57 std::vector<bool> supported(count); 62 supported[i] = firstOperand.type == OperandType::TENSOR_FLOAT32; 65 cb(ErrorStatus::NONE, supported); 67 std::vector<bool> supported; local 68 cb(ErrorStatus::INVALID_ARGUMENT, supported);
|
SampleDriverFloatSlow.cpp | 57 std::vector<bool> supported(count); 62 supported[i] = firstOperand.type == OperandType::TENSOR_FLOAT32; 65 cb(ErrorStatus::NONE, supported); 67 std::vector<bool> supported; local 68 cb(ErrorStatus::INVALID_ARGUMENT, supported);
|
SampleDriverQuant.cpp | 57 std::vector<bool> supported(count); 62 supported[i] = firstOperand.type == OperandType::TENSOR_QUANT8_ASYMM; 65 cb(ErrorStatus::NONE, supported); 67 std::vector<bool> supported; local 68 cb(ErrorStatus::INVALID_ARGUMENT, supported);
|
/hardware/libhardware/modules/camera/3_4/metadata/ |
tagged_control_options_test.cpp | 66 bool supported = true; local 68 EXPECT_CALL(*mock_options_, IsSupported(value)).WillOnce(Return(supported)); 70 ASSERT_EQ(dut_->IsSupported(value), supported); 74 bool supported = false; local 76 EXPECT_CALL(*mock_options_, IsSupported(value)).WillOnce(Return(supported)); 78 ASSERT_EQ(dut_->IsSupported(value), supported);
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ |
noavx512-1.l | 8 .*:50: Error: .*not supported.* 9 .*:51: Error: .*not supported.* 10 .*:52: Error: .*not supported.* 14 .*:72: Error: .*not supported.* 15 .*:73: Error: .*not supported.* 16 .*:74: Error: .*not supported.* 17 .*:75: Error: .*not supported.* 18 .*:76: Error: .*not supported.* 19 .*:77: Error: .*not supported.* 23 .*:94: Error: .*not supported. [all...] |
/build/make/core/combo/arch/mips64/ |
mips64r2.mk | 3 # This target is for temporary use only, until mips64r6 is supported by Android's qemu.
|
/packages/apps/Camera2/src/com/android/camera/one/v2/common/ |
PictureSizeCalculator.java | 38 * supported. 71 * @return The best natively-supported size to use. 111 private Size getSmallestSupportedSizeContainingTarget(List<Size> supported, Size target) { 112 Preconditions.checkState(!supported.isEmpty()); 115 for (Size candidate : supported) { 126 // If no supported sizes contain the target size, then select the 128 best = getLargestSupportedSize(supported); 135 * A picture size Configuration consists of a device-supported size and a 140 * @return The optimal configuration of device-supported picture size and 150 throw new OneCameraAccessException("No picture sizes supported for format: [all...] |
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/ |
ShadowRotationPolicy.java | 45 public static void setRotationSupported(boolean supported) { 46 rotationSupported = supported;
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-pe/ |
export_dynamic_warning.d | 4 #warning: warning: --export-dynamic is not supported for PE\+? targets, did you mean --export-all-symbols\?
|
/external/conscrypt/testing/src/main/java/libcore/tlswire/handshake/ |
EllipticCurvesHelloExtension.java | 29 public List<EllipticCurve> supported; field in class:EllipticCurvesHelloExtension 39 supported = new ArrayList<EllipticCurve>(ellipticCurvesListIn.available() / 2); 42 supported.add(EllipticCurve.fromIdentifier(curve_id)); 49 sb.append(", supported: "); 50 sb.append(supported);
|
/external/ltp/utils/benchmark/ebizzy-0.3/ |
configure | 4 SUPPORTED="Linux SunOS HP-UX FreeBSD" 6 for i in `echo "$SUPPORTED"` 9 supported="yes" 14 if [ "$supported" != "yes" ]; then 15 echo "Only this list are supported for now: $SUPPORTED"
|
/frameworks/base/libs/hwui/font/ |
FontUtil.h | 30 #error TEXTURE_BORDER_SIZE other than 1 is not currently supported
|
/libcore/support/src/test/java/libcore/tlswire/handshake/ |
EllipticCurvesHelloExtension.java | 30 public List<EllipticCurve> supported; field in class:EllipticCurvesHelloExtension 40 supported = new ArrayList<EllipticCurve>(ellipticCurvesListIn.available() / 2); 43 supported.add(EllipticCurve.fromIdentifier(curve_id)); 51 sb.append(", supported: "); 52 sb.append(supported);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
_cygwin.h | 10 #error Only Cygwin target is supported!
|
_mingw_stdarg.h | 11 #error Only Win32 target is supported!
|
setjmpex.h | 10 #error Only Win32 target is supported!
|
share.h | 10 #error Only Win32 target is supported!
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/ |
locking.h | 10 #error Only Win32 target is supported!
|
/packages/apps/Gallery2/src/com/android/photos/ |
SelectionManager.java | 142 int supported = 0; local 145 supported |= MediaObject.SUPPORT_CROP; 148 supported |= MediaObject.SUPPORT_EDIT; 151 supported |= MediaObject.SUPPORT_SETAS; 154 supported |= MediaObject.SUPPORT_TRIM; 157 supported |= MediaObject.SUPPORT_MUTE; 161 supported |= MediaObject.SUPPORT_DELETE; 164 supported |= MediaObject.SUPPORT_SHARE; 166 return supported;
|
/external/icu/icu4c/source/common/ |
servlkf.cpp | 62 const Hashtable* supported = getSupportedIDs(status); local 63 if (supported) { 66 return supported->get(id) != NULL; 73 const Hashtable* supported = getSupportedIDs(status); local 74 if (supported) { 78 while ((elem = supported->nextElement(pos)) != NULL) {
|