/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
H A D | vktProtectedMemUtils.cpp | 943 for (int slice = 0; slice < dst.getDepth(); slice++) in fillWithRandomColorTiles() 954 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd - xBegin, yEnd - yBegin, 1), color); in fillWithRandomColorTiles()
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Surface.cpp | 1188 SurfaceImplementation(int width, int height, int depth, Format format, void *pixels, int pitch, int slice) in SurfaceImplementation() argument 1189 : Surface(width, height, depth, format, pixels, pitch, slice) {} in SurfaceImplementation() 1205 Surface *Surface::create(int width, int height, int depth, Format format, void *pixels, int pitch, int slice) in create() argument 1207 return new SurfaceImplementation(width, height, depth, format, pixels, pitch, slice); in create() 1215 Surface::Surface(int width, int height, int depth, Format format, void *pixels, int pitch, int slice) : lockable(true), renderTarget(false) in Surface() argument 1231 external.sliceB = slice; in Surface() 1232 external.sliceP = external.bytes ? slice / external.bytes : 0; in Surface() 3794 int slice = internal.sliceB; in resolve() local 3797 unsigned char *source1 = source0 + slice; in resolve() 3798 unsigned char *source2 = source1 + slice; in resolve() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | dxva2_internal.h | 153 DECODER_BUFFER_DESC *slice));
|
/third_party/node/lib/ |
H A D | punycode.js | 402 ? decode(string.slice(4).toLowerCase())
|
H A D | tls.js | 153 out.ALPNProtocols = Buffer.from(protocols.buffer.slice(
|
/third_party/node/test/parallel/ |
H A D | test-string-decoder-end.js | 100 res1 += s.write(buf.slice(i, i + 1));
|
/third_party/node/test/fixtures/wpt/WebCryptoAPI/import_export/ |
H A D | okp_importKey.https.any.js | 206 remainingElements = arr.slice(i+1);
|
H A D | symmetric_importKey.https.any.js | 185 remainingElements = arr.slice(i+1);
|
/third_party/node/test/fixtures/wpt/WebCryptoAPI/util/ |
H A D | helpers.js | 42 remainingElements = arr.slice(i+1);
|
/third_party/node/deps/npm/lib/commands/ |
H A D | run-script.js | 44 return Object.keys(scripts).map(s => `${s}\t${scripts[s].slice(0, 30)}`)
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
H A D | edge.js | 183 const ref = this.overrides.value.slice(1)
|
/third_party/node/deps/npm/node_modules/@tufjs/models/dist/ |
H A D | role.js | 257 const suffix = roleName.slice(desiredPrefix.length, roleName.length);
|
/third_party/node/deps/minimatch/src/node_modules/brace-expansion/ |
H A D | index.js | 176 c = '-' + z + c.slice(1);
|
/third_party/node/deps/npm/node_modules/@npmcli/installed-package-contents/lib/ |
H A D | index.js | 218 process.argv.slice(2).forEach(arg => {
|
/third_party/node/deps/npm/node_modules/brace-expansion/ |
H A D | index.js | 176 c = '-' + z + c.slice(1);
|
/third_party/node/deps/npm/node_modules/spdx-correct/ |
H A D | index.js | 128 return argument[0].toUpperCase() + argument.slice(1)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | ContinuationRecordBuilder.cpp | 154 Data = Data.slice(OffBegin, OffEnd - OffBegin); in createSegmentRecord()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | Minidump.h | 40 return getData().slice(Stream.Location.RVA, Stream.Location.DataSize); in getRawStream() 153 /// Return a slice of the given data array, with bounds checking. 157 /// Return the slice of the given data array as an array of objects of the
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | BinaryStreamReader.cpp | 137 Ref = Stream.slice(Offset, Length); in readStreamRef()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopDeletion.cpp | 62 all_of(makeArrayRef(ExitingBlocks).slice(1), [&](BasicBlock *BB) { in isLoopDead()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | message.h | 198 PyObject* slice);
|
/third_party/rust/crates/nom/src/bits/ |
H A D | streaming.rs | 52 Ok(((input.slice(cnt..), end_offset), acc)) in take()
|
H A D | complete.rs | 78 Ok(((input.slice(cnt..), end_offset), acc)) in take()
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | testharness.js | 1177 func.apply(this, x.slice(1)); 1209 var args = Array.prototype.slice.call(arguments, 2); 1634 const output = arr.slice(lower_bound, upper_bound); 2590 return func.apply(this_obj, Array.prototype.slice.call(arguments, 2)); 2638 Array.prototype.slice.call(arguments))); 2666 Array.prototype.slice.call(arguments))); 2708 var args = Array.prototype.slice.call(arguments, 2); 4427 substitute_children(template.slice(1), rv); 4430 substitute_children(template.slice(2), rv); 4547 return lines.slice( [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | string.cc | 764 SlicedString slice = SlicedString::cast(string); in SlowGetFlatContent() local 765 offset = slice.offset(); in SlowGetFlatContent() 766 string = slice.parent(cage_base); in SlowGetFlatContent() 932 SlicedString slice = SlicedString::cast(source); in WriteToFlat() local 933 unsigned offset = slice.offset(); in WriteToFlat() 934 source = slice.parent(cage_base); in WriteToFlat()
|