Home
last modified time | relevance | path

Searched refs:extend (Results 326 - 350 of 1997) sorted by relevance

1...<<11121314151617181920>>...80

/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/hal/
H A Dhal8188e_rate_adaptive.c85 struct odm_ra_info *pRaInfo, u8 extend) in odm_SetTxRPTTiming_8188E()
93 if (extend == 0) { /* back to default timing */ in odm_SetTxRPTTiming_8188E()
95 } else if (extend == 1) {/* increase the timing */ in odm_SetTxRPTTiming_8188E()
99 } else if (extend == 2) {/* decrease the timing */ in odm_SetTxRPTTiming_8188E()
84 odm_SetTxRPTTiming_8188E(struct odm_dm_struct *dm_odm, struct odm_ra_info *pRaInfo, u8 extend) odm_SetTxRPTTiming_8188E() argument
/third_party/PyYAML/lib/yaml/
H A Dconstructor.py189 merge.extend(value_node.value)
202 merge.extend(value)
408 data.extend(self.construct_sequence(node))
483 # 'extend' is blacklisted because it is used by
487 return ['^extend$', '^__.*__$']
652 instance.extend(listitems)
/third_party/python/Lib/test/
H A Dtest_bdb.py391 args.extend(remain)
523 sl.extend(set_list)
1100 self.expect_set.extend(
1106 self.expect_set.extend(
/third_party/rust/crates/proc-macro2/src/
H A Dlib.rs273 fn extend<I: IntoIterator<Item = TokenTree>>(&mut self, streams: I) { in extend() functions
274 self.inner.extend(streams); in extend()
279 fn extend<I: IntoIterator<Item = TokenStream>>(&mut self, streams: I) { in extend() functions
281 .extend(streams.into_iter().map(|stream| stream.inner)); in extend()
/base/security/asset/test/unittest/inner_kits_rust/src/
H A Dpost_query_abnormal.rs46 tags_bytes.extend(labels_bytes); in post_query_unsupported_tags()
/base/startup/init/interfaces/innerkits/include/
H A Dinit_utils.h133 * @param extend optional extended strings array, last string must be NULL
136 int OH_ExtendableStrArrayGetIndex(const char *strArray[], const char *target, int ignoreCase, const char *extend[]);
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dcsum_ipv6_magic.S25 zapnot $20,15,$20 # .. e1 : zero extend incoming csum
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Ddma.h59 int (*extend)(struct dma_channel *chan, unsigned long op, void *param); member
/kernel/linux/linux-6.6/Documentation/sphinx/
H A Dkernel_feat.py94 args.extend(['--arch', self.arguments[1]])
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dcsum_ipv6_magic.S25 zapnot $20,15,$20 # .. e1 : zero extend incoming csum
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_bpftool.py32 _args.extend(args)
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Ddma.h59 int (*extend)(struct dma_channel *chan, unsigned long op, void *param); member
/kernel/linux/linux-6.6/rust/macros/
H A Dhelpers.rs147 rest.extend(toks);
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_bpftool.py32 _args.extend(args)
/test/testfwk/xdevice/src/xdevice/_core/context/
H A Doption_util.py81 device_options.extend([device_option] * diff_value)
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/
H A Dbuild_only_parser_lite.py48 self.state_machine.trace_logs.extend(lines)
/third_party/node/lib/internal/main/
H A Dprint_help.js73 hasSmallICU ? '' : ' (will extend linked-in data)' }],
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
H A Dv8_commands.py82 self.common_flags.extend(['--random-seed', str(options.random_seed)])
/third_party/node/tools/gyp/tools/
H A Dpretty_sln.py161 argv.extend(sys.argv[3:])
/third_party/rust/crates/cxx/gen/src/
H A Dinclude.rs178 fn extend<I: IntoIterator<Item = &'i Include>>(&mut self, iter: I) { in extend() functions
179 self.custom.extend(iter.into_iter().cloned()); in extend()
/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Dinclude.rs178 fn extend<I: IntoIterator<Item = &'i Include>>(&mut self, iter: I) { in extend() functions
179 self.custom.extend(iter.into_iter().cloned()); in extend()
/third_party/rust/crates/cxx/gen/build/src/
H A Ddeps.rs100 .extend(dirs.into_iter().map(|(_sort_key, dir)| HeaderDir { in direct_dependencies()
/third_party/python/Tools/scripts/
H A Dgenerate_re_casefix.py59 bad_codes.extend(t)
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dinclude.rs178 fn extend<I: IntoIterator<Item = &'i Include>>(&mut self, iter: I) { in extend() functions
179 self.custom.extend(iter.into_iter().cloned()); in extend()
/third_party/python/Doc/
H A Dconf.py212 latex_documents.extend(('howto/' + fn[:-4], 'howto-' + fn[:-4] + '.tex',

Completed in 13 milliseconds

1...<<11121314151617181920>>...80