/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net.h | 454 u8 extend; member 458 u8 extend, u8 class, u8 major, u8 minor) in nfp_net_fw_ver_eq() 460 return fw_ver->extend == extend && in nfp_net_fw_ver_eq() 457 nfp_net_fw_ver_eq(struct nfp_net_fw_version *fw_ver, u8 extend, u8 class, u8 major, u8 minor) nfp_net_fw_ver_eq() argument
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | tagstruct.c | 101 static inline void extend(pa_tagstruct*t, size_t l) { in extend() function 118 extend(t, 1); in write_u8() 131 extend(t, 4); in write_u32() 184 extend(t, len); in write_arbitrary()
|
/third_party/python/Tools/unicode/ |
H A D | makeunicodedata.py | 214 decomp_data.extend(decomp) 471 extra_casing.extend(sc[0]) 474 extra_casing.extend(cf) 476 extra_casing.extend(sc[2]) 482 extra_casing.extend(sc[1]) 672 wordlist.extend(wordtail) 1339 t2.extend(bin)
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/ |
H A D | textfield_declaration.h | 43 // Whether height of textfield can auto-extend. 44 bool extend = false; member 590 return attribute.extend; in IsExtend() 593 void SetExtend(bool extend) in SetExtend() argument 596 attribute.extend = extend; in SetExtend()
|
/third_party/python/Lib/lib2to3/ |
H A D | refactor.py | 96 head_nodes[node_type].extend(every) 463 match_set[fxr].extend(new_matches[fxr]) 558 result.extend(self.refactor_doctest(block, block_lineno, 570 result.extend(self.refactor_doctest(block, block_lineno, 576 result.extend(self.refactor_doctest(block, block_lineno,
|
/third_party/rust/crates/syn/src/ |
H A D | punctuated.rs | 437 ret.extend(i); in from_iter() 446 fn extend<I: IntoIterator<Item = T>>(&mut self, i: I) { in extend() functions 465 fn extend<I: IntoIterator<Item = Pair<T, P>>>(&mut self, i: I) { in extend() functions 498 elements.extend(self.inner.into_iter().map(|pair| pair.0)); in into_iter() 499 elements.extend(self.last.map(|t| *t)); in into_iter()
|
/test/testfwk/developer_test/src/core/config/ |
H A D | parse_parts_config.py | 115 part_name_list.extend(parts)
|
/third_party/gn/misc/ |
H A D | help_as_html.py | 41 output_line.extend([sep + cgi.escape(rest) + '</li>'])
|
/third_party/jinja2/ |
H A D | visitor.py | 71 new_values.extend(value)
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | visitor.py | 62 new_values.extend(value)
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | visitor.py | 68 new_values.extend(value)
|
/third_party/node/tools/gyp/tools/ |
H A D | graphviz.py | 39 to_visit.extend(edges[src])
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/ |
H A D | AnyPath.java | 83 * <li>{@code "xx".extend(false) == "xxx"} 84 * <li>{@code "xx".extend(true) == "(xxx)?"} 85 * <li>{@code "xx(x)?".extend(false) == "xxx(x)?"} 86 * <li>{@code "xx(x)?".extend(true) == "(xxx(x)?)?"} 89 public AnyPath extend(boolean allOptional) { in extend() method in AnyPath
|
/third_party/rust/crates/cxx/gen/src/ |
H A D | file.rs | 48 attrs.extend(module.attrs); in parse()
|
/third_party/rust/crates/cxx/gen/cmd/src/gen/ |
H A D | file.rs | 48 attrs.extend(module.attrs); in parse()
|
/third_party/rust/crates/clap/src/output/textwrap/ |
H A D | mod.rs | 20 total.extend(wrapper.wrap(line));
|
/third_party/rust/crates/cxx/gen/build/src/gen/ |
H A D | file.rs | 48 attrs.extend(module.attrs); in parse()
|
/third_party/rust/crates/clap/src/builder/ |
H A D | possible_value.rs | 140 self.aliases.extend(names.into_iter().map(|a| a.into())); in aliases()
|
/third_party/rust/crates/codespan/codespan-reporting/tests/support/ |
H A D | color_buffer.rs | 57 self.buf.extend(buf); in write()
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_import.py | 33 pending.extend(node.children[::-2])
|
/third_party/python/Lib/multiprocessing/ |
H A D | popen_spawn_posix.py | 57 self._fds.extend([child_r, child_w])
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | visitor.py | 62 new_values.extend(value)
|
/third_party/python/Lib/test/ |
H A D | test_datetime.py | 35 test_classes.extend(type(test) for test in suit)
|
/third_party/skia/tools/ |
H A D | BUILD_simulator.py | 25 result.extend(d[k])
|
/third_party/skia/tools/skpbench/ |
H A D | _adb.py | 16 self.__invocation.extend(['-s', device_serial])
|