/third_party/typescript/tests/baselines/reference/ |
H A D | unionSubtypeReductionErrors.js | 3 0 as 0, 4 1 as 1, 5 2 as 2, 6 3 as 3, 7 4 as 4, 8 5 as 5, 9 6 as 6, 10 7 as 7, 11 8 as 8, 12 9 as [all...] |
H A D | exportsAndImportsWithContextualKeywordNames02.js | 4 let as = 100; 6 export { as as return, as }; 9 import * as as from "./t1"; 10 var x = as.as; 11 var y = as.return; 14 import { as a 23 var as = 100; global() variable 29 var as = require("./t1"); global() variable [all...] |
H A D | controlFlowManyCallExpressionStatementsPerf.js | 7 test(state as any && state); 8 test(state as any && state); 9 test(state as any && state); 10 test(state as any && state); 11 test(state as any && state); 12 test(state as any && state); 13 test(state as any && state); 14 test(state as any && state); 15 test(state as any && state); 16 test(state as an [all...] |
H A D | inferenceOfNullableObjectTypesWithCommonBase.js | 11 equal(v as B, v as undefined | D) 12 equal(v as undefined | D, v as B) 14 equal<undefined | B>(v as B, v as undefined | D) 15 equal<undefined | B>(v as undefined | D, v as B) 17 equal(v as B, v as undefine [all...] |
H A D | nullPropertyName.js | 54 foo.as = 1; 138 foo.as = 1;
221 export var as: number;
251 export { _a as break, _b as case, _c as catch, _d as class, _e as const, _f as continue, _g as debugge [all...] |
H A D | jsDeclarationsFunctionKeywordPropExhaustive.js | 54 foo.as = 1; 137 foo.as = 1;
175 export { _break as break };
177 export { _case as case };
179 export { _catch as catch };
181 export { _class as class };
183 export { _const as const };
185 export { _continue as continue };
187 export { _debugger as debugger };
189 export { _default as defaul [all...] |
H A D | exportsAndImports3-es6.js | 26 export { v as v1, f as f1, C as C1, I as I1, E as E1, D as D1, M as M1, N as N1, T as T1, a as a [all...] |
H A D | exportsAndImports3.js | 26 export { v as v1, f as f1, C as C1, I as I1, E as E1, D as D1, M as M1, N as N1, T as T1, a as a [all...] |
H A D | nodeModulesImportTypeModeDeclarationEmitErrors1(module=node16).js | 21 export const a = (null as any as import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireInterface); 22 export const b = (null as any as import("pkg", { assert: {"resolution-mode": "import"} }).ImportInterface);
29 export const a = (null as any as import("pkg", {"resolution-mode": "require"}).RequireInterface); 30 export const b = (null as any as import("pkg", {"resolution-mode": "import"}).ImportInterface);
37 export const a = (null as any as impor [all...] |
H A D | nodeModulesImportTypeModeDeclarationEmitErrors1(module=nodenext).js | 21 export const a = (null as any as import("pkg", { assert: {"resolution-mode": "foobar"} }).RequireInterface); 22 export const b = (null as any as import("pkg", { assert: {"resolution-mode": "import"} }).ImportInterface);
29 export const a = (null as any as import("pkg", {"resolution-mode": "require"}).RequireInterface); 30 export const b = (null as any as import("pkg", {"resolution-mode": "import"}).ImportInterface);
37 export const a = (null as any as impor [all...] |
H A D | pathMappingBasedModuleResolution_rootImport_aliasWithRoot_differentRootTypes.js | 10 import { foo as foo1 } from "/foo"; 11 import { bar as bar1 } from "/bar"; 12 import { foo as foo2 } from "c:/foo"; 13 import { bar as bar2 } from "c:/bar"; 14 import { foo as foo3 } from "c:\\foo"; 15 import { bar as bar3 } from "c:\\bar"; 16 import { foo as foo4 } from "//server/foo"; 17 import { bar as bar4 } from "//server/bar"; 18 import { foo as foo5 } from "\\\\server\\foo"; 19 import { bar as bar [all...] |
H A D | exportSpecifiers.js | 4 import { type, as, something, foo, bar } from "./exports.js"; 6 as; // Error (used in emitting position) 13 const as = 0; 16 export { type as }; 18 export { type type as foo }; 19 export { type as as bar }; 20 export type { type something as whatever }; // Error 25 var as = 0;
variable 31 as; // Erro [all...] |
H A D | strictModeUseContextualKeyword.js | 3 var as = 0; 4 function foo(as: string) { } 6 public as() { } 9 function as() { } 12 let {as} = { as: 1 }; property 18 var as = 0;
variable 19 function foo(as) { }
23 C.prototype.as = function () { };
27 function as() { }
[all...] |
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_asn1.c | 109 SSL_SESSION_ASN1 as; 134 memset(&as, 0, sizeof(as)); 136 as.version = SSL_SESSION_ASN1_VERSION; 137 as.ssl_version = in->ssl_version; 139 as.kex_group = in->kex_group; 148 ssl_session_oinit(&as.cipher, &cipher, cipher_data, 2); 153 ssl_session_oinit(&as.comp_id, &comp_id, &comp_id_data, 1); 157 ssl_session_oinit(&as.master_key, &master_key, 160 ssl_session_oinit(&as [all...] |
/third_party/openssl/ssl/ |
H A D | ssl_asn1.c | 109 SSL_SESSION_ASN1 as; 134 memset(&as, 0, sizeof(as)); 136 as.version = SSL_SESSION_ASN1_VERSION; 137 as.ssl_version = in->ssl_version; 139 as.kex_group = in->kex_group; 148 ssl_session_oinit(&as.cipher, &cipher, cipher_data, 2); 153 ssl_session_oinit(&as.comp_id, &comp_id, &comp_id_data, 1); 157 ssl_session_oinit(&as.master_key, &master_key, 160 ssl_session_oinit(&as [all...] |
/third_party/libunwind/libunwind/src/mi/ |
H A D | Gdyn-remote.c | 40 intern_op (unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, in intern_op() argument 45 if ((ret = fetch8 (as, a, addr, &op->tag, arg)) < 0 in intern_op() 46 || (ret = fetch8 (as, a, addr, &op->qp, arg)) < 0 in intern_op() 47 || (ret = fetch16 (as, a, addr, &op->reg, arg)) < 0 in intern_op() 48 || (ret = fetch32 (as, a, addr, &op->when, arg)) < 0 in intern_op() 49 || (ret = fetchw (as, a, addr, &op->val, arg)) < 0) in intern_op() 55 intern_regions (unw_addr_space_t as, unw_accessors_t *a, in intern_regions() argument 68 if ((ret = fetchw (as, a, addr, &next_addr, arg)) < 0 in intern_regions() 69 || (ret = fetch32 (as, a, addr, (int32_t *) &insn_count, arg)) < 0 in intern_regions() 70 || (ret = fetch32 (as, in intern_regions() 100 intern_array(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, unw_word_t table_len, unw_word_t **table_data, void *arg) intern_array() argument 154 intern_dyn_info(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, unw_dyn_info_t *di, void *arg) intern_dyn_info() argument 204 unwi_dyn_remote_find_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, int need_unwind_info, void *arg) unwi_dyn_remote_find_proc_info() argument 289 unwi_dyn_remote_put_unwind_info(unw_addr_space_t as, unw_proc_info_t *pi, void *arg) unwi_dyn_remote_put_unwind_info() argument 304 unwi_dyn_validate_cache(unw_addr_space_t as, void *arg) unwi_dyn_validate_cache() argument [all...] |
/third_party/curl/lib/ |
H A D | altsvc.c | 10 * This software is licensed as described in the file COPYING, which 11 * you should have received as part of this distribution. The terms 86 static void altsvc_free(struct altsvc *as) in altsvc_free() argument 88 free(as->src.host); in altsvc_free() 89 free(as->dst.host); in altsvc_free() 90 free(as); in altsvc_free() 100 struct altsvc *as = calloc(1, sizeof(struct altsvc)); in altsvc_createid() local 103 if(!as) in altsvc_createid() 111 free(as); in altsvc_createid() 128 as in altsvc_createid() 187 struct altsvc *as; altsvc_add() local 253 altsvc_out(struct altsvc *as, FILE *fp) altsvc_out() argument 353 struct altsvc *as = e->ptr; Curl_altsvc_cleanup() local 393 struct altsvc *as = e->ptr; Curl_altsvc_save() local 454 struct altsvc *as = e->ptr; altsvc_flush() local 504 struct altsvc *as; Curl_altsvc_parse() local 696 struct altsvc *as = e->ptr; Curl_altsvc_lookup() local [all...] |
/third_party/skia/src/opts/ |
H A D | Sk4px_SSE2.h | 44 uint32_t as; in Load4Alphas() local 45 memcpy(&as, a, 4); in Load4Alphas() 47 return Sk16b(_mm_shuffle_epi8(_mm_cvtsi32_si128(as), splat)); in Load4Alphas() 53 __m128i as = fVec; // 3xxx 2xxx 1xxx 0xxx in alphas() local 54 as = _mm_max_epu8(as, _mm_srli_epi32(as, 8)); // 33xx 22xx 11xx 00xx in alphas() 55 as = _mm_max_epu8(as, _mm_srli_epi32(as, 1 in alphas() 60 __m128i as; Load4Alphas() local [all...] |
/third_party/libunwind/libunwind/include/tdep-ppc32/ |
H A D | libunwind_i.h | 130 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_getvr() 135 if ((ret = (*c->as->acc.access_mem) (c->as, addr + 0, valp, in dwarf_getvr() 139 return (*c->as->acc.access_mem) (c->as, addr + 8, valp + 1, 0, c->as_arg); in dwarf_getvr() 156 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_putvr() 160 if ((ret = (*c->as->acc.access_mem) (c->as, add in dwarf_putvr() [all...] |
/third_party/libunwind/libunwind/include/ |
H A D | dwarf_i.h | 15 # define dwarf_addr_size(as) (sizeof (unw_word_t)) 46 dwarf_reads8 (unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, in dwarf_reads8() argument 57 dwarf_reads16 (unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, in dwarf_reads16() argument 68 dwarf_reads32 (unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, in dwarf_reads32() argument 79 dwarf_reads64 (unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, in dwarf_reads64() argument 90 dwarf_readu8 (unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, in dwarf_readu8() argument 101 dwarf_readu16 (unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, in dwarf_readu16() argument 112 dwarf_readu32 (unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, in dwarf_readu32() argument 123 dwarf_readu64 (unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, in dwarf_readu64() argument 136 dwarf_readu8 (unw_addr_space_t as, unw_accessors_ argument 155 dwarf_readu16(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, uint16_t *val, void *arg) dwarf_readu16() argument 173 dwarf_readu32(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, uint32_t *val, void *arg) dwarf_readu32() argument 191 dwarf_readu64(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, uint64_t *val, void *arg) dwarf_readu64() argument 209 dwarf_reads8(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, int8_t *val, void *arg) dwarf_reads8() argument 222 dwarf_reads16(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, int16_t *val, void *arg) dwarf_reads16() argument 235 dwarf_reads32(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, int32_t *val, void *arg) dwarf_reads32() argument 248 dwarf_reads64(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, int64_t *val, void *arg) dwarf_reads64() argument 263 dwarf_readw(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, unw_word_t *val, void *arg) dwarf_readw() argument 295 dwarf_read_uleb128(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, unw_word_t *valp, void *arg) dwarf_read_uleb128() argument 320 dwarf_read_sleb128(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, unw_word_t *valp, void *arg) dwarf_read_sleb128() argument 346 dwarf_read_encoded_pointer_inlined(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, unsigned char encoding, const unw_proc_info_t *pi, unw_word_t *valp, void *arg) dwarf_read_encoded_pointer_inlined() argument [all...] |
/third_party/libunwind/libunwind/include/tdep-arm/ |
H A D | libunwind_i.h | 134 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val, 0, c->as_arg); in dwarf_get() 142 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), &val, 1, c->as_arg); in dwarf_put() 176 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_getfp() 180 if ((ret = (*c->as->acc.access_mem) (c->as, addr + 0, (unw_word_t *) valp, in dwarf_getfp() 184 return (*c->as->acc.access_mem) (c->as, add in dwarf_getfp() [all...] |
/third_party/libunwind/libunwind/include/tdep-aarch64/ |
H A D | libunwind_i.h | 151 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val, 0, c->as_arg); in dwarf_get() 159 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), &val, 1, c->as_arg); in dwarf_put() 193 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_getfp() 197 if ((ret = (*c->as->acc.access_mem) (c->as, addr + 0, (unw_word_t *) valp, in dwarf_getfp() 201 return (*c->as->acc.access_mem) (c->as, add in dwarf_getfp() [all...] |
/third_party/libunwind/libunwind/src/ppc64/ |
H A D | Gcreate_addr_space.c | 38 unw_addr_space_t as; in unw_create_addr_space() 46 as = malloc (sizeof (*as)); in unw_create_addr_space() 47 if (!as) in unw_create_addr_space() 50 memset (as, 0, sizeof (*as)); in unw_create_addr_space() 52 as->acc = *a; in unw_create_addr_space() 56 as->big_endian = target_is_big_endian(); in unw_create_addr_space() 58 as->big_endian = byte_order_is_big_endian(byte_order); in unw_create_addr_space() 62 as in unw_create_addr_space() [all...] |
/third_party/libunwind/libunwind/include/tdep-x86/ |
H A D | libunwind_i.h | 122 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), val, in dwarf_get() 131 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_put() 160 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), in dwarf_getfp() 164 if ((ret = (*c->as->acc.access_mem) (c->as, addr + 0, (unw_word_t *) valp, in dwarf_getfp() 168 return (*c->as->acc.access_mem) (c->as, add in dwarf_getfp() [all...] |
/third_party/libunwind/libunwind/include/tdep-s390x/ |
H A D | libunwind_i.h | 123 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), val, in dwarf_getfp() 127 return (*c->as->acc.access_reg) (c->as, DWARF_GET_LOC (loc), (unw_word_t*)val, in dwarf_getfp() 130 return (*c->as->acc.access_mem) (c->as, DWARF_GET_LOC (loc), (unw_word_t*)val, in dwarf_getfp() 147 return (*c->as->acc.access_fpreg) (c->as, DWARF_GET_LOC (loc), &val, in dwarf_putfp() 151 return (*c->as->acc.access_reg) (c->as, DWARF_GET_LO in dwarf_putfp() [all...] |