/third_party/node/deps/v8/src/objects/ |
H A D | js-function.cc | 260 // Setup the "name" property based on the "name" of the {target}. in CopyNameAndLength() 261 // If the target's name is the default JSFunction accessor, we can keep the in CopyNameAndLength() 264 // underlying internal name. in CopyNameAndLength() 277 Handle<String> name; in CopyNameAndLength() local 280 isolate, name, in CopyNameAndLength() 285 isolate, name, isolate->factory()->NewConsString(prefix, name), in CopyNameAndLength() 289 name = isolate->factory()->empty_string(); in CopyNameAndLength() 291 name in CopyNameAndLength() 321 Handle<String> name; GetName() local 329 Handle<String> name = JSFunction::GetName(isolate, target); GetName() local 1152 Handle<Object> name = GetDebugName() local 1159 SetName(Handle<JSFunction> function, Handle<Name> name, Handle<String> prefix) SetName() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/pkcs7/ |
H A D | pk7_doit.c | 61 char name[OSSL_MAX_NAME_SIZE]; in pkcs7_bio_add_digest() local 70 OBJ_obj2txt(name, sizeof(name), alg->algorithm, 0); in pkcs7_bio_add_digest() 73 fetched = EVP_MD_fetch(ossl_pkcs7_ctx_get0_libctx(ctx), name, in pkcs7_bio_add_digest() 78 md = EVP_get_digestbyname(name); in pkcs7_bio_add_digest() 412 char name[OSSL_MAX_NAME_SIZE]; in PKCS7_dataDecode() local 456 OBJ_obj2txt(name, sizeof(name), enc_alg->algorithm, 0); in PKCS7_dataDecode() 459 evp_cipher = EVP_CIPHER_fetch(libctx, name, propq); in PKCS7_dataDecode() 463 cipher = EVP_get_cipherbyname(name); in PKCS7_dataDecode() [all...] |
/third_party/rust/crates/bindgen/bindgen/ |
H A D | clang.rs | 20 name: &'static [u8], 28 name: b"warn_unused_result", 36 name: b"_Noreturn", 43 name: b"noreturn", 99 /// Get this cursor's referent's display name. 107 /// Get the mangled name of this cursor's referent. 136 file.name().is_none() in is_builtin() 695 // `attr.name` and` attr.token_kind` are checked against unexposed attributes only. 700 t.spelling() == attr.name 865 /// Obtain the real path name o 1649 pub fn name(&self) -> Option<String> { name() functions [all...] |
/third_party/openssl/crypto/pkcs7/ |
H A D | pk7_doit.c | 61 char name[OSSL_MAX_NAME_SIZE]; in pkcs7_bio_add_digest() local 70 OBJ_obj2txt(name, sizeof(name), alg->algorithm, 0); in pkcs7_bio_add_digest() 73 fetched = EVP_MD_fetch(ossl_pkcs7_ctx_get0_libctx(ctx), name, in pkcs7_bio_add_digest() 78 md = EVP_get_digestbyname(name); in pkcs7_bio_add_digest() 412 char name[OSSL_MAX_NAME_SIZE]; in PKCS7_dataDecode() local 456 OBJ_obj2txt(name, sizeof(name), enc_alg->algorithm, 0); in PKCS7_dataDecode() 459 evp_cipher = EVP_CIPHER_fetch(libctx, name, propq); in PKCS7_dataDecode() 463 cipher = EVP_get_cipherbyname(name); in PKCS7_dataDecode() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageSubresourceLayoutTests.cpp | 186 ImageSubresourceLayoutCase (tcu::TestContext& testCtx, const std::string& name, const TestParams& params); 212 ImageSubresourceLayoutCase::ImageSubresourceLayoutCase (tcu::TestContext& testCtx, const std::string& name, const TestParams& params) in ImageSubresourceLayoutCase() argument 213 : vkt::TestCase (testCtx, name) in ImageSubresourceLayoutCase() 755 ImageSubresourceLayoutInvarianceCase (tcu::TestContext& testCtx, const std::string& name, const TestParams& params); 762 ImageSubresourceLayoutInvarianceCase::ImageSubresourceLayoutInvarianceCase(tcu::TestContext& testCtx, const std::string& name, const TestParams& params) in ImageSubresourceLayoutInvarianceCase() argument 763 : ImageSubresourceLayoutCase(testCtx, name, params) in ImageSubresourceLayoutInvarianceCase() 788 const char* name; in createImageSubresourceLayoutTests() member 802 const char* name; in createImageSubresourceLayoutTests() member 967 de::MovePtr<tcu::TestCaseGroup> classGroup (new tcu::TestCaseGroup(testCtx, imgClass.name)); in createImageSubresourceLayoutTests() 972 de::MovePtr<tcu::TestCaseGroup> mipGroup (new tcu::TestCaseGroup(testCtx, mipLevel.name)); in createImageSubresourceLayoutTests() 978 const auto name = de::toLower(fmtName.substr(prefixLen)); // Remove VK_FORMAT_ prefix. createImageSubresourceLayoutTests() local 1018 std::string name = getFormatName(params.imageFormat); createImageSubresourceLayoutTests() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArrayImageTextureSize.cpp | 62 * @param name Test case's name 66 const char* name, const char* description) in TextureCubeMapArrayTextureSizeBase() 67 : TestCaseBase(context, extParams, name, description), m_po_id(0), m_to_std_id(0), m_to_shw_id(0), m_vao_id(0) in TextureCubeMapArrayTextureSizeBase() 390 * @param name Test case's name 395 const char* name, const char* description) in TextureCubeMapArrayTextureSizeTFBase() 396 : TextureCubeMapArrayTextureSizeBase(context, extParams, name, description), m_tf_bo_id(0) in TextureCubeMapArrayTextureSizeTFBase() 522 * @param name Test case's name 65 TextureCubeMapArrayTextureSizeBase(Context& context, const ExtParameters& extParams, const char* name, const char* description) TextureCubeMapArrayTextureSizeBase() argument 393 TextureCubeMapArrayTextureSizeTFBase(Context& context, const ExtParameters& extParams, const char* name, const char* description) TextureCubeMapArrayTextureSizeTFBase() argument 525 TextureCubeMapArrayTextureSizeTFVertexShader( Context& context, const ExtParameters& extParams, const char* name, const char* description) TextureCubeMapArrayTextureSizeTFVertexShader() argument 642 TextureCubeMapArrayTextureSizeTFGeometryShader( Context& context, const ExtParameters& extParams, const char* name, const char* description) TextureCubeMapArrayTextureSizeTFGeometryShader() argument 794 TextureCubeMapArrayTextureSizeTFTessControlShader( Context& context, const ExtParameters& extParams, const char* name, const char* description) TextureCubeMapArrayTextureSizeTFTessControlShader() argument 996 TextureCubeMapArrayTextureSizeTFTessEvaluationShader( Context& context, const ExtParameters& extParams, const char* name, const char* description) TextureCubeMapArrayTextureSizeTFTessEvaluationShader() argument 1064 TextureCubeMapArrayTextureSizeRTBase(Context& context, const ExtParameters& extParams, const char* name, const char* description) TextureCubeMapArrayTextureSizeRTBase() argument 1282 TextureCubeMapArrayTextureSizeRTFragmentShader( Context& context, const ExtParameters& extParams, const char* name, const char* description) TextureCubeMapArrayTextureSizeRTFragmentShader() argument 1449 TextureCubeMapArrayTextureSizeRTComputeShader( Context& context, const ExtParameters& extParams, const char* name, const char* description) TextureCubeMapArrayTextureSizeRTComputeShader() argument [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | pngset.c | 329 /* TODO: validate format of calibration name and unit name */ in png_set_pCAL() 689 png_const_charp name, int compression_type, in png_set_iCCP() 698 if (png_ptr == NULL || info_ptr == NULL || name == NULL || profile == NULL) in png_set_iCCP() 711 int result = png_colorspace_set_ICC(png_ptr, &info_ptr->colorspace, name, in png_set_iCCP() 725 length = strlen(name)+1; in png_set_iCCP() 735 memcpy(new_iccp_name, name, length); in png_set_iCCP() 1104 if (entries->name == NULL || entries->entries == NULL) in png_set_sPLT() 1117 length = strlen(entries->name) + 1; in png_set_sPLT() 1118 np->name in png_set_sPLT() 688 png_set_iCCP(png_const_structrp png_ptr, png_inforp info_ptr, png_const_charp name, int compression_type, png_const_bytep profile, png_uint_32 proflen) png_set_iCCP() argument [all...] |
/third_party/python/Lib/test/ |
H A D | test_operator.py | 52 for name in vars(operator): 53 if name.startswith('__'): 55 value = getattr(operator, name) 57 computed_all.add(name) 352 a.name = 'arthur' 353 f = operator.attrgetter('name') 372 def __getattr__(self, name): 378 a.name = 'arthur' 380 a.child.name = 'thomas' 381 f = operator.attrgetter('child.name') [all...] |
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_file.cc | 15 // * Neither the name of Google Inc. nor the names of its 73 return val.name(); in GetSortKey() 108 variables_["filename"] = file_->name(); in FileGenerator() 157 if (file_->name() != "net/proto2/compiler/proto/plugin.proto" && in GenerateMacroUndefs() 158 file_->name() != "google/protobuf/compiler/plugin.proto") { in GenerateMacroUndefs() 165 const std::string& name = fields[i]->name(); in GenerateMacroUndefs() local 168 if (name == kMacroNames[i]) { in GenerateMacroUndefs() 169 names_to_undef.push_back(name); in GenerateMacroUndefs() 265 StripProto(file_->name())); in GenerateProtoHeader() 361 std::string name = basename; CreateHeaderInclude() local [all...] |
/third_party/python/Modules/clinic/ |
H A D | _winapi.c.h | 173 " max_size_high, max_size_low, name, /)\n" 184 DWORD max_size_low, LPCWSTR name); 195 LPCWSTR name = NULL; in _winapi_CreateFileMapping() local 199 &file_handle, &security_attributes, &protect, &max_size_high, &max_size_low, _PyUnicode_WideCharString_Converter, &name)) { in _winapi_CreateFileMapping() 202 _return_value = _winapi_CreateFileMapping_impl(module, file_handle, security_attributes, protect, max_size_high, max_size_low, name); in _winapi_CreateFileMapping() 212 /* Cleanup for name */ in _winapi_CreateFileMapping() 214 PyMem_Free((void *)name); in _winapi_CreateFileMapping() 282 "CreateNamedPipe($module, name, open_mode, pipe_mode, max_instances,\n" 292 _winapi_CreateNamedPipe_impl(PyObject *module, LPCTSTR name, DWORD open_mode, 302 LPCTSTR name; in _winapi_CreateNamedPipe() local 778 LPCWSTR name = NULL; _winapi_OpenFileMapping() local 1043 LPCTSTR name; _winapi_WaitNamedPipe() local [all...] |
/drivers/hdf_core/adapter/uhdf2/ipc/include/ |
H A D | hdf_remote_adapter_if.h | 30 int HdfRemoteAdapterAddService(const char *name, struct HdfRemoteService *service); 32 struct HdfRemoteService *HdfRemoteAdapterGetService(const char *name);
|
/drivers/hdf_core/framework/support/platform/include/fwk/ |
H A D | platform_manager.h | 33 * @param name Indicates the name of the manager. 39 int32_t PlatformManagerCreate(const char *name, struct PlatformManager **manager); 44 * @param name Indicates the name of the manager. 117 * @brief Get a platform device from the manager by device name. 122 * @param number Indicates the name of the target platform device. 127 struct PlatformDevice *PlatformManagerGetDeviceByName(struct PlatformManager *manager, const char *name);
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/sink_node/ |
H A D | sink_node.cpp | 18 SinkNode::SinkNode(const std::string& name, const std::string& type, const std::string &cameraId) in SinkNode() argument 19 : NodeBase(name, type, cameraId) in SinkNode()
|
/foundation/ability/ability_lite/frameworks/abilitymgr_lite/src/slite/ |
H A D | ability_record_state_data.cpp | 48 void AbilityRecordStateData::SetAppName(const char *name) in SetAppName() argument 51 appName_ = Utils::Strdup(name); in SetAppName()
|
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/ts/ |
H A D | sa_ts_code_emitter.h | 40 std::string FileName(const std::string &name) const;
42 std::string MethodName(const std::string &name) const;
|
/foundation/ability/idl_tool/test/unittest/ast_type_test/ |
H A D | ast_type_test.cpp | 48 * @tc.name: ToShortStringTest_0100 58 String name = "name"; in HWTEST_F() local 59 type->SetName(name); in HWTEST_F() 61 String expectString = "name"; in HWTEST_F()
|
/foundation/ai/neural_network_runtime/interfaces/innerkits/c/ |
H A D | neural_network_runtime_inner.h | 32 char name[128]; member 46 char name[128]; member 122 * 例如,传递量化信息时,指定Extension.name为"QuantBuffer",将量化Buffer赋给value和valueSize。
|
/foundation/ability/idl_tool/ast/ |
H A D | ast_parameter.h | 28 void SetName(const String& name) in SetName() argument 30 name_ = name; in SetName()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | profile.cpp | 24 Profile::Profile(const std::string &name) : profileName_(name) in Profile() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/scoring/ |
H A D | scoring_component.h | 29 explicit ScoringComponent(const std::string& name, const std::string& pageName) : name_(name), pageName_(pageName) in ScoringComponent() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | svg_stop_component.h | 28 SvgStopComponent(const ComposeId& id, const std::string& name) : ComposedComponent(id, name) in SvgStopComponent() argument
|
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_delegator/runner_runtime/ |
H A D | cj_test_runner_object.h | 29 int64_t (*cjTestRunnerCreate)(const char* name); 42 static std::shared_ptr<CJTestRunnerObject> LoadModule(const std::string& name);
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/runtime/ |
H A D | cj_runtime_delegate.cpp | 57 bool CJRuntimeDelegate::LoadAppEntry(const std::string& name) in LoadAppEntry() argument 63 AtCOHOSAceFrameworkCJInstanceLoadEntryParams params(name.c_str(), &result); in LoadAppEntry()
|
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/test/unittest/phone/ui_mgr_service_test/ |
H A D | mock_ui_service_stub.h | 30 MOCK_METHOD5(OnPushCallBack, void(const AAFwk::Want& want, const std::string& name, 32 MOCK_METHOD3(OnRequestCallBack, void(const AAFwk::Want& want, const std::string& name, const std::string& data));
|
/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_ressched_report.cpp | 26 const char* /* name */, const std::unordered_map<std::string, std::string>& /* param */) in ResSchedDataReport() 38 const std::string& name, const std::unordered_map<std::string, std::string>& param) in ResSchedReportScope() 39 : name_(name), payload_(param) in ResSchedReportScope() 37 ResSchedReportScope( const std::string& name, const std::unordered_map<std::string, std::string>& param) ResSchedReportScope() argument
|