Home
last modified time | relevance | path

Searched refs:checkType (Results 1 - 25 of 29) sorted by relevance

12

/third_party/gn/src/gn/
H A Dinnerapis_publicinfo_generator.h38 static void Init(const std::string &build_dir, int checkType) in Init() argument
43 instance_ = new InnerApiPublicInfoGenerator(build_dir, checkType); in Init()
51 InnerApiPublicInfoGenerator(const std::string &build_dir, int checkType) in InnerApiPublicInfoGenerator() argument
53 checkType_ = checkType; in InnerApiPublicInfoGenerator()
55 if (checkType == OhosComponentChecker::CheckType::SCAN_ALL || in InnerApiPublicInfoGenerator()
56 checkType == OhosComponentChecker::CheckType::INTERCEPT_ALL) { in InnerApiPublicInfoGenerator()
H A Dohos_components_checker.h41 static void Init(const std::string &build_dir, int checkType, unsigned int ruleSwitch) in Init() argument
46 instance_ = new OhosComponentChecker(build_dir, checkType, ruleSwitch); in Init()
97 OhosComponentChecker(const std::string &build_dir, int checkType, unsigned int ruleSwitch);
H A Dohos_components.cc571 void OhosComponents::LoadOhosComponentsChecker(const std::string &build_dir, const Value *support, int checkType, in LoadOhosComponentsChecker() argument
580 if (checkType > OhosComponentChecker::CheckType::INTERCEPT_ALL || in LoadOhosComponentsChecker()
581 checkType <= OhosComponentChecker::CheckType::NONE) { in LoadOhosComponentsChecker()
585 OhosComponentChecker::Init(build_dir, checkType, ruleSwitch); in LoadOhosComponentsChecker()
586 InnerApiPublicInfoGenerator::Init(build_dir, checkType); in LoadOhosComponentsChecker()
H A Dsetup.cc455 const Value* checkType = build_settings_.build_args().GetArgOverride("ohos_components_checktype");
458 if (checkType && checkType->type() == Value::INTEGER) {
459 ohos_components_.LoadOhosComponentsChecker(build_dir, support, checkType->int_value(), ruleSwitch->int_value());
465 if (checkType && checkType->type() == Value::INTEGER) {
467 ohos_components_.LoadOhosComponentsChecker(build_dir, support, checkType->int_value(), INTERCEPT_ALL_RULE);
H A Dohos_components.h81 void LoadOhosComponentsChecker(const std::string &build_dir, const Value *support, int checkType,
H A Dohos_components_checker.cc428 OhosComponentChecker::OhosComponentChecker(const std::string &build_dir, int checkType, unsigned int ruleSwitch) in OhosComponentChecker() argument
430 checkType_ = checkType; in OhosComponentChecker()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageAtomicSpirvShaders.hpp46 CheckType checkType; member
H A DvktImageAtomicSpirvShaders.cpp6511 static_cast<int>(checkType), in operator <()
6519 static_cast<int>(other.checkType), in operator <()
6526 : imageType{imgtype}, textureFormat{order, chtype}, checkType{cktype} in CaseVariant()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageAtomicSpirvShaders.hpp46 CheckType checkType; member
H A DvktImageAtomicSpirvShaders.cpp6511 static_cast<int>(checkType), in operator <()
6519 static_cast<int>(other.checkType), in operator <()
6526 : imageType{imgtype}, textureFormat{order, chtype}, checkType{cktype} in CaseVariant()
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyRepeatedField.java113 value = Utils.checkType(context, fieldType, value, (RubyModule) typeClass); in indexSet()
169 value = Utils.checkType(context, fieldType, value, (RubyModule) typeClass); in push()
393 Utils.checkType(context, fieldType, arr.eltInternal(i), (RubyModule) typeClass); in checkArrayElementType()
H A DRubyMap.java151 key = Utils.checkType(context, keyType, key, (RubyModule) valueTypeClass); in indexSet()
152 value = Utils.checkType(context, valueType, value, (RubyModule) valueTypeClass); in indexSet()
H A DUtils.java67 public static IRubyObject checkType(ThreadContext context, Descriptors.FieldDescriptor.Type fieldType, in checkType() method in Utils
H A DRubyMessage.java726 value = Utils.checkType(context, fieldType, value, (RubyModule) typeClass); in setField()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp750 const std::string checkType = "Depth";
760 result = verifyImageMultipleBars(log, depthAsColor, barWidthRatios, barDepths, barsCount, numUsedChannels, checkType);
764 const std::string checkType = "Stencil";
775 result = verifyImageMultipleBars(log, stencilAsColor, barWidthRatios, barStencils, barsCount, numUsedChannels, checkType);
779 const std::string checkType = "Color";
784 result = verifyImageMultipleBars(log, image, barWidthRatios, barColors, barsCount, numUsedChannels, checkType);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp750 const std::string checkType = "Depth";
760 result = verifyImageMultipleBars(log, depthAsColor, barWidthRatios, barDepths, barsCount, numUsedChannels, checkType);
764 const std::string checkType = "Stencil";
775 result = verifyImageMultipleBars(log, stencilAsColor, barWidthRatios, barStencils, barsCount, numUsedChannels, checkType);
779 const std::string checkType = "Color";
784 result = verifyImageMultipleBars(log, image, barWidthRatios, barColors, barsCount, numUsedChannels, checkType);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DValue.cpp48 static inline Type *checkType(Type *Ty) { in checkType() function
54 : VTy(checkType(ty)), UseList(nullptr), SubclassID(scid), in Value()
/third_party/lzma/C/
H A DXzEnc.c974 unsigned checkType; member
1202 p->checkType = props->checkId; in XzEnc_Encode()
/third_party/glslang/glslang/Include/
H A DTypes.h1889 virtual bool containsBasicType(TBasicType checkType) const in containsBasicType()
1891 return contains([checkType](const TType* t) { return t->basicType == checkType; } ); in containsBasicType()
/third_party/icu/icu4c/source/common/
H A Dlocid.cpp565 void (*checkType)(const char* type),
702 void (*checkType)(const char* type), in readAlias()
727 checkType(aliasFrom); in readAlias()
/third_party/node/deps/icu-small/source/common/
H A Dlocid.cpp565 void (*checkType)(const char* type),
702 void (*checkType)(const char* type), in readAlias()
727 checkType(aliasFrom); in readAlias()
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocid.cpp585 void (*checkType)(const char* type),
722 void (*checkType)(const char* type), in readAlias()
747 checkType(aliasFrom); in readAlias()
/third_party/typescript/lib/
H A DtypingsInstaller.js4062 conditionalCheckType: (_g = conditionalType.checkType) === null || _g === void 0 ? void 0 : _g.id,
[all...]
H A Dtsc.js3446 conditionalCheckType: (_g = conditionalType.checkType) === null || _g === void 0 ? void 0 : _g.id,
[all...]
H A Dtsserverlibrary.js4081 conditionalCheckType: (_g = conditionalType.checkType) === null || _g === void 0 ? void 0 : _g.id,
[all...]

Completed in 127 milliseconds

12