| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| H A D | AddExplicitTypeCasts.cpp | 40 const TType argType = arg.getType(); variable 53 const TType argType = arg.getType(); variable 72 const TType argType = arg.getType(); variable
|
| H A D | ProgramPrelude.cpp | 3896 const TType &argType = node->getOperand()->getType(); in visitUnary() local
|
| H A D | EmitMetal.cpp | 723 const TType &argType = unaryNode->getOperand()->getType(); in Parenthesize() local
|
| /third_party/skia/src/sksl/ir/ |
| H A D | SkSLConstructorScalarCast.cpp | 31 const Type& argType = args[0]->type(); in Convert() local
|
| H A D | SkSLSwizzle.cpp | 140 const Type& argType = arg.type(); in optimize_constructor_swizzle() local
|
| /base/telephony/core_service/frameworks/js/napi/ |
| H A D | napi_parameter_util.h | 152 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 D | FunctionLookup.cpp | 99 TBasicType argType = argument->getAsTyped()->getType().getBasicType(); in GetMangledNames() local
|
| /foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/helper/ |
| H A D | arg_parser.cpp | 371 DemoArgumentType argType = DEMO_ARG_UNKNOW; in ParseDemoArg() local
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| H A D | MessagePatternUtilTest.java | 76 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 D | MessagePatternUtilTest.java | 79 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 D | ConvertUnsupportedConstructorsToFunctionCalls.cpp | 254 TType *argType = new TType(arg.getBasicType(), arg.getPrecision(), EvqParamIn, variable
|
| /third_party/skia/tools/trace/ |
| H A D | ChromeTracingTracer.cpp | 151 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 D | hlslParseables.cpp | 60 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 D | MessagePatternUtil.java | 287 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 D | MessagePattern.java | 1207 parsePluralOrSelectStyle(ArgType argType, int index, int nestingLevel) parsePluralOrSelectStyle() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | MessagePatternUtil.java | 270 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 D | MessagePattern.java | 1136 parsePluralOrSelectStyle(ArgType argType, int index, int nestingLevel) parsePluralOrSelectStyle() argument [all...] |
| /foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
| H A D | sendable_image_receiver_napi.cpp | 358 auto argType = ImageNapiUtils::getType(args.env, ic.argv[PARAM0]);
in PrepareOneArg() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
| H A D | vktSubgroupsShuffleTests.cpp | 63 ArgType argType; member 536 ArgType argType; createSubgroupsShuffleTests() member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
| H A D | vktSubgroupsShuffleTests.cpp | 63 ArgType argType; member 518 ArgType argType; createSubgroupsShuffleTests() member [all...] |
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/ |
| H A D | webgl_arg.h | 76 WebGLArgType argType; member
|
| /foundation/multimedia/image_framework/frameworks/kits/js/common/ |
| H A D | image_creator_napi.cpp | 285 auto argType = ImageNapiUtils::getType(args.env, ic.argv[PARAM0]); in PrepareOneArg() local
|
| H A D | image_receiver_napi.cpp | 360 auto argType = ImageNapiUtils::getType(args.env, ic.argv[PARAM0]); in PrepareOneArg() local
|
| /foundation/communication/nfc/frameworks/js/napi/common/ |
| H A D | nfc_napi_common_utils.cpp | 799 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 ¶m, const std::string &argName, const std::string &argType) CheckArrayNumberAndThrow() argument 819 CheckNumberAndThrow(const napi_env &env, const napi_value ¶m, const std::string &argName, const std::string &argType) CheckNumberAndThrow() argument 829 CheckStringAndThrow(const napi_env &env, const napi_value ¶m, const std::string &argName, const std::string &argType) CheckStringAndThrow() argument 839 CheckObjectAndThrow(const napi_env &env, const napi_value ¶m, const std::string &argName, const std::string &argType) CheckObjectAndThrow() argument 850 CheckFunctionAndThrow(const napi_env &env, const napi_value ¶m, const std::string &argName, const std::string &argType) CheckFunctionAndThrow() argument [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | messagepattern.cpp | 542 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...] |