Home
last modified time | relevance | path

Searched refs:extend (Results 301 - 325 of 2070) sorted by relevance

1...<<11121314151617181920>>...83

/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net.h454 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 Dtagstruct.c101 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 Dmakeunicodedata.py214 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 Dtextfield_declaration.h43 // 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 Drefactor.py96 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 Dpunctuated.rs437 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 Dparse_parts_config.py115 part_name_list.extend(parts)
/third_party/gn/misc/
H A Dhelp_as_html.py41 output_line.extend([sep + cgi.escape(rest) + '</li>'])
/third_party/jinja2/
H A Dvisitor.py71 new_values.extend(value)
/third_party/node/deps/v8/third_party/jinja2/
H A Dvisitor.py62 new_values.extend(value)
/third_party/node/tools/inspector_protocol/jinja2/
H A Dvisitor.py68 new_values.extend(value)
/third_party/node/tools/gyp/tools/
H A Dgraphviz.py39 to_visit.extend(edges[src])
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DAnyPath.java83 * <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 Dfile.rs48 attrs.extend(module.attrs); in parse()
/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Dfile.rs48 attrs.extend(module.attrs); in parse()
/third_party/rust/crates/clap/src/output/textwrap/
H A Dmod.rs20 total.extend(wrapper.wrap(line));
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dfile.rs48 attrs.extend(module.attrs); in parse()
/third_party/rust/crates/clap/src/builder/
H A Dpossible_value.rs140 self.aliases.extend(names.into_iter().map(|a| a.into())); in aliases()
/third_party/rust/crates/codespan/codespan-reporting/tests/support/
H A Dcolor_buffer.rs57 self.buf.extend(buf); in write()
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_import.py33 pending.extend(node.children[::-2])
/third_party/python/Lib/multiprocessing/
H A Dpopen_spawn_posix.py57 self._fds.extend([child_r, child_w])
/third_party/skia/third_party/externals/jinja2/
H A Dvisitor.py62 new_values.extend(value)
/third_party/python/Lib/test/
H A Dtest_datetime.py35 test_classes.extend(type(test) for test in suit)
/third_party/skia/tools/
H A DBUILD_simulator.py25 result.extend(d[k])
/third_party/skia/tools/skpbench/
H A D_adb.py16 self.__invocation.extend(['-s', device_serial])

Completed in 16 milliseconds

1...<<11121314151617181920>>...83