Home
last modified time | relevance | path

Searched refs:from (Results 1951 - 1975 of 3614) sorted by relevance

1...<<71727374757677787980>>...145

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DCurrencyTest.java342 assertEquals("bundle from current locale", "en", cdn.getULocale().toString()); in TestCurrencyDisplayNames()
368 assertNull("no fallback from unknown locale" + ln , cdn); in TestCurrencyDisplayNames()
466 logln("from: " + fmt.format(info.from)+ Long.toHexString(info.from)); in testCurrencyMetaInfoRanges()
471 eurFirstDate = new Date(info.from); in testCurrencyMetaInfoRanges()
525 demFirstDate = info.from; in testCurrencyMetaInfoRangesWithLongs()
528 eurFirstDate = info.from; in testCurrencyMetaInfoRangesWithLongs()
546 // Deutschmark available from first millisecond on in testCurrencyMetaInfoRangesWithLongs()
801 // behavior change from 4. in TestGetKeywordValues()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DCurrencyTest.java339 assertEquals("bundle from current locale", "en", cdn.getULocale().toString()); in TestCurrencyDisplayNames()
365 assertNull("no fallback from unknown locale" + ln , cdn); in TestCurrencyDisplayNames()
463 logln("from: " + fmt.format(info.from)+ Long.toHexString(info.from)); in testCurrencyMetaInfoRanges()
468 eurFirstDate = new Date(info.from); in testCurrencyMetaInfoRanges()
522 demFirstDate = info.from; in testCurrencyMetaInfoRangesWithLongs()
525 eurFirstDate = info.from; in testCurrencyMetaInfoRangesWithLongs()
543 // Deutschmark available from first millisecond on in testCurrencyMetaInfoRangesWithLongs()
813 // behavior change from 4. in TestGetKeywordValues()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dmeasunit_extra.cpp11 // Allow implicit conversion from char16_t* to UnicodeString for this file:
137 * A ResourceSink that collects simple unit identifiers from the keys of the
159 * which maps from a simple unit identifier to an index into the
165 * from the ID to the value produced by the quantitiesTrie (which is an
200 // Collect keys from the table resource.
252 * A ResourceSink that collects information from `unitQuantities` in the `units`
253 * resource to provide key->value lookups from base unit to category, as well as
324 // Maps from the value associated with each simple unit ID to an index into the
337 // Serialized BytesTrie for mapping from base units to indices into gCategories.
543 static Parser from(StringPiec
[all...]
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-ia64.tex108 registers. Add an index in the range from 0..127 to get a
122 corresponds to a set NaT-bit. Add an index in the range from 0..127
127 registers. Add an index in the range from 0..127 to get a
135 registers. Add an index in the range from 0..127 to get a
142 Add an index in the range from 0..7 to get a particular branch
/third_party/node/lib/
H A Ddgram.js193 // Set up the handle that we got from primary.
199 // Replace the existing handle by the handle we got from primary.
485 buffer = Buffer.from(buffer);
505 return Buffer.from(buffer.buffer, buffer.byteOffset + offset, length);
515 newlist[i] = Buffer.from(buf);
519 newlist[i] = Buffer.from(buf.buffer, buf.byteOffset, buf.byteLength);
612 list = [ Buffer.from(buffer) ];
919 // Error message from dgram_legacy.js.
/third_party/node/test/common/
H A Dwpt.js124 // pulled from WPT
155 toRealFilePath(from, url) {
161 const base = path.dirname(from);
169 * @param {string} from the path of the file loading this resource,
175 read(from, url, asFetch = true) {
176 const file = this.toRealFilePath(from, url);
616 throw new Error(`Unexpected message from worker: ${message.type}`);
/third_party/node/deps/icu-small/source/common/
H A Dlstmbe.cpp88 // It is designed to directly use data from memory mapped resources.
125 // It is designed to directly use data from memory mapped resources.
205 inline Array1D slice(int32_t from, int32_t size) const {
206 U_ASSERT(from >= 0);
207 U_ASSERT(from < d1_);
208 U_ASSERT(from + size <= d1_);
209 return Array1D(data_ + from, size);
682 // To save the needed memory usage, the following is different from the
724 // assign the data from hBackward.row(i) to second half of fbRowa.
785 // open root from brkit in defaultLSTM()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dmeasunit_extra.cpp11 // Allow implicit conversion from char16_t* to UnicodeString for this file:
137 * A ResourceSink that collects simple unit identifiers from the keys of the
159 * which maps from a simple unit identifier to an index into the
165 * from the ID to the value produced by the quantitiesTrie (which is an
200 // Collect keys from the table resource.
252 * A ResourceSink that collects information from `unitQuantities` in the `units`
253 * resource to provide key->value lookups from base unit to category, as well as
324 // Maps from the value associated with each simple unit ID to an index into the
337 // Serialized BytesTrie for mapping from base units to indices into gCategories.
543 static Parser from(StringPiec
[all...]
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha256-armv4.pl95 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past
102 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past
139 ldr $t1,[sp,#`($i+2)%16`*4] @ from future BODY_16_xx
141 ldr $t4,[sp,#`($i+15)%16`*4] @ from future BODY_16_xx
160 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past
170 eor $t0,$e,$e,ror#`$Sigma1[1]-$Sigma1[0]` @ from BODY_00_15
272 add $A,$A,$t2 @ h+=Maj(a,b,c) from the past
460 '&add ($a,$a,$t2)', # h+=Maj(a,b,c) from the past
566 add $A,$A,$t2 @ h+=Maj(a,b,c) from the past
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpem_lib.c212 /* Allow CMS to be read from PKCS#7 headers */ in check_pem()
366 /* Convert the pass phrase from EBCDIC */ in PEM_ASN1_write_bio()
375 * The 'iv' is used as the iv and as a salt. It is NOT taken from in PEM_ASN1_write_bio()
444 /* Convert the pass phrase from EBCDIC */ in PEM_do_header()
481 * into a BIO from which one folded line is read at a time, and is then split
570 char *from; in load_iv() local
572 from = *fromp; in load_iv()
577 v = OPENSSL_hexchar2int(*from); in load_iv()
582 from++; in load_iv()
586 *fromp = from; in load_iv()
[all...]
/third_party/openssl/crypto/pem/
H A Dpem_lib.c212 /* Allow CMS to be read from PKCS#7 headers */ in check_pem()
366 /* Convert the pass phrase from EBCDIC */ in PEM_ASN1_write_bio()
375 * The 'iv' is used as the iv and as a salt. It is NOT taken from in PEM_ASN1_write_bio()
444 /* Convert the pass phrase from EBCDIC */ in PEM_do_header()
481 * into a BIO from which one folded line is read at a time, and is then split
570 char *from; in load_iv() local
572 from = *fromp; in load_iv()
577 v = OPENSSL_hexchar2int(*from); in load_iv()
582 from++; in load_iv()
586 *fromp = from; in load_iv()
[all...]
/third_party/openssl/crypto/sha/asm/
H A Dsha256-armv4.pl95 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past
102 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past
139 ldr $t1,[sp,#`($i+2)%16`*4] @ from future BODY_16_xx
141 ldr $t4,[sp,#`($i+15)%16`*4] @ from future BODY_16_xx
160 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past
170 eor $t0,$e,$e,ror#`$Sigma1[1]-$Sigma1[0]` @ from BODY_00_15
272 add $A,$A,$t2 @ h+=Maj(a,b,c) from the past
460 '&add ($a,$a,$t2)', # h+=Maj(a,b,c) from the past
566 add $A,$A,$t2 @ h+=Maj(a,b,c) from the past
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dinstruction.cpp559 void Instruction::UpdateDebugInfoFrom(const Instruction* from) { in UpdateDebugInfoFrom() argument
560 if (from == nullptr) return; in UpdateDebugInfoFrom()
562 if (!from->dbg_line_insts().empty()) in UpdateDebugInfoFrom()
563 AddDebugLine(&from->dbg_line_insts().back()); in UpdateDebugInfoFrom()
564 SetDebugScope(from->GetDebugScope()); in UpdateDebugInfoFrom()
815 // stream of words to output from the module. in PrettyPrint()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinstruction.cpp559 void Instruction::UpdateDebugInfoFrom(const Instruction* from) { in UpdateDebugInfoFrom() argument
560 if (from == nullptr) return; in UpdateDebugInfoFrom()
562 if (!from->dbg_line_insts().empty()) in UpdateDebugInfoFrom()
563 AddDebugLine(&from->dbg_line_insts().back()); in UpdateDebugInfoFrom()
564 SetDebugScope(from->GetDebugScope()); in UpdateDebugInfoFrom()
815 // stream of words to output from the module. in PrettyPrint()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dmeasunit_extra.cpp11 // Allow implicit conversion from char16_t* to UnicodeString for this file:
138 * A ResourceSink that collects simple unit identifiers from the keys of the
160 * which maps from a simple unit identifier to an index into the
166 * from the ID to the value produced by the quantitiesTrie (which is an
201 // Collect keys from the table resource. in put()
253 * A ResourceSink that collects information from `unitQuantities` in the `units`
254 * resource to provide key->value lookups from base unit to category, as well as
325 // Maps from the value associated with each simple unit ID to an index into the
341 // Serialized BytesTrie for mapping from base units to indices into gCategories.
547 static Parser from(StringPiec
[all...]
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/transitive-exports/no-circular-import/
H A Dexport-with-incremental.js8 export * from "./tools.interface";
11 import { Data } from "lib2/public";
19 export * from "./data";
22 export * from "./tools/public";
25 import { ITest } from "lib1/public";
215 {"program":{"fileNames":["../../../../a/lib/lib.d.ts","./lib1/tools/tools.interface.ts","./lib1/tools/public.ts","./lib1/public.ts","./lib2/data.ts","./lib2/public.ts","./app.ts"],"fileInfos":[{"version":"-7698705165-/// <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; }","affectsGlobalScope":true},"-4369626085-export interface ITest {\n title: string;\n}","-13301115055-export * from \"./tools.interface\";","-5078933600-export * from \"./tools/public\";","-30573389178-import { ITest } from \"lib1/public\";\nexport class Data {\n public test() {\n const result: ITest = {\n title: \"title\"\n }\n return result;\n }\n}","-9530042629-export * from \"./data\";","-14937286564-import { Data } from \"lib
[all...]
H A Dexport.js8 export * from "./tools.interface";
11 import { Data } from "lib2/public";
19 export * from "./data";
22 export * from "./tools/public";
25 import { ITest } from "lib1/public";
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/no-circular-import/
H A Dexport-with-incremental.js8 export * from "./tools.interface";
11 import { Data } from "lib2/public";
19 export * from "./data";
22 export * from "./tools/public";
25 import { ITest } from "lib1/public";
215 {"program":{"fileNames":["../../../../a/lib/lib.d.ts","./lib1/tools/tools.interface.ts","./lib1/tools/public.ts","./lib1/public.ts","./lib2/data.ts","./lib2/public.ts","./app.ts"],"fileInfos":[{"version":"-7698705165-/// <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; }","affectsGlobalScope":true},"-4369626085-export interface ITest {\n title: string;\n}","-13301115055-export * from \"./tools.interface\";","-5078933600-export * from \"./tools/public\";","-30573389178-import { ITest } from \"lib1/public\";\nexport class Data {\n public test() {\n const result: ITest = {\n title: \"title\"\n }\n return result;\n }\n}","-9530042629-export * from \"./data\";","-14937286564-import { Data } from \"lib
[all...]
H A Dexport.js8 export * from "./tools.interface";
11 import { Data } from "lib2/public";
19 export * from "./data";
22 export * from "./tools/public";
25 import { ITest } from "lib1/public";
/third_party/rust/crates/proc-macro2/src/
H A Dfallback.rs224 fn from(inner: proc_macro::TokenStream) -> Self { in from() functions
234 fn from(inner: TokenStream) -> Self { in from() functions
243 fn from(tree: TokenTree) -> Self { in from() functions
374 // chars from that point. in source_text()
461 return PathBuf::from(if i == 0 { in filepath()
521 // caller wants line/column information from. in resolved_at()
533 path: PathBuf::from("<unspecified>"), in source_file()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_drag_manager.h55 void HandleSwapAnimation(int32_t from, int32_t to);
/foundation/arkui/ace_engine/frameworks/component_test/core/
H A Dcomponent_test_tester_impl.h52 const NG::PointF& from, const NG::PointF& to, uint32_t stepLen, uint32_t speed, ErrInfo& errInfo) const;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_navigation_function.h40 JSRef<JSVal> Execute(RefPtr<NG::NavDestinationContext> from,
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dfor_each_node.h72 void MoveData(int32_t from, int32_t to) override;
H A Drepeat_node.cpp70 // Collect IDs of removed nodes starting from 'oldNode' (incl.) in FinishRepeatRender()
87 // copy child from tempChildrenOfRepeat_[fromIndex] and append to children_ in MoveChild()
101 void RepeatNode::MoveData(int32_t from, int32_t to) in MoveData() argument
114 // STATE_MGMT_NOTE called from where ?

Completed in 22 milliseconds

1...<<71727374757677787980>>...145