Home
last modified time | relevance | path

Searched refs:Some (Results 1 – 25 of 1870) sorted by relevance

12345678910>>...75

/external/swiftshader/third_party/LLVM/unittests/Support/
DConstantRangeTest.cpp24 static ConstantRange Some; member in __anon15b3c5460111::ConstantRangeTest
31 ConstantRange ConstantRangeTest::Some(APInt(16, 0xa), APInt(16, 0xaaa)); member in __anon15b3c5460111::ConstantRangeTest
65 EXPECT_FALSE(Some.isFullSet()); in TEST_F()
66 EXPECT_FALSE(Some.isEmptySet()); in TEST_F()
67 EXPECT_FALSE(Some.isWrappedSet()); in TEST_F()
68 EXPECT_FALSE(Some.contains(APInt(16, 0x0))); in TEST_F()
69 EXPECT_FALSE(Some.contains(APInt(16, 0x9))); in TEST_F()
70 EXPECT_TRUE(Some.contains(APInt(16, 0xa))); in TEST_F()
71 EXPECT_TRUE(Some.contains(APInt(16, 0xaa9))); in TEST_F()
72 EXPECT_FALSE(Some.contains(APInt(16, 0xaaa))); in TEST_F()
[all …]
/external/llvm/unittests/IR/
DConstantRangeTest.cpp24 static ConstantRange Some; member in __anonab7e7ab80111::ConstantRangeTest
31 ConstantRange ConstantRangeTest::Some(APInt(16, 0xa), APInt(16, 0xaaa)); member in __anonab7e7ab80111::ConstantRangeTest
65 EXPECT_FALSE(Some.isFullSet()); in TEST_F()
66 EXPECT_FALSE(Some.isEmptySet()); in TEST_F()
67 EXPECT_FALSE(Some.isWrappedSet()); in TEST_F()
68 EXPECT_FALSE(Some.contains(APInt(16, 0x0))); in TEST_F()
69 EXPECT_FALSE(Some.contains(APInt(16, 0x9))); in TEST_F()
70 EXPECT_TRUE(Some.contains(APInt(16, 0xa))); in TEST_F()
71 EXPECT_TRUE(Some.contains(APInt(16, 0xaa9))); in TEST_F()
72 EXPECT_FALSE(Some.contains(APInt(16, 0xaaa))); in TEST_F()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DConstantRangeTest.cpp24 static ConstantRange Some; member in __anon0cc7f4100111::ConstantRangeTest
31 ConstantRange ConstantRangeTest::Some(APInt(16, 0xa), APInt(16, 0xaaa)); member in __anon0cc7f4100111::ConstantRangeTest
65 EXPECT_FALSE(Some.isFullSet()); in TEST_F()
66 EXPECT_FALSE(Some.isEmptySet()); in TEST_F()
67 EXPECT_FALSE(Some.isWrappedSet()); in TEST_F()
68 EXPECT_FALSE(Some.contains(APInt(16, 0x0))); in TEST_F()
69 EXPECT_FALSE(Some.contains(APInt(16, 0x9))); in TEST_F()
70 EXPECT_TRUE(Some.contains(APInt(16, 0xa))); in TEST_F()
71 EXPECT_TRUE(Some.contains(APInt(16, 0xaa9))); in TEST_F()
72 EXPECT_FALSE(Some.contains(APInt(16, 0xaaa))); in TEST_F()
[all …]
/external/flatbuffers/samples/
Dsample_binary.rs44 name: Some(weapon_one_name), in main()
48 name: Some(weapon_two_name), in main()
76 pos: Some(&Vec3::new(1.0f32, 2.0f32, 3.0f32)), in main()
79 name: Some(name), in main()
80 inventory: Some(inventory), in main()
82 weapons: Some(weapons), in main()
84 equipped: Some(axe.as_union_value()), in main()
110 assert_eq!(name, Some("Orc")); in main()
138 assert_eq!(second_weapon_name, Some("Axe")); in main()
146 assert_eq!(weapon_name, Some("Axe")); in main()
Dmonster_generated.rs243 if let Some(x) = args.equipped { builder.add_equipped(x); } in create()
244 if let Some(x) = args.weapons { builder.add_weapons(x); } in create()
245 if let Some(x) = args.inventory { builder.add_inventory(x); } in create()
246 if let Some(x) = args.name { builder.add_name(x); } in create()
247 if let Some(x) = args.pos { builder.add_pos(x); } in create()
271 self._tab.get::<i16>(Monster::VT_MANA, Some(150)).unwrap() in mana()
275 self._tab.get::<i16>(Monster::VT_HP, Some(100)).unwrap() in hp()
287 self._tab.get::<Color>(Monster::VT_COLOR, Some(Color::Blue)).unwrap() in color()
295 self._tab.get::<Equipment>(Monster::VT_EQUIPPED_TYPE, Some(Equipment::NONE)).unwrap() in equipped_type()
425 if let Some(x) = args.name { builder.add_name(x); } in create()
[all …]
/external/boringssl/src/third_party/wycheproof_testvectors/
Ddsa_test.txt23 # leading 0 must be added. Some libraries forgot to do this an therefore
24 # generated invalid DSA signatures. Some providers, accept such legacy
884 # Some implementations of DSA do not properly check for boundaries. In some
893 # Some implementations of DSA do not properly check for boundaries. In some
902 # Some implementations of DSA do not properly check for boundaries. In some
911 # Some implementations of DSA do not properly check for boundaries. In some
920 # Some implementations of DSA do not properly check for boundaries. In some
929 # Some implementations of DSA do not properly check for boundaries. In some
938 # Some implementations of DSA do not properly check for boundaries. In some
947 # Some implementations of DSA do not properly check for boundaries. In some
[all …]
Decdh_secp224r1_test.txt905 # The public key in this test uses an invalid ASN encoding. Some cases where the
915 # The public key in this test uses an invalid ASN encoding. Some cases where the
925 # The public key in this test uses an invalid ASN encoding. Some cases where the
935 # The public key in this test uses an invalid ASN encoding. Some cases where the
945 # The public key in this test uses an invalid ASN encoding. Some cases where the
955 # The public key in this test uses an invalid ASN encoding. Some cases where the
965 # The public key in this test uses an invalid ASN encoding. Some cases where the
975 # The public key in this test uses an invalid ASN encoding. Some cases where the
985 # The public key in this test uses an invalid ASN encoding. Some cases where the
995 # The public key in this test uses an invalid ASN encoding. Some cases where the
[all …]
Decdh_secp256r1_test.txt1162 # The public key in this test uses an invalid ASN encoding. Some cases where the
1172 # The public key in this test uses an invalid ASN encoding. Some cases where the
1182 # The public key in this test uses an invalid ASN encoding. Some cases where the
1192 # The public key in this test uses an invalid ASN encoding. Some cases where the
1202 # The public key in this test uses an invalid ASN encoding. Some cases where the
1212 # The public key in this test uses an invalid ASN encoding. Some cases where the
1222 # The public key in this test uses an invalid ASN encoding. Some cases where the
1232 # The public key in this test uses an invalid ASN encoding. Some cases where the
1242 # The public key in this test uses an invalid ASN encoding. Some cases where the
1252 # The public key in this test uses an invalid ASN encoding. Some cases where the
[all …]
Decdh_secp384r1_test.txt1004 # The public key in this test uses an invalid ASN encoding. Some cases where the
1014 # The public key in this test uses an invalid ASN encoding. Some cases where the
1024 # The public key in this test uses an invalid ASN encoding. Some cases where the
1034 # The public key in this test uses an invalid ASN encoding. Some cases where the
1044 # The public key in this test uses an invalid ASN encoding. Some cases where the
1054 # The public key in this test uses an invalid ASN encoding. Some cases where the
1064 # The public key in this test uses an invalid ASN encoding. Some cases where the
1074 # The public key in this test uses an invalid ASN encoding. Some cases where the
1084 # The public key in this test uses an invalid ASN encoding. Some cases where the
1094 # The public key in this test uses an invalid ASN encoding. Some cases where the
[all …]
Decdh_secp521r1_test.txt1064 # The public key in this test uses an invalid ASN encoding. Some cases where the
1074 # The public key in this test uses an invalid ASN encoding. Some cases where the
1084 # The public key in this test uses an invalid ASN encoding. Some cases where the
1094 # The public key in this test uses an invalid ASN encoding. Some cases where the
1104 # The public key in this test uses an invalid ASN encoding. Some cases where the
1114 # The public key in this test uses an invalid ASN encoding. Some cases where the
1124 # The public key in this test uses an invalid ASN encoding. Some cases where the
1134 # The public key in this test uses an invalid ASN encoding. Some cases where the
1144 # The public key in this test uses an invalid ASN encoding. Some cases where the
1154 # The public key in this test uses an invalid ASN encoding. Some cases where the
[all …]
/external/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs74 let some: Option<usize> = Some(0); in macro_check_is_some()
94 name: Some(builder.create_string("MyMonster")), in create_serialized_example_with_generated_code()
95 pos: Some(&pos), in create_serialized_example_with_generated_code()
97 test: Some(my_game::example::Monster::create(builder, &my_game::example::MonsterArgs{ in create_serialized_example_with_generated_code()
98 name: Some(fred_name), in create_serialized_example_with_generated_code()
101 inventory: Some(builder.create_vector_direct(&[0u8, 1, 2, 3, 4][..])), in create_serialized_example_with_generated_code()
102 test4: Some(builder.create_vector_direct(&[my_game::example::Test::new(10, 20), in create_serialized_example_with_generated_code()
104 testarrayofstring: Some(builder.create_vector(&[s0, s1])), in create_serialized_example_with_generated_code()
140 builder.finish(root, Some(my_game::example::MONSTER_IDENTIFIER)); in create_serialized_example_with_library_code()
257 assert_eq!(name, Some("MyMonster")); in table_get_field_from_static_buffer_1()
[all …]
/external/flatbuffers/tests/rust_usage_test/benches/
Dflatbuffers_benchmarks.rs65 name: Some(t0_name), in create_serialized_example_with_generated_code()
69 name: Some(t1_name), in create_serialized_example_with_generated_code()
73 name: Some(t2_name), in create_serialized_example_with_generated_code()
86 name: Some(name), in create_serialized_example_with_generated_code()
87 pos: Some(&pos), in create_serialized_example_with_generated_code()
89 test: Some(my_game::example::Monster::create(builder, &my_game::example::MonsterArgs{ in create_serialized_example_with_generated_code()
90 name: Some(fred_name), in create_serialized_example_with_generated_code()
93 inventory: Some(inventory), in create_serialized_example_with_generated_code()
94 test4: Some(test4), in create_serialized_example_with_generated_code()
95 testarrayofstring: Some(builder.create_vector(&[s0, s1])), in create_serialized_example_with_generated_code()
[all …]
/external/flatbuffers/tests/
Dmonster_test_generated.rs698 self._tab.get::<Color>(TestSimpleTableWithEnum::VT_COLOR, Some(Color::Green)).unwrap() in color()
767 if let Some(x) = args.id { builder.add_id(x); } in create()
782 self._tab.get::<i64>(Stat::VT_VAL, Some(0)).unwrap() in val()
786 self._tab.get::<u16>(Stat::VT_COUNT, Some(0)).unwrap() in count()
874 self._tab.get::<u64>(Referrable::VT_ID, Some(0)).unwrap() in id()
960 if let Some(x) = args.vector_of_enums { builder.add_vector_of_enums(x); } in create()
961 if let Some(x) = args.any_ambiguous { builder.add_any_ambiguous(x); } in create()
962 if let Some(x) = args.any_unique { builder.add_any_unique(x); } in create()
963 …if let Some(x) = args.vector_of_non_owning_references { builder.add_vector_of_non_owning_reference… in create()
964 …if let Some(x) = args.vector_of_co_owning_references { builder.add_vector_of_co_owning_references(… in create()
[all …]
/external/flatbuffers/tests/rust_usage_test/bin/
Dalloc_check.rs51 name: Some(builder.create_string("MyMonster")), in create_serialized_example_with_generated_code()
52 pos: Some(&pos), in create_serialized_example_with_generated_code()
54 test: Some(my_game::example::Monster::create(builder, &my_game::example::MonsterArgs{ in create_serialized_example_with_generated_code()
55 name: Some(fred_name), in create_serialized_example_with_generated_code()
58 inventory: Some(builder.create_vector_direct(&[0u8, 1, 2, 3, 4][..])), in create_serialized_example_with_generated_code()
59 test4: Some(builder.create_vector_direct(&[my_game::example::Test::new(10, 20), in create_serialized_example_with_generated_code()
61 testarrayofstring: Some(builder.create_vector(&[s0, s1])), in create_serialized_example_with_generated_code()
/external/clang/test/CodeGenObjC/
Dsuper-message-fragileabi.m3 @class Some;
6 - (id)initSome:(Some *)anArg; argument
15 - (id)initSome:(Some *)arg; argument
21 - (id)initSome:(Some *)arg { argument
/external/u-boot/lib/lzma/
Dhistory.txt25 - Some bugs were fixed
30 - Some changes in ANSI-C 7z Decoder interfaces.
41 - Some minor fixes
46 - Some minor fixes
54 - Some changes in ANSI-C 7z Decoder interfaces.
60 - Some minor fixes.
147 - Some GUIDs/interfaces in C++ were changed.
221 - Some internal minor changes
244 - Some detection of data corruption was enabled.
265 Some milestones:
/external/lzma/DOC/
Dlzma-history.txt8 - Some bugs were fixed.
75 - Some bugs were fixed. 7-Zip could crash in some cases.
76 - Some internal changes in code.
87 - Some bugs in 7z code were fixed.
99 - Some internal changes to reduce the number of compiler warnings.
104 - Some bugs were fixed.
141 Some code in CPP\7zip\Archive\7z\ worked correctly only under Windows.
160 - Some bugs were fixed.
192 - Some bugs were fixed
197 - Some changes in ANSI-C 7z Decoder interfaces.
[all …]
/external/python/cpython3/Lib/test/test_email/data/
Dmsg_15.txt23 Some removed test.
31 <TITLE>Some removed HTML</TITLE>
34 Some removed text.
49 Some removed base64 encoded chars.
/external/python/cpython2/Lib/email/test/data/
Dmsg_15.txt23 Some removed test.
31 <TITLE>Some removed HTML</TITLE>
34 Some removed text.
49 Some removed base64 encoded chars.
/external/mdnsresponder/Clients/
DReadMe.txt4 Some of the clients are command-line oriented; some are graphical.
6 Some of the clients, like the "dns-sd" command-line tool, can be built
7 for a variety of platforms. Some of the clients only build for one
11 Some of the clients can be built more than one way. For example, the
/external/swiftshader/third_party/LLVM/test/Analysis/TypeBasedAliasAnalysis/
Daliastest.ll49 ; Some type.
51 ; Some other non-aliasing type.
54 ; Some type.
56 ; Some type in a different type system.
Ddse.ll53 ; Some type.
55 ; Some other non-aliasing type.
58 ; Some type.
60 ; Some type in a different type system.
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/
Daliastest.ll49 ; Some type.
51 ; Some other non-aliasing type.
54 ; Some type.
56 ; Some type in a different type system.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/TypeBasedAliasAnalysis/
Daliastest.ll49 ; Some type.
51 ; Some other non-aliasing type.
54 ; Some type.
56 ; Some type in a different type system.
Ddse.ll54 ; Some type.
56 ; Some other non-aliasing type.
59 ; Some type.
61 ; Some type in a different type system.

12345678910>>...75