/third_party/typescript/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/ |
H A D | when-packageJson-has-types-field-with-scoped-package-with-preserveSymlinks-when-solution-is-already-built.js | 25 import { foo } from '@issue/b'; 26 import { bar } from '@issue/b/lib/bar'; 120 {"program":{"fileNames":["../../../../../../a/lib/lib.d.ts","../../node_modules/@issue/b/lib/index.d.ts","../../node_modules/@issue/b/lib/bar.d.ts","./src/index.ts"],"fileInfos":[{"version":"-7698705165-/// <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; }","affectsGlobalScope":true},"-5677608893-export declare function foo(): void;\n","-2904461644-export declare function bar(): void;\n",{"version":"8545527381-import { foo } from '@issue/b';\nimport { bar } from '@issue/b/lib/bar';\nfoo();\nbar();\n","signature":"-3531856636-export {};\n"}],"options":{"composite":true,"outDir":"./lib","rootDir":"./src"},"fileIdsList":[[2,3]],"referencedMap":[[4,1]],"exportedModulesMap":[],"semanticDiagnosticsPerFile":[1,3,2,4],"latestChangedDtsFile":"./lib/index.d.ts"},"version":"FakeTSVersion"}
152 "version": "8545527381-import { foo } from '@issue/b';\nimport { bar } from '@issue/b/lib/bar';\nfoo();\nbar();\n", 249 {"program":{"fileNames":["../../../../../../a/lib/lib.d.ts","../b/src/index.ts","../b/src/bar.ts","./src/index.ts"],"fileInfos":[{"version":"-7698705165-/// <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; }","affectsGlobalScope":true},"4646078106-export function foo() { }","1045484683-export function bar() { }",{"version":"8545527381-import { foo } from '@issue/b';\nimport { bar } from '@issue/b/lib/bar';\nfoo();\nbar();\n","signature":"-3531856636-export {};\n"}],"options":{"composite":true,"outDir":"./lib","rootDir":"./src"},"fileIdsList":[[2,3]],"referencedMap":[[4,1]],"exportedModulesMap":[],"semanticDiagnosticsPerFile":[1,4,3,2],"latestChangedDtsFile":"./lib/index.d.ts"},"version":"FakeTSVersion"}
281 "version": "8545527381-import { foo } from '@issue/b';\nimport { bar } from ' [all...] |
H A D | when-referencing-file-from-subFolder-when-solution-is-already-built.js | 25 import { foo } from 'b/lib/foo'; 26 import { bar } from 'b/lib/bar/foo'; 120 {"program":{"fileNames":["../../../../../../a/lib/lib.d.ts","../b/lib/foo.d.ts","../b/lib/bar/foo.d.ts","./src/test.ts"],"fileInfos":[{"version":"-7698705165-/// <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; }","affectsGlobalScope":true},"-5677608893-export declare function foo(): void;\n","-2904461644-export declare function bar(): void;\n",{"version":"14700910833-import { foo } from 'b/lib/foo';\nimport { bar } from 'b/lib/bar/foo';\nfoo();\nbar();\n","signature":"-3531856636-export {};\n"}],"options":{"composite":true,"outDir":"./lib","rootDir":"./src"},"fileIdsList":[[2,3]],"referencedMap":[[4,1]],"exportedModulesMap":[],"semanticDiagnosticsPerFile":[1,4,3,2],"latestChangedDtsFile":"./lib/test.d.ts"},"version":"FakeTSVersion"}
152 "version": "14700910833-import { foo } from 'b/lib/foo';\nimport { bar } from 'b/lib/bar/foo';\nfoo();\nbar();\n", 249 {"program":{"fileNames":["../../../../../../a/lib/lib.d.ts","../b/src/foo.ts","../b/src/bar/foo.ts","./src/test.ts"],"fileInfos":[{"version":"-7698705165-/// <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; }","affectsGlobalScope":true},"4646078106-export function foo() { }","1045484683-export function bar() { }",{"version":"14700910833-import { foo } from 'b/lib/foo';\nimport { bar } from 'b/lib/bar/foo';\nfoo();\nbar();\n","signature":"-3531856636-export {};\n"}],"options":{"composite":true,"outDir":"./lib","rootDir":"./src"},"fileIdsList":[[2,3]],"referencedMap":[[4,1]],"exportedModulesMap":[],"semanticDiagnosticsPerFile":[1,4,3,2],"latestChangedDtsFile":"./lib/test.d.ts"},"version":"FakeTSVersion"}
281 "version": "14700910833-import { foo } from 'b/lib/foo';\nimport { bar } from ' [all...] |
H A D | when-referencing-file-from-subFolder-with-preserveSymlinks-when-solution-is-already-built.js | 25 import { foo } from 'b/lib/foo'; 26 import { bar } from 'b/lib/bar/foo'; 120 {"program":{"fileNames":["../../../../../../a/lib/lib.d.ts","../../node_modules/b/lib/foo.d.ts","../../node_modules/b/lib/bar/foo.d.ts","./src/test.ts"],"fileInfos":[{"version":"-7698705165-/// <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; }","affectsGlobalScope":true},"-5677608893-export declare function foo(): void;\n","-2904461644-export declare function bar(): void;\n",{"version":"14700910833-import { foo } from 'b/lib/foo';\nimport { bar } from 'b/lib/bar/foo';\nfoo();\nbar();\n","signature":"-3531856636-export {};\n"}],"options":{"composite":true,"outDir":"./lib","rootDir":"./src"},"fileIdsList":[[2,3]],"referencedMap":[[4,1]],"exportedModulesMap":[],"semanticDiagnosticsPerFile":[1,3,2,4],"latestChangedDtsFile":"./lib/test.d.ts"},"version":"FakeTSVersion"}
152 "version": "14700910833-import { foo } from 'b/lib/foo';\nimport { bar } from 'b/lib/bar/foo';\nfoo();\nbar();\n", 249 {"program":{"fileNames":["../../../../../../a/lib/lib.d.ts","../b/src/foo.ts","../b/src/bar/foo.ts","./src/test.ts"],"fileInfos":[{"version":"-7698705165-/// <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; }","affectsGlobalScope":true},"4646078106-export function foo() { }","1045484683-export function bar() { }",{"version":"14700910833-import { foo } from 'b/lib/foo';\nimport { bar } from 'b/lib/bar/foo';\nfoo();\nbar();\n","signature":"-3531856636-export {};\n"}],"options":{"composite":true,"outDir":"./lib","rootDir":"./src"},"fileIdsList":[[2,3]],"referencedMap":[[4,1]],"exportedModulesMap":[],"semanticDiagnosticsPerFile":[1,4,3,2],"latestChangedDtsFile":"./lib/test.d.ts"},"version":"FakeTSVersion"}
281 "version": "14700910833-import { foo } from 'b/lib/foo';\nimport { bar } from ' [all...] |
H A D | when-referencing-file-from-subFolder-with-scoped-package-when-solution-is-already-built.js | 25 import { foo } from '@issue/b/lib/foo'; 26 import { bar } from '@issue/b/lib/bar/foo'; 120 {"program":{"fileNames":["../../../../../../a/lib/lib.d.ts","../b/lib/foo.d.ts","../b/lib/bar/foo.d.ts","./src/test.ts"],"fileInfos":[{"version":"-7698705165-/// <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; }","affectsGlobalScope":true},"-5677608893-export declare function foo(): void;\n","-2904461644-export declare function bar(): void;\n",{"version":"-20350237855-import { foo } from '@issue/b/lib/foo';\nimport { bar } from '@issue/b/lib/bar/foo';\nfoo();\nbar();\n","signature":"-3531856636-export {};\n"}],"options":{"composite":true,"outDir":"./lib","rootDir":"./src"},"fileIdsList":[[2,3]],"referencedMap":[[4,1]],"exportedModulesMap":[],"semanticDiagnosticsPerFile":[1,4,3,2],"latestChangedDtsFile":"./lib/test.d.ts"},"version":"FakeTSVersion"}
152 "version": "-20350237855-import { foo } from '@issue/b/lib/foo';\nimport { bar } from '@issue/b/lib/bar/foo';\nfoo();\nbar();\n", 249 {"program":{"fileNames":["../../../../../../a/lib/lib.d.ts","../b/src/foo.ts","../b/src/bar/foo.ts","./src/test.ts"],"fileInfos":[{"version":"-7698705165-/// <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; }","affectsGlobalScope":true},"4646078106-export function foo() { }","1045484683-export function bar() { }",{"version":"-20350237855-import { foo } from '@issue/b/lib/foo';\nimport { bar } from '@issue/b/lib/bar/foo';\nfoo();\nbar();\n","signature":"-3531856636-export {};\n"}],"options":{"composite":true,"outDir":"./lib","rootDir":"./src"},"fileIdsList":[[2,3]],"referencedMap":[[4,1]],"exportedModulesMap":[],"semanticDiagnosticsPerFile":[1,4,3,2],"latestChangedDtsFile":"./lib/test.d.ts"},"version":"FakeTSVersion"}
281 "version": "-20350237855-import { foo } from '@issue/b/lib/foo';\nimport { bar } from ' [all...] |
H A D | when-referencing-file-from-subFolder-with-scoped-package-with-preserveSymlinks-when-solution-is-already-built.js | 25 import { foo } from '@issue/b/lib/foo'; 26 import { bar } from '@issue/b/lib/bar/foo'; 120 {"program":{"fileNames":["../../../../../../a/lib/lib.d.ts","../../node_modules/@issue/b/lib/foo.d.ts","../../node_modules/@issue/b/lib/bar/foo.d.ts","./src/test.ts"],"fileInfos":[{"version":"-7698705165-/// <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; }","affectsGlobalScope":true},"-5677608893-export declare function foo(): void;\n","-2904461644-export declare function bar(): void;\n",{"version":"-20350237855-import { foo } from '@issue/b/lib/foo';\nimport { bar } from '@issue/b/lib/bar/foo';\nfoo();\nbar();\n","signature":"-3531856636-export {};\n"}],"options":{"composite":true,"outDir":"./lib","rootDir":"./src"},"fileIdsList":[[2,3]],"referencedMap":[[4,1]],"exportedModulesMap":[],"semanticDiagnosticsPerFile":[1,3,2,4],"latestChangedDtsFile":"./lib/test.d.ts"},"version":"FakeTSVersion"}
152 "version": "-20350237855-import { foo } from '@issue/b/lib/foo';\nimport { bar } from '@issue/b/lib/bar/foo';\nfoo();\nbar();\n", 249 {"program":{"fileNames":["../../../../../../a/lib/lib.d.ts","../b/src/foo.ts","../b/src/bar/foo.ts","./src/test.ts"],"fileInfos":[{"version":"-7698705165-/// <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; }","affectsGlobalScope":true},"4646078106-export function foo() { }","1045484683-export function bar() { }",{"version":"-20350237855-import { foo } from '@issue/b/lib/foo';\nimport { bar } from '@issue/b/lib/bar/foo';\nfoo();\nbar();\n","signature":"-3531856636-export {};\n"}],"options":{"composite":true,"outDir":"./lib","rootDir":"./src"},"fileIdsList":[[2,3]],"referencedMap":[[4,1]],"exportedModulesMap":[],"semanticDiagnosticsPerFile":[1,4,3,2],"latestChangedDtsFile":"./lib/test.d.ts"},"version":"FakeTSVersion"}
281 "version": "-20350237855-import { foo } from '@issue/b/lib/foo';\nimport { bar } from ' [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | decoratorReferenceOnOtherProperty.js | 8 import {Yoha} from './yoha'; 18 import {Yoha} from './yoha';
|
H A D | exportsAndImports3-es6.js | 29 export { v1 as v, f1 as f, C1 as C, I1 as I, E1 as E, D1 as D, M1 as M, N1 as N, T1 as T, a1 as a } from "./t1"; 32 import { v1 as v, f1 as f, C1 as C, I1 as I, E1 as E, D1 as D, M1 as M, N1 as N, T1 as T, a1 as a } from "./t1";
|
H A D | exportsAndImports3.js | 29 export { v1 as v, f1 as f, C1 as C, I1 as I, E1 as E, D1 as D, M1 as M, N1 as N, T1 as T, a1 as a } from "./t1"; 32 import { v1 as v, f1 as f, C1 as C, I1 as I, E1 as E, D1 as D, M1 as M, N1 as N, T1 as T, a1 as a } from "./t1";
|
/third_party/protobuf/src/google/protobuf/ |
H A D | implicit_weak_message.h | 16 // contributors may be used to endorse or promote products derived from 122 static void Merge(const MessageLite& from, MessageLite* to) { in Merge() argument 123 to->CheckTypeAndMergeFrom(from); in Merge()
|
/third_party/skia/modules/pathkit/tests/ |
H A D | pathops.spec.js | 109 it('combines two paths with .op() and matches what we see from C++', function(done) { 168 it('simplifies a path with .simplify() and matches what we see from C++', function(done) {
|
/third_party/rust/crates/regex/src/ |
H A D | re_builder.rs | 73 .map(Regex::from) in build() 186 /// limit. In particular, if a regex is used from multiple threads 273 .map(RegexSet::from) in build() 372 /// limit. In particular, if a regex is used from multiple threads
|
/third_party/rust/crates/rustix/ |
H A D | build.rs | 128 // If "cc" is enabled, build the library from source, update the pre-built in link_in_librustix_outline() 136 let from = format!("{}/lib{}.a", out_dir, name); in link_in_librustix_outline() 138 std::fs::copy(&from, &to).unwrap(); in link_in_librustix_outline() 216 .arg("-") // Read from stdin. in can_compile() 218 .stderr(Stdio::null()) // Errors from feature detection aren't interesting and can be confusing. in can_compile()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | asn1.rs | 75 from: *const ASN1_TIME, in ASN1_TIME_diff() 80 pub fn ASN1_TIME_set(from: *mut ASN1_TIME, to: time_t) -> *mut ASN1_TIME; in ASN1_TIME_set()
|
/third_party/benchmark/test/ |
H A D | benchmark_test.cc | 167 int from = thread_size * state.thread_index(); in BM_ParallelMemset() local 168 int to = from + thread_size; in BM_ParallelMemset() 175 for (int i = from; i < to; i++) { in BM_ParallelMemset()
|
/third_party/gn/src/gn/ |
H A D | switches.cc | 16 Most operations take a build directory. The build arguments are taken from 36 Clears existing build args from the directory. 63 Normally GN loads the ".gn" file from the source root for some basic 140 Normally GN will look up in the directory tree from the current directory to 173 from being loaded if a target in the build references that directory. 176 from project that uses GN without modifying any files.
|
/third_party/NuttX/include/nuttx/net/ |
H A D | net.h | 81 * following amount. This offset is used to distinguish file descriptors from 161 size_t len, int flags, FAR struct sockaddr *from, 205 void *s_conn; /* Connection inherits from struct socket_conn_s */ 219 /* Callback from netdev_foreach() */ 261 * This is called from the OS initialization logic at power-up reset in 672 * to which datagrams are sent by default, and the only address from which 869 * psock_recvfrom() receives messages from a socket, and may be used to 884 * from - Address of source (may be NULL) 897 int flags, struct sockaddr *from, 909 * nx_recvfrom() receives messages from [all...] |
/third_party/ltp/testcases/kernel/connectors/pec/ |
H A D | pec_listener.c | 113 * Receive package from netlink. 116 * @param from source sockaddr 118 static int netlink_recv(int sd, struct sockaddr_nl *from) in netlink_recv() argument 131 msg.msg_name = (void *)from; in netlink_recv() 132 msg.msg_namelen = sizeof(*from); in netlink_recv() 314 /* Receive msg from PEC */ in main() 336 fprintf(stderr, "failed to receive from netlink\n"); in main() 345 /* message sent from kernel */ in main()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | resource.cpp | 71 auto from = offset + origin; in clear() local 74 q.pipe->clear_buffer(q.pipe, pipe, from[0], region[0], data.data(), data.size()); in clear() 79 q.pipe->clear_texture(q.pipe, pipe, 0, box(from, region), texture_data.data()); in clear()
|
/third_party/node/deps/npm/node_modules/libnpmpublish/lib/ |
H A D | provenance.js | 196 return sigstore.attest(Buffer.from(JSON.stringify(payload)), INTOTO_PAYLOAD_TYPE, opts) 235 return JSON.parse(Buffer.from(bundle.dsseEnvelope.payload, 'base64').toString('utf8')) 237 err.message = `Failed to parse payload from dsseEnvelope: ${err.message}`
|
/third_party/node/deps/npm/node_modules/graceful-fs/ |
H A D | polyfills.js | 99 function rename (from, to, cb) { 102 fs$rename(from, to, function CB (er) { 109 fs$rename(from, to, CB);
|
/third_party/node/deps/v8/src/compiler/ |
H A D | graph-reducer.cc | 107 // No change from this reducer. in Reduce() 140 // No change from any reducer. in Reduce() 224 Node* const user = edge.from(); in Replace() 235 Node* const user = edge.from(); in Replace() 262 Node* const user = edge.from(); in ReplaceWithValue()
|
/third_party/node/deps/v8/src/heap/ |
H A D | spaces-inl.h | 58 Space* from, Space* to, in MoveExternalBackingStoreBytes() 60 if (from == to) return; in MoveExternalBackingStoreBytes() 62 base::CheckedDecrement(&(from->external_backing_store_bytes_[type]), amount); in MoveExternalBackingStoreBytes() 57 MoveExternalBackingStoreBytes(ExternalBackingStoreType type, Space* from, Space* to, size_t amount) MoveExternalBackingStoreBytes() argument
|
/third_party/node/deps/v8/src/execution/ |
H A D | stack-guard.cc | 130 // Remove scope from chain. in PopInterruptsScope() 157 // Clear the interrupt flag from the chain of InterruptsScope. in ClearInterrupt() 163 // Clear the interrupt flag from the active interrupt flags. in ClearInterrupt() 206 char* StackGuard::RestoreStackGuard(char* from) { in RestoreStackGuard() argument 208 MemCopy(reinterpret_cast<char*>(&thread_local_), from, sizeof(ThreadLocal)); in RestoreStackGuard() local 209 return from + sizeof(ThreadLocal); in RestoreStackGuard() 283 // All interrupts should be fully processed when returning from this method. in HandleInterrupts()
|
/third_party/node/deps/v8/src/handles/ |
H A D | global-handles.h | 61 static void MoveGlobal(Address** from, Address** to); 93 static void MoveTracedReference(Address** from, Address** to); 94 static void CopyTracedReference(const Address* const* from, Address** to);
|
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-profiler.cc | 187 void HeapProfiler::ObjectMoveEvent(Address from, Address to, int size) { in ObjectMoveEvent() argument 189 bool known_object = ids_->MoveObject(from, to, size); in ObjectMoveEvent() 191 allocation_tracker_->address_to_trace()->MoveObject(from, to, size); in ObjectMoveEvent()
|