Home
last modified time | relevance | path

Searched refs:slice (Results 2076 - 2100 of 2528) sorted by relevance

1...<<81828384858687888990>>...102

/third_party/node/deps/npm/lib/commands/
H A Dprofile.js175 let value = args.length > 1 ? args.slice(1).join(' ') : null
/third_party/node/deps/npm/node_modules/cacache/lib/
H A Dverify.js129 const digest = split.slice(split.length - 3).join('')
/third_party/node/deps/npm/node_modules/cli-table3/src/
H A Dlayout-manager.js161 row = row.slice();
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
H A Dtokenize.js185 content = css.slice(start, next + 1);
/third_party/node/deps/undici/src/lib/mock/
H A Dmock-utils.js62 const clone = headers.slice()
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/lib/types/
H A Dmultipart.js198 if (extralen > 0) { file.push(data.slice(0, extralen)) }
/third_party/rust/crates/cxx/tests/ffi/
H A Dlib.rs106 fn c_return_mutsliceu8(slice: &mut [u8]) -> &mut [u8]; in c_return_mutsliceu8()
270 fn r_return_mutsliceu8(slice: &mut [u8]) -> &mut [u8]; in r_return_mutsliceu8()
491 fn r_return_mutsliceu8(slice: &mut [u8]) -> &mut [u8] { in r_return_mutsliceu8()
492 slice in r_return_mutsliceu8()
593 let slice = v.as_slice(); in r_take_ref_vector()
594 assert_eq!(slice, [20, 2, 0]); in r_take_ref_vector()
638 fn r_try_return_sliceu8(slice: &[u8]) -> Result<&[u8], Error> { in r_try_return_sliceu8()
639 Ok(slice) in r_try_return_sliceu8()
642 fn r_try_return_mutsliceu8(slice: &mut [u8]) -> Result<&mut [u8], Error> { in r_try_return_mutsliceu8()
643 Ok(slice) in r_try_return_mutsliceu8()
[all...]
/third_party/rust/crates/clap/src/parser/
H A Darg_matcher.rs112 pub(crate) fn arg_ids(&self) -> std::slice::Iter<'_, Id> {
/third_party/python/Include/internal/
H A Dpycore_ast_state.h234 PyObject *slice; member
/third_party/python/Lib/
H A Dcopy.py110 bytes, frozenset, type, range, slice, property,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DBinaryStreamArray.h120 BinaryStreamRef NewStream = Stream.slice(0, End); in substream()
H A DFormatProviders.h380 StringRef Result = Style.slice(1, End);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFormatProviders.h371 StringRef Result = Style.slice(1, End);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DCachePruning.cpp56 StringRef NumStr = Duration.slice(0, Duration.size()-1); in parseDuration()
H A DSpecialCaseList.cpp150 Section = I->slice(1, I->size() - 1); in parse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp87 CEOps.slice(1))); in createReplacementInstr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp376 annotateValueSite(*M, *I, ICallProfDataRef.slice(NumPromoted), TotalCount, in processFunction()
/third_party/python/Lib/test/
H A Dtest_type_comments.py394 self.assertEqual(tree.returns.slice.id, "str")
/third_party/skia/experimental/docs/
H A DanimationCommon.js119 copy[i][curve] = curves[curve].slice(0); // clone the array of curves
/third_party/rust/crates/serde/serde/src/
H A Dlib.rs179 pub use self::core::{cmp, mem, slice};
/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/
H A Dgridobjectsortcomponent.js745 this.copySelected = this.selected.slice();
746 this.copyUnSelected = this.unSelected.slice();
859 this.selected = this.copySelected.slice();
860 this.unSelected = this.copyUnSelected.slice();
891 this.copySelected = this.selected.slice();
892 this.copyUnSelected = this.unSelected.slice();
/third_party/rust/crates/cxx/macro/src/
H A Dexpand.rs706 Type::SliceRef(slice) => { in expand_cxx_function_shim()
707 let inner = &slice.inner; in expand_cxx_function_shim()
708 match slice.mutable { in expand_cxx_function_shim()
1019 Type::SliceRef(slice) => { in expand_rust_function_shim_impl()
1020 let inner = &slice.inner; in expand_rust_function_shim_impl()
1021 match slice.mutable { in expand_rust_function_shim_impl()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_irq.c964 u8 slice = 0; in ivb_parity_work() local
980 while ((slice = ffs(dev_priv->l3_parity.which_slice)) != 0) { in ivb_parity_work()
983 slice--; in ivb_parity_work()
985 slice >= NUM_L3_SLICES(dev_priv))) in ivb_parity_work()
988 dev_priv->l3_parity.which_slice &= ~(1<<slice); in ivb_parity_work()
990 reg = GEN7_L3CDERRST1(slice); in ivb_parity_work()
1004 parity_event[4] = kasprintf(GFP_KERNEL, "SLICE=%d", slice); in ivb_parity_work()
1011 slice, row, bank, subbank); in ivb_parity_work()
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetMBCS.java1470 b = indexes.slice(); in ARRAY()
1756 toUSection = ((IntBuffer) toUTable.position(index)).slice(); in matchToU()
3675 fromUSectionUChars = ((CharBuffer) fromUTableUChars.position(index)).slice(); in matchFromU()
3678 fromUSectionValues = ((IntBuffer) fromUTableValues.position(index)).slice(); in matchFromU()
3835 byte[] slice = new byte[length]; in writeFromU()
3839 bb.get(slice, 0, slice.length); in writeFromU()
3841 resultArray = slice; in writeFromU()
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng_for_property_config.cpp1162 ImageResizableSlice slice; in HWTEST_F() local
1163 ViewAbstract::SetBackgroundImageResizableSlice(slice); in HWTEST_F()
1164 ViewAbstract::SetBackgroundImageResizableSlice(nullptr, slice); in HWTEST_F()

Completed in 30 milliseconds

1...<<81828384858687888990>>...102