Home
last modified time | relevance | path

Searched refs:IsSupported (Results 1 – 25 of 106) sorted by relevance

12345

/external/libchrome/base/task/sequence_manager/
Dsequence_manager_perftest.cc65 if (ThreadTicks::IsSupported()) in SetUp()
211 if (!ThreadTicks::IsSupported()) in TEST_F()
222 if (!ThreadTicks::IsSupported()) in TEST_F()
233 if (!ThreadTicks::IsSupported()) in TEST_F()
244 if (!ThreadTicks::IsSupported()) in TEST_F()
255 if (!ThreadTicks::IsSupported()) in TEST_F()
267 if (!ThreadTicks::IsSupported()) in TEST_F()
279 if (!ThreadTicks::IsSupported()) in TEST_F()
291 if (!ThreadTicks::IsSupported()) in TEST_F()
Dsequence_manager.cc15 : records_cpu_time_for_each_task(base::ThreadTicks::IsSupported() && in MetricRecordingSettings()
21 if (!base::ThreadTicks::IsSupported()) in MetricRecordingSettings()
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
Dh264.cc39 RTC_DCHECK(H264Encoder::IsSupported()); in Create()
48 bool H264Encoder::IsSupported() { in IsSupported() function in webrtc::H264Encoder
53 RTC_DCHECK(H264Decoder::IsSupported()); in Create()
62 bool H264Decoder::IsSupported() { in IsSupported() function in webrtc::H264Decoder
/external/chromium-trace/catapult/devil/devil/android/perf/
Dthermal_throttle.py16 def IsSupported(device): member in OmapThrottlingDetector
43 def IsSupported(device): member in ExynosThrottlingDetector
80 if OmapThrottlingDetector.IsSupported(device):
82 elif ExynosThrottlingDetector.IsSupported(device):
/external/v8/src/x64/
Dmacro-assembler-x64.cc613 if (CpuFeatures::IsSupported(AVX)) { in Cvtss2sd()
622 if (CpuFeatures::IsSupported(AVX)) { in Cvtss2sd()
631 if (CpuFeatures::IsSupported(AVX)) { in Cvtsd2ss()
640 if (CpuFeatures::IsSupported(AVX)) { in Cvtsd2ss()
649 if (CpuFeatures::IsSupported(AVX)) { in Cvtlsi2sd()
660 if (CpuFeatures::IsSupported(AVX)) { in Cvtlsi2sd()
671 if (CpuFeatures::IsSupported(AVX)) { in Cvtlsi2ss()
682 if (CpuFeatures::IsSupported(AVX)) { in Cvtlsi2ss()
693 if (CpuFeatures::IsSupported(AVX)) { in Cvtqsi2ss()
704 if (CpuFeatures::IsSupported(AVX)) { in Cvtqsi2ss()
[all …]
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc1322 } else if (CpuFeatures::IsSupported(SSE4_1)) { in Move()
1342 if (CpuFeatures::IsSupported(AVX)) { in Pshufhw()
1351 if (CpuFeatures::IsSupported(AVX)) { in Pshuflw()
1360 if (CpuFeatures::IsSupported(AVX)) { in Pshufd()
1369 if (CpuFeatures::IsSupported(AVX)) { in Psraw()
1378 if (CpuFeatures::IsSupported(AVX)) { in Psrlw()
1387 if (CpuFeatures::IsSupported(AVX)) { in Psignb()
1392 if (CpuFeatures::IsSupported(SSSE3)) { in Psignb()
1401 if (CpuFeatures::IsSupported(AVX)) { in Psignw()
1406 if (CpuFeatures::IsSupported(SSSE3)) { in Psignw()
[all …]
/external/webrtc/webrtc/modules/video_coding/codecs/h264/include/
Dh264.h33 static bool IsSupported();
41 static bool IsSupported();
/external/chromium-trace/catapult/systrace/profile_chrome/
Dperf_tracing_agent_unittest.py16 if not perf_tracing_agent.PerfProfilerAgent.IsSupported():
26 if not perf_tracing_agent.PerfProfilerAgent.IsSupported():
/external/pdfium/core/fpdfapi/page/
Dcpdf_iccprofile.h24 bool IsValid() const { return IsSRGB() || IsSupported(); } in IsValid()
26 bool IsSupported() const { return !!m_Transform; } in IsSupported() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dgraph_optimizer_stage.h132 virtual bool IsSupported(const NodeDef* node) const = 0;
152 return IsSupported(node) in EnsureNodeIsSupported()
259 if (stage->IsSupported(node)) { in PassThroughAllStages()
281 if (!stage->IsSupported(node)) { in PassThroughAllStagesWithStatus()
Darithmetic_optimizer.cc465 bool IsSupported(const NodeDef* node) const override { in IsSupported() function in tensorflow::grappler::__anon327bfa1e0111::AddOpsRewriteStage
682 bool IsSupported(const NodeDef* node) const override { in IsSupported() function in tensorflow::grappler::__anon327bfa1e0111::HoistCommonFactorOutOfAggregation
900 bool IsSupported(const NodeDef* node) const override { in IsSupported() function in tensorflow::grappler::__anon327bfa1e0111::MinimizeBroadcasts
1091 bool IsSupported(const NodeDef* node) const override { in IsSupported() function in tensorflow::grappler::__anon327bfa1e0111::RemoveIdentityTranspose
1198 bool IsSupported(const NodeDef* node) const override { in IsSupported() function in tensorflow::grappler::__anon327bfa1e0111::RemoveInvolution
1237 bool IsSupported(const NodeDef* node) const override { in IsSupported() function in tensorflow::grappler::__anon327bfa1e0111::RemoveRedundantBitcastStage
1285 bool IsSupported(const NodeDef* node) const override { return IsCast(*node); } in IsSupported() function in tensorflow::grappler::__anon327bfa1e0111::RemoveRedundantCastStage
1310 bool IsSupported(const NodeDef* node) const override { in IsSupported() function in tensorflow::grappler::__anon327bfa1e0111::RemoveNegationStage
1350 bool IsSupported(const NodeDef* node) const override { in IsSupported() function in tensorflow::grappler::__anon327bfa1e0111::RemoveLogicalNotStage
1429 bool IsSupported(const NodeDef* node) const override { in IsSupported() function in tensorflow::grappler::__anon327bfa1e0111::HoistCWiseUnaryChainsStage
[all …]
/external/webrtc/webrtc/base/
Dwindowpicker_unittest.cc24 if (!rtc::WindowPickerFactory::IsSupported()) { in TEST()
39 if (!rtc::WindowPickerFactory::IsSupported()) { in TEST()
Dwindowpickerfactory.h48 static bool IsSupported() { in IsSupported() function
/external/v8/src/arm/
Dassembler-arm-inl.h51 bool CpuFeatures::SupportsWasmSimd128() { return IsSupported(NEON); } in SupportsWasmSimd128()
54 return CpuFeatures::IsSupported(VFP32DREGS) ? 32 : 16; in NumRegisters()
262 if (CpuFeatures::IsSupported(ARMv7)) { in target_address_from_return_address()
283 if (CpuFeatures::IsSupported(ARMv7)) { in return_address_from_call_start()
331 } else if (CpuFeatures::IsSupported(ARMv7) && IsMovW(Memory<int32_t>(pc))) { in target_address_at()
374 } else if (CpuFeatures::IsSupported(ARMv7) && IsMovW(Memory<int32_t>(pc))) { in set_target_address_at()
/external/v8/src/s390/
Dassembler-s390.cc243 printf("FPU=%d\n", CpuFeatures::IsSupported(FPU)); in PrintFeatures()
244 printf("FPU_EXT=%d\n", CpuFeatures::IsSupported(FLOATING_POINT_EXT)); in PrintFeatures()
245 printf("GENERAL_INSTR=%d\n", CpuFeatures::IsSupported(GENERAL_INSTR_EXT)); in PrintFeatures()
246 printf("DISTINCT_OPS=%d\n", CpuFeatures::IsSupported(DISTINCT_OPS)); in PrintFeatures()
247 printf("VECTOR_FACILITY=%d\n", CpuFeatures::IsSupported(VECTOR_FACILITY)); in PrintFeatures()
248 printf("MISC_INSTR_EXT2=%d\n", CpuFeatures::IsSupported(MISC_INSTR_EXT2)); in PrintFeatures()
Dmacro-assembler-s390.cc691 if (CpuFeatures::IsSupported(FLOATING_POINT_EXT)) { in ConvertUnsignedIntToDouble()
2218 if (CpuFeatures::IsSupported(MISC_INSTR_EXT2)) { in Mul()
2408 CHECK(CpuFeatures::IsSupported(MISC_INSTR_EXT2)); in MulPWithCondition()
2478 if (CpuFeatures::IsSupported(DISTINCT_OPS) && is_int16(opnd.immediate())) { in Add32()
2497 if (CpuFeatures::IsSupported(DISTINCT_OPS) && is_int16(opnd.immediate())) { in AddP()
2529 if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in Add32()
2546 if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in AddP()
2615 DCHECK(CpuFeatures::IsSupported(GENERAL_INSTR_EXT)); in Add32()
2623 DCHECK(CpuFeatures::IsSupported(GENERAL_INSTR_EXT)); in AddP()
2782 if (CpuFeatures::IsSupported(DISTINCT_OPS)) { in Sub32()
[all …]
/external/tensorflow/tensorflow/lite/
Dmmap_allocation_disabled.cc37 bool MMAPAllocation::IsSupported() { return false; } in IsSupported() function in tflite::MMAPAllocation
Dnnapi_delegate_disabled.cc44 bool NNAPIDelegate::IsSupported() { return false; } in IsSupported() function in tflite::NNAPIDelegate
Dmmap_allocation.cc59 bool MMAPAllocation::IsSupported() { return true; } in IsSupported() function in tflite::MMAPAllocation
/external/skqp/src/gpu/ccpr/
DGrCoverageCountingPathRenderer_none.cpp10 bool GrCoverageCountingPathRenderer::IsSupported(const GrCaps& caps) { in IsSupported() function in GrCoverageCountingPathRenderer
/external/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer_none.cpp10 bool GrCoverageCountingPathRenderer::IsSupported(const GrCaps& caps) { in IsSupported() function in GrCoverageCountingPathRenderer
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
DViERenderer.java24 if(useOpenGLES2 == true && ViEAndroidGLES20.IsSupported(context)) in CreateRenderer()
/external/v8/src/ppc/
Dcpu-ppc.cc17 if (CpuFeatures::IsSupported(INSTR_AND_DATA_CACHE_COHERENCY)) { in FlushICache()
/external/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h18 if (!CpuFeatures::IsSupported(name)) { \
657 if (!CpuFeatures::IsSupported(POPCNT)) return false; in emit_i32_popcnt()
765 if (CpuFeatures::IsSupported(AVX)) { in emit_f32_add()
778 if (CpuFeatures::IsSupported(AVX)) { in emit_f32_sub()
793 if (CpuFeatures::IsSupported(AVX)) { in emit_f32_mul()
806 if (CpuFeatures::IsSupported(AVX)) { in emit_f32_div()
937 if (CpuFeatures::IsSupported(AVX)) { in emit_f64_add()
950 if (CpuFeatures::IsSupported(AVX)) { in emit_f64_sub()
965 if (CpuFeatures::IsSupported(AVX)) { in emit_f64_mul()
978 if (CpuFeatures::IsSupported(AVX)) { in emit_f64_div()
[all …]
/external/v8/src/interpreter/
Dinterpreter-intrinsics.cc14 bool IntrinsicsHelper::IsSupported(Runtime::FunctionId function_id) { in IsSupported() function in v8::internal::interpreter::IntrinsicsHelper

12345