Home
last modified time | relevance | path

Searched refs:set (Results 6651 - 6675 of 12253) sorted by relevance

1...<<261262263264265266267268269270>>...491

/third_party/rust/crates/nix/src/sys/
H A Dtimerfd.rs22 //! // We set a new one-shot timer in 1 seconds.
23 //! timer.set(
107 /// There are 3 types of alarms you can set:
115 /// go off 60s after I set it and every 60s after that. The alarm will
121 /// The alarm will first trigger 1h after I set it and then every 60s
126 /// If you do not set any `TimerSetTimeFlags`, then the `TimeSpec` you pass
128 /// to go off at a certain point in time, you can set `TFD_TIMER_ABSTIME`.
134 /// Note: Only one alarm can be set for any given timer. Setting a new alarm
140 pub fn set( in set() functions
157 /// Get the parameters for the alarm currently set, i
[all...]
/third_party/skia/buildtools/checkdeps/
H A Drules.py91 By default, rules are added to the set of rules applicable to all
95 set of rules per unique regular expression.
131 deps = set()
H A Dresults.py22 # The set of rules containing self.violated_rule.
146 self.violations = set()
/third_party/spirv-tools/source/opt/
H A Dinterp_fixup_pass.cpp19 #include <set>
H A Dmerge_return_pass.h322 // A map from a basic block, bb, to the set of basic blocks which represent
324 std::unordered_map<BasicBlock*, std::set<uint32_t>> new_edges_;
326 // Contains all return blocks that are merged. This is set is populated while
/third_party/spirv-tools/source/reduce/
H A Dremove_struct_member_reduction_opportunity.cpp27 std::set<opt::Instruction*> decorations_to_kill; in Apply()
/third_party/vk-gl-cts/scripts/egl/
H A Dproc_address_tests.py93 seen = set()
/third_party/vk-gl-cts/scripts/
H A Dgen_android_bp.py132 seenDirs = set()
H A Dgen_android_mk.py113 seenDirs = set()
/third_party/vk-gl-cts/scripts/src_util/
H A Dcheck_include_guards.py29 IGNORE_FILES = set(["tcuEAGLView.h", "tcuIOSAppDelegate.h", "tcuIOSViewController.h"])
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DVertexAttribute.cpp20 mBoundAttributesMask.set(boundAttribute); in VertexBinding()
156 // A vertex attribute with a positive divisor loads one instanced vertex for every set of
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
H A Dhostap_hw.c874 printk(KERN_DEBUG "%s: cannot set RID %04x (len=%d) - no PRI " in hfa384x_set_rid()
1210 printk(KERN_INFO "%s: could not set host roaming\n", in prism2_setup_rids()
1302 /* EvStat has Cmd bit set in some cases, so retry once if no in prism2_hw_init()
2421 * though busy bit is not set in offset register; in prism2_info()
2827 printk(KERN_ERR "%s: passive scan channel set %d " in hostap_passive_scan()
2940 int set; member
2943 static int prism2_set_tim(struct net_device *dev, int aid, int set) in prism2_set_tim() argument
2958 new_entry->set = set; in prism2_set_tim()
2966 "set in prism2_set_tim()
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Drenesas_usb3.c361 bool extcon_host; /* check id and set EXTCON_USB_HOST */
362 bool extcon_usb; /* check vbus and set EXTCON_USB */
551 /* Enables {U2,U1} if the bits of UDIR and UREQ are set to 0 */ in usb3_feature_get_un_enabled()
564 /* Enables U2 if the bits of UDIR and UREQ are set to 0 */ in usb3_feature_u2_enable()
575 /* Enables U1 if the bits of UDIR and UREQ are set to 0 */ in usb3_feature_u1_enable()
816 /* This bit shall be set within 12ms from the start of HotReset */ in usb3_irq_epc_int_1_hot_reset()
1635 struct usb_ctrlrequest *ctrl, bool set) in usb3_std_req_feature_device()
1642 if (!set) in usb3_std_req_feature_device()
1652 usb3_feature_u1_enable(usb3, set); in usb3_std_req_feature_device()
1654 usb3_feature_u2_enable(usb3, set); in usb3_std_req_feature_device()
1634 usb3_std_req_feature_device(struct renesas_usb3 *usb3, struct usb_ctrlrequest *ctrl, bool set) usb3_std_req_feature_device() argument
1718 usb3_std_req_feature_endpoint(struct renesas_usb3 *usb3, struct usb_ctrlrequest *ctrl, bool set) usb3_std_req_feature_endpoint() argument
1743 usb3_std_req_feature(struct renesas_usb3 *usb3, struct usb_ctrlrequest *ctrl, bool set) usb3_std_req_feature() argument
[all...]
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-c2c.c1059 DECLARE_BITMAP(set, c2c.cpus_cnt); in node_entry()
1061 bitmap_zero(set, c2c.cpus_cnt); in node_entry()
1062 bitmap_and(set, c2c_he->cpuset, c2c.nodes[node], c2c.cpus_cnt); in node_entry()
1064 if (!bitmap_weight(set, c2c.cpus_cnt)) { in node_entry()
1084 int num = bitmap_weight(set, c2c.cpus_cnt); in node_entry()
1129 ret = bitmap_scnprintf(set, c2c.cpus_cnt, hpp->buf, hpp->size); in node_entry()
2019 unsigned long *set; in setup_nodes() local
2021 set = bitmap_alloc(c2c.cpus_cnt); in setup_nodes()
2022 if (!set) in setup_nodes()
2025 nodes[node] = set; in setup_nodes()
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Drenesas_usb3.c368 bool extcon_host; /* check id and set EXTCON_USB_HOST */
369 bool extcon_usb; /* check vbus and set EXTCON_USB */
599 /* Enables {U2,U1} if the bits of UDIR and UREQ are set to 0 */ in usb3_feature_get_un_enabled()
612 /* Enables U2 if the bits of UDIR and UREQ are set to 0 */ in usb3_feature_u2_enable()
623 /* Enables U1 if the bits of UDIR and UREQ are set to 0 */ in usb3_feature_u1_enable()
874 /* This bit shall be set within 12ms from the start of HotReset */ in usb3_irq_epc_int_1_hot_reset()
1693 struct usb_ctrlrequest *ctrl, bool set) in usb3_std_req_feature_device()
1700 if (!set) in usb3_std_req_feature_device()
1710 usb3_feature_u1_enable(usb3, set); in usb3_std_req_feature_device()
1712 usb3_feature_u2_enable(usb3, set); in usb3_std_req_feature_device()
1692 usb3_std_req_feature_device(struct renesas_usb3 *usb3, struct usb_ctrlrequest *ctrl, bool set) usb3_std_req_feature_device() argument
1776 usb3_std_req_feature_endpoint(struct renesas_usb3 *usb3, struct usb_ctrlrequest *ctrl, bool set) usb3_std_req_feature_endpoint() argument
1801 usb3_std_req_feature(struct renesas_usb3 *usb3, struct usb_ctrlrequest *ctrl, bool set) usb3_std_req_feature() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/
H A Dhostap_hw.c874 printk(KERN_DEBUG "%s: cannot set RID %04x (len=%d) - no PRI " in hfa384x_set_rid()
1210 printk(KERN_INFO "%s: could not set host roaming\n", in prism2_setup_rids()
1302 /* EvStat has Cmd bit set in some cases, so retry once if no in prism2_hw_init()
2425 * though busy bit is not set in offset register; in prism2_info()
2831 printk(KERN_ERR "%s: passive scan channel set %d " in hostap_passive_scan()
2944 int set; member
2947 static int prism2_set_tim(struct net_device *dev, int aid, int set) in prism2_set_tim() argument
2962 new_entry->set = set; in prism2_set_tim()
2970 "set in prism2_set_tim()
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dvalue-mirror.cc1382 v8::Local<v8::Set> set = v8::Set::New(isolate); in getProperties() local
1397 if (!set->Add(context, toV8String(isolate, "length")).ToLocal(&set)) { in getProperties()
1412 v8::Maybe<bool> result = set->Has(context, v8Name); in getProperties()
1421 if (!set->Add(context, v8Name).ToLocal(&set)) return false; in getProperties()
1480 if (!descriptor.set.IsEmpty()) { in getProperties()
1481 setterMirror = ValueMirror::create(context, descriptor.set); in getProperties()
1737 v8::Local<v8::Set> set = value.As<v8::Set>(); in create() local
1740 descriptionForCollection(isolate, set, se in create()
[all...]
/third_party/python/Lib/email/
H A D_header_value_parser.py83 WSP = set(' \t')
84 CFWS_LEADER = WSP | set('(')
85 SPECIALS = set(r'()<>@,:;.\"[]')
87 DOT_ATOM_ENDS = ATOM_ENDS - set('.')
89 PHRASE_ENDS = SPECIALS - set('."(')
90 TSPECIALS = (SPECIALS | set('/?=')) - set('.')
92 ASPECIALS = TSPECIALS | set("*'%")
94 EXTENDED_ATTRIBUTE_ENDS = ATTRIBUTE_ENDS - set('%')
540 nameset = set(sel
[all...]
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dreadme.tex49 The registry uses an XML representation of the API and a set of Python 3
190 feature set.
288 \item \attr{name} - group name, an arbitrary string for grouping a set
583 is the set of interfaces (enumerants and commands) defined by a
609 set of interfaces that is respectively required for, or removed from,
670 extension is the set of interfaces defined by a particular API extension
674 which describes the set of API names which the extension can potentially
682 \attr{api} tag of a set of \tag{feature} tags.
694 set of interfaces that is respectively required for, or removed from,
734 A \tag{require} block defines a set o
[all...]
/third_party/python/Lib/unittest/test/testmock/
H A Dtestmock.py301 self.assertTrue(mock.called, "called not set")
304 "call_args not set")
306 "call_args not set")
308 "call_args not set")
320 "call_args not set")
325 "call_args_list not set")
518 "attribute name not set correctly")
520 "attribute parent not set correctly")
952 attrs = set(dir(mock))
953 type_attrs = set([
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp110 std::set<PreScanInfo> installList_;
111 std::set<PreScanInfo> systemHspList_;
112 std::set<std::string> uninstallList_;
113 std::set<PreBundleConfigInfo> installListCapabilities_;
114 std::set<std::string> extensiontype_;
1223 std::set<int32_t> userIds = dataMgr->GetAllUser(); in InnerProcessCheckAppDataDir()
1412 std::set<int32_t> userIds = dataMgr->GetAllUser(); in ProcessNewBackupDir()
2460 std::set<std::string> hmpSet; in GetHmpList()
2849 std::set<std::string> exceptionPaths; in HandlePreInstallException()
2850 std::set<st in HandlePreInstallException()
[all...]
/kernel/linux/linux-5.10/net/mac80211/
H A Dcfg.c460 * using FT, it attempts to set the key before in ieee80211_add_key()
462 * so it will set the key again after association. in ieee80211_add_key()
1348 u32 mask, u32 set) in sta_apply_auth_flags()
1353 set & BIT(NL80211_STA_FLAG_AUTHENTICATED) && in sta_apply_auth_flags()
1361 set & BIT(NL80211_STA_FLAG_ASSOCIATED) && in sta_apply_auth_flags()
1377 if (set & BIT(NL80211_STA_FLAG_AUTHORIZED)) in sta_apply_auth_flags()
1388 !(set & BIT(NL80211_STA_FLAG_ASSOCIATED)) && in sta_apply_auth_flags()
1396 !(set & BIT(NL80211_STA_FLAG_AUTHENTICATED)) && in sta_apply_auth_flags()
1478 u32 mask, set; in sta_apply_parameters() local
1485 set in sta_apply_parameters()
1346 sta_apply_auth_flags(struct ieee80211_local *local, struct sta_info *sta, u32 mask, u32 set) sta_apply_auth_flags() argument
[all...]
/kernel/linux/linux-6.6/net/mac80211/
H A Dcfg.c520 * using FT, it attempts to set the key before in ieee80211_add_key()
522 * so it will set the key again after association. in ieee80211_add_key()
1671 u32 mask, u32 set) in sta_apply_auth_flags()
1676 set & BIT(NL80211_STA_FLAG_AUTHENTICATED) && in sta_apply_auth_flags()
1684 set & BIT(NL80211_STA_FLAG_ASSOCIATED) && in sta_apply_auth_flags()
1700 if (set & BIT(NL80211_STA_FLAG_AUTHORIZED)) in sta_apply_auth_flags()
1711 !(set & BIT(NL80211_STA_FLAG_ASSOCIATED)) && in sta_apply_auth_flags()
1719 !(set & BIT(NL80211_STA_FLAG_AUTHENTICATED)) && in sta_apply_auth_flags()
1900 u32 mask, set; in sta_apply_parameters() local
1904 set in sta_apply_parameters()
1669 sta_apply_auth_flags(struct ieee80211_local *local, struct sta_info *sta, u32 mask, u32 set) sta_apply_auth_flags() argument
[all...]
/base/notification/common_event_service/services/src/
H A Dcommon_event_subscriber_manager.cpp19 #include <set>
314 std::set<SubscriberRecordPtr> EventSubscribersPtr; in InsertSubscriberRecordLocked()
515 std::set<int> pidList, const bool &freezeState, const int64_t &freezeTime) in UpdateFreezeInfo()
751 std::set<pid_t> pidSet; in GetTopSubscriberCounts()
/base/security/access_token/services/privacymanager/test/unittest/
H A Dpermission_record_db_test.cpp191 std::set<int32_t> opCodeList; in HWTEST_F()
206 std::set<int32_t> opCodeList; in HWTEST_F()
512 std::set<int32_t> opCodeList; in HWTEST_F()
602 std::set<int32_t> opCodeList; in HWTEST_F()

Completed in 51 milliseconds

1...<<261262263264265266267268269270>>...491