/third_party/ffmpeg/libavfilter/ |
H A D | vsrc_testsrc.c | 268 .name = "default", 275 .name = "color", 413 .name = "default", 420 .name = "haldclutsrc", 449 .name = "default", 456 .name = "nullsrc", 672 .name = "default", 679 .name = "testsrc", 944 .name = "default", 951 .name [all...] |
/third_party/libbpf/src/ |
H A D | linker.c | 83 /* extern name offset in STRTAB */ 473 static bool is_dwarf_sec_name(const char *name) in is_dwarf_sec_name() argument 476 return strncmp(name, ".debug_", sizeof(".debug_") - 1) == 0; in is_dwarf_sec_name() 482 const char *name = sec->sec_name; in is_ignored_sec() local 501 if (strncmp(name, ".rel", sizeof(".rel") - 1) == 0) { in is_ignored_sec() 502 name += sizeof(".rel") - 1; in is_ignored_sec() 504 if (is_dwarf_sec_name(name)) in is_ignored_sec() 508 if (strcmp(name, BTF_ELF_SEC) == 0 || in is_ignored_sec() 509 strcmp(name, BTF_EXT_ELF_SEC) == 0) in is_ignored_sec() 615 pr_warn_elf("failed to get section #%zu name fo in linker_load_obj_file() 1265 const char *name; find_glob_sym() local 1664 const char *name; find_glob_sym_btf() local 2109 const char *name; find_sym_by_name() local 2238 const char *name; linker_append_btf() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/cisco/ |
H A D | airo.c | 85 .name = DRV_NAME, 1275 #define airo_print(type, name, fmt, args...) \ 1276 printk(type DRV_NAME "(%s): " fmt "\n", name, ##args) 1278 #define airo_print_info(name, fmt, args...) \ 1279 airo_print(KERN_INFO, name, fmt, ##args) 1281 #define airo_print_dbg(name, fmt, args...) \ 1282 airo_print(KERN_DEBUG, name, fmt, ##args) 1284 #define airo_print_warn(name, fmt, args...) \ 1285 airo_print(KERN_WARNING, name, fmt, ##args) 1287 #define airo_print_err(name, fm [all...] |
/third_party/python/Lib/test/ |
H A D | test_os.py | 88 def requires_os_func(name): 89 return unittest.skipUnless(hasattr(os, name), 'requires os.%s' % name) 117 # Use a directory name of 200 characters to fit into Windows MAX_PATH 540 for name in dir(stat): 541 if name[:3] == 'ST_': 542 attr = name.lower() 543 if name.endswith("TIME"): 548 result[getattr(stat, name)]) 553 for name i [all...] |
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_record.cpp | 163 callerInfo_->callerAbilityName = callerAbilityRecord->GetAbilityInfo().name; in CallerRecord() 257 abilityRequest.abilityInfo.bundleName, abilityRequest.abilityInfo.name, userId)) { in CreateAbilityRecord() 314 TAG_LOGI(AAFwkTag::ABILITYMGR, "LoadLifecycle: abilityName:%{public}s", abilityInfo_.name.c_str()); in LoadAbility() 322 std::string appName = abilityInfo_.applicationInfo.name; in LoadAbility() 324 TAG_LOGE(AAFwkTag::ABILITYMGR, "app name empty"); in LoadAbility() 395 TAG_LOGI(AAFwkTag::ABILITYMGR, "ForegroundLifecycle: name:%{public}s", abilityInfo_.name.c_str()); in ForegroundAbility() 661 info->abilityName_ = abilityInfo_.name; in SetAbilityTransitionInfo() 798 if (data.name == SHOW_ON_LOCK_SCREEN) { in SetShowWhenLocked() 808 info->abilityName_ = abilityInfo.name; in SetAbilityTransitionInfo() [all...] |
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | cyclades.c | 108 char name[64]; member 119 char name[64]; member 331 const char *name, const char *routine) in serial_paranoia_check() 336 "in %s\n", name, routine); in serial_paranoia_check() 342 "struct (%s) in %s\n", name, routine); in serial_paranoia_check() 1562 if (serial_paranoia_check(info, tty->name, "cy_open")) in cy_open() 1610 if (serial_paranoia_check(info, tty->name, "cy_wait_until_sent")) in cy_wait_until_sent() 1670 if (serial_paranoia_check(info, tty->name, "cy_flush_buffer")) in cy_flush_buffer() 1746 if (!info || serial_paranoia_check(info, tty->name, "cy_close")) in cy_close() 1774 if (serial_paranoia_check(info, tty->name, "cy_writ in cy_write() 330 serial_paranoia_check(struct cyclades_port *info, const char *name, const char *routine) serial_paranoia_check() argument 3397 __cyz_load_fw(const struct firmware *fw, const char *name, const u32 mailbox, void __iomem *base, void __iomem *fpga) __cyz_load_fw() argument [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_transport_iscsi.c | 120 .name = "iscsi_transport", 137 #define show_transport_attr(name, format) \ 139 show_transport_##name(struct device *dev, \ 143 return sysfs_emit(buf, format"\n", priv->iscsi_transport->name);\ 145 static DEVICE_ATTR(name, S_IRUGO, show_transport_##name, NULL); 176 .name = "iscsi_endpoint", 305 .name = "iscsi_iface", 314 #define iscsi_iface_attr_show(type, name, param_type, param) \ 316 show_##type##_##name(struc 687 char *name; global() member 716 char *name; global() member 1656 char *name; global() member 1666 char *name = NULL; iscsi_session_state_name() local 3409 char *name; global() member 4711 char *name; global() member 4742 char *name; global() member [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_transport_iscsi.c | 122 .name = "iscsi_transport", 139 #define show_transport_attr(name, format) \ 141 show_transport_##name(struct device *dev, \ 145 return sysfs_emit(buf, format"\n", priv->iscsi_transport->name);\ 147 static DEVICE_ATTR(name, S_IRUGO, show_transport_##name, NULL); 183 .name = "iscsi_endpoint", 310 .name = "iscsi_iface", 319 #define iscsi_iface_attr_show(type, name, param_type, param) \ 321 show_##type##_##name(struc 692 char *name; global() member 721 char *name; global() member 1659 char *name; global() member 1669 char *name = NULL; iscsi_session_state_name() local 3432 char *name; global() member 4738 char *name; global() member 4769 char *name; global() member [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | js-native-context-specialization.cc | 411 NameRef name = MakeRef(broker(), isolate()->factory()->has_instance_symbol()); in ReduceJSInstanceOf() local 413 receiver_map, name, AccessMode::kLoad, dependencies()); in ReduceJSInstanceOf() 750 NameRef const& name) { in ForPropertyCellValue() 759 kTaggedBase, PropertyCell::kValueOffset, name.object(), map, type, r, in ForPropertyCellValue() 774 NameRef const& name, AccessMode access_mode, Node* key, in ReduceGlobalAccess() 825 // Ensure that {key} matches the specified {name} (if {key} is given). in ReduceGlobalAccess() 827 effect = BuildCheckEqualsName(name, key, effect, control); in ReduceGlobalAccess() 901 representation, property_cell_value_type, map, name)), in ReduceGlobalAccess() 954 MaybeHandle<Map>(), name)), in ReduceGlobalAccess() 966 MaybeHandle<Map>(), name)), in ReduceGlobalAccess() 748 ForPropertyCellValue(MachineRepresentation representation, Type type, MaybeHandle<Map> map, NameRef const& name) ForPropertyCellValue() argument 772 ReduceGlobalAccess( Node* node, Node* lookup_start_object, Node* receiver, Node* value, NameRef const& name, AccessMode access_mode, Node* key, PropertyCellRef const& property_cell, Node* effect) ReduceGlobalAccess() argument 1400 NameRef name = p.name(broker()); ReduceJSLoadNamed() local 1440 NameRef name = p.name(broker()); ReduceJSLoadNamedFromSuper() local 2113 Node* name = n.key(); ReduceJSLoadProperty() local 2276 BuildPropertyLoad( Node* lookup_start_object, Node* receiver, Node* context, Node* frame_state, Node* effect, Node* control, NameRef const& name, ZoneVector<Node*>* if_exceptions, PropertyAccessInfo const& access_info) BuildPropertyLoad() argument 2349 BuildPropertyAccess( Node* lookup_start_object, Node* receiver, Node* value, Node* context, Node* frame_state, Node* effect, Node* control, NameRef const& name, ZoneVector<Node*>* if_exceptions, PropertyAccessInfo const& access_info, AccessMode access_mode) BuildPropertyAccess() argument 2374 BuildPropertyStore( Node* receiver, Node* value, Node* context, Node* frame_state, Node* effect, Node* control, NameRef const& name, ZoneVector<Node*>* if_exceptions, PropertyAccessInfo const& access_info, AccessMode access_mode) BuildPropertyStore() argument 3367 BuildCheckEqualsName(NameRef const& name, Node* value, Node* effect, Node* control) BuildCheckEqualsName() argument [all...] |
/base/customization/config_policy/frameworks/config_policy/src/ |
H A D | config_policy_utils.c | 100 static char *CustGetSystemParam(const char *name) in CustGetSystemParam() argument 105 if (SystemGetParameter(name, NULL, &len) != 0 || len <= 0 || len > PARAM_CONST_VALUE_LEN_MAX) { in CustGetSystemParam() 109 if (value != NULL && SystemGetParameter(name, value, &len) == 0 && value[0]) { in CustGetSystemParam() 347 varEnd - varStart > 0) { // Get user defined name in ExpandStr() 350 char *name = find + 2; in ExpandStr() local 351 char *defVal = strstr(name, SEP_FOR_X_VALUE); in ExpandStr() 353 *defVal = 0; // cut for name end in ExpandStr() 356 char *value = queryFunc(name); in ExpandStr()
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
H A D | input_method_system_ability_proxy.cpp | 206 int32_t InputMethodSystemAbilityProxy::ListInputMethodSubtype(const std::string &name, 211 [&name](MessageParcel &data) { return ITypesUtil::Marshal(data, name); }, 221 int32_t InputMethodSystemAbilityProxy::SwitchInputMethod(const std::string &name, const std::string &subName, 225 [&name, &subName, trigger](MessageParcel &data) { return ITypesUtil::Marshal(data, name, subName, trigger); });
|
/base/inputmethod/imf/common/src/ |
H A D | itypes_util.cpp | 126 if (!Marshal(data, input.name, input.id, input.label, input.labelId, input.icon, input.iconId)) { in Marshalling() 135 if (!Unmarshal(data, output.name, output.id, output.label, output.labelId, output.icon, output.iconId)) { in Unmarshalling() 144 if (!Marshal(data, input.label, input.labelId, input.name, input.id, input.mode, input.locale, input.language, in Marshalling() 154 if (!Unmarshal(data, output.label, output.labelId, output.name, output.id, output.mode, output.locale, in Unmarshalling() 272 static_cast<int32_t>(input.panelInfo.panelType), input.windowInfo.name, input.windowInfo.top, in Marshalling() 285 if (!Unmarshal(data, panelFlag, panelType, windowInfo.name, windowInfo.top, windowInfo.left, windowInfo.width, in Unmarshalling()
|
/base/account/os_account/interfaces/kits/napi/appaccount/include/ |
H A D | napi_app_account_common.h | 70 std::string name; member 91 std::string name; member 109 std::string name; member 151 std::string name; member 165 std::string name; member 309 bool GetNamedFunction(napi_env env, napi_value object, const std::string &name, napi_ref &funcRef);
|
/base/print/print_fwk/interfaces/kits/napi/print_napi/src/ |
H A D | print_module.cpp | 66 #define PRINT_NAPI_METHOD(name, func) \ 68 name, 0, func, 0, 0, 0, napi_default, 0 \ 71 #define PRINT_NAPI_PROPERTY(name, val) \ 73 (name), nullptr, nullptr, nullptr, nullptr, val, napi_static, nullptr \ 76 static void SetEnumProperty(napi_env env, napi_value object, const std::string &name, uint32_t value) in SetEnumProperty() argument 82 napi_set_named_property(env, object, name.c_str(), tempValue); in SetEnumProperty()
|
/base/msdp/device_status/test/unittest/intention/adapters/src/ |
H A D | dsoftbus_adapter_test.cpp | 141 * @tc.name: TestEnable 156 * @tc.name: TestDisable 171 * @tc.name: TestAddObserver 188 * @tc.name: TestRemoveObserver 207 * @tc.name: TestOpenSession 224 * @tc.name: TestCloseSession 242 * @tc.name: TestSendPacket 259 * @tc.name: TestSendParcel 276 * @tc.name: TestSetupServer 292 * @tc.name [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/ |
H A D | dms_continue_time_dumper.cpp | 54 DmsDuration::DmsDuration(const int64_t begin, const int64_t end, const std::string name) in DmsDuration() argument 58 durationName_ = name; in DmsDuration() 76 void DmsDuration::SetStrTime(const std::string name) in SetStrTime() argument 78 strTime_ = name; in SetStrTime() 81 void DmsDuration::SetDurationName(const std::string name) in SetDurationName() argument 83 durationName_ = name; in SetDurationName()
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_share_mgr.cpp | 124 if (abilityInfo.name.empty() && extensionAbilityInfo.name.empty()) { in HandleRecvFormShareInfoFromRemoteTask() 237 if (!abilityInfo.name.empty()) { in StartFormUser() 238 want.SetElementName(abilityInfo.bundleName, abilityInfo.name); in StartFormUser() 239 } else if (!extensionAbilityInfo.name.empty()) { in StartFormUser() 240 want.SetElementName(extensionAbilityInfo.bundleName, extensionAbilityInfo.name); in StartFormUser() 273 HILOG_DEBUG("module name is exist, moduleName:%{public}s", moduleInfo.c_str()); in IsExistFormPackage()
|
/foundation/ability/ability_runtime/test/moduletest/ability_record_test/ |
H A D | ability_record_module_test.cpp | 53 return a.package == b.package && a.name == b.name && a.label == b.label && a.description == b.description && in operator ==() 71 return a.name == b.name && a.bundleName == b.bundleName && a.deviceId == b.deviceId && in operator ==() 123 testAbilityRequest_.abilityInfo.name = "test"; in SetUpTestCase() 137 testAbilityRequest_.appInfo.name = "test"; in SetUpTestCase()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/ |
H A D | checkbox_model_ng.cpp | 25 const std::optional<std::string>& name, const std::optional<std::string>& groupName, const std::string& tagName) in Create() 36 if (name.has_value()) { in Create() 37 eventHub->SetName(name.value()); in Create() 204 void CheckBoxModelNG::SetCheckboxName(FrameNode* frameNode, const std::optional<std::string>& name) in SetCheckboxName() argument 208 if (name.has_value()) { in SetCheckboxName() 209 eventHub->SetName(name.value()); in SetCheckboxName() 24 Create( const std::optional<std::string>& name, const std::optional<std::string>& groupName, const std::string& tagName) Create() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | page_router_manager.h | 78 void RunPageByNamedRouter(const std::string& name, const std::string& params); 165 void GetState(int32_t& index, std::string& name, std::string& path); 166 void GetStateByIndex(int32_t index, std::string& name, std::string& path, std::string& params); 169 void GetPageNameAndPath(const std::string& url, std::string& name, std::string& path); 287 bool TryPreloadNamedRouter(const std::string& name, std::function<void()>&& finishCallback); 290 void RunPageByNamedRouterInner(const std::string& name, const std::string& params);
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate.h | 43 std::string name; member 108 virtual void GetState(int32_t& index, std::string& name, std::string& path) = 0; 110 virtual void GetRouterStateByIndex(int32_t& index, std::string& name, std::string& path, std::string& params) in GetRouterStateByIndex() argument 153 virtual void PostJsTask(std::function<void()>&& task, const std::string& name) = 0; 154 virtual void PostUITask(std::function<void()>&& task, const std::string& name) {} in PostUITask() argument 256 virtual void PostSyncTaskToPage(std::function<void()>&& task, const std::string& name) = 0;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/ |
H A D | svg_dom.cpp | 165 const char* name = nullptr; in ParseAttrs() local 168 while ((name = attrIter.next(&value))) { in ParseAttrs() 169 SetAttrValue(name, value, svgNode); in ParseAttrs() 228 void SvgDom::SetAttrValue(const std::string& name, const std::string& value, const RefPtr<SvgNode>& svgNode) in SetAttrValue() argument 243 auto attrIter = BinarySearchFindIndex(attrs, ArraySize(attrs), name.c_str()); in SetAttrValue() 248 svgNode->SetAttr(name, value); in SetAttrValue()
|
/foundation/barrierfree/accessibility/frameworks/acfwk/include/ |
H A D | accessibility_config_impl.h | 50 Accessibility::RetError EnableAbility(const std::string &name, const uint32_t capabilities); 51 Accessibility::RetError DisableAbility(const std::string &name); 59 Accessibility::RetError SetShortkeyTarget(const std::string &name); 60 Accessibility::RetError SetShortkeyMultiTarget(const std::vector<std::string> &name); 80 Accessibility::RetError GetShortkeyTarget(std::string &name); 81 Accessibility::RetError GetShortkeyMultiTarget(std::vector<std::string> &name);
|
/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | ble_service_data.h | 399 void SetName(const std::string &name); 595 * @brief Set device name. 597 * @param name Device name. 600 void SetDeviceName(const std::string &name); 640 * @brief Set advertiser data long name. 642 * @param name Bluetooth device name. 645 void SetLongName(const std::string &name); 648 * @brief Set advertiser data short name [all...] |
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | node_impl.h | 160 void CloneEcs(const BASE_NS::string& name, META_NS::IObject::Ptr target) const; 178 void RenameEntity(const BASE_NS::string& name); 187 const BASE_NS::string& path, const BASE_NS::string& name, SceneHolder::WeakPtr sceneHolder, 194 static void SetPathWithEcsNode(const BASE_NS::shared_ptr<NodeImpl>& self, const BASE_NS::string& name, 197 static bool SetPathWithoutNode(const BASE_NS::shared_ptr<NodeImpl>& self, const BASE_NS::string& name, 203 void SetPath(const BASE_NS::string& path, const BASE_NS::string& name, CORE_NS::Entity entity) override;
|