/third_party/node/deps/npm/node_modules/@sigstore/core/dist/asn1/ |
H A D | obj.js | 107 const value = stream.slice(stream.position, len);
|
/third_party/node/deps/npm/node_modules/minimatch/dist/mjs/ |
H A D | brace-expressions.js | 136 const r = ranges[0].length === 2 ? ranges[0].slice(-1) : ranges[0];
|
/third_party/node/deps/npm/node_modules/qrcode-terminal/lib/ |
H A D | main.js | 41 var moduleData = qrcode.modules.slice();
|
/third_party/node/deps/npm/node_modules/retry/lib/ |
H A D | retry.js | 81 var args = Array.prototype.slice.call(arguments, 1);
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_texture.h | 66 /* Size of the AFBC header preceding each slice */ 81 /* If checksumming is enabled following the slice, what 156 struct pan_image_slice_layout *slice,
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | namespace.rs | 5 use std::slice::Iter;
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | namespace.rs | 5 use std::slice::Iter;
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | namespace.rs | 5 use std::slice::Iter;
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | namespace.rs | 5 use std::slice::Iter;
|
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/contrib/ |
H A D | mathtex-script-type.min.js | 1 !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("katex"));else if("function"==typeof define&&define.amd)define(["katex"],t);else{var r="object"==typeof exports?t(require("katex")):t(e.katex);for(var n in r)("object"==typeof exports?exports:e)[n]=r[n]}}("undefined"!=typeof self?self:this,function(e){return function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=1)}([function(t,r){t.exports=e},function(e,t,r){"use strict";r.r(t);var n=r(0),o=r.n(n),u=document.body.getElementsByTagName("script");(u=Array.prototype.slice.call(u)).forEach(function(e){if(!e.type||!e.type.match(/math\/tex/i))return-1;var t=null!=e.type.m (…)
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
H A D | SingleSubst.java | 90 byteCount += fmt2Builder.subSerialize(newData.slice(byteCount)); in subSerialize()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/ |
H A D | PostScriptTableBuilder.java | 362 src.readFontData().slice(0, V1_TABLE_SIZE).copyTo(v1Data); in initV1From()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCAsmMacro.h | 92 return Str.slice(1, Str.size() - 1); in getStringContents()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | BinaryStreamWriter.cpp | 66 BinaryStreamReader SrcReader(Ref.slice(0, Length)); in writeStreamRef()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | restParameterWithBindingPattern3.js | 36 var _b = _a.slice(0), foo = _b === void 0 ? [] : _b;
|
H A D | destructuringParameterDeclaration4.js | 77 var a = _a[0], b = _a[1], c = _a[2], x = _a.slice(3);
|
/third_party/protobuf/js/experimental/runtime/kernel/ |
H A D | textencoding.js | 20 s += String.fromCharCode.apply(null, codePoints.slice(i, end));
|
/third_party/rust/crates/cxx/syntax/ |
H A D | namespace.rs | 5 use std::slice::Iter;
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
H A D | bio.rs | 12 use std::slice; 92 let buf = slice::from_raw_parts(buf as *const _, len as usize); in state() 114 let buf = slice::from_raw_parts_mut(buf as *mut _, len as usize);
|
/third_party/rust/crates/rustix/src/backend/linux_raw/param/ |
H A D | mustang_auxv.rs | 16 use core::slice; 64 // kernel form a valid slice. 65 unsafe { slice::from_raw_parts(phdr.cast(), phnum) }
|
/third_party/node/src/ |
H A D | node_blob.cc | 64 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 D | common.sub.js | 1200 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 D | normalize.js | 31 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 D | view.js | 97 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 D | regexp-macro-assembler.cc | 393 SlicedString slice = SlicedString::cast(subject_ptr); in Match() local 394 subject_ptr = slice.parent(); in Match() 395 slice_offset = slice.offset(); in Match()
|