/third_party/openssl/crypto/rsa/ |
H A D | rsa_none.c | 21 const unsigned char *from, int flen) in RSA_padding_add_none() 33 memcpy(to, from, (unsigned int)flen); in RSA_padding_add_none() 38 const unsigned char *from, int flen, int num) in RSA_padding_check_none() 47 memcpy(to + tlen - flen, from, flen); in RSA_padding_check_none() 20 RSA_padding_add_none(unsigned char *to, int tlen, const unsigned char *from, int flen) RSA_padding_add_none() argument 37 RSA_padding_check_none(unsigned char *to, int tlen, const unsigned char *from, int flen, int num) RSA_padding_check_none() argument
|
/third_party/typescript/tests/baselines/reference/ |
H A D | chained2.js | 8 import A from './a'; 9 import type { default as B } from './a'; 13 import * as types from './b'; 17 import types from './c';
|
H A D | exportNamespace4.js | 7 export type * from './a'; // Grammar error 10 export type * as ns from './a'; // Grammar error 13 import { A } from './b'; 17 import { ns } from './c';
|
H A D | importWithTrailingSlash.js | 10 import a from "."; 11 import aIndex from "./"; 16 import a from ".."; 17 import aIndex from "../";
|
H A D | jsDeclarationsReexportAliases.js | 7 import {default as Fooa} from "./cls"; 11 export {default as Foob} from "./cls"; 38 export { default as Foob } from "./cls";
39 import { default as Fooa } from "./cls";
|
H A D | jsDeclarationsReexportAliasesEsModuleInterop.js | 8 import {default as Fooa} from "./cls"; 12 export {default as Foob} from "./cls"; 41 export { default as Foob } from "./cls";
42 import { default as Fooa } from "./cls";
|
H A D | readonlyRestParameters.js | 32 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
33 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
34 if (ar || !(i in from)) {
35 if (!ar) ar = Array.prototype.slice.call(from, 0, i);
36 ar[i] = from[i];
39 return to.concat(ar || Array.prototype.slice.call(from));
|
H A D | systemModule11.js | 9 export * from 'bar'; 17 export * from 'bar'; 20 export {x, y as z} from 'a'; 22 export * from 'bar'; 32 export {s, s1 as s2} from 'a' 36 export * from 'a';
|
H A D | arrayLiteralSpreadES5iterable.js | 43 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
44 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
45 if (ar || !(i in from)) {
46 if (!ar) ar = Array.prototype.slice.call(from, 0, i);
47 ar[i] = from[i];
50 return to.concat(ar || Array.prototype.slice.call(from));
|
H A D | destructuringArrayBindingPatternAndAssignment1ES5.js | 73 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
74 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
75 if (ar || !(i in from)) {
76 if (!ar) ar = Array.prototype.slice.call(from, 0, i);
77 ar[i] = from[i];
80 return to.concat(ar || Array.prototype.slice.call(from));
|
H A D | destructuringVariableDeclaration1ES5.js | 45 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
46 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
47 if (ar || !(i in from)) {
48 if (!ar) ar = Array.prototype.slice.call(from, 0, i);
49 ar[i] = from[i];
52 return to.concat(ar || Array.prototype.slice.call(from));
|
H A D | esModuleInteropDefaultImports.js | 10 import a from "./a"; 11 import { default as b } from "./a"; 12 import c, { default as d } from "./a"; 13 import * as self from "./b"; 14 export { default } from "./a"; 15 export { default as def } from "./a";
|
H A D | excessivelyLargeTupleSpread.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 | exportAsNamespace4(module=commonjs).js | 8 export * as default from './0'; 11 import * as ns from './0'; 15 import foo from './1' 16 import foo1 from './11' 104 export * as default from './0';
106 import * as ns from './0';
|
H A D | argumentExpressionContextualTyping.js | 22 var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
23 if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
24 if (ar || !(i in from)) {
25 if (!ar) ar = Array.prototype.slice.call(from, 0, i);
26 ar[i] = from[i];
29 return to.concat(ar || Array.prototype.slice.call(from));
|
H A D | tsxEmit1.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));
|
/third_party/icu/icu4j/samples/src/com/ibm/icu/samples/util/timescale/ |
H A D | PivotDemo.java | 23 * convert from one local time scale to another. 38 * convert from the Java and Unix time scales to the ICU time scale. It uses 53 cal.setTimeInMillis(UniversalTimeScale.toLong(UniversalTimeScale.from(0, UniversalTimeScale.JAVA_TIME), UniversalTimeScale.ICU4C_TIME)); in main() 57 cal.setTimeInMillis(UniversalTimeScale.toLong(UniversalTimeScale.from(-62164684800000L, UniversalTimeScale.JAVA_TIME), UniversalTimeScale.ICU4C_TIME)); in main() 61 cal.setTimeInMillis(UniversalTimeScale.toLong(UniversalTimeScale.from(-62135769600000L, UniversalTimeScale.JAVA_TIME), UniversalTimeScale.ICU4C_TIME)); in main() 67 cal.setTimeInMillis(UniversalTimeScale.toLong(UniversalTimeScale.from(0x80000000, UniversalTimeScale.UNIX_TIME), UniversalTimeScale.ICU4C_TIME)); in main() 71 cal.setTimeInMillis(UniversalTimeScale.toLong(UniversalTimeScale.from(0, UniversalTimeScale.UNIX_TIME), UniversalTimeScale.ICU4C_TIME)); in main() 75 cal.setTimeInMillis(UniversalTimeScale.toLong(UniversalTimeScale.from(0x7FFFFFFF, UniversalTimeScale.UNIX_TIME), UniversalTimeScale.ICU4C_TIME)); in main()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | tztrans.cpp | 23 TimeZoneTransition::TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to) in TimeZoneTransition() argument 24 : UObject(), fTime(time), fFrom(from.clone()), fTo(to.clone()) { in TimeZoneTransition() 98 TimeZoneTransition::setFrom(const TimeZoneRule& from) { in setFrom() argument 102 fFrom = from.clone(); in setFrom() 106 TimeZoneTransition::adoptFrom(TimeZoneRule* from) { in adoptFrom() argument 110 fFrom = from; in adoptFrom()
|
/third_party/node/test/parallel/ |
H A D | test-child-process-spawnsync-input.js | 33 const msgOutBuf = Buffer.from(`${msgOut}\n`); 34 const msgErrBuf = Buffer.from(`${msgErr}\n`); 94 input: Buffer.from('hello world') 101 assert.deepStrictEqual(ret.stderr, Buffer.from('')); 105 const msgBuf = Buffer.from('hello world'.repeat(8)); 116 assert.deepStrictEqual(ret.stderr, Buffer.from(''));
|
H A D | test-fs-writev-promises.js | 20 const buffer = Buffer.from(expected); 23 let { bytesWritten, buffers } = await handle.writev([Buffer.from('')], 26 assert.deepStrictEqual(buffers, [Buffer.from('')]); 38 const buffer = Buffer.from(expected); 41 let { bytesWritten, buffers } = await handle.writev([Buffer.from('')]); 43 assert.deepStrictEqual(buffers, [Buffer.from('')]);
|
H A D | test-stream-flatMap.js | 13 return Readable.from([1, 2, 3, 4, 5]); 53 return Readable.from([x, x]); 112 assert.throws(() => Readable.from([1]).flatMap(1), /ERR_INVALID_ARG_TYPE/); 113 assert.throws(() => Readable.from([1]).flatMap((x) => x, { 116 assert.throws(() => Readable.from([1]).flatMap((x) => x, 1), /ERR_INVALID_ARG_TYPE/); 117 assert.throws(() => Readable.from([1]).flatMap((x) => x, { signal: true }), /ERR_INVALID_ARG_TYPE/);
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | tztrans.cpp | 23 TimeZoneTransition::TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to) in TimeZoneTransition() argument 24 : UObject(), fTime(time), fFrom(from.clone()), fTo(to.clone()) { in TimeZoneTransition() 98 TimeZoneTransition::setFrom(const TimeZoneRule& from) { in setFrom() argument 102 fFrom = from.clone(); in setFrom() 106 TimeZoneTransition::adoptFrom(TimeZoneRule* from) { in adoptFrom() argument 110 fFrom = from; in adoptFrom()
|
/third_party/rust/crates/clap/src/util/ |
H A D | id.rs | 31 fn from(id: &'_ Id) -> Self { in from() functions 37 fn from(name: Str) -> Self { in from() functions 43 fn from(name: &'_ Str) -> Self { in from() functions 50 fn from(name: std::string::String) -> Self { in from() functions 57 fn from(name: &'_ std::string::String) -> Self { in from() functions 63 fn from(name: &'static str) -> Self { in from() functions 69 fn from(name: &'_ &'static str) -> Self { in from() functions 75 fn from(name: Id) -> Self { in from() functions 81 fn from(name: Id) -> Self { in from() functions 82 Str::from(nam in from() [all...] |
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitWXExecAllocator.c | 54 #define SLJIT_UPDATE_WX_FLAGS(from, to, enable_exec) \ 55 sljit_update_wx_flags((from), (to), (enable_exec)) 139 static void sljit_update_wx_flags(void *from, void *to, sljit_s32 enable_exec) in sljit_update_wx_flags() argument 142 sljit_uw start = (sljit_uw)from; in sljit_update_wx_flags() 183 static void sljit_update_wx_flags(void *from, void *to, sljit_s32 enable_exec) in sljit_update_wx_flags() argument 187 sljit_uw start = (sljit_uw)from; in sljit_update_wx_flags()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | tztrans.cpp | 23 TimeZoneTransition::TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to) in TimeZoneTransition() argument 24 : UObject(), fTime(time), fFrom(from.clone()), fTo(to.clone()) { in TimeZoneTransition() 98 TimeZoneTransition::setFrom(const TimeZoneRule& from) { in setFrom() argument 102 fFrom = from.clone(); in setFrom() 106 TimeZoneTransition::adoptFrom(TimeZoneRule* from) { in adoptFrom() argument 110 fFrom = from; in adoptFrom()
|