/third_party/node/deps/v8/src/regexp/arm/ |
H A D | regexp-macro-assembler-arm.h | 47 void CheckCharacterInRange(base::uc16 from, base::uc16 to, 49 void CheckCharacterNotInRange(base::uc16 from, base::uc16 to, 57 // Checks whether the given offset from the current position is before 86 // Called from RegExp if the stack-guard is triggered. 94 // Offsets from frame_pointer() of function parameters and stored registers. 99 // Return address (stored from link register, read into pc on return). 144 // Register holding the current input position as negative offset from 182 // Pops a value from the backtrack stack. Reads the word at the stack pointer
|
/third_party/node/deps/v8/src/regexp/mips64/ |
H A D | regexp-macro-assembler-mips64.h | 46 void CheckCharacterInRange(base::uc16 from, base::uc16 to, 48 void CheckCharacterNotInRange(base::uc16 from, base::uc16 to, 56 // Checks whether the given offset from the current position is before 86 // Called from RegExp if the stack-guard is triggered. 96 // Offsets from frame_pointer() of function parameters and stored registers. 101 // Return address (stored from link register, read into pc on return). 154 // Register holding the current input position as negative offset from 198 // Pops a value from the backtrack stack. Reads the word at the stack pointer
|
/third_party/node/deps/v8/src/regexp/loong64/ |
H A D | regexp-macro-assembler-loong64.h | 46 void CheckCharacterInRange(base::uc16 from, base::uc16 to, 48 void CheckCharacterNotInRange(base::uc16 from, base::uc16 to, 56 // Checks whether the given offset from the current position is before 85 // Called from RegExp if the stack-guard is triggered. 95 // Offsets from frame_pointer() of function parameters and stored registers. 100 // Return address (stored from link register, read into pc on return). 152 // Register holding the current input position as negative offset from 192 // Pops a value from the backtrack stack. Reads the word at the stack pointer
|
/third_party/node/deps/v8/src/regexp/mips/ |
H A D | regexp-macro-assembler-mips.h | 46 void CheckCharacterInRange(base::uc16 from, base::uc16 to, 48 void CheckCharacterNotInRange(base::uc16 from, base::uc16 to, 56 // Checks whether the given offset from the current position is before 86 // Called from RegExp if the stack-guard is triggered. 94 // Offsets from frame_pointer() of function parameters and stored registers. 99 // Return address (stored from link register, read into pc on return). 148 // Register holding the current input position as negative offset from 192 // Pops a value from the backtrack stack. Reads the word at the stack pointer
|
/third_party/node/deps/v8/src/regexp/ia32/ |
H A D | regexp-macro-assembler-ia32.h | 48 void CheckCharacterInRange(base::uc16 from, base::uc16 to, 50 void CheckCharacterNotInRange(base::uc16 from, base::uc16 to, 58 // Checks whether the given offset from the current position is before 87 // Called from RegExp if the stack-guard is triggered. 96 // Offsets from ebp of function parameters and stored registers. 180 // Pops a value from the backtrack stack. Reads the word at the stack pointer
|
/third_party/node/deps/v8/src/regexp/ppc/ |
H A D | regexp-macro-assembler-ppc.h | 47 void CheckCharacterInRange(base::uc16 from, base::uc16 to, 49 void CheckCharacterNotInRange(base::uc16 from, base::uc16 to, 57 // Checks whether the given offset from the current position is before 86 // Called from RegExp if the stack-guard is triggered. 94 // Offsets from frame_pointer() of function parameters and stored registers. 99 // Return address (stored from link register, read into pc on return). 143 // Register holding the current input position as negative offset from 181 // Pops a value from the backtrack stack. Reads the word at the stack pointer
|
/third_party/node/deps/v8/src/regexp/riscv64/ |
H A D | regexp-macro-assembler-riscv64.h | 48 void CheckCharacterInRange(base::uc16 from, base::uc16 to, 50 void CheckCharacterNotInRange(base::uc16 from, base::uc16 to, 58 // Checks whether the given offset from the current position is before 89 // Called from RegExp if the stack-guard is triggered. 99 // Offsets from frame_pointer() of function parameters and stored registers. 105 // Return address (stored from link register, read into pc on return). 157 // Register holding the current input position as negative offset from 197 // Pops a value from the backtrack stack. Reads the word at the stack pointer
|
/third_party/node/deps/v8/src/regexp/s390/ |
H A D | regexp-macro-assembler-s390.h | 47 void CheckCharacterInRange(base::uc16 from, base::uc16 to, 49 void CheckCharacterNotInRange(base::uc16 from, base::uc16 to, 57 // Checks whether the given offset from the current position is before 86 // Called from RegExp if the stack-guard is triggered. 94 // Offsets from frame_pointer() of function parameters and stored registers. 143 // Register holding the current input position as negative offset from 181 // Pops a value from the backtrack stack. Reads the word at the stack pointer
|
/third_party/node/deps/openssl/openssl/util/ |
H A D | mkdef.pl | 10 # from a given ordinals file. 158 my $ordinals = OpenSSL::Ordinals->new(from => $ordinals_file); 299 ; Definition file for the DLL version of the $libname library from OpenSSL
|
/third_party/node/deps/undici/src/lib/fetch/ |
H A D | formdata.js | 63 // is name from this’s entry list. 81 // 2. Return the value of the first entry whose name is name from 96 // from this’s entry list. 229 name = Buffer.from(name).toString('utf8') 234 value = Buffer.from(value).toString('utf8')
|
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/deps/dicer/lib/ |
H A D | Dicer.js | 12 const B_ONEDASH = Buffer.from('-') 13 const B_CRLF = Buffer.from('\r\n')
|
/third_party/libabigail/include/ |
H A D | abg-tools-utils.h | 74 string trim_leading_string(const string& from, const string& to_trim); 94 get_vmlinux_path_from_kernel_dist(const string& from,
|
/third_party/libphonenumber/migrator/src/test/java/com/google/phonenumbers/migrator/ |
H A D | MigrationUtilsTest.java | 77 RangeSpecification testRangeSpec = RangeSpecification.from(DigitSequence.of(VALID_TEST_NUMBER)); in getMigratableNumbers_invalidKey_expectException() 94 RangeSpecification testRangeSpec = RangeSpecification.from(DigitSequence.of("12")); in getMigratableNumbers_validKey_expectNoExceptionAndNoMatches()
|
/third_party/rust/crates/clap/clap_lex/src/ |
H A D | lib.rs | 62 //! args.paths.extend(raw.remaining(&mut cursor).map(PathBuf::from)); 64 //! args.paths.push(PathBuf::from("-")); 101 //! args.paths.push(PathBuf::from(arg.to_value_os().to_os_str().into_owned())); 139 /// let mut paths = raw.remaining(&mut cursor).map(PathBuf::from).collect::<Vec<_>>(); 156 /// let mut paths = raw.remaining(&mut cursor).map(PathBuf::from).collect::<Vec<_>>(); 161 Self::from(iter) in new() 174 /// let mut paths = raw.remaining(&mut cursor).map(PathBuf::from).collect::<Vec<_>>(); 213 /// let mut paths = raw.remaining(&mut cursor).map(PathBuf::from).collect::<Vec<_>>(); 256 fn from(val: I) -> Self { in from() functions
|
/third_party/openssl/util/ |
H A D | mkdef.pl | 10 # from a given ordinals file. 158 my $ordinals = OpenSSL::Ordinals->new(from => $ordinals_file); 299 ; Definition file for the DLL version of the $libname library from OpenSSL
|
/third_party/skia/src/core/ |
H A D | SkStrikeCache.h | 52 SkGlyph* mergeGlyphAndImage(SkPackedGlyphID toID, const SkGlyph& from) { in mergeGlyphAndImage() argument 53 auto [glyph, increase] = fScalerCache.mergeGlyphAndImage(toID, from); in mergeGlyphAndImage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | dag_test.cpp | 34 std::vector<T> slice(const std::vector<T>& in, size_t from, size_t to) { in slice() argument 35 return {in.begin() + from, in.begin() + to}; in slice()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | stringLiteralTypeIsSubtypeOfString.js | 63 substr(from: number, length?: number): string { return null; } 142 C.prototype.substr = function (from, length) { return null; };
|
H A D | doYouNeedToChangeYourTargetLibraryES2015.js | 27 const testArrayConstructorFrom = Array.from([]); 125 var testArrayConstructorFrom = Array.from([]);
|
/third_party/typescript/tests/baselines/reference/tsc/incremental/ |
H A D | with-noEmitOnError-syntax-errors.js | 23 import { A } from "../shared/types/db";
77 {"program":{"fileNames":["../../lib/lib.d.ts","../shared/types/db.ts","../src/main.ts","../src/other.ts"],"fileInfos":[{"version":"3858781397-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }\ninterface ReadonlyArray<T> {}\ndeclare const console: { log(msg: any): void; };","affectsGlobalScope":true},"-9621097780-export interface A {\r\n name: string;\r\n}","2626879346-import { A } from \"../shared/types/db\";\r\nconst a = {\r\n lastName: 'sdsd'\r\n;","11373096570-console.log(\"hi\");\r\nexport { }"],"options":{"noEmitOnError":true,"outDir":"./"},"fileIdsList":[[2]],"referencedMap":[[3,1]],"exportedModulesMap":[[3,1]],"semanticDiagnosticsPerFile":[1,2,3,4],"affectedFilesPendingEmit":[[2,1],[3,1],[4,1]]},"version":"FakeTSVersion"}
104 "version": "2626879346-import { A } from \"../shared/types/db\";\r\nconst a = {\r\n lastName: 'sdsd'\r\n;", 105 "signature": "2626879346-import { A } from \"../shared/types/db\";\r\nconst a = {\r\n lastName: 'sdsd'\r\n;" 187 import { A } from "../shared/types/db"; 233 {"program":{"fileNames":["../../lib/lib.d.ts","../shared/types/db.ts","../src/main.ts","../src/other.ts"],"fileInfos":[{"version":"3858781397-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }\ninterface ReadonlyArray<T> {}\ndeclare const console: { log(msg: any): void; };","affectsGlobalScope":true},"-9621097780-export interface A {\r\n name: string;\r\n}",{"version":"-2574605496-import { A } from \"../shared/types/db\";\nconst a = {\n lastName: 'sdsd'\n};","signature":"-4882119183-export {};\r\n"},"11373096570-console.log(\"hi\");\r\nexport { }"],"options":{"noEmitOnError":true,"outDir":"./"},"fileIdsList":[[2]],"referencedMap":[[3,1]],"exportedModulesMap":[],"semanticDiagnosticsPerFile":[1,2,3,4]},"version":"FakeTSVersion"}
260 "version": "-2574605496-import { A } from \"../shared/types/db\";\nconst a = {\n lastName: 'sdsd'\n};",
|
/third_party/typescript/tests/baselines/reference/tscWatch/incremental/ |
H A D | jsxImportSource-option-changed-incremental.js | 63 Imported via "react/jsx-runtime" from file 'index.tsx' with packageId 'react/jsx-runtime/index.d.ts@0.0.1' to import 'jsx' and 'jsxs' factory functions 177 Imported via "preact/jsx-runtime" from file 'index.tsx' with packageId 'preact/jsx-runtime/index.d.ts@0.0.1' to import 'jsx' and 'jsxs' factory functions
|
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
H A D | TimeUtil.java | 16 // contributors may be used to endorse or promote products derived from 62 * from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z. See 78 * Parse from RFC 3339 date string to Timestamp. This method accepts all 85 * @return A Timestamp parsed from the string. 98 * "-3.100s" The range that can be represented by Duration is from 112 * Parse from a string to produce a duration. 114 * @return A Duration parsed from the string. 124 * Create a Timestamp from the number of milliseconds elapsed from the epoch. 134 * Create a Duration from th 281 distance(Timestamp from, Timestamp to) distance() argument [all...] |
/third_party/rust/crates/nix/src/ |
H A D | lib.rs | 291 fn with_nix_path_allocating<T, F>(from: &[u8], f: F) -> Result<T> in with_nix_path_allocating() 295 match CString::new(from) { in with_nix_path_allocating()
|
H A D | dir.rs | 21 /// * can be opened from a file descriptor (as returned by `openat`, perhaps before knowing 56 /// Converts from a descriptor-based object, closing the descriptor on success or failure. 58 pub fn from<F: IntoRawFd>(fd: F) -> Result<Self> { in from() functions 62 /// Converts from a file descriptor, closing it on success or failure. 84 // call `readdir` simultaneously from multiple threads. 86 // `Dir` is safe to pass from one thread to another, as it's not reference-counted. 236 u64::from(self.0.d_fileno) in ino()
|
/kernel/linux/linux-5.10/arch/h8300/lib/ |
H A D | strncpy.S | 9 ;;; long strncpy_from_user(void *to, void *from, size_t n)
|