Home
last modified time | relevance | path

Searched +full:- +full:- +full:from (Results 1 – 25 of 1755) sorted by relevance

12345678910>>...71

/third_party/skia/m133/third_party/externals/icu/source/data/curr/
DsupplementalData.txt3 // Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
8 from:intvector{
17 from:intvector{
24 from:intvector{
25 -713,
35 from:intvector{
36 -74,
37 -2086587392,
46 from:intvector{
47 -250,
[all …]
/third_party/icu/icu4c/source/data/curr/
DsupplementalData.txt3 // Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
8 from:intvector{
17 from:intvector{
24 from:intvector{
25 -713,
35 from:intvector{
36 -74,
37 -2086587392,
46 from:intvector{
47 -250,
[all …]
/third_party/skia/third_party/externals/icu/source/data/curr/
DsupplementalData.txt3 // Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
8 from:intvector{
17 from:intvector{
24 from:intvector{
25 -713,
35 from:intvector{
36 -74,
37 -2086587392,
46 from:intvector{
47 -250,
[all …]
/third_party/openhitls/testcode/sdv/testcase/crypto/sm4/
Dtest_suite_sdv_eal_sm4.data1 CRYPT_EAL_CipherInit interface iv param test #from GB/T 17964-2021
3 CRYPT_EAL_CipherInit interface iv param test #from GB/T 17964-2021
5 CRYPT_EAL_CipherInit interface iv param test #from GB/T 17964-2021
7 CRYPT_EAL_CipherInit interface iv param test #from GB/T 17964-2021
9 CRYPT_EAL_CipherInit interface iv param test #from GB/T 17964-2021
12 CRYPT_EAL_CipherInit interface xts test1 #from GB/T 17964-2021
14 CRYPT_EAL_CipherInit interface xts test2 #from GB/T 17964-2021
16 CRYPT_EAL_CipherInit interface xts test3 #from GB/T 17964-2021
18 CRYPT_EAL_CipherInit interface xts test4 #from GB/T 17964-2021
20 CRYPT_EAL_CipherInit interface xts test5 #from GB/T 17964-2021
[all …]
/third_party/openhitls/testcode/sdv/testcase/crypto/aes/
Dtest_suite_sdv_eal_aes.data4 CRYPT_EAL_CipherInit interface test #from NIST
10 CRYPT_EAL_CipherReinit interface test #from NIST
13 CRYPT_EAL_CipherUpdate interface test #from NIST
16 CRYPT_EAL_CipherFinal interface test #from NIST
19 CRYPT_EAL_CipherCtrl interface test #from NIST
22 CRYPT_EAL_CipherSetPadding interface test #from NIST
25 CRYPT_EAL_CipherGetPadding interface test #from NIST
28 AES-ECB KAT test #from NIST CRYPT_CIPHER_AES128_ECB 1 block
31 AES-ECB KAT test #from NIST CRYPT_CIPHER_AES128_ECB 1 block
34 AES-ECB KAT test #from NIST CRYPT_CIPHER_AES128_ECB 6 blocks
[all …]
/third_party/typescript/tests/cases/compiler/
Des6ExportEqualsInterop.ts20 declare module "interface-variable" {
40 declare module "interface-module" {
52 declare module "variable-module" {
71 declare module "function-module" {
88 declare module "class-module" {
103 // import-equals
106 import z3 = require("interface-variable");
108 import z5 = require("interface-module");
109 import z6 = require("variable-module");
111 import z8 = require("function-module");
[all …]
DramdaToolsNoInfinite2.ts3 import { Extends } from "Any/Extends";
4 import { List } from "List/List";
14 import { Key } from "Any/Key";
25 import { Keys as UKeys } from "Union/Keys";
30 import { _Pick } from "Object/Pick";
31 import { Exclude } from "Union/Exclude";
32 import { Key } from "Any/Key";
33 import { Keys } from "Object/Keys";
39 import { Key } from "Any/Key";
40 import { Boolean } from "Boolean/Boolean";
[all …]
/third_party/typescript/tests/baselines/reference/
DramdaToolsNoInfinite2.js3 import { Extends } from "Any/Extends";
4 import { List } from "List/List";
14 import { Key } from "Any/Key";
25 import { Keys as UKeys } from "Union/Keys";
30 import { _Pick } from "Object/Pick";
31 import { Exclude } from "Union/Exclude";
32 import { Key } from "Any/Key";
33 import { Keys } from "Object/Keys";
39 import { Key } from "Any/Key";
40 import { Boolean } from "Boolean/Boolean";
[all …]
Des6ExportEqualsInterop.js20 declare module "interface-variable" {
40 declare module "interface-module" {
52 declare module "variable-module" {
71 declare module "function-module" {
88 declare module "class-module" {
103 // import-equals
106 import z3 = require("interface-variable");
108 import z5 = require("interface-module");
109 import z6 = require("variable-module");
111 import z8 = require("function-module");
[all …]
Des6ExportEqualsInterop.types4 // import-equals
11 import z3 = require("interface-variable");
17 import z5 = require("interface-module");
20 import z6 = require("variable-module");
26 import z8 = require("function-module");
32 import z0 = require("class-module");
86 import x1 from "interface";
89 import x2 from "variable";
92 import x3 from "interface-variable";
95 import x4 from "module";
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCasting.h1 //===-- llvm/Support/Casting.h - Allow flexible, checked, casts -*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
24 //===----------------------------------------------------------------------===//
26 //===----------------------------------------------------------------------===//
32 template<typename From> struct simplify_type {
33 typedef From SimpleType; // The real type this represents...
36 static SimpleType &getSimplifiedValue(From &Val) { return Val; } in getSimplifiedValue()
39 template<typename From> struct simplify_type<const From> {
40 typedef typename simplify_type<From>::SimpleType NonConstSimpleType;
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCasting.h1 //===- llvm/Support/Casting.h - Allow flexible, checked, casts --*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
25 //===----------------------------------------------------------------------===//
27 //===----------------------------------------------------------------------===//
33 template<typename From> struct simplify_type {
34 using SimpleType = From; // The real type this represents...
37 static SimpleType &getSimplifiedValue(From &Val) { return Val; } in getSimplifiedValue()
40 template<typename From> struct simplify_type<const From> {
[all …]
/third_party/rust/rust/tests/ui/traits/new-solver/
Dobject-unsafety.stderr1 error[E0277]: the trait bound `dyn Setup<From = T>: Setup` is not satisfied
2 --> $DIR/object-unsafety.rs:12:12
4 LL | copy::<dyn Setup<From=T>>(t)
5 | ^^^^^^^^^^^^^^^^^ the trait `Setup` is not implemented for `dyn Setup<From = T>`
8 --> $DIR/object-unsafety.rs:7:12
10 LL | fn copy<U: Setup + ?Sized>(from: &U::From) -> U::From {
14 LL | pub fn copy_any<T>(t: &T) -> T where dyn Setup<From = T>: Setup {
17 error: the type `&<dyn Setup<From = T> as Setup>::From` is not well-formed
18 --> $DIR/object-unsafety.rs:12:31
20 LL | copy::<dyn Setup<From=T>>(t)
[all …]
/third_party/rust/rust/src/tools/rustfmt/src/cargo-fmt/test/
Dmessage_format.rs7 Err(String::from( in invalid_message_format()
8 "invalid --message-format value: awesome. Allowed values are: short|json|human" in invalid_message_format()
15 let mut args = vec![String::from("--check")]; in json_message_format_and_check_arg()
18 Err(String::from( in json_message_format_and_check_arg()
19 "cannot include --check arg when --message-format is set to json" in json_message_format_and_check_arg()
26 let mut args = vec![String::from("--emit"), String::from("checkstyle")]; in json_message_format_and_emit_arg()
29 Err(String::from( in json_message_format_and_emit_arg()
30 "cannot include --emit arg when --message-format is set to json" in json_message_format_and_emit_arg()
37 let mut args = vec![String::from("--edition"), String::from("2018")]; in json_message_format()
42 String::from("--edition"), in json_message_format()
[all …]
/third_party/vk-gl-cts/modules/internal/
DditSeedBuilderTests.cpp1 /*-------------------------------------------------------------------------
3 * ---------------------------------
11 * http://www.apache.org/licenses/LICENSE-2.0
22 *//*--------------------------------------------------------------------*/
123 …addChild(new SeedBuilderTest<bool>(m_testCtx, true, 132088003u, "bool_true", "Seed from boolean t… in init()
124 …addChild(new SeedBuilderTest<bool>(m_testCtx, false, 50600761u, "bool_false", "Seed from boolean … in init()
126 …addChild(new SeedBuilderTest<deInt8>(m_testCtx, 0, 62533730u, "int8_zero", "Seed from int8 zero.… in init()
127 …addChild(new SeedBuilderTest<deInt8>(m_testCtx, 1, 93914869u, "int8_one", "Seed from int8 one.")… in init()
128 …addChild(new SeedBuilderTest<deInt8>(m_testCtx, -1, 115002165u, "int8_minus_one", "Seed from int8 … in init()
130 …addChild(new SeedBuilderTest<deInt16>(m_testCtx, 0, 133071403u, "int16_zero", "Seed from int16 ze… in init()
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcompatibility.hpp38 …(1.0 - a) + y * a, i.e., the linear blend of x and y using the floating-point value a. The value f… in lerp()
39 …(1.0 - a) + y * a, i.e., the linear blend of x and y using the floating-point value a. The value f… in lerp()
41 …(1.0 - a) + y * a, i.e., the linear blend of x and y using the floating-point value a. The value f… in lerp()
42 …(1.0 - a) + y * a, i.e., the linear blend of x and y using the floating-point value a. The value f… in lerp()
43 …nt-wise result of x * (1.0 - a) + y * a, i.e., the linear blend of x and y using vector a. The val… in lerp()
44 …nt-wise result of x * (1.0 - a) + y * a, i.e., the linear blend of x and y using vector a. The val… in lerp()
45 …nt-wise result of x * (1.0 - a) + y * a, i.e., the linear blend of x and y using vector a. The val… in lerp()
47 … //!< \brief Returns clamp(x, 0, 1) for each component in x. (From GLM_GTX_compatibili… in saturate()
48 … T(1));} //!< \brief Returns clamp(x, 0, 1) for each component in x. (From GLM_GTX_compatibili… in saturate()
49 … T(1));} //!< \brief Returns clamp(x, 0, 1) for each component in x. (From GLM_GTX_compatibili… in saturate()
[all …]
/third_party/rust/rust/tests/ui/inference/
Dissue-72690.stderr2 --> $DIR/issue-72690.rs:7:5
4 LL | String::from("x".as_ref());
7 = note: multiple `impl`s satisfying `String: From<&_>` found in the `alloc` crate:
8 - impl<> From<&String> for String;
9 - impl<> From<&str> for String;
12 --> $DIR/issue-72690.rs:7:22
14 LL | String::from("x".as_ref());
18 - impl AsRef<OsStr> for str;
19 - impl AsRef<Path> for str;
20 - impl AsRef<[u8]> for str;
[all …]
/third_party/flatbuffers/tests/
Dmonster_test_generated.ts3 export { Monster as MyGame_Example2_Monster, MonsterT as MyGame_Example2_MonsterT } from './my-game…
4 export { Ability, AbilityT } from './my-game/example/ability';
5 export { Any, unionToAny, unionListToAny } from './my-game/example/any';
6 …nToAnyAmbiguousAliases, unionListToAnyAmbiguousAliases } from './my-game/example/any-ambiguous-ali…
7 …es, unionToAnyUniqueAliases, unionListToAnyUniqueAliases } from './my-game/example/any-unique-alia…
8 export { Color } from './my-game/example/color';
9 export { Monster, MonsterT } from './my-game/example/monster';
10 export { Race } from './my-game/example/race';
11 export { Referrable, ReferrableT } from './my-game/example/referrable';
12 export { Stat, StatT } from './my-game/example/stat';
[all …]
/third_party/icu/icu4c/source/data/translit/
DFullwidth_Halfwidth.txt3 # Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
6 # Generated from CLDR
9 # Fullwidth-Halfwidth
10 # Mechanically generated from Unicode Character Database
43 !↔'!'; # from FULLWIDTH EXCLAMATION MARK
44 "↔'"'; # from FULLWIDTH QUOTATION MARK
45 #↔'#'; # from FULLWIDTH NUMBER SIGN
46 $↔'$'; # from FULLWIDTH DOLLAR SIGN
47 %↔'%'; # from FULLWIDTH PERCENT SIGN
48 &↔'&'; # from FULLWIDTH AMPERSAND
[all …]
/third_party/skia/third_party/externals/icu/source/data/translit/
DFullwidth_Halfwidth.txt3 # Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
6 # Generated from CLDR
9 # Fullwidth-Halfwidth
10 # Mechanically generated from Unicode Character Database
43 !↔'!'; # from FULLWIDTH EXCLAMATION MARK
44 "↔'"'; # from FULLWIDTH QUOTATION MARK
45 #↔'#'; # from FULLWIDTH NUMBER SIGN
46 $↔'$'; # from FULLWIDTH DOLLAR SIGN
47 %↔'%'; # from FULLWIDTH PERCENT SIGN
48 &↔'&'; # from FULLWIDTH AMPERSAND
[all …]
/third_party/skia/m133/third_party/externals/icu/source/data/translit/
DFullwidth_Halfwidth.txt3 # Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
6 # Generated from CLDR
9 # Fullwidth-Halfwidth
10 # Mechanically generated from Unicode Character Database
43 !↔'!'; # from FULLWIDTH EXCLAMATION MARK
44 "↔'"'; # from FULLWIDTH QUOTATION MARK
45 #↔'#'; # from FULLWIDTH NUMBER SIGN
46 $↔'$'; # from FULLWIDTH DOLLAR SIGN
47 %↔'%'; # from FULLWIDTH PERCENT SIGN
48 &↔'&'; # from FULLWIDTH AMPERSAND
[all …]
/third_party/python/Lib/test/test_email/data/
Dmsg_25.txt1 From MAILER-DAEMON Fri Apr 06 16:46:09 2001
2 Received: from [204.245.199.98] (helo=zinfandel.lacita.com)
4 id 14lYR6-0008Iv-00
5 for linuxuser-admin@www.linux.org.uk; Fri, 06 Apr 2001 16:46:09 +0100
6 …ceived: from localhost (localhost) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00) with internal id …
7 Date: Fri, 6 Apr 2001 09:23:06 -0800 (GMT-0800)
8 From: Mail Delivery Subsystem <MAILER-DAEMON@zinfandel.lacita.com>
9 Subject: Returned mail: Too many hops 19 (17 max): from <linuxuser-admin@www.linux.org.uk> via [199…
10 Message-Id: <200104061723.JAB03225@zinfandel.lacita.com>
11 To: <linuxuser-admin@www.linux.org.uk>
[all …]
/third_party/rust/rust/compiler/rustc_incremental/src/persist/fs/
Dtests.rs6 ((UNIX_EPOCH + Duration::new(4, 0), PathBuf::from("4")), None), in test_all_except_most_recent()
7 ((UNIX_EPOCH + Duration::new(1, 0), PathBuf::from("1")), None), in test_all_except_most_recent()
8 ((UNIX_EPOCH + Duration::new(5, 0), PathBuf::from("5")), None), in test_all_except_most_recent()
9 ((UNIX_EPOCH + Duration::new(3, 0), PathBuf::from("3")), None), in test_all_except_most_recent()
10 ((UNIX_EPOCH + Duration::new(2, 0), PathBuf::from("2")), None), in test_all_except_most_recent()
14 vec![PathBuf::from("1"), PathBuf::from("2"), PathBuf::from("3"), PathBuf::from("4")] in test_all_except_most_recent()
37 PathBuf::from("crate-dir/s-3234-0000-svh"), in test_find_source_directory_in_iter()
38 PathBuf::from("crate-dir/s-2234-0000-svh"), in test_find_source_directory_in_iter()
39 PathBuf::from("crate-dir/s-1234-0000-svh") in test_find_source_directory_in_iter()
44 Some(PathBuf::from("crate-dir/s-3234-0000-svh")) in test_find_source_directory_in_iter()
[all …]
/third_party/rust/rust/src/tools/clippy/tests/ui/
Dstd_instead_of_core.stderr1 error: used import from `std` instead of `core`
2 --> $DIR/std_instead_of_core.rs:9:9
7 = help: consider importing the item from `core`
8 = note: `-D clippy::std-instead-of-core` implied by `-D warnings`
10 error: used import from `std` instead of `core`
11 --> $DIR/std_instead_of_core.rs:11:9
16 = help: consider importing the item from `core`
18 error: used import from `std` instead of `core`
19 --> $DIR/std_instead_of_core.rs:16:20
24 = help: consider importing the item from `core`
[all …]
/third_party/libabigail/tests/data/test-abidiff-exit/
Dqualifier-typedef-array-report-1.txt4 1 function with some indirect sub-type change:
6 …[C] 'function void fun(S*)' at qualifier-typedef-array-v0.c:37:1 has some indirect sub-type change…
7 parameter 1 of type 'S*' has sub-type changes:
8 in pointed to type 'struct S' at qualifier-typedef-array-v1.c:10:1:
12 entity changed from 'typedef A' to compatible type 'void* const[7]'
14 entity changed from 'void*' to 'void* const'
16 type name changed from 'void*[7]' to 'void* const[7]'
19 entity changed from 'typedef A' to compatible type 'void* volatile[7]'
21 entity changed from 'void*' to 'void* volatile'
23 type name changed from 'void*[7]' to 'void* volatile[7]'
[all …]

12345678910>>...71