Home
last modified time | relevance | path

Searched refs:kTypes (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/gm/
Dencode_platform.cpp34 static SkEncodedImageFormat kTypes[] { variable
40 static SkEncodedImageFormat kTypes[] {
46 static SkEncodedImageFormat kTypes[] {
93 return SkISize::Make(256 * SK_ARRAY_COUNT(kTypes), 256 * 3); in onISize()
115 for (SkEncodedImageFormat type : kTypes) { in onDraw()
/third_party/node/lib/
Dperf_hooks.js77 const kTypes = Symbol('types'); constant
343 [kTypes]: {
373 const types = this[kTypes];
381 this[kTypes] = {};
409 if (this[kTypes][entryType]) return;
411 this[kTypes][entryType] = item;
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/aicpu/
Daicpu_util.h38 constexpr auto kTypes = "types"; variable
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DRenderPipelineValidationTests.cpp1277 constexpr std::array<const char*, 12> kTypes = {{"f32", "vec2<f32>", "vec3<f32>", "vec4<f32>", in TEST_F() local
1283 for (uint32_t i = 0; i < kTypes.size(); ++i) { in TEST_F()
1287 sstream << "struct A { [[location(0)]] a: " << kTypes[i] << ";" << std::endl; in TEST_F()
1313 for (uint32_t vertexModuleIndex = 0; vertexModuleIndex < kTypes.size(); ++vertexModuleIndex) { in TEST_F()
1315 for (uint32_t fragmentModuleIndex = 0; fragmentModuleIndex < kTypes.size(); in TEST_F()
/third_party/gn/src/gn/
Dcommands.cc432 } kTypes[] = { in InitFrom() local
443 for (const auto& type : kTypes) { in InitFrom()
/third_party/node/lib/internal/
Derrors.js63 const kTypes = [ variable
1036 if (ArrayPrototypeIncludes(kTypes, value)) {
/third_party/flatbuffers/src/
Dflatc.cpp329 opts.mini_reflect = IDLOptions::kTypes; in Compile()
/third_party/flatbuffers/include/flatbuffers/
Didl.h620 enum MiniReflect { kNone, kTypes, kTypesAndNames }; enumerator