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

  /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/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/
chrome_tracing_devtools_manager.py 37 def IsSupported(platform_backend):
display_tracing_agent.py 14 def IsSupported(cls, platform_backend):
__init__.py 11 platform with IsSupported method first.
23 def IsSupported(cls, platform_backend):
chrome_tracing_agent.py 67 def IsSupported(cls, platform_backend):
71 return chrome_tracing_devtools_manager.IsSupported(platform_backend)
80 if not chrome_tracing_devtools_manager.IsSupported(self._platform_backend):
  /external/webrtc/webrtc/base/
windowpickerfactory.h 48 static bool IsSupported() {
  /external/chromium-trace/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):
  /system/vold/fs/
F2fs.cpp 37 bool IsSupported() {
Vfat.cpp 61 bool IsSupported() {
Ext4.cpp 61 bool IsSupported() {
  /external/v8/src/wasm/
wasm-opcodes.cc 75 bool WasmOpcodes::IsSupported(WasmOpcode opcode) {
  /external/chromium-trace/catapult/systrace/profile_chrome/
perf_controller.py 105 def IsSupported():
  /external/eigen/Eigen/src/Core/
Assign_MKL.h 41 { enum { IsSupported = 0 }; };
60 MightEnableVml = vml_call<UnaryOp>::IsSupported && StorageOrdersAgree && DstHasDirectAccess && SrcHasDirectAccess
145 enum { IsSupported = 1 }; \
154 enum { IsSupported = 1 }; \
164 enum { IsSupported = 1 }; \
  /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...]
  /external/v8/src/compiler/
instruction-selector.h 119 bool IsSupported(CpuFeature feature) const {
machine-operator.h 25 bool IsSupported() const { return op_ != nullptr; }
  /external/libchrome/base/time/
time.h 710 static bool IsSupported() {
722 // call to IsSupported().
730 // Needs to be guarded with a call to IsSupported(). Use this timer
749 // been measured yet. Needs to be guarded with a call to IsSupported().
  /external/libweave/third_party/chromium/base/time/
time.h 684 static bool IsSupported() {
696 // call to IsSupported().
704 // Needs to be guarded with a call to IsSupported(). Use this timer
  /external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViEAndroidGLES20.java 299 // IsSupported
301 public static boolean IsSupported(Context context) {
  /frameworks/base/services/core/jni/
com_android_server_location_FlpHardwareProvider.cpp 793 static jboolean IsSupported(JNIEnv* /* env */, jclass /* clazz */) {
1045 {"nativeIsSupported", "()Z", reinterpret_cast<void*>(IsSupported)},
  /external/v8/src/
assembler.h 202 // if (assembler->IsSupported(SSE3)) {
222 static bool IsSupported(CpuFeature f) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1.h     [all...]
strmif.h     [all...]
  /external/opencv3/3rdparty/include/dshow/
strmif.h     [all...]

Completed in 551 milliseconds