Home
last modified time | relevance | path

Searched defs:argType (Results 26 - 50 of 56) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DEmitMetal.cpp723 const TType &argType = unaryNode->getOperand()->getType(); in Parenthesize() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsShuffleTests.cpp63 ArgType argType; member
518 ArgType argType; createSubgroupsShuffleTests() member
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzer.cpp937 checker::Type *argType = checker->GetApparentType(expr->argument_->Check(checker)); in Check() local
1664 static checker::Type *GetTypeOfStringType(checker::Type *argType, ETSChecker *checker) in GetTypeOfStringType() argument
1707 ComputeTypeOfType(ETSChecker *checker, checker::Type *argType) ComputeTypeOfType() argument
1743 auto argType = expr->argument_->Check(checker); Check() local
2402 auto *argType = st->argument_->Check(checker); Check() local
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_arg.h76 WebGLArgType argType; member
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_creator_napi.cpp285 auto argType = ImageNapiUtils::getType(args.env, ic.argv[PARAM0]); in PrepareOneArg() local
H A Dimage_receiver_napi.cpp360 auto argType = ImageNapiUtils::getType(args.env, ic.argv[PARAM0]); in PrepareOneArg() local
/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.cpp799 CheckParametersAndThrow(const napi_env &env, const napi_value parameters[], std::initializer_list<napi_valuetype> types, const std::string &argName, const std::string &argType) CheckParametersAndThrow() argument
809 CheckArrayNumberAndThrow(const napi_env &env, const napi_value &param, const std::string &argName, const std::string &argType) CheckArrayNumberAndThrow() argument
819 CheckNumberAndThrow(const napi_env &env, const napi_value &param, const std::string &argName, const std::string &argType) CheckNumberAndThrow() argument
829 CheckStringAndThrow(const napi_env &env, const napi_value &param, const std::string &argName, const std::string &argType) CheckStringAndThrow() argument
839 CheckObjectAndThrow(const napi_env &env, const napi_value &param, const std::string &argName, const std::string &argType) CheckObjectAndThrow() argument
850 CheckFunctionAndThrow(const napi_env &env, const napi_value &param, const std::string &argName, const std::string &argType) CheckFunctionAndThrow() argument
[all...]
/test/xts/acts/multimedia/image/image_js_standard/imageSourceNDK/entry/src/main/cpp/napi/
H A Dimage_source_test.cpp152 napi_valuetype argType = napi_undefined; in checkType() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMessagePattern.java1207 parsePluralOrSelectStyle(ArgType argType, int index, int nestingLevel) parsePluralOrSelectStyle() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Dmessagepattern.cpp542 UMessagePatternArgType argType=UMSGPAT_ARG_TYPE_NONE; in parseArg() local
770 parsePluralOrSelectStyle(UMessagePatternArgType argType, int32_t index, int32_t nestingLevel, UParseError *parseError, UErrorCode &errorCode) parsePluralOrSelectStyle() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DMessagePattern.java1136 parsePluralOrSelectStyle(ArgType argType, int index, int nestingLevel) parsePluralOrSelectStyle() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dmessagepattern.cpp542 UMessagePatternArgType argType=UMSGPAT_ARG_TYPE_NONE; in parseArg() local
770 parsePluralOrSelectStyle(UMessagePatternArgType argType, int32_t index, int32_t nestingLevel, UParseError *parseError, UErrorCode &errorCode) parsePluralOrSelectStyle() argument
[all...]
/third_party/icu/icu4c/source/io/
H A Duprntf_p.cpp1232 ufmt_type_info argType; in u_printf_parse() local
/third_party/skia/third_party/externals/icu/source/io/
H A Duprntf_p.cpp1232 ufmt_type_info argType; in u_printf_parse() local
/third_party/skia/third_party/externals/icu/source/common/
H A Dmessagepattern.cpp542 UMessagePatternArgType argType=UMSGPAT_ARG_TYPE_NONE; in parseArg() local
770 parsePluralOrSelectStyle(UMessagePatternArgType argType, int32_t index, int32_t nestingLevel, UParseError *parseError, UErrorCode &errorCode) parsePluralOrSelectStyle() argument
[all...]
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.cpp668 auto argType = PFTypeToPandasmType(protoAccessor.GetArgType(i), protoAccessor, refIdx); in GetParams() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DlambdaLowering.cpp899 auto *argType = ast->Parent()->AsCallExpression()->Signature()->Params()[ix]->TsType(); in GuessSignature() local
905 checker->Relation(), ast, tmpFunType, argType, ast->Start(), {}, checker::TypeRelationFlag::NO_THROW}; in GuessSignature() local
/test/testfwk/arkxtest/uitest/core/
H A Dfrontend_api_handler.cpp279 const string &argType = argTypes.at(i); in ApiMapPre() local
/third_party/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp1048 UMessagePatternArgType argType = part->getArgType(); in format() local
1303 UMessagePatternArgType argType=part.getArgType(); in findFirstPluralNumberArg() local
1423 UMessagePatternArgType argType=part->getArgType(); parse() local
1634 UMessagePatternArgType argType = part->getArgType(); cacheExplicitFormats() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dmsgfmt.cpp1049 UMessagePatternArgType argType = part->getArgType(); in format() local
1304 UMessagePatternArgType argType=part.getArgType(); in findFirstPluralNumberArg() local
1424 UMessagePatternArgType argType=part->getArgType(); parse() local
1635 UMessagePatternArgType argType = part->getArgType(); cacheExplicitFormats() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputHLSL.cpp2448 const TType &argType = typedArg->getType(); in visitAggregate() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dmsgfmt.cpp1046 UMessagePatternArgType argType = part->getArgType(); in format() local
1301 UMessagePatternArgType argType=part.getArgType(); in findFirstPluralNumberArg() local
1421 UMessagePatternArgType argType=part->getArgType(); parse() local
1632 UMessagePatternArgType argType = part->getArgType(); cacheExplicitFormats() local
[all...]
/third_party/skia/src/sksl/codegen/
H A DSkSLMetalCodeGenerator.cpp975 const Type& argType = args[argIndex]->type(); in assembleMatrixFromExpressions() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dfunction.cpp86 bool ETSChecker::HasTypeArgsOfObject(Type *argType, Type *paramType) in HasTypeArgsOfObject() argument
107 bool ETSChecker::EnhanceSubstitutionForGenericType(const ArenaVector<Type *> &typeParams, const Type *argType, in EnhanceSubstitutionForGenericType() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DParseHelper.cpp2117 const TType &argType = argNode->getAsTyped()->getType(); in addConstructor() local

Completed in 58 milliseconds

123