Home
last modified time | relevance | path

Searched refs:from (Results 1101 - 1125 of 5408) sorted by relevance

1...<<41424344454647484950>>...217

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dolsontz.cpp114 * 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 Dindex.js15 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 Dreceiver.js16 import worker from '@ohos.worker';
17 import imageApi from "@ohos.multimedia.image";
H A Dcreator.js16 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 DsaveData.js16 import file from '@system.file';
17 import storage from '@system.storage';
/third_party/node/test/parallel/
H A Dtest-crypto-dh-generate-keys.js54 dh.setPrivateKey(Buffer.from('01020304', 'hex'));
60 dh.setPrivateKey(Buffer.from('01020304', 'hex'));
H A Dtest-crypto-randomuuid.js37 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 Dtest-http-parser-bad-ref.js53 const b = Buffer.from(part1);
63 const b = Buffer.from(part2);
H A Dtest-http2-createwritereq.js27 '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 Dsigsetjmp.s19 # once we return from 'longjmp'
25 move $5, $2 # Return from 'setjmp' or 'longjmp'
/third_party/musl/src/signal/mips64/
H A Dsigsetjmp.s19 # once we return from 'longjmp'
25 move $5, $2 # Return from 'setjmp' or 'longjmp'
/third_party/ltp/utils/sctp/lib/
H A Drecvmsg.c32 * 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 Dimpls_fs_err.rs43 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 Dcompile.rs54 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 Dbuild.rs9 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 Dtest_utils_test.cc30 // 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 Dbit.h22 // 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 DreexportDefaultIsCallable.js6 export { default } from "./schema";
8 import Base from "./reexporter";
H A DdeclarationEmitExpressionInExtends6.js10 import * as A from "./a";
59 import * as A from "./a";
H A DdeclarationMapsMultifile.js13 import {Foo} from "./a";
60 import { Foo } from "./a";
H A DdefaultDeclarationEmitShadowedNamedCorrectly.js2 import * as me from "./this";
45 import * as me from "./this";
H A DdoubleUnderscoreExportStarConflict.js4 export * from "./b";
5 export * from "./c";
H A DmodularizeLibrary_ErrorFromUsingES6FeaturesWithOnlyES5Lib.js2 // 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 DmodularizeLibrary_TargetES6UsingES6Lib.js4 return Array.from(arguments);
59 return Array.from(arguments);
/third_party/typescript/tests/baselines/reference/tsbuild/javascriptProjectEmit/
H A Dloads-js-based-projects-with-non-moved-json-files-and-emits-them-correctly.js47 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",

Completed in 11 milliseconds

1...<<41424344454647484950>>...217