HomeSort by relevance Sort by last modified time
    Searched defs:IsSupported (Results 1 - 25 of 27) sorted by null

1 2

  /external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264.cc 39 RTC_DCHECK(H264Encoder::IsSupported());
48 bool H264Encoder::IsSupported() {
53 RTC_DCHECK(H264Decoder::IsSupported());
62 bool H264Decoder::IsSupported() {
  /external/webrtc/webrtc/base/
windowpickerfactory.h 48 static bool IsSupported() {
  /external/chromium-trace/catapult/devil/devil/android/perf/
thermal_throttle.py 16 def IsSupported(device):
43 def IsSupported(device):
79 if OmapThrottlingDetector.IsSupported(device):
81 elif ExynosThrottlingDetector.IsSupported(device):
  /external/libmojo/third_party/catapult/devil/devil/android/perf/
thermal_throttle.py 14 def IsSupported(device):
41 def IsSupported(device):
77 if OmapThrottlingDetector.IsSupported(device):
79 elif ExynosThrottlingDetector.IsSupported(device):
  /external/pdfium/core/fpdfapi/page/
cpdf_iccprofile.h 24 bool IsValid() const { return IsSRGB() || IsSupported(); }
26 bool IsSupported() const { return !!m_Transform; }
  /system/vold/fs/
Exfat.cpp 36 bool IsSupported() {
F2fs.cpp 39 bool IsSupported() {
Vfat.cpp 57 bool IsSupported() {
Ext4.cpp 64 bool IsSupported() {
  /external/chromium-trace/catapult/systrace/profile_chrome/
perf_tracing_agent.py 108 def IsSupported():
249 if not PerfProfilerAgent.IsSupported():
  /libcore/luni/src/test/java/tests/org/w3c/dom/
IsSupported.java 12 * The "feature" parameter in the isSupported(feature,version)" method is the
19 * "isSupported(feature,version)" method is invoked with "feature" equal to
28 public final class IsSupported extends DOMTestCase {
63 state = rootNode.isSupported("XXX", "1.0");
72 state = rootNode.isSupported("XML", "9.0");
81 state = rootNode.isSupported("xml", "1.0");
90 state = rootNode.isSupported("core", "2.0");
99 state = rootNode.isSupported("xml", "2.0");
108 state = rootNode.isSupported("XML", "");
117 state = rootNode.isSupported("XML", "1.0")
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
BuildEngine.py 204 def IsSupported(self, FileExt):
  /external/skia/src/gpu/ccpr/
GrCoverageCountingPathRenderer.cpp 40 bool GrCoverageCountingPathRenderer::IsSupported(const GrCaps& caps) {
51 auto ccpr = IsSupported(caps) ? new GrCoverageCountingPathRenderer(drawCachablePaths) : nullptr;
  /external/skqp/src/gpu/ccpr/
GrCoverageCountingPathRenderer.cpp 40 bool GrCoverageCountingPathRenderer::IsSupported(const GrCaps& caps) {
51 auto ccpr = IsSupported(caps) ? new GrCoverageCountingPathRenderer(drawCachablePaths) : nullptr;
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClBitcodeHeader.h 216 bool IsSupported() const { return IsSupportedFlag; }
  /external/tensorflow/tensorflow/core/kernels/
meta_support.cc 206 bool IsSupported() {
218 bool IsSupportedAndEnabled() { return IsSupported() && IsEnabled(); }
matmul_op.cc 196 static bool IsSupported() { return true; }
211 bool LaunchBlasGemv<Eigen::half>::IsSupported() {
217 return (LaunchBlasGemv<T>::IsSupported() && n == 1);
  /external/v8/src/compiler/
machine-operator.h 28 bool IsSupported() const { return supported_; }
instruction-selector.h 145 bool IsSupported(CpuFeature feature) const {
  /external/v8/src/interpreter/
interpreter-intrinsics.cc 24 bool IntrinsicsHelper::IsSupported(Runtime::FunctionId function_id) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/FileExplorerLib/
FileExplorer.c 572 BOOLEAN IsSupported;
590 IsSupported = (StrStr (gFileExplorerPrivate.FileType, TmpStr) == NULL ? FALSE : TRUE);
593 return IsSupported;
    [all...]
  /external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViEAndroidGLES20.java 299 // IsSupported
301 public static boolean IsSupported(Context context) {
  /external/stressapptest/src/
os.cc 124 bool OsLayer::IsSupported() {
  /external/v8/src/base/platform/
time.cc 640 bool ThreadTicks::IsSupported() {
671 DCHECK(IsSupported());
702 DCHECK(IsSupported());
  /external/v8/src/
assembler.h 218 // if (assembler->IsSupported(SSE3)) {
238 static bool IsSupported(CpuFeature f) {
    [all...]

Completed in 763 milliseconds

1 2