/third_party/gn/src/gn/ |
H A D | innerapis_publicinfo_generator.h | 38 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 D | ohos_components_checker.h | 41 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 D | ohos_components.cc | 571 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 D | setup.cc | 455 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 D | ohos_components.h | 81 void LoadOhosComponentsChecker(const std::string &build_dir, const Value *support, int checkType,
|
H A D | ohos_components_checker.cc | 428 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 D | vktImageAtomicSpirvShaders.hpp | 46 CheckType checkType; member
|
H A D | vktImageAtomicSpirvShaders.cpp | 6511 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 D | vktImageAtomicSpirvShaders.hpp | 46 CheckType checkType; member
|
H A D | vktImageAtomicSpirvShaders.cpp | 6511 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 D | RubyRepeatedField.java | 113 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 D | RubyMap.java | 151 key = Utils.checkType(context, keyType, key, (RubyModule) valueTypeClass); in indexSet() 152 value = Utils.checkType(context, valueType, value, (RubyModule) valueTypeClass); in indexSet()
|
H A D | Utils.java | 67 public static IRubyObject checkType(ThreadContext context, Descriptors.FieldDescriptor.Type fieldType, in checkType() method in Utils
|
H A D | RubyMessage.java | 726 value = Utils.checkType(context, fieldType, value, (RubyModule) typeClass); in setField()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
H A D | vktGeometryLayeredRenderingTests.cpp | 750 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 D | vktGeometryLayeredRenderingTests.cpp | 750 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 D | Value.cpp | 48 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 D | XzEnc.c | 974 unsigned checkType;
member 1202 p->checkType = props->checkId;
in XzEnc_Encode()
|
/third_party/glslang/glslang/Include/ |
H A D | Types.h | 1889 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 D | locid.cpp | 565 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 D | locid.cpp | 565 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 D | locid.cpp | 585 void (*checkType)(const char* type), 722 void (*checkType)(const char* type), in readAlias() 747 checkType(aliasFrom); in readAlias()
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | 4062 conditionalCheckType: (_g = conditionalType.checkType) === null || _g === void 0 ? void 0 : _g.id, [all...] |
H A D | tsc.js | 3446 conditionalCheckType: (_g = conditionalType.checkType) === null || _g === void 0 ? void 0 : _g.id, [all...] |
H A D | tsserverlibrary.js | 4081 conditionalCheckType: (_g = conditionalType.checkType) === null || _g === void 0 ? void 0 : _g.id, [all...] |