/third_party/rust/crates/proc-macro-error/src/ |
H A D | diagnostic.rs | 261 ts.extend(diag_to_tokens( in to_tokens() 267 ts.extend( in to_tokens()
|
/third_party/skia/bench/ |
H A D | check_bench_regressions.py | 183 li.extend(exceptions[i][ratio]) 187 outputs.extend(['', header] + li)
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | registry_xml.py | 459 insertion_point.extend(command) 463 insertion_point.extend(extension)
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | isp.S | 1225 mov.w %d0,%a0 # sign extend displacement 1237 mov.w %d0,%a0 # sign extend displacement 1249 mov.w %d0,%a0 # sign extend displacement 1261 mov.w %d0,%a0 # sign extend displacement 1273 mov.w %d0,%a0 # sign extend displacement 1285 mov.w %d0,%a0 # sign extend displacement 1297 mov.w %d0,%a0 # sign extend displacement 1309 mov.w %d0,%a0 # sign extend displacement 1354 ext.l %d1 # sign extend word index 1362 extb.l %d0 # sign extend displacemen [all...] |
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | isp.S | 1225 mov.w %d0,%a0 # sign extend displacement 1237 mov.w %d0,%a0 # sign extend displacement 1249 mov.w %d0,%a0 # sign extend displacement 1261 mov.w %d0,%a0 # sign extend displacement 1273 mov.w %d0,%a0 # sign extend displacement 1285 mov.w %d0,%a0 # sign extend displacement 1297 mov.w %d0,%a0 # sign extend displacement 1309 mov.w %d0,%a0 # sign extend displacement 1354 ext.l %d1 # sign extend word index 1362 extb.l %d0 # sign extend displacemen [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | umutablecptrie.cpp | 809 void extend(const UInt *data, int32_t minStart, int32_t prevDataLength, int32_t newDataLength) { in extend() function in __anon3198::MixedBlocks 1109 mixedBlocks.extend(newData, 0, 0, newDataLength); in compactData() 1123 mixedBlocks.extend(newData, 0, 0, newDataLength); in compactData() 1158 mixedBlocks.extend(newData, 0, prevDataLength, newDataLength); in compactData() 1179 mixedBlocks.extend(newData, 0, prevDataLength, newDataLength); in compactData() 1234 mixedBlocks.extend(fastIndex, 0, 0, fastIndexLength); in compactIndex() 1356 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex() 1358 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex() 1417 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex() 1419 longI3Blocks.extend(index1 in compactIndex() [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | umutablecptrie.cpp | 809 void extend(const UInt *data, int32_t minStart, int32_t prevDataLength, int32_t newDataLength) { in extend() function in __anon11850::MixedBlocks 1109 mixedBlocks.extend(newData, 0, 0, newDataLength); in compactData() 1123 mixedBlocks.extend(newData, 0, 0, newDataLength); in compactData() 1158 mixedBlocks.extend(newData, 0, prevDataLength, newDataLength); in compactData() 1179 mixedBlocks.extend(newData, 0, prevDataLength, newDataLength); in compactData() 1234 mixedBlocks.extend(fastIndex, 0, 0, fastIndexLength); in compactIndex() 1356 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex() 1358 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex() 1417 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex() 1419 longI3Blocks.extend(index1 in compactIndex() [all...] |
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_selector_events.py | 402 tr._buffer.extend(b'data') 411 tr._buffer.extend(b'1') 469 tr._buffer.extend(b'1') 679 transport._buffer.extend(b'data') 686 transport._buffer.extend(b'data1') 783 transport._buffer.extend(data) 795 transport._buffer.extend(data) 814 transport._buffer.extend(data) 825 transport._buffer.extend(data) 847 transport._buffer.extend( [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | umutablecptrie.cpp | 809 void extend(const UInt *data, int32_t minStart, int32_t prevDataLength, int32_t newDataLength) { in extend() function in __anon21079::MixedBlocks 1109 mixedBlocks.extend(newData, 0, 0, newDataLength); in compactData() 1123 mixedBlocks.extend(newData, 0, 0, newDataLength); in compactData() 1158 mixedBlocks.extend(newData, 0, prevDataLength, newDataLength); in compactData() 1179 mixedBlocks.extend(newData, 0, prevDataLength, newDataLength); in compactData() 1234 mixedBlocks.extend(fastIndex, 0, 0, fastIndexLength); in compactIndex() 1356 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex() 1358 longI3Blocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex() 1417 mixedBlocks.extend(index16, index3Start, prevIndexLength, indexLength); in compactIndex() 1419 longI3Blocks.extend(index1 in compactIndex() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/ |
H A D | tdc_helper.py | 30 ucat.extend(get_unique_item(t['category']))
|
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/ |
H A D | tdc_helper.py | 30 ucat.extend(get_unique_item(t['category']))
|
/third_party/mesa3d/bin/ |
H A D | meson-cmd-extract.py | 70 args.extend(['--native-file={}'.format(f) for f in nf])
|
/third_party/node/deps/v8/tools/release/ |
H A D | auto_push.py | 84 args.extend(["--work-dir", self._options.work_dir])
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_set_literal.py | 39 literal.extend(n.clone() for n in items.children)
|
H A D | fix_apply.py | 61 l_newargs.extend([Comma(),
|
/third_party/rust/crates/cxx/macro/src/ |
H A D | tokens.rs | 36 tokens.extend(quote_spanned!(pin.span=> ::cxx::core::pin::Pin)); in to_tokens() 64 tokens.extend(quote_spanned!(pin.span=> ::cxx::core::pin::Pin)); in to_tokens()
|
/third_party/rust/crates/regex/tests/ |
H A D | macros_bytes.rs | 21 s.extend(escape_default(b));
|
/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)
|
/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()
|
/third_party/python/Lib/ |
H A D | argparse.py | 370 lines.extend(get_lines(pos_parts, indent)) 383 lines.extend(get_lines(opt_parts, indent)) 384 lines.extend(get_lines(pos_parts, indent)) 573 parts.extend(action.option_strings) 1247 getattr(namespace, _UNRECOGNIZED_ARGS_ATTR).extend(arg_strings) 1253 items.extend(values) 1364 self.register('action', 'extend', _ExtendAction) 1909 args.extend(getattr(namespace, _UNRECOGNIZED_ARGS_ATTR)) 1925 conflicts.extend(group_actions[:i]) 1926 conflicts.extend(group_action [all...] |
/kernel/linux/build/ |
H A D | kernel_build.py | 104 issues[filename].extend(details) 114 issues[filename].extend(details) 156 reports.extend(items)
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | binstr.S | 100 addxw %d6,%d1 |add in extend from mul by 2 106 addxl %d4,%d2 |add with extend upper 32 bits 108 addxw %d6,%d1 |add in extend from add to d1
|