Home
last modified time | relevance | path

Searched defs:checkType (Results 1 – 23 of 23) sorted by relevance

/third_party/gn/src/gn/
Dinnerapis_publicinfo_generator.h36 static void Init(const std::string &build_dir, int checkType) in Init()
50 InnerApiPublicInfoGenerator(const std::string &build_dir, int checkType) in InnerApiPublicInfoGenerator()
Dohos_components_checker.h43 static void Init(const std::string &build_dir, int checkType, unsigned int ruleSwitch) in Init()
Dsetup.cc462 const Value* checkType = build_settings_.build_args().GetArgOverride("ohos_components_checktype"); in FillOhosComponentsInfo() local
Dohos_components.cc649 …nents::LoadOhosComponentsChecker(const std::string &build_dir, const Value *support, int checkType, in LoadOhosComponentsChecker()
Dohos_components_checker.cc498 OhosComponentChecker::OhosComponentChecker(const std::string &build_dir, int checkType, unsigned in… in OhosComponentChecker()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageAtomicSpirvShaders.hpp46 CheckType checkType; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageAtomicSpirvShaders.hpp46 CheckType checkType; member
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DUtils.java70 public static IRubyObject checkType( in checkType() method in Utils
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dsparse_tensor_dense_mat_mul.cc70 bool checkType(std::string name, TypePtr dtype, const std::set<TypePtr> &vtypes, const PrimitivePtr… in checkType() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp750 const std::string checkType = "Depth"; in verifyLayerContent() local
764 const std::string checkType = "Stencil"; in verifyLayerContent() local
779 const std::string checkType = "Color"; in verifyLayerContent() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp750 const std::string checkType = "Depth"; in verifyLayerContent() local
764 const std::string checkType = "Stencil"; in verifyLayerContent() local
779 const std::string checkType = "Color"; in verifyLayerContent() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValue.cpp48 static inline Type *checkType(Type *Ty) { in checkType() function
/third_party/typescript/src/compiler/transformers/
Ddeclarations.ts1150 const checkType = visitNode(input.checkType, visitDeclarationSubtree); constant
/third_party/rust/rust/src/librustdoc/html/static/js/
Dsearch.js1541 function checkType(row, elem) { function
/third_party/lzma/C/
DXzEnc.c977 unsigned checkType; member
/third_party/glslang/glslang/Include/
DTypes.h1889 virtual bool containsBasicType(TBasicType checkType) const in containsBasicType()
/third_party/typescript/lib/
Dtypescript.d.ts1126 readonly checkType: TypeNode; property
3105 checkType: Type; property
3116 checkType: Type; property
Dtsserverlibrary.d.ts5129 readonly checkType: TypeNode; property
7108 checkType: Type; property
7119 checkType: Type; property
DtypingsInstaller.js13055 function parenthesizeCheckTypeOfConditionalType(checkType) { argument
14880 function createConditionalTypeNode(checkType, extendsType, trueType, falseType) { argument
14889 function updateConditionalTypeNode(node, checkType, extendsType, trueType, falseType) { argument
Dtsc.js18335 function parenthesizeCheckTypeOfConditionalType(checkType) { argument
20171 function createConditionalTypeNode(checkType, extendsType, trueType, falseType) { argument
20180 function updateConditionalTypeNode(node, checkType, extendsType, trueType, falseType) { argument
55877 checkType, property
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts1126 readonly checkType: TypeNode; property
3105 checkType: Type; property
3116 checkType: Type; property
Dtsserverlibrary.d.ts5129 readonly checkType: TypeNode; property
7108 checkType: Type; property
7119 checkType: Type; property
/third_party/typescript/src/compiler/
Dtypes.ts2088 readonly checkType: TypeNode; property