Home
last modified time | relevance | path

Searched refs:slice (Results 1751 - 1775 of 2326) sorted by relevance

1...<<71727374757677787980>>...94

/third_party/rust/crates/cxx/macro/src/syntax/
H A Dcheck.rs543 Some(Type::SliceRef(slice)) if slice.mutable => {} in check_mut_return_restriction()
569 Type::SliceRef(slice) => slice.mutable, in visit_type()
728 Type::SliceRef(_) => "slice".to_owned(), in describe()
/third_party/skia/third_party/externals/brotli/research/
H A Ddurchschlag.cc11 /* (Sum of) value(s) of slice(s). */
107 TextIdx slice = shortcut[i + span - 1]; in buildCandidatesList() local
108 MetaSlot& pick = slots[slice]; in buildCandidatesList()
129 TextIdx slice = shortcut[i + span - 1]; in buildCandidatesList() local
130 MetaSlot& pick = slots[slice]; in buildCandidatesList()
658 /* Build slice map. */ in durchschlag_distill()
662 /* Calculate slice population. */ in durchschlag_distill()
700 /* Build slice map. */ in durchschlag_purify()
704 /* Calculate slice population. */ in durchschlag_purify()
/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/
H A Drepeated_field_test.rb492 arr.slice!(2)
495 arr.slice!(1,2)
498 arr.slice!(0..1)
501 arr.slice!(10)
/third_party/protobuf/ruby/tests/
H A Drepeated_field_test.rb514 arr.slice!(2)
517 arr.slice!(1,2)
520 arr.slice!(0..1)
523 arr.slice!(10)
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dcheck.rs543 Some(Type::SliceRef(slice)) if slice.mutable => {} in check_mut_return_restriction()
569 Type::SliceRef(slice) => slice.mutable, in visit_type()
728 Type::SliceRef(_) => "slice".to_owned(), in describe()
/third_party/astc-encoder/Source/
H A Dastcenccli_toplevel.cpp284 * @brief Utility to generate a slice file name from a pattern.
286 * Convert "foo/bar.png" in to "foo/bar_<slice>.png"
289 * @param index The slice index.
292 * @return The slice file name.
342 astcenc_image* slice = nullptr; in load_uncomp_file() local
356 slice = load_ncimage(slice_name.c_str(), y_flip, in load_uncomp_file()
358 if (!slice) in load_uncomp_file()
363 slices.push_back(slice); in load_uncomp_file()
366 if (slice->dim_z != 1) in load_uncomp_file()
381 if ((slices[0]->dim_x != slice in load_uncomp_file()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DBlitter.cpp105 uint8_t *slice = (uint8_t*)dest->lock(dRect.x0, dRect.y0, dRect.slice, sw::LOCK_WRITEONLY, sw::PUBLIC, useDestInternal); in fastClear() local
109 uint8_t *d = slice; in fastClear()
131 slice += dest->getSliceB(useDestInternal); in fastClear()
168 source->lockInternal(0, 0, sRect.slice, sw::LOCK_READONLY, sw::PUBLIC); in blit()
169 dest->lockInternal(0, 0, dRect.slice, sw::LOCK_WRITEONLY, sw::PUBLIC); in blit()
1448 source->lock(0, 0, sourceRect.slice, sw::LOCK_READONLY, sw::PUBLIC, useSourceInternal); in blitReactor()
1450 dest->lock(0, 0, destRect.slice, isRGBA ? (isEntireDest ? sw::LOCK_DISCARD : sw::LOCK_WRITEONLY) : sw::LOCK_READWRITE, sw::PUBLIC, useDestInternal); in blitReactor()
/third_party/typescript/tests/baselines/reference/
H A DvariadicTuples1.js199 k0 = 'slice';
200 k1 = 'slice';
201 k2 = 'slice';
411 if (!ar) ar = Array.prototype.slice.call(from, 0, i);
415 return to.concat(ar || Array.prototype.slice.call(from));
466 var ax = t.slice(0); // [string, ...T]
467 var b1 = t[0], bx = t.slice(1); // string, [...T]
468 var c1 = t[0], c2 = t[1], cx = t.slice(2); // string, [string, ...T][1], T[number][]
471 var ax = t.slice(0); // [string, ...T, number]
472 var b1 = t[0], bx = t.slice(
[all...]
/third_party/node/src/
H A Dnode_blob.cc64 SetProtoMethod(isolate, tmpl, "slice", ToSlice); in GetConstructorTemplate()
145 BaseObjectPtr<Blob> slice = blob->Slice(env, start, end); in ToSlice() local
146 if (slice) in ToSlice()
147 args.GetReturnValue().Set(slice->object()); in ToSlice()
/third_party/node/test/fixtures/wpt/common/security-features/resources/
H A Dcommon.sub.js1200 sourceContextList: sourceContextList.slice(1)});
1206 sourceContextList: sourceContextList.slice(1)});
1265 sourceContextList: sourceContextList.slice(1)},
/third_party/node/deps/npm/node_modules/@npmcli/package-json/lib/
H A Dnormalize.js31 const base = path.join('/', path.basename(binKey.replace(/\\|:/g, '/'))).slice(1)
39 .replace(/\\/g, '/').slice(1)
78 const rest = spec.slice(1).split('/')
/third_party/node/deps/npm/lib/commands/
H A Dview.js97 pkg = `${manifest.name}${pkg.slice(1)}`
149 const wsPkg = `${name}${pkg.slice(1)}`
420 this.npm.output(columns(info.deps.slice(0, maxDeps), { padding: 1 }))
/third_party/node/deps/v8/src/regexp/
H A Dregexp-macro-assembler.cc393 SlicedString slice = SlicedString::cast(subject_ptr); in Match() local
394 subject_ptr = slice.parent(); in Match()
395 slice_offset = slice.offset(); in Match()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp131 Data.getData().slice(*Offset, *Offset + ExprLength), in parse()
144 Data.getData().slice(*Offset, *Offset + BlockLength), in parse()
459 AugmentationData = Data.getData().slice(StartAugmentationOffset,
/third_party/rust/crates/nom/src/combinator/
H A Dmod.rs36 Ok((input.slice(input.input_len()..), input)) in rest()
517 Ok((i, input.slice(..index))) in recognize()
572 let consumed = input.slice(..index); in consumed()
/third_party/rust/crates/nom/src/
H A Dtraits.rs6 use crate::lib::std::slice::Iter;
47 /// Useful functions to calculate the offset between slices and show a hexdump of a slice
89 /// Helper trait for types that can be viewed as a byte slice
91 /// Casts the input type to a byte slice
329 /// Returns a slice of `count` bytes. panics if count > length
461 /// Fails if the produced slice is empty.
486 /// Fails if the produced slice is empty.
633 // find() returns a byte index that is already in the slice at a char boundary in split_at_position()
649 // find() returns a byte index that is already in the slice at a char boundary in split_at_position1()
663 // find() returns a byte index that is already in the slice a in split_at_position_complete()
1008 fn slice(&self, range: R) -> Self; slice() functions
1013 fn slice(&self, range: $ty) -> Self { slice() functions
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DCodedInputStream.java137 /** Create a new CodedInputStream wrapping the given byte array slice. */
142 /** Create a new CodedInputStream wrapping the given byte array slice. */
932 ? ByteBuffer.wrap(buffer, pos, size).slice() in readByteBuffer()
1619 final ByteBuffer result = slice(pos, pos + size); in readBytes()
1653 final ByteBuffer result = slice(pos, pos + size); in readByteBuffer()
1958 slice(pos, pos + length).get(bytes); in readRawBytes()
2008 private ByteBuffer slice(long begin, long end) throws IOException { in slice() method in CodedInputStream.UnsafeDirectNioDecoder
2014 return buffer.slice(); in slice()
3475 final ByteString result = ByteString.wrap(slice(idx, idx + size)); in readBytes()
3511 return slice( in readByteBuffer()
3909 private ByteBuffer slice(int begin, int end) throws IOException { slice() method in CodedInputStream.IterableDirectByteBufferDecoder
[all...]
/test/xts/acts/security/cryptoFramework/js_api_test_one/entry/src/ohosTest/js/test/utils/common/
H A DpublicDoString.js52 .call(uInt8Array, (x) => ("00" + x.toString(16)).slice(-2))
/test/xts/acts/security/certificate_framework/js_api_test_one/entry/src/ohosTest/js/test/utils/common/
H A DpublicDoString.js52 .call(uInt8Array, (x) => ("00" + x.toString(16)).slice(-2))
/third_party/jerryscript/tests/jerry/
H A Dnumber-prototype-to-string.js85 assert ((1152921504606846600).toString([1,2,3,4].slice(1,2)) === "111111111111111111111111111111111111111111111111111010000000");
/third_party/node/lib/internal/crypto/
H A Dmac.js79 return `HS${hash.slice(4)}`;
/third_party/node/test/parallel/
H A Dtest-assert-typedarray-deepequal.js7 const args = Array.prototype.slice.call(arguments, 1);
H A Dtest-child-process-exec-maxbuf.js148 const buf = Buffer.from(unicode).slice(0, 5);
H A Dtest-repl-options.js129 const results = output.replace(/^> /mg, '').split('\n').slice(2);
H A Dtest-repl-preview.js34 this.lines.push(...chunkLines.slice(1));

Completed in 22 milliseconds

1...<<71727374757677787980>>...94