Home
last modified time | relevance | path

Searched defs:interesting (Results 1 – 16 of 16) sorted by relevance

/external/ksp/test-utils/src/main/kotlin/com/google/devtools/ksp/processor/
DTypeAliasComparisonProcessor.kt39 val interesting = setOf("Anno", "Bnno") in process() constant
/external/angle/third_party/spirv-tools/src/source/reduce/
Dreduction_pass.cpp79 void ReductionPass::NotifyInteresting(bool interesting) { in NotifyInteresting()
Dreducer.cpp200 bool interesting = false; in RunPasses() local
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dreduction_pass.cpp79 void ReductionPass::NotifyInteresting(bool interesting) { in NotifyInteresting()
Dreducer.cpp200 bool interesting = false; in RunPasses() local
/external/deqp-deps/SPIRV-Tools/source/reduce/
Dreduction_pass.cpp79 void ReductionPass::NotifyInteresting(bool interesting) { in NotifyInteresting()
Dreducer.cpp200 bool interesting = false; in RunPasses() local
/external/tensorflow/tensorflow/core/util/
Doverflow_test.cc43 std::vector<int64_t> interesting = { in TEST() local
/external/stg/
Dreporting.cc267 bool interesting = diff.has_changes; in Print() local
295 const bool interesting = Print(detail.edge, true, os, 0, {}); in Report() local
304 const bool interesting = Print(comp, false, os, 0, {}); in Report() local
/external/skia/experimental/lowp-basic/
Dbilerp-study.cpp95 auto interesting = {0, 1, 2, 3, 4, 5, 6, 7, 8, 60, 61, 62, 63, 64, 65, 66, 67, 68, 124, 125, in check_bilerp() local
/external/deqp-deps/SPIRV-Tools/test/reduce/
Dreducer_test.cpp235 bool interesting = false; in InterestingWhileOpcodeExists() local
/external/swiftshader/third_party/SPIRV-Tools/test/reduce/
Dreducer_test.cpp235 bool interesting = false; in InterestingWhileOpcodeExists() local
/external/angle/third_party/spirv-tools/src/test/reduce/
Dreducer_test.cpp235 bool interesting = false; in InterestingWhileOpcodeExists() local
/external/skia/modules/bentleyottmann/tests/
DSegmentTest.cpp40 Segment interesting[] = {{Point::Smallest(), Point::Smallest()+ Point{10, 5}}, in DEF_TEST() local
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderFConvertTests.cpp188 auto &interesting = interestingSamples<T>(); in getInputValues() local
/external/python/cpython3/Lib/test/
Dtest_descr.py2524 def interesting(strings): function