/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | olsontz.cpp | 114 * Construct from a resource bundle 381 // Compute local epoch millis from input fields in getOffset() 492 // Linear search from the end is the fastest approach, since in getHistoricalOffset() 562 // observed from 1943 to the present, most clients will expect in useDaylightTime() 817 * getting offset from finalZone has some problems. in initTransitionRules() 925 TimeZoneRule *from = historicRules[typeMapData[ttidx]]; in getNextTransition() local 928 // The transitions loaded from zoneinfo.res may contain non-transition data in getNextTransition() 930 from->getName(fromName); in getNextTransition() 932 if (fromName == toName && from->getRawOffset() == to->getRawOffset() in getNextTransition() 933 && from in getNextTransition() 986 TimeZoneRule *from = historicRules[typeMapData[ttidx-1]]; getPreviousTransition() local [all...] |
/test/xts/acts/ability/ability_runtime/abilitymultiinstance/amsabilitymultiinstanceappe/entry/src/main/js/MainAbility/pages/index/ |
H A D | index.js | 15 import featureAbility from '@ohos.ability.featureAbility' 16 import commonEvent from '@ohos.commonEvent'
|
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverMultiThread/entry/src/main/ets/workers/ |
H A D | receiver.js | 16 import worker from '@ohos.worker'; 17 import imageApi from "@ohos.multimedia.image";
|
H A D | creator.js | 16 import worker from '@ohos.worker'; 17 import imageApi from "@ohos.multimedia.image";
|
/test/xts/acts/validator_lite/acts_validator/entry/src/main/js/MainAbility/common/js/ |
H A D | saveData.js | 16 import file from '@system.file';
17 import storage from '@system.storage';
|
/third_party/node/test/parallel/ |
H A D | test-crypto-dh-generate-keys.js | 54 dh.setPrivateKey(Buffer.from('01020304', 'hex')); 60 dh.setPrivateKey(Buffer.from('01020304', 'hex'));
|
H A D | test-crypto-randomuuid.js | 37 Buffer.from(uuid.substr(14, 2), 'hex')[0] & 0x40, 0x40); 41 Buffer.from(uuid.substr(19, 2), 'hex')[0] & 0b1100_0000, 0b1000_0000);
|
H A D | test-http-parser-bad-ref.js | 53 const b = Buffer.from(part1); 63 const b = Buffer.from(part2);
|
H A D | test-http2-createwritereq.js | 27 'UTF8': 'utf8' // Should fall through to Buffer.from 37 Buffer.from(testString, testEncoding).equals(chunk) 53 writeEncoding !== 'buffer' ? testString : Buffer.from(testString),
|
/third_party/musl/src/signal/mipsn32/ |
H A D | sigsetjmp.s | 19 # once we return from 'longjmp' 25 move $5, $2 # Return from 'setjmp' or 'longjmp'
|
/third_party/musl/src/signal/mips64/ |
H A D | sigsetjmp.s | 19 # once we return from 'longjmp' 25 move $5, $2 # Return from 'setjmp' or 'longjmp'
|
/third_party/ltp/utils/sctp/lib/ |
H A D | recvmsg.c | 32 * struct sockaddr *from, 41 * from - is a pointer to a address to be filled with 43 * fromlen - is the from length. 55 int sctp_recvmsg(int s, void *msg, size_t len, struct sockaddr *from, in sctp_recvmsg() argument 70 inmsg.msg_name = from; in sctp_recvmsg()
|
/third_party/rust/crates/io-lifetimes/src/ |
H A D | impls_fs_err.rs | 43 fn from(owned: fs_err::File) -> Self { in from() functions 59 fn from(owned: fs_err::File) -> Self { in from() functions
|
/third_party/rust/crates/bitflags/tests/ |
H A D | compile.rs | 54 fn rename_beta_stderr(from: impl AsRef<Path>, to: impl AsRef<Path>) -> io::Result<()> { in rename_beta_stderr() 55 fs::copy(from, to)?; in rename_beta_stderr()
|
/third_party/rust/crates/bindgen/bindgen-tests/ |
H A D | build.rs | 9 let out_dir = PathBuf::from(env::var("OUT_DIR").unwrap()); in main() 12 let manifest_dir = PathBuf::from(env::var("CARGO_MANIFEST_DIR").unwrap()); in main()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
H A D | test_utils_test.cc | 30 // Conversion is done from UTF16 to UTF8, SJIS 35 UChar from[8] = {0x016A, 0x006E, 0x012D, 0x0063, 0x014D, 0x0064, 0x0065, in TestEncoding() local 41 int32_t encoded = TestUtils::EncodeOneChar(conv, (int16_t)from[i]); in TestEncoding()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | bit.h | 22 // This implementation of bit_cast is different from the C++17 one in two ways: 50 inline To bit_cast(const From &from) noexcept { 52 std::memcpy(&to, &from, sizeof(To));
|
/third_party/typescript/tests/baselines/reference/ |
H A D | reexportDefaultIsCallable.js | 6 export { default } from "./schema";
8 import Base from "./reexporter";
|
H A D | declarationEmitExpressionInExtends6.js | 10 import * as A from "./a"; 59 import * as A from "./a";
|
H A D | declarationMapsMultifile.js | 13 import {Foo} from "./a"; 60 import { Foo } from "./a";
|
H A D | defaultDeclarationEmitShadowedNamedCorrectly.js | 2 import * as me from "./this"; 45 import * as me from "./this";
|
H A D | doubleUnderscoreExportStarConflict.js | 4 export * from "./b"; 5 export * from "./c";
|
H A D | modularizeLibrary_ErrorFromUsingES6FeaturesWithOnlyES5Lib.js | 2 // All will be error from using ES6 features but only include ES5 library 5 return Array.from(arguments); 58 // All will be error from using ES6 features but only include ES5 library
61 return Array.from(arguments);
|
H A D | modularizeLibrary_TargetES6UsingES6Lib.js | 4 return Array.from(arguments); 59 return Array.from(arguments);
|
/third_party/typescript/tests/baselines/reference/tsbuild/javascriptProjectEmit/ |
H A D | loads-js-based-projects-with-non-moved-json-files-and-emits-them-correctly.js | 47 import mod from '../common'; 65 import { m } from '../sub-project/index'; 139 {"program":{"fileNames":["../../lib/lib.d.ts","../../src/common/obj.json","../../src/common/index.d.ts","../../src/sub-project/index.js"],"fileInfos":[{"version":"-32082413277-/// <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; };\ninterface SymbolConstructor {\n readonly species: symbol;\n readonly toStringTag: symbol;\n}\ndeclare var Symbol: SymbolConstructor;\ninterface Symbol {\n readonly [Symbol.toStringTag]: string;\n}\n","affectsGlobalScope":true},"2151907832-{\n \"val\": 42\n}","-4085459678-import x = require(\"./obj.json\");\r\nexport = x;\r\n",{"version":"-14684157955-import mod from '../common';\n\nexport const m = mod;\n","signature":"-15768184370-export const m: {\r\n val: number;\r\n};\r\n"}],"options":{"composite":true,"declaration":true,"esModuleInterop":true,"outDir":"..","rootDir":"../../src","skipLibCheck":true},"fileIdsList":[[2],[3]],"referencedMap":[[3,1],[4,2]],"exportedModulesMap":[[3,1]],"semanticDiagnosticsPerFile":[1,3,2,4],"latestChangedDtsFile":"./index.d.ts"},"version":"FakeTSVersion"}
173 "version": "-14684157955-import mod from '../common';\n\nexport const m = mod;\n", 233 {"program":{"fileNames":["../../lib/lib.d.ts","../sub-project/index.d.ts","../../src/sub-project-2/index.js"],"fileInfos":[{"version":"-32082413277-/// <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; };\ninterface SymbolConstructor {\n readonly species: symbol;\n readonly toStringTag: symbol;\n}\ndeclare var Symbol: SymbolConstructor;\ninterface Symbol {\n readonly [Symbol.toStringTag]: string;\n}\n","affectsGlobalScope":true},"-15768184370-export const m: {\r\n val: number;\r\n};\r\n",{"version":"13545386800-import { m } from '../sub-project/index';\n\nconst variable = {\n key: m,\n};\n\nexport function getVar() {\n return variable;\n}\n","signature":"-2686589794-export function getVar(): {\r\n key: {\r\n val: number;\r\n };\r\n};\r\n"}],"options":{"composite":true,"declaration":true,"esModuleInterop":true,"outDir":"..","rootDir":"../../src","skipLibCheck":true},"fileIdsList":[[2]],"referencedMap":[[3,1]],"exportedModulesMap":[],"semanticDiagnosticsPerFile":[1,2,3],"latestChangedDtsFile":"./index.d.ts"},"version":"FakeTSVersion"}
259 "version": "13545386800-import { m } from '../sub-project/index';\n\nconst variable = {\n key: m,\n};\n\nexport function getVar() {\n return variable;\n}\n",
|