/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Regex.cpp | 185 StringRef Ref = Repl.slice(0, Repl.find_first_not_of("0123456789")); in sub()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-dlltool/ |
H A D | DlltoolDriver.cpp | 82 Table.ParseArgs(ArgsArr.slice(1), MissingIndex, MissingCount); in dlltoolDriverMain()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | LiveRangeEdit.h | 176 return makeArrayRef(NewRegs).slice(FirstNew); in regs()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | genericClassPropertyInheritanceSpecialization.js | 16 slice(start: number, end?: number): T[];
|
/third_party/rust/crates/memchr/src/memmem/ |
H A D | genericsimd.rs | 239 let chunk = core::slice::from_raw_parts(ptr, needle.len()); in fwd_find_in_chunk()
|
/third_party/rust/crates/regex/src/ |
H A D | re_set.rs | 7 use std::slice; 229 /// offset and stores the matches into the slice given. 263 /// slice returned has exactly as many patterns givens to this regex set, 264 /// and the order of the slice is the same as the order of the patterns 398 pub struct SetMatchesIter<'a>(iter::Enumerate<slice::Iter<'a, bool>>);
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 1290 mod slice; modules 3317 fn slice() { in slice() functions 6490 let slice: &[i32] = &[1, 2, 3]; in test_from_cow_slice() 6491 test_from_cow!(slice: &[i32]); in test_from_cow_slice() 6630 let slice: &[isize] = &[4, 5]; in test_debug_fmt() 6631 assert_eq!("[4, 5]", format!("{:?}", slice)); in test_debug_fmt() 6720 let slice = &values[1..3]; in test_slice_from_ref() 6722 assert_eq!(slice, [2, 3]); in test_slice_from_ref() 6729 let slice = &mut values[2..]; in test_slice_from_mut() 6730 assert!(slice in test_slice_from_mut() 8883 mod slice; global() modules 9074 fn slice() { slice() functions 19480 pub mod slice; global() modules 40240 fn slice(self, from: usize, to: usize) -> Self; slice() functions 40257 fn slice(self, from: usize, to: usize) -> Self { slice() functions 40266 fn slice(self, from: usize, to: usize) -> Self { slice() functions 40275 fn slice(self, from: usize, to: usize) -> Self { slice() functions [all...] |
/test/testfwk/arkxtest/jsunit/src/module/report/ |
H A D | OhReport.js | 173 messageStack = `${PrintTag.OHOS_REPORT_STATUS}: stack=` + this.specService.currentRunningSpec.error?.stack?.slice(0, -1); 182 messageStack += `${PrintTag.OHOS_REPORT_STATUS}: stack=` + this.specService.currentRunningSpec.fail?.stack?.slice(0, -1);
|
/test/xts/acts/security/huks/security_huks_reformed_test/huks_cipher_callback_BasicTest/entry/src/ohosTest/js/test/Cipher/ |
H A D | SecurityHuksRSABasicCallbackJsunit.test.js | 191 HuksOptions.inData = new Uint8Array(Array.from(huksOptionsInData).slice(dateSize * i, dateSize * (i + 1))); 197 Array.from(huksOptionsInData).slice(dateSize * count, uint8ArrayToString(inDataArray).length)
|
/test/xts/acts/security/huks/security_huks_reformed_test/huks_hmac_callback_BasicTest/entry/src/ohosTest/js/test/HMAC/ |
H A D | SecurityHuksHmacBasicCallbackJsunit.test.js | 149 stringToArray(huksOptionsInData).slice(dateSize * i, dateSize * (i + 1)) 167 stringToArray(huksOptionsInData).slice(
|
/test/xts/acts/security/huks/security_huks_reformed_test/huks_hmac_promise_BasicTest/entry/src/ohosTest/js/test/HMAC/ |
H A D | SecurityHuksHmacBasicPromiseJsunit.test.js | 121 stringToArray(huksOptionsInData).slice(dateSize * i, dateSize * (i + 1)) 127 stringToArray(huksOptionsInData).slice(
|
/test/xts/acts/security/huks/security_huks_basic/huks_cipher_callback_BasicTest/entry/src/ohosTest/js/test/Cipher/ |
H A D | SecurityHuksSM2BasicCallbackJsunit.test.js | 168 HuksOptions.inData = new Uint8Array(Array.from(huksOptionsInData).slice(dateSize * i, dateSize * (i + 1)));
174 Array.from(huksOptionsInData).slice(dateSize * count, uint8ArrayToString(inDataArray).length)
|
H A D | SecurityHuksRSABasicCallbackJsunit.test.js | 166 HuksOptions.inData = new Uint8Array(Array.from(huksOptionsInData).slice(dateSize * i, dateSize * (i + 1)));
172 Array.from(huksOptionsInData).slice(dateSize * count, uint8ArrayToString(inDataArray).length)
|
H A D | SecurityHuksAESBasicCallbackJsunit.test.js | 98 HuksOptions.inData = new Uint8Array(Array.from(huksOptionsInData).slice(dateSize * i, dateSize * (i + 1)));
104 Array.from(huksOptionsInData).slice(dateSize * count, uint8ArrayToString(inDataArray).length)
|
/test/xts/acts/security/huks/security_huks_basic/huks_cipher_promise_BasicTest/entry/src/ohosTest/js/test/Cipher/ |
H A D | SecurityHuksCipherSM2BasicPromiseJsunit.test.js | 118 HuksOptions.inData = new Uint8Array(Array.from(huksOptionsInData).slice(dateSize * i, dateSize * (i + 1)));
124 Array.from(huksOptionsInData).slice(dateSize * count, uint8ArrayToString(inDataArray).length)
|
/third_party/ffmpeg/tests/fate/ |
H A D | hevc.mak | 248 fate-hevc-two-first-slice: CMD = threads=2 framemd5 -i $(TARGET_SAMPLES)/hevc/two_first_slice.mp4 -sws_flags bitexact -t 00:02.00 -an 249 FATE_HEVC-$(call FRAMEMD5, MOV, HEVC) += fate-hevc-two-first-slice
|
/third_party/node/lib/internal/fs/ |
H A D | streams.js | 270 // Copy instead of slice so that we don't retain 419 writeAll.call(this, buffer.slice(bytesWritten), size, pos, cb, retries); 448 writevAll.call(this, [Buffer.concat(buffers).slice(bytesWritten)], size, pos, cb, retries);
|
/third_party/node/lib/internal/per_context/ |
H A D | primordials.js | 56 `Symbol${key.description[7].toUpperCase()}${key.description.slice(8)}` : 57 `${key[0].toUpperCase()}${key.slice(1)}`;
|
/third_party/node/test/fixtures/wpt/streams/piping/ |
H A D | abort.any.js | 142 assert_array_equals(ws.events.slice(0, 3), ['write', 'a', 'abort'], 'events should match'); 181 assert_array_equals(ws.events.slice(0, 5), ['write', 'a', 'write', 'b', 'abort'], 'events should match');
|
/third_party/node/deps/npm/node_modules/cli-table3/src/ |
H A D | cell.js | 114 this.widths = tableOptions.colWidths.slice(x, x + this.colSpan); 115 this.heights = tableOptions.rowHeights.slice(y, y + this.rowSpan);
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | scheck.c | 97 static BoolectorNode *slice(Btor *btor, struct instruction *insn, BoolectorNode *s) in slice() function 168 case OP_TRUNC: t = slice(btor, insn, a); break; in unop()
|
/third_party/node/deps/undici/src/lib/fetch/ |
H A D | util.js | 578 actualValue = actualValue.slice(0, -2) 580 actualValue = actualValue.slice(0, -1)
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | class_1_0.rs | 26 ::std::slice::from_raw_parts(self.as_ptr(), len) in as_slice() 30 ::std::slice::from_raw_parts_mut(self.as_mut_ptr(), len) in as_mut_slice()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/ |
H A D | MappedBlockStream.cpp | 102 Buffer = Entry.slice(0, Size); in readBytes() 143 Buffer = CachedAlloc.slice(CacheRangeOffset, Size); in readBytes()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | TextureMtl.h | 288 // Copy data to texture's per array's slice/cube's face. NOTE: This function doesn't upload 289 // data to 3D texture's z layer. Metal treats 3D texture's z layer & array texture's slice 290 // differently. For array/cube texture, it is only possible to upload to one slice at a time. 292 int slice, 305 int slice,
|