/third_party/typescript/tests/baselines/reference/ |
H A D | arrayLiteralSpread.js | 27 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
28 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
29 if (ar || !(i in from)) {
30 if (!ar) ar = Array.prototype.slice.call(from, 0, i);
31 ar[i] = from[i];
34 return to.concat(ar || Array.prototype.slice.call(from));
|
H A D | arrayLiterals2ES5.js | 25 // the resulting type is a tuple type constructed from the types of the element expressions. 32 // the resulting type is a tuple type constructed from the types of the element expressions. 65 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
66 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
67 if (ar || !(i in from)) {
68 if (!ar) ar = Array.prototype.slice.call(from, 0, i);
69 ar[i] = from[i];
72 return to.concat(ar || Array.prototype.slice.call(from));
88 // the resulting type is a tuple type constructed from the types of the element expressions.
93 // the resulting type is a tuple type constructed from th [all...] |
H A D | assertionFunctionWildcardImport1.js | 4 import * as Debug from "../debug"; 12 import * as ts from "./_namespaces/ts"; 13 import { Debug } from "./_namespaces/ts"; 20 export * from "../../core/_namespaces/ts" 24 import * as ts from "./_namespaces/ts"; 25 import { Debug } from "./_namespaces/ts";
|
H A D | declarationEmitExportAssignedNamespaceNoTripleSlashTypesReference.js | 13 } from 'react' 23 import {Component} from 'react'; 29 import { getComp } from "./get-comp"; 37 export * from '@emotion/core'; 79 import { Component } from 'react';
86 export * from '@emotion/core';
|
H A D | declarationEmitPrivateSymbolCausesVarDeclarationEmit2.js | 7 import { x } from "./a"; 14 import { x } from "./a"; 15 import { C } from "./b"; 79 import { x } from "./a";
84 import { x } from "./a";
85 import { C } from "./b";
|
H A D | declarationEmitReexportedSymlinkReference3.js | 4 export * from './types';
28 export * from './types';
30 export {MetadataAccessor} from '@raymondfeng/pkg1';
40 export * from './keys';
42 import {MetadataAccessor} from "@raymondfeng/pkg2"; 73 export * from './keys';
|
H A D | destructuringArrayBindingPatternAndAssignment2.js | 38 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
39 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
40 if (ar || !(i in from)) {
41 if (!ar) ar = Array.prototype.slice.call(from, 0, i);
42 ar[i] = from[i];
45 return to.concat(ar || Array.prototype.slice.call(from));
|
H A D | moduleAugmentationImportsAndExports2.js | 12 import {A} from "./f1"; 22 import {B} from "./f2"; 23 export {B} from "./f2"; 35 import {A} from "./f1"; 91 import { B } from "./f2";
92 export { B } from "./f2";
|
H A D | moduleAugmentationsImports1.js | 17 import {A} from "./a"; 18 import {B} from "./b"; 19 import {Cls} from "C"; 37 import {A} from "./a"; 95 import { B } from "b";
96 import { Cls } from "C";
|
H A D | moduleAugmentationsImports3.js | 16 import {A} from "a"; 17 import {B} from "b"; 27 import {A} from "./a"; 28 import {Cls} from "C"; 40 import {A} from "./a"; 98 import { Cls } from "C";
|
H A D | excessiveStackDepthFlatArray.js | 44 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
45 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
46 if (ar || !(i in from)) {
47 if (!ar) ar = Array.prototype.slice.call(from, 0, i);
48 ar[i] = from[i];
51 return to.concat(ar || Array.prototype.slice.call(from));
|
H A D | literalFreshnessPropagationOnNarrowing.js | 65 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
66 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
67 if (ar || !(i in from)) {
68 if (!ar) ar = Array.prototype.slice.call(from, 0, i);
69 ar[i] = from[i];
72 return to.concat(ar || Array.prototype.slice.call(from));
|
H A D | invalidSyntaxNamespaceImportWithCommonjs.js | 7 import * from Zero from "./0"
22 var from = require();
variable 23 from;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wpa_priv.c | 57 struct sockaddr_un *from, socklen_t fromlen) in wpa_priv_cmd_register() 109 os_memcpy(&iface->drv_addr, from, fromlen); in wpa_priv_cmd_register() 121 struct sockaddr_un *from) in wpa_priv_cmd_unregister() 182 struct sockaddr_un *from, in wpa_priv_get_scan_results2() 214 sendto(iface->fd, buf, pos - buf, 0, (struct sockaddr *) from, fromlen); in wpa_priv_get_scan_results2() 223 sendto(iface->fd, "", 0, 0, (struct sockaddr *) from, fromlen); in wpa_priv_get_scan_results2() 228 struct sockaddr_un *from, in wpa_priv_cmd_get_scan_results() 235 wpa_priv_get_scan_results2(iface, from, fromlen); in wpa_priv_cmd_get_scan_results() 237 sendto(iface->fd, "", 0, 0, (struct sockaddr *) from, fromlen); in wpa_priv_cmd_get_scan_results() 342 struct sockaddr_un *from, socklen_ in wpa_priv_cmd_get_bssid() 56 wpa_priv_cmd_register(struct wpa_priv_interface *iface, struct sockaddr_un *from, socklen_t fromlen) wpa_priv_cmd_register() argument 120 wpa_priv_cmd_unregister(struct wpa_priv_interface *iface, struct sockaddr_un *from) wpa_priv_cmd_unregister() argument 181 wpa_priv_get_scan_results2(struct wpa_priv_interface *iface, struct sockaddr_un *from, socklen_t fromlen) wpa_priv_get_scan_results2() argument 227 wpa_priv_cmd_get_scan_results(struct wpa_priv_interface *iface, struct sockaddr_un *from, socklen_t fromlen) wpa_priv_cmd_get_scan_results() argument 341 wpa_priv_cmd_get_bssid(struct wpa_priv_interface *iface, struct sockaddr_un *from, socklen_t fromlen) wpa_priv_cmd_get_bssid() argument 362 wpa_priv_cmd_get_ssid(struct wpa_priv_interface *iface, struct sockaddr_un *from, socklen_t fromlen) wpa_priv_cmd_get_ssid() argument 417 wpa_priv_cmd_get_capa(struct wpa_priv_interface *iface, struct sockaddr_un *from, socklen_t fromlen) wpa_priv_cmd_get_capa() argument 474 wpa_priv_cmd_l2_register(struct wpa_priv_interface *iface, struct sockaddr_un *from, socklen_t fromlen, void *buf, size_t len) wpa_priv_cmd_l2_register() argument 535 wpa_priv_cmd_l2_unregister(struct wpa_priv_interface *iface, struct sockaddr_un *from, socklen_t fromlen) wpa_priv_cmd_l2_unregister() argument 559 wpa_priv_cmd_l2_notify_auth_start(struct wpa_priv_interface *iface, struct sockaddr_un *from) wpa_priv_cmd_l2_notify_auth_start() argument 571 wpa_priv_cmd_l2_send(struct wpa_priv_interface *iface, struct sockaddr_un *from, socklen_t fromlen, void *buf, size_t len) wpa_priv_cmd_l2_send() argument 633 struct sockaddr_un from; wpa_priv_receive() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wpa_priv.c | 57 struct sockaddr_un *from, socklen_t fromlen) in wpa_priv_cmd_register() 109 os_memcpy(&iface->drv_addr, from, fromlen); in wpa_priv_cmd_register() 121 struct sockaddr_un *from) in wpa_priv_cmd_unregister() 182 struct sockaddr_un *from, in wpa_priv_get_scan_results2() 214 sendto(iface->fd, buf, pos - buf, 0, (struct sockaddr *) from, fromlen); in wpa_priv_get_scan_results2() 223 sendto(iface->fd, "", 0, 0, (struct sockaddr *) from, fromlen); in wpa_priv_get_scan_results2() 228 struct sockaddr_un *from, in wpa_priv_cmd_get_scan_results() 235 wpa_priv_get_scan_results2(iface, from, fromlen); in wpa_priv_cmd_get_scan_results() 237 sendto(iface->fd, "", 0, 0, (struct sockaddr *) from, fromlen); in wpa_priv_cmd_get_scan_results() 342 struct sockaddr_un *from, socklen_ in wpa_priv_cmd_get_bssid() 56 wpa_priv_cmd_register(struct wpa_priv_interface *iface, struct sockaddr_un *from, socklen_t fromlen) wpa_priv_cmd_register() argument 120 wpa_priv_cmd_unregister(struct wpa_priv_interface *iface, struct sockaddr_un *from) wpa_priv_cmd_unregister() argument 181 wpa_priv_get_scan_results2(struct wpa_priv_interface *iface, struct sockaddr_un *from, socklen_t fromlen) wpa_priv_get_scan_results2() argument 227 wpa_priv_cmd_get_scan_results(struct wpa_priv_interface *iface, struct sockaddr_un *from, socklen_t fromlen) wpa_priv_cmd_get_scan_results() argument 341 wpa_priv_cmd_get_bssid(struct wpa_priv_interface *iface, struct sockaddr_un *from, socklen_t fromlen) wpa_priv_cmd_get_bssid() argument 362 wpa_priv_cmd_get_ssid(struct wpa_priv_interface *iface, struct sockaddr_un *from, socklen_t fromlen) wpa_priv_cmd_get_ssid() argument 425 wpa_priv_cmd_get_capa(struct wpa_priv_interface *iface, struct sockaddr_un *from, socklen_t fromlen) wpa_priv_cmd_get_capa() argument 482 wpa_priv_cmd_l2_register(struct wpa_priv_interface *iface, struct sockaddr_un *from, socklen_t fromlen, void *buf, size_t len) wpa_priv_cmd_l2_register() argument 543 wpa_priv_cmd_l2_unregister(struct wpa_priv_interface *iface, struct sockaddr_un *from, socklen_t fromlen) wpa_priv_cmd_l2_unregister() argument 567 wpa_priv_cmd_l2_notify_auth_start(struct wpa_priv_interface *iface, struct sockaddr_un *from) wpa_priv_cmd_l2_notify_auth_start() argument 579 wpa_priv_cmd_l2_send(struct wpa_priv_interface *iface, struct sockaddr_un *from, socklen_t fromlen, void *buf, size_t len) wpa_priv_cmd_l2_send() argument 642 struct sockaddr_un from; wpa_priv_receive() local [all...] |
/third_party/cJSON/ |
H A D | cJSON_Utils.c | 470 /* Couldn't find object to remove child from. */ in detach_path() 922 /* Copy/Move uses "from". */ in apply_patch() 925 cJSON *from = get_object_item(patch, "from", case_sensitive); in apply_patch() local 926 if (from == NULL) in apply_patch() 928 /* missing "from" for copy/move. */ in apply_patch() 935 value = detach_path(object, (unsigned char*)from->valuestring, case_sensitive); in apply_patch() 939 value = get_item_from_pointer(object, from->valuestring, case_sensitive); in apply_patch() 943 /* missing "from" for copy/move. */ in apply_patch() 1158 static void create_patches(cJSON * const patches, const unsigned char * const path, cJSON * const from, cJSO argument 1298 cJSONUtils_GeneratePatches(cJSON * const from, cJSON * const to) cJSONUtils_GeneratePatches() argument 1313 cJSONUtils_GeneratePatchesCaseSensitive(cJSON * const from, cJSON * const to) cJSONUtils_GeneratePatchesCaseSensitive() argument 1408 generate_merge_patch(cJSON * const from, cJSON * const to, const cJSON_bool case_sensitive) generate_merge_patch() argument 1490 cJSONUtils_GenerateMergePatch(cJSON * const from, cJSON * const to) cJSONUtils_GenerateMergePatch() argument 1495 cJSONUtils_GenerateMergePatchCaseSensitive(cJSON * const from, cJSON * const to) cJSONUtils_GenerateMergePatchCaseSensitive() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_request.c | 398 * request that we have removed from the HW and put back on a run in i915_request_retire() 478 * that we received an ACK from the HW, and so the context is not in __request_in_flight() 522 * __notify_execute_cb from i915_request_submit() and we are not in __await_execution() 563 * As this request likely depends on state from the lost in __i915_request_skip() 617 * requests that we have unsubmitted from HW, but left running in __i915_request_submit() 623 * We must remove the request from the caller's priority queue, in __i915_request_submit() 684 * busywaits from the GPU until their master is restarted. This is in __i915_request_submit() 691 /* We may be recursing from the signal callback of another i915 fence */ in __i915_request_submit() 703 /* Will be called from irq-context when using foreign fences. */ in i915_request_submit() 725 * Before we remove this breadcrumb from th in __i915_request_unsubmit() 1144 __emit_semaphore_wait(struct i915_request *to, struct i915_request *from, u32 seqno) __emit_semaphore_wait() argument 1195 can_use_semaphore_wait(struct i915_request *to, struct i915_request *from) can_use_semaphore_wait() argument 1201 emit_semaphore_wait(struct i915_request *to, struct i915_request *from, gfp_t gfp) emit_semaphore_wait() argument 1264 __i915_request_await_execution(struct i915_request *to, struct i915_request *from) __i915_request_await_execution() argument 1394 is_same_parallel_context(struct i915_request *to, struct i915_request *from) is_same_parallel_context() argument 1450 await_request_submit(struct i915_request *to, struct i915_request *from) await_request_submit() argument 1469 i915_request_await_request(struct i915_request *to, struct i915_request *from) i915_request_await_request() argument [all...] |
/third_party/libabigail/tools/ |
H A D | fedabipkgdiff | 10 from __future__ import print_function 24 from collections import namedtuple 25 from itertools import chain 99 # That dict was retrieved from Koji XMLRPC API. 141 """No builds returned from a method to select specific builds""" 157 """Cannot find latest build from a package""" 249 will be logged by logger.debug. Also, return value from the decorated 252 This decorator does not catch any exception thrown from the decorated 253 method. If there is any exception thrown from decorated method, you can 264 logger.debug('Result from [all...] |
/kernel/linux/linux-6.6/arch/x86/kvm/svm/ |
H A D | nested.c | 157 * We want to see VMMCALLs from a nested guest only when Hyper-V L2 TLB in recalc_intercepts() 332 struct vmcb_control_area *from) in __nested_copy_vmcb_control_to_cache() 337 to->intercepts[i] = from->intercepts[i]; in __nested_copy_vmcb_control_to_cache() 339 to->iopm_base_pa = from->iopm_base_pa; in __nested_copy_vmcb_control_to_cache() 340 to->msrpm_base_pa = from->msrpm_base_pa; in __nested_copy_vmcb_control_to_cache() 341 to->tsc_offset = from->tsc_offset; in __nested_copy_vmcb_control_to_cache() 342 to->tlb_ctl = from->tlb_ctl; in __nested_copy_vmcb_control_to_cache() 343 to->int_ctl = from->int_ctl; in __nested_copy_vmcb_control_to_cache() 344 to->int_vector = from->int_vector; in __nested_copy_vmcb_control_to_cache() 345 to->int_state = from in __nested_copy_vmcb_control_to_cache() 330 __nested_copy_vmcb_control_to_cache(struct kvm_vcpu *vcpu, struct vmcb_ctrl_area_cached *to, struct vmcb_control_area *from) __nested_copy_vmcb_control_to_cache() argument 380 __nested_copy_vmcb_save_to_cache(struct vmcb_save_area_cached *to, struct vmcb_save_area *from) __nested_copy_vmcb_save_to_cache() argument 1541 nested_copy_vmcb_cache_to_control(struct vmcb_control_area *dst, struct vmcb_ctrl_area_cached *from) nested_copy_vmcb_cache_to_control() argument [all...] |
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | uaccess.h | 24 * and hide all the ugliness from the user. 125 * This does an atomic 128 byte aligned load from userspace. 302 const void __user *from, unsigned long size); 306 raw_copy_in_user(void __user *to, const void __user *from, unsigned long n) in raw_copy_in_user() argument 310 allow_read_write_user(to, from, n); in raw_copy_in_user() 311 ret = __copy_tofrom_user(to, from, n); in raw_copy_in_user() 312 prevent_read_write_user(to, from, n); in raw_copy_in_user() 318 const void __user *from, unsigned long n) in raw_copy_from_user() 322 allow_read_from_user(from, n); in raw_copy_from_user() 323 ret = __copy_tofrom_user((__force void __user *)to, from, in raw_copy_from_user() 317 raw_copy_from_user(void *to, const void __user *from, unsigned long n) raw_copy_from_user() argument 329 raw_copy_to_user(void __user *to, const void *from, unsigned long n) raw_copy_to_user() argument 365 copy_mc_to_kernel(void *to, const void *from, unsigned long size) copy_mc_to_kernel() argument 372 copy_mc_to_user(void __user *to, const void *from, unsigned long n) copy_mc_to_user() argument [all...] |
H A D | kup.h | 75 static __always_inline void allow_user_access(void __user *to, const void __user *from, 135 static __always_inline void allow_read_from_user(const void __user *from, unsigned long size) 138 allow_user_access(NULL, from, size, KUAP_READ); 146 static __always_inline void allow_read_write_user(void __user *to, const void __user *from, 150 allow_user_access(to, from, size, KUAP_READ_WRITE); 153 static __always_inline void prevent_read_from_user(const void __user *from, unsigned long size) 163 static __always_inline void prevent_read_write_user(void __user *to, const void __user *from,
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
H A D | place-dep.js | 70 // and the getStartNode will start us out above any peers from the 111 // of the conflicting peer from (b)->(d)->(c@2). In that case, we 190 `for: ${this.edge.from.package._id || this.edge.from.location}`, 212 // +-- y@1.1.2 (updated already from 1.0.0) 289 // loop through any peer deps from the thing we just placed, and place 362 edge.from.parent !== target || 364 // not a peer dep, not invalid, or not from this level, so it's fine 369 for (const entryEdge of peerEntrySets(edge.from).keys()) { 371 // as peerConflicted and warned about. If the entryEdge comes in from [all...] |
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitConfigInternal.h | 84 SLJIT_FUNC : calling convention attribute for both calling JIT from C and C calling back from JIT 238 Note: SLJIT is designed to be independent from them as possible. 356 #define SLJIT_CACHE_FLUSH(from, to) \ 357 __builtin___clear_cache((char*)(from), (char*)(to)) 369 #define SLJIT_CACHE_FLUSH(from, to) 377 #define SLJIT_CACHE_FLUSH(from, to) \ 378 sys_icache_invalidate((void*)(from), (size_t)((char*)(to) - (char*)(from))) 383 #define SLJIT_CACHE_FLUSH(from, t [all...] |
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | page_mm.h | 14 static inline void copy_page(void *to, void *from) in copy_page() argument 24 : "=a" (to), "=a" (from), "=d" (tmp) in copy_page() 25 : "0" (to), "1" (from) , "2" (PAGE_SIZE / 32 - 1) in copy_page() 53 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) 60 #define copy_user_page(to, from, vaddr, page) \ 61 do { copy_page(to, from); \
|
/third_party/skia/third_party/externals/brotli/js/ |
H A D | decode_test.js | 13 assertEquals("", bytesToString(BrotliDecode(Int8Array.from([1, 11, 0, 42, 3])))); 17 assertEquals("", bytesToString(BrotliDecode(Int8Array.from([6])))); 18 assertEquals("", bytesToString(BrotliDecode(Int8Array.from([0x81, 1])))); 22 var input = Int8Array.from([ 32 var input = Int8Array.from([ 43 var input = Int8Array.from([ 71 var input = Int8Array.from([
|