/cts/tests/tests/media/src/android/media/cts/ |
MediaCodecListTest.java | 331 * Find whether all required media codec types are supported 345 Log.e(TAG, "Media codec (" + codec + ") is not supported"); 353 * Find all the media codec types are supported. 359 assertTrue("Unexpected number of supported types", types.length > 0); 432 // The API is added at 5.0, so the profile below must be supported. 437 assertNotNull("Profile " + profile + " must be supported.", codecName); 448 // The API is added at 5.0, so the profiles below must be supported. 455 assertNotNull("Profile " + profile + " must be supported.", codecName); [all...] |
/external/deqp/modules/egl/ |
teglGetFrameTimestampsTests.cpp | 157 , supported(false) 164 , supported(supported_) 170 bool supported; member in struct:deqp::egl::__anon19565::TimestampInfo 179 return info.supported ? supportedValues[info.supportedIndex] : EGL_TIMESTAMP_INVALID_ANDROID; 488 TCU_THROW(NotSupportedError, "EGL_ANDROID_get_frame_timestamps is not supported"); 524 // but should be required once HWC1 is no longer supported. 539 // Verify required timestamps are supported and populate supportedNames. 544 info.supported = m_eglGetFrameTimestampSupportedANDROID(display, *surface, i->first) != EGL_FALSE; 547 if (info.supported) 553 TCU_CHECK_MSG(!info.required, "Required timestamp not supported.") [all...] |
/cts/tests/tests/opengl/src/android/opengl/cts/ |
CompressedTextureLoader.java | 470 Boolean supported = sFormatMap.get(format); local 471 return supported != null ? supported : false;
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/ |
SmiEntry.S | 110 cpuid # use CPUID to determine if specific CR4 bits are supported
142 # enable NXE if supported
249 cpuid # use CPUID to determine if specific CR4 bits are supported
|
/external/wycheproof/java/com/google/security/wycheproof/testcases/ |
AesGcmTest.java | 118 * Returns the GCM test vectors supported by the current provider. 127 * with at least 96 bits are supported. 130 ArrayList<GcmTestVector> supported = new ArrayList<GcmTestVector>(); local 134 // Checks whether the parameter size is supported. 139 // Not supported 143 supported.add(test); 145 return supported;
|
/build/soong/cc/config/ |
x86_darwin_host.go | 141 ctx.Errorf("MAC_SDK_VERSION %s isn't supported: %q", selected, darwinSupportedSdkVersions) 158 ctx.Errorf("Could not find a supported mac sdk: %q", darwinSupportedSdkVersions)
|
/build/soong/cc/ |
coverage.go | 137 // Native coverage is not supported for this module type. 143 // Native coverage is not supported for SDK versions < 23
|
/device/google/crosshatch/ |
device-common.mk | 100 # A2DP offload supported 102 ro.bluetooth.a2dp_offload.supported=true 108 # A2DP offload DSP supported encoder list
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/ |
SmiEntry.asm | 116 cpuid ; use CPUID to determine if specific CR4 bits are supported
148 ; enable NXE if supported
|
/external/elfutils/tests/ |
backtrace-subr.sh | 86 if grep -q ': Unwinding not supported for this architecture$' $err; then 87 echo >&2 $testname: arch not supported 99 # ARM is special. It is supported, but it doesn't use .eh_frame by default
|
/external/google-fruit/extras/benchmark/ |
compile_time_benchmark.cpp | 53 #error Multiplier not supported.
|
/external/libxkbcommon/xkbcommon/src/x11/ |
util.c | 76 if (!reply->supported) {
|
/external/llvm/include/llvm/Support/ |
AlignOf.h | 150 # error No supported align as directive.
|
/external/mesa3d/src/mesa/math/ |
m_debug_util.h | 250 #error Your processor is not supported for RUN_XFORM_BENCHMARK
|
/external/protobuf/js/ |
debug.js | 62 'Only unobfuscated and unoptimized compilation modes supported.'); 104 object['$extensions'] = 'Recursive dumping of extensions not supported ' +
|
/external/swiftshader/third_party/LLVM/lib/TableGen/ |
TGLexer.cpp | 177 return ReturnError(CurPtr, "escaped newlines not supported in tblgen");
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
PVRTFixedPoint.h | 19 #error Build option not supported: PVRT_FIXED_POINT_ENABLE
|
/external/u-boot/board/sbc8349/ |
sbc8349.c | 86 #warning Currently any ddr size other than 256 is not supported
|
/external/u-boot/drivers/net/ |
xilinx_axi_emac.c | 248 u32 supported = SUPPORTED_10baseT_Half | local 276 phydev->supported &= supported; 277 phydev->advertising = phydev->supported;
|
xilinx_emaclite.c | 260 u32 supported = SUPPORTED_10baseT_Half | local 298 * Phy can support 1000baseT but device NOT that's why phydev->supported 302 phydev->supported = supported | SUPPORTED_1000baseT_Half | 304 phydev->advertising = supported;
|
zynq_gem.c | 318 const u32 supported = SUPPORTED_10baseT_Half | local 342 priv->phydev->supported &= supported | ADVERTISED_Pause | 350 priv->phydev->advertising = priv->phydev->supported;
|
/external/u-boot/drivers/usb/host/ |
ehci-rmobile.c | 31 #error rmobile EHCI USB driver not supported on this platform
|
/external/u-boot/drivers/video/ |
Kconfig | 45 this option, such displays will not be supported and console output 55 this option, such displays will not be supported and console output 65 this option, such displays will not be supported and console output 82 used as a console. Rotation is not supported by this driver (see 492 other options such as HDMI. Only the LCD is supported in U-Boot. 501 HDMI. At present only eDP is supported by U-Boot. This option 530 Several colour devices are supported along with various options to 531 adjust the supported features. The driver is implemented in
|
/external/u-boot/tools/patman/ |
test.py | 122 + on supported platforms. For this to work your platform
|
/external/webrtc/talk/media/base/ |
videocapturer.h | 117 // and selecting one of the supported or calling GetBestCaptureFormat(). 143 // Get the capture formats supported by the video capturer. The supported 148 // same as one of the supported formats except that the frame interval may be 160 // is not supported. 171 // GetSupportedFormats() and selecting one of the supported 322 // Get the distance between the desired format and the supported format. 326 const VideoFormat& supported);
|