Home
last modified time | relevance | path

Searched refs:kPlatform (Results 1 – 7 of 7) sorted by relevance

/external/skqp/tools/bookmaker/
Dbookmaker.h142 kPlatform, enumerator
DbmhParser.cpp80 , { "Platform", MarkType::kPlatform, R_N, E_N, M(Example) | M(NoExample) }
512 case MarkType::kPlatform: in addDefinition()
596 if (MarkType::kPlatform == child->fMarkType) { in check_example_hashes()
965 const Definition* platform = def->hasChild(MarkType::kPlatform); in exampleToScript()
1019 case MarkType::kPlatform: in exampleToScript()
2161 case MarkType::kPlatform: in typeName()
DspellCheck.cpp265 case MarkType::kPlatform: in check()
DmdOut.cpp1414 const Definition* platform = def->hasChild(MarkType::kPlatform); in markTypeOut()
1608 case MarkType::kPlatform: in markTypeOut()
/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_client.h98 kPlatform, // The platform's default. enumerator
Dlocal_client.cc208 if (allocator_config.kind != AllocatorConfig::Kind::kPlatform) { in Get()
Dxla.cc545 .value("PLATFORM", AllocatorConfig::Kind::kPlatform) in PYBIND11_MODULE()