/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
H A D | Record.h | 1912 void set(Init *Key, Init *Value) { Map[Key] = {Value, false}; } in set() function in llvm::final::final::LessRecordRegister::final
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 64 void set(short C) { in set() function in __anon25047::FAddendCoef 143 void set(short Coefficient, Value *V) { in set() function in __anon25047::FAddend 147 void set(const APFloat &Coefficient, Value *V) { in set() function in __anon25047::FAddend 151 void set(const ConstantFP *Coefficient, Value *V) { in set() function in __anon25047::FAddend 228 void FAddendCoef::set(const APFloat& C) { in set() function in FAddendCoef [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | umutablecptrie.cpp | 467 void MutableCodePointTrie::set(UChar32 c, uint32_t value, UErrorCode &errorCode) { in set() function in __anon21079::MutableCodePointTrie
|
H A D | unames.cpp | 1204 calcStringSetLength(uint32_t set[8], const char *s) { in calcStringSetLength() argument 1297 calcNameSetLength(const uint16_t *tokens, uint16_t tokenCount, const uint8_t *tokenStrings, int8_t *tokenLengths, uint32_t set[8], const uint8_t **pLine, const uint8_t *lineLimit) calcNameSetLength() argument [all...] |
/third_party/toybox/toys/pending/ |
H A D | dhcp.c | 199 int set = 1; variable
|
/third_party/python/Objects/ |
H A D | codeobject.c | 2157 PyObject *tuple, *set; in _PyCode_ConstantKey() local
|
H A D | descrobject.c | 1693 property_copy(PyObject *old, PyObject *get, PyObject *set, PyObjec argument [all...] |
H A D | setobject.c | 2300 PySet_Clear(PyObject *set) PySet_Clear() argument 2320 PySet_Discard(PyObject *set, PyObject *key) PySet_Discard() argument 2341 _PySet_NextEntry(PyObject *set, Py_ssize_t *pos, PyObject **key, Py_hash_t *hash) _PySet_NextEntry() argument 2357 PySet_Pop(PyObject *set) PySet_Pop() argument 2367 _PySet_Update(PyObject *set, PyObject *iterable) _PySet_Update() argument [all...] |
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | GeneratedMessageV3.java | 2038 void set(Builder builder, Object value); set() method 2149 void set(final GeneratedMessageV3.Builder<?> builder, final Object value); set() method 2215 public void set(final GeneratedMessageV3.Builder<?> builder, final Object value) { set() method in GeneratedMessageV3.FieldAccessorTable.SingularFieldAccessor.ReflectionInvoker 2292 public void set(final Builder builder, final Object value) { set() method in GeneratedMessageV3.FieldAccessorTable.SingularFieldAccessor 2506 public void set(final Builder builder, final Object value) { set() method in GeneratedMessageV3.FieldAccessorTable.RepeatedFieldAccessor 2652 public void set(Builder builder, Object value) { set() method in GeneratedMessageV3.FieldAccessorTable.MapFieldAccessor 2790 public void set(final Builder builder, final Object value) { set() method in GeneratedMessageV3.FieldAccessorTable.SingularEnumFieldAccessor 2941 public void set(GeneratedMessageV3.Builder builder, Object value) { set() method in GeneratedMessageV3.FieldAccessorTable.SingularStringFieldAccessor 2985 public void set(final Builder builder, final Object value) { set() method in GeneratedMessageV3.FieldAccessorTable.SingularMessageFieldAccessor [all...] |
H A D | GeneratedMessage.java | 2171 void set(Builder builder, Object value); set() method 2316 public void set(final Builder builder, final Object value) { set() method in GeneratedMessage.FieldAccessorTable.SingularFieldAccessor 2455 public void set(final Builder builder, final Object value) { set() method in GeneratedMessage.FieldAccessorTable.RepeatedFieldAccessor 2590 public void set(Builder builder, Object value) { set() method in GeneratedMessage.FieldAccessorTable.MapFieldAccessor 2730 public void set(final Builder builder, final Object value) { set() method in GeneratedMessage.FieldAccessorTable.SingularEnumFieldAccessor 2887 public void set(GeneratedMessage.Builder builder, Object value) { set() method in GeneratedMessage.FieldAccessorTable.SingularStringFieldAccessor 2930 public void set(final Builder builder, final Object value) { set() method in GeneratedMessage.FieldAccessorTable.SingularMessageFieldAccessor [all...] |
/third_party/python/Modules/ |
H A D | selectmodule.c | 123 seq2set(PyObject *seq, fd_set *set, pylist fd2obj[FD_SETSIZE + 1]) in seq2set() argument 184 set2list(fd_set *set, pylist fd2obj[FD_SETSIZE + 1]) in set2list() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | btree_test.cc | 1318 absl::btree_set<std::string> set; in TEST() local 1384 absl::btree_set<MovableOnlyInstance> set; TEST() local 1443 ExpectOperationCounts(const int expected_moves, const int expected_comparisons, const std::vector<int> &values, InstanceTracker *tracker, Set *set) ExpectOperationCounts() argument 1689 absl::btree_set<int> set; TEST() local 1893 absl::btree_set<int> set = {1, 2, 3, 4, 5}; TEST() local 2767 absl::btree_set<MultiKey, TypeParam> set; TYPED_TEST() local 2783 absl::btree_set<MultiKey, TypeParam> set; TYPED_TEST() local 2804 absl::btree_set<MultiKey, TypeParam> set = { TYPED_TEST() local 2811 const absl::btree_set<MultiKey, TypeParam> set = { TYPED_TEST() local 2942 absl::btree_set<MultiKey, TransparentPassThroughComp<MultiKeyComp>> set; TEST() local 2948 absl::btree_set<MultiKey, MultiKeyComp> set = {{}, MultiKeyComp{}}; TEST() local [all...] |
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_verify.c | 481 struct cil_catset *set = (struct cil_catset *)datum; in cil_verify_no_self_reference() local
|
/third_party/rust/crates/nix/src/ |
H A D | unistd.rs | 1821 pub fn set(secs: libc::c_uint) -> Option<libc::c_uint> { set() functions [all...] |
/third_party/selinux/libsepol/src/ |
H A D | expand.c | 2530 int type_set_expand(type_set_t * set, ebitmap_t * t, policydb_t * p, in type_set_expand() argument 2390 expand_convert_type_set(policydb_t * p, uint32_t * typemap, type_set_t * set, ebitmap_t * types, unsigned char alwaysexpand) expand_convert_type_set() argument [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | ir_context.h | 460 bool AreAnalysesValid(Analysis set) { return (set & valid_analyses_) == set; } in AreAnalysesValid() argument 525 uint32_t set = inst->GetSingleWordInOperand(kExtInstSetIdInIndx); in IsCombinatorInstruction() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineBindPointTests.cpp | 314 void makePoolAndSet (const DeviceInterface& vkd, VkDevice device, VkDescriptorSetLayout layout, Move<VkDescriptorPool>& pool, Move<VkDescriptorSet>& set) in makePoolAndSet() argument 322 void writeSetUpdate (const DeviceInterface& vkd, VkDevice device, VkBuffer buffer, VkDeviceSize offset, VkDeviceSize size, VkDescriptorSet set) in writeSetUpdate() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
H A D | wpa.c | 4492 wpa_sm_set_reset_fils_completed(struct wpa_sm *sm, int set) wpa_sm_set_reset_fils_completed() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_config_file.c | 816 int i, set = 0; in hostapd_config_read_wep() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ap_drv_ops.c | 414 hostapd_sta_add(struct hostapd_data *hapd, const u8 *addr, u16 aid, u16 capability, const u8 *supp_rates, size_t supp_rates_len, u16 listen_interval, const struct ieee80211_ht_capabilities *ht_capab, const struct ieee80211_vht_capabilities *vht_capab, const struct ieee80211_he_capabilities *he_capab, size_t he_capab_len, const struct ieee80211_he_6ghz_band_cap *he_6ghz_capab, u32 flags, u8 qosinfo, u8 vht_opmode, int supp_p2p_ps, int set) hostapd_sta_add() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_config_file.c | 807 int i, set = 0; in hostapd_config_read_wep() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ap_drv_ops.c | 410 hostapd_sta_add(struct hostapd_data *hapd, const u8 *addr, u16 aid, u16 capability, const u8 *supp_rates, size_t supp_rates_len, u16 listen_interval, const struct ieee80211_ht_capabilities *ht_capab, const struct ieee80211_vht_capabilities *vht_capab, const struct ieee80211_he_capabilities *he_capab, size_t he_capab_len, u32 flags, u8 qosinfo, u8 vht_opmode, int supp_p2p_ps, int set) hostapd_sta_add() argument
|
H A D | ieee802_11.c | 3363 int set = 1; in add_associated_sta() local [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dbus_usb_linux.c | 2299 dbus_write_membytes(usbos_info_t* usbinfo, bool set, uint32 address, uint8 *data, uint size) in dbus_write_membytes() argument
|
H A D | dhd_pno.c | 1643 dhd_set_epno_params(dhd_pub_t *dhd, wl_ssid_ext_params_t *params, bool set) dhd_set_epno_params() argument [all...] |