Home
last modified time | relevance | path

Searched defs:argType (Results 1 - 25 of 40) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DAddExplicitTypeCasts.cpp40 const TType argType = arg.getType(); variable
53 const TType argType = arg.getType(); variable
72 const TType argType = arg.getType(); variable
H A DProgramPrelude.cpp3896 const TType &argType = node->getOperand()->getType(); in visitUnary() local
H A DEmitMetal.cpp723 const TType &argType = unaryNode->getOperand()->getType(); in Parenthesize() local
/third_party/skia/src/sksl/ir/
H A DSkSLConstructorScalarCast.cpp31 const Type& argType = args[0]->type(); in Convert() local
H A DSkSLSwizzle.cpp140 const Type& argType = arg.type(); in optimize_constructor_swizzle() local
/base/telephony/core_service/frameworks/js/napi/
H A Dnapi_parameter_util.h152 napi_status NapiValueToCppValue(napi_env env, napi_value arg, napi_valuetype argType, T *val) in NapiValueToCppValue() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DFunctionLookup.cpp99 TBasicType argType = argument->getAsTyped()->getType().getBasicType(); in GetMangledNames() local
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/helper/
H A Darg_parser.cpp371 DemoArgumentType argType = DEMO_ARG_UNKNOW; in ParseDemoArg() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DMessagePatternUtilTest.java76 private ExpectComplexArgNode expectComplexArg(Object name, MessagePattern.ArgType argType) { in expectComplexArg() argument
183 protected MessagePattern.ArgType argType; field in MessagePatternUtilTest.ExpectArgNode
189 ExpectComplexArgNode(ExpectMessageNode parent, Object name, MessagePattern.ArgType argType) ExpectComplexArgNode() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DMessagePatternUtilTest.java79 private ExpectComplexArgNode expectComplexArg(Object name, MessagePattern.ArgType argType) { in expectComplexArg() argument
186 protected MessagePattern.ArgType argType; field in MessagePatternUtilTest.ExpectArgNode
192 ExpectComplexArgNode(ExpectMessageNode parent, Object name, MessagePattern.ArgType argType) ExpectComplexArgNode() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DConvertUnsupportedConstructorsToFunctionCalls.cpp254 TType *argType = new TType(arg.getBasicType(), arg.getPrecision(), EvqParamIn, variable
/third_party/skia/tools/trace/
H A DChromeTracingTracer.cpp151 trace_value_to_json(SkJSONWriter* writer, uint64_t argValue, uint8_t argType, const char* stringTableBase) trace_value_to_json() argument
/third_party/glslang/glslang/HLSL/
H A DhlslParseables.cpp60 bool IsSamplerType(const char argType) { return argType == 'S' || argType == 's'; } in IsSamplerType() argument
213 glslang::TString& AppendTypeName(glslang::TString& s, const char* argOrder, const char* argType, int dim0, int dim1) in AppendTypeName() argument
503 const char* argType; // argument type key in initialize() member
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMessagePatternUtil.java287 private MessagePattern.ArgType argType; field in MessagePatternUtil.ArgNode
381 private ComplexArgStyleNode(MessagePattern.ArgType argType) { in ComplexArgStyleNode() argument
393 private MessagePattern.ArgType argType; field in MessagePatternUtil.ComplexArgStyleNode
550 buildPluralStyleNode(MessagePattern pattern, int start, int limit, MessagePattern.ArgType argType) buildPluralStyleNode() argument
[all...]
H A DMessagePattern.java1207 parsePluralOrSelectStyle(ArgType argType, int index, int nestingLevel) parsePluralOrSelectStyle() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DMessagePatternUtil.java270 private MessagePattern.ArgType argType; field in MessagePatternUtil.ArgNode
358 private ComplexArgStyleNode(MessagePattern.ArgType argType) { in ComplexArgStyleNode() argument
370 private MessagePattern.ArgType argType; field in MessagePatternUtil.ComplexArgStyleNode
522 buildPluralStyleNode(MessagePattern pattern, int start, int limit, MessagePattern.ArgType argType) buildPluralStyleNode() argument
[all...]
H A DMessagePattern.java1136 parsePluralOrSelectStyle(ArgType argType, int index, int nestingLevel) parsePluralOrSelectStyle() argument
[all...]
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_receiver_napi.cpp358 auto argType = ImageNapiUtils::getType(args.env, ic.argv[PARAM0]); in PrepareOneArg() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsShuffleTests.cpp63 ArgType argType; member
536 ArgType argType; createSubgroupsShuffleTests() member
[all...]
/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...]
/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...]
/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...]

Completed in 29 milliseconds

12