| /base/tee/tee_client/interfaces/kits/c/include/ |
| H A D | tee_client_type.h | 199 uint32_t paramTypes; member
|
| /base/startup/init/services/param/adapter/ |
| H A D | param_dac.c | 72 } paramTypes[] = {
in GetParamDacData() local
|
| /base/tee/tee_client/frameworks/include/ |
| H A D | tc_ns_client.h | 69 unsigned int paramTypes; member
|
| /kernel/linux/common_modules/tzdriver/ |
| H A D | teek_client_type.h | 132 uint32_t paramTypes; member
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| H A D | SymbolEnv.cpp | 335 getFunctionOverload(const Name &name, const TType &returnType, size_t paramCount, const TType **paramTypes, size_t templateArgCount, const TemplateArg *templateArgs) getFunctionOverload() argument
|
| /base/security/huks/services/huks_standard/huks_service/main/os_dependency/ca/ |
| H A D | hks_teec.c | 67 uint32_t paramTypes;
member 242 static int32_t HksTeeCommand(uint32_t paramTypes, const struct HksParam params[MAX_TEE_PARAMS_NUMS],
in HksTeeCommand() argument 273 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INOUT, TEEC_MEMREF_TEMP_INOUT,
in HksTeeProvision() local 296 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_OUTPUT, TEEC_MEMREF_TEMP_INOUT, HksTeeProvisionVerify() local 319 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPUT, HksTeeGenerateKey() local 338 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPUT, TEEC_NONE, TEEC_NONE); HksTeeCheckKeyLegality() local 352 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_OUTPUT, TEEC_NONE, TEEC_NONE); HksTeeGenerateRandom() local 366 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPUT, HksTeeImportKey() local 385 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPUT, HksTeeExportPublicKey() local 404 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPUT, HksTeeAgreeKey() local 423 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPUT, HksTeeDeriveKey() local 442 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPUT, HksTeeAttestKey() local 466 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPUT, ProcessInit() local 484 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, TEEC_MEMREF_TEMP_INPUT, ProcessUpdate() local 506 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, TEEC_MEMREF_TEMP_INPUT, ProcessFinal() local 527 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPUT, ProcessOnce() local 592 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_OUTPUT, TEEC_NONE, TEEC_NONE, TEEC_NONE); HksTeeExportTrustCerts() local 606 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_NONE, TEEC_NONE, TEEC_NONE); HksTeeImportTrustCerts() local 620 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_NONE, TEEC_NONE, TEEC_NONE, TEEC_NONE); HcmTeeIsDeviceKeyExist() local [all...] |
| /base/telephony/core_service/utils/vcard/src/ |
| H A D | vcard_utils.cpp | 297 std::vector<std::string> paramTypes = {}; in GetTypeFromPhoneLabelId() local [all...] |
| H A D | vcard_constructor.cpp | 525 std::vector<std::string> paramTypes; in AddPostalLine() local 758 auto paramTypes = VCardUtils::GetTypeFromPhoneLabelId(labelId); in AddTelLine() local 813 std::vector<std::string> paramTypes; AddEmailLine() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| H A D | SubzeroReactor.cpp | 64 Ice::Cfg *createFunction(Ice::GlobalContext *context, Ice::Type returnType, const std::vector<Ice::Type> ¶mTypes) in createFunction() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| H A D | lmir_builder.cpp | 173 std::vector<Type *> paramTypes; in LiteCGGetFuncParamTypes() local
|
| /test/testfwk/arkxtest/uitest/core/ |
| H A D | frontend_api_handler.cpp | 163 auto paramTypes = vector<string>(); in ParseFrontendMethodsSignature() local 173 auto paramTypes = vector<string>(); in ParseExtensionMethodsSignature() local
|
| /third_party/glslang/SPIRV/ |
| H A D | SpvBuilder.cpp | 617 Id Builder::makeFunctionType(Id returnType, const std::vector<Id>& paramTypes) in makeFunctionType() argument 668 Id Builder::makeDebugFunctionType(Id returnType, const std::vector<Id>& paramTypes) in makeDebugFunctionType() argument 2094 makeFunctionEntry(Decoration precision, Id returnType, const char* name, LinkageType linkType, const std::vector<Id>& paramTypes, const std::vector<std::vector<Decoration>>& decorations, Block** entry) makeFunctionEntry() argument 2133 setupDebugFunctionEntry(Function* function, const char* name, int line, const std::vector<Id>& paramTypes, const std::vector<char const*>& paramNames) setupDebugFunctionEntry() argument [all...] |
| H A D | GlslangToSpv.cpp | 5464 std::vector<spv::Id> paramTypes; in makeFunctions() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| H A D | litecg_ir_builder.cpp | 1556 std::vector<LiteCGType *> paramTypes = lmirBuilder_->LiteCGGetFuncParamTypes(calleeFuncType); in VisitCall() local
|
| /third_party/skia/third_party/externals/sfntly/java/lib/ |
| H A D | icu4j-charset-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
com/
com/ibm/
com/ibm/icu/
... |