/third_party/node/test/fixtures/wpt/resources/ |
H A D | check-layout.js | 209 nodes = Array.prototype.slice.call(nodes);
|
H A D | testdriver.js | 36 return Array.prototype.slice.call(rv ? rv : []);
|
/third_party/node/test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/ |
H A D | hkdf.js | 74 assert_true(equalBuffers(buffer, derivations[derivedKeySize][saltSize][hashName][infoSize].slice(0, derivedKeyType.algorithm.length/8)), "Exported key matches correct value");
|
/third_party/node/test/fixtures/wpt/WebCryptoAPI/import_export/ |
H A D | ec_importKey.https.any.js | 231 remainingElements = arr.slice(i+1);
|
H A D | rsa_importKey.https.any.js | 229 remainingElements = arr.slice(i+1);
|
/third_party/node/test/fixtures/wpt/WebCryptoAPI/sign_verify/ |
H A D | hmac.js | 270 var signature = vector.signature.slice(1); // Drop first byte
|
/third_party/node/deps/npm/node_modules/columnify/ |
H A D | columnify.js | 175 item[columnName] = item[columnName].slice(0, 1);
|
H A D | index.js | 165 item[columnName] = item[columnName].slice(0, 1)
|
/third_party/node/deps/npm/lib/commands/ |
H A D | profile.js | 175 let value = args.length > 1 ? args.slice(1).join(' ') : null
|
/third_party/node/deps/npm/node_modules/cacache/lib/ |
H A D | verify.js | 129 const digest = split.slice(split.length - 3).join('')
|
/third_party/node/deps/npm/node_modules/cli-table3/src/ |
H A D | layout-manager.js | 161 row = row.slice();
|
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/ |
H A D | tokenize.js | 185 content = css.slice(start, next + 1);
|
/third_party/node/deps/undici/src/lib/mock/ |
H A D | mock-utils.js | 62 const clone = headers.slice()
|
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/lib/types/ |
H A D | multipart.js | 198 if (extralen > 0) { file.push(data.slice(0, extralen)) }
|
/third_party/rust/crates/cxx/tests/ffi/ |
H A D | lib.rs | 106 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 D | arg_matcher.rs | 112 pub(crate) fn arg_ids(&self) -> std::slice::Iter<'_, Id> {
|
/third_party/python/Include/internal/ |
H A D | pycore_ast_state.h | 234 PyObject *slice; member
|
/third_party/python/Lib/ |
H A D | copy.py | 110 bytes, frozenset, type, range, slice, property,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | BinaryStreamArray.h | 120 BinaryStreamRef NewStream = Stream.slice(0, End); in substream()
|
H A D | FormatProviders.h | 380 StringRef Result = Style.slice(1, End);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | FormatProviders.h | 371 StringRef Result = Style.slice(1, End);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | CachePruning.cpp | 56 StringRef NumStr = Duration.slice(0, Duration.size()-1); in parseDuration()
|
H A D | SpecialCaseList.cpp | 150 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 D | XCoreLowerThreadLocal.cpp | 87 CEOps.slice(1))); in createReplacementInstr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 376 annotateValueSite(*M, *I, ICallProfDataRef.slice(NumPromoted), TotalCount, in processFunction()
|