Home
last modified time | relevance | path

Searched refs:test3 (Results 1 – 25 of 2133) sorted by relevance

12345678910>>...86

/external/icu/icu4c/source/test/intltest/
Dustrtest.cpp119 UnicodeString test3; in TestBasicManipulation() local
120 test3.append((UChar32)0x20402); in TestBasicManipulation()
121 if(test3 != CharsToUnicodeString("\\uD841\\uDC02")){ in TestBasicManipulation()
122 …nicodeString)"append failed for UChar32, expected \"\\\\ud841\\\\udc02\", got " + prettify(test3)); in TestBasicManipulation()
124 if(test3.length() != 2){ in TestBasicManipulation()
125 … errln(UnicodeString("append or length failed for UChar32, expected 2, got ") + test3.length()); in TestBasicManipulation()
127 test3.append((UChar32)0x0074); in TestBasicManipulation()
128 if(test3 != CharsToUnicodeString("\\uD841\\uDC02t")){ in TestBasicManipulation()
129 …icodeString)"append failed for UChar32, expected \"\\\\uD841\\\\uDC02t\", got " + prettify(test3)); in TestBasicManipulation()
131 if(test3.length() != 3){ in TestBasicManipulation()
[all …]
/external/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/
Dstring_string.pass.cpp56 void test3(S&& lhs, S&& rhs, const S& x) { in test3() function
134 test3(S(""), S(""), S("")); in main()
135 test3(S(""), S("12345"), S("12345")); in main()
136 test3(S(""), S("1234567890"), S("1234567890")); in main()
137 test3(S(""), S("12345678901234567890"), S("12345678901234567890")); in main()
138 test3(S("abcde"), S(""), S("abcde")); in main()
139 test3(S("abcde"), S("12345"), S("abcde12345")); in main()
140 test3(S("abcde"), S("1234567890"), S("abcde1234567890")); in main()
141 test3(S("abcde"), S("12345678901234567890"), in main()
143 test3(S("abcdefghij"), S(""), S("abcdefghij")); in main()
[all …]
/external/llvm/test/Object/
Dnm-darwin-m.test5 RUN: llvm-nm -m %p/Inputs/darwin-m-test3.macho-x86-64 \
6 RUN: | FileCheck %s -check-prefix test3
20 # This is testing is using darwin-m-test3.macho-x86-64 that is linked with
38 test3: 0000000100000000 (__TEXT,__text) [referenced dynamically] external __mh_execute_header
39 test3: (undefined) external _atsPathVersSuffix (from libPathATS)
40 test3: (undefined) external _atsVersSuffix (from libATS)
41 test3: (undefined) external _foo (from Foo)
42 test3: (undefined) external _fooPath (from FooPath)
43 test3: (undefined) external _fooPathSuffix (from FooPathSuffix)
44 test3: (undefined) external _fooPathVers (from FooPathVers)
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Dnm-darwin-m.test5 RUN: llvm-nm -m %p/Inputs/darwin-m-test3.macho-x86-64 \
6 RUN: | FileCheck %s -check-prefix test3
20 # This is testing is using darwin-m-test3.macho-x86-64 that is linked with
38 test3: 0000000100000000 (__TEXT,__text) [referenced dynamically] external __mh_execute_header
39 test3: (undefined) external _atsPathVersSuffix (from libPathATS)
40 test3: (undefined) external _atsVersSuffix (from libATS)
41 test3: (undefined) external _foo (from Foo)
42 test3: (undefined) external _fooPath (from FooPath)
43 test3: (undefined) external _fooPathSuffix (from FooPathSuffix)
44 test3: (undefined) external _fooPathVers (from FooPathVers)
[all …]
/external/python/cpython3/Lib/unittest/test/testmock/
Dtestsealable.py56 m.test.test3 = 1
88 m.test1.test2().test3 = 4
91 self.assertEqual(m.test1.test2().test3, 4)
95 m.test1.test3
100 m.test1.test2["a"].test3 = 4
101 m.test1.test3[2:5].test3 = 4
104 self.assertEqual(m.test1.test2["a"].test3, 4)
105 self.assertEqual(m.test1.test2[2:5].test3, 4)
109 m.test1.test3[2:5].test4
115 m.test1.test2.test3 = 4
[all …]
/external/llvm/test/CodeGen/X86/
Dasm-modifier-P.ll46 define void @test3() nounwind {
48 ; CHECK-STATIC-64-LABEL: test3:
50 ; CHECK-STATIC-64: call test3
52 ; CHECK-STATIC-64: call $test3
54 ; CHECK-STATIC-32-LABEL: test3:
56 ; CHECK-STATIC-32: call test3
58 ; CHECK-STATIC-32: call $test3
60 ; CHECK-PIC-64-LABEL: test3:
62 ; CHECK-PIC-64: call test3@PLT
64 ; CHECK-PIC-64: call $test3
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dasm-modifier-P.ll45 define void @test3() nounwind {
47 ; CHECK-STATIC-64-LABEL: test3:
49 ; CHECK-STATIC-64: call test3
51 ; CHECK-STATIC-64: call $test3
53 ; CHECK-STATIC-32-LABEL: test3:
55 ; CHECK-STATIC-32: call test3
57 ; CHECK-STATIC-32: call $test3
59 ; CHECK-PIC-64-LABEL: test3:
61 ; CHECK-PIC-64: call test3@PLT
63 ; CHECK-PIC-64: call $test3
[all …]
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dasm-modifier-P.ll46 define void @test3() nounwind {
48 ; CHECK-STATIC-64: test3:
50 ; CHECK-STATIC-64: call test3
52 ; CHECK-STATIC-64: call $test3
54 ; CHECK-STATIC-32: test3:
56 ; CHECK-STATIC-32: call test3
58 ; CHECK-STATIC-32: call $test3
60 ; CHECK-PIC-64: test3:
62 ; CHECK-PIC-64: call test3@PLT
64 ; CHECK-PIC-64: call $test3
[all …]
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp13.cpp21 Opaque0 test3(int*) const;
34 using Base::test3;
35 Opaque1 test3(int*);
53 void test3() { in test3() function
54 Opaque1 a = ((Derived*) 0)->test3((int*) 0); in test3()
55 Opaque0 b = ((const Derived*) 0)->test3((int*) 0); in test3()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MIR/X86/
Dblock-address-operands.mir31 store volatile i8* blockaddress(@test3, %0), i8** %addr
35 define void @test3() {
37 store volatile i8* blockaddress(@test3, %0), i8** @addr
89 ; CHECK: $rax = LEA64r $rip, 1, $noreg, blockaddress(@test3, %ir-block.0), $noreg
90 $rax = LEA64r $rip, 1, _, blockaddress(@test3, %ir-block.0), _
95 name: test3
100 ; CHECK-LABEL: name: test3
101 ; CHECK: $rax = LEA64r $rip, 1, $noreg, blockaddress(@test3, %ir-block.0), $noreg
102 $rax = LEA64r $rip, 1, _, blockaddress(@test3, %ir-block.0), _
/external/clang/test/CodeGen/
Dppc64-align-struct.c7 struct test3 { int x; int y; } __attribute__((aligned (32))); argument
24 void test3 (int x, struct test3 y) in test3() function
106 struct test3 test3va (int x, ...) in test3va()
108 struct test3 y; in test3va()
111 y = va_arg (ap, struct test3); in test3va()
/external/llvm/test/CodeGen/MIR/X86/
Dblock-address-operands.mir31 store volatile i8* blockaddress(@test3, %0), i8** %addr
35 define void @test3() {
37 store volatile i8* blockaddress(@test3, %0), i8** @addr
89 ; CHECK: %rax = LEA64r %rip, 1, _, blockaddress(@test3, %ir-block.0), _
90 %rax = LEA64r %rip, 1, _, blockaddress(@test3, %ir-block.0), _
95 name: test3
100 ; CHECK-LABEL: name: test3
101 ; CHECK: %rax = LEA64r %rip, 1, _, blockaddress(@test3, %ir-block.0), _
102 %rax = LEA64r %rip, 1, _, blockaddress(@test3, %ir-block.0), _
/external/llvm/test/Transforms/JumpThreading/
Dindirectbr.ll70 ; CHECK-LABEL: @test3(
72 ; CHECK: blockaddress(@test3, %__here)
74 ; CHECK: blockaddress(@test3, %__here1)
76 ; CHECK: blockaddress(@test3, %__here3)
77 define void @test3() nounwind ssp noredzone {
82 …[4 x i8], [4 x i8]* @.str, i64 0, i64 0), i64 ptrtoint (i8* blockaddress(@test3, %__here) to i64))…
86 …[4 x i8], [4 x i8]* @.str, i64 0, i64 0), i64 ptrtoint (i8* blockaddress(@test3, %__here1) to i64)…
90 …[4 x i8], [4 x i8]* @.str, i64 0, i64 0), i64 ptrtoint (i8* blockaddress(@test3, %__here3) to i64)…
/external/swiftshader/third_party/LLVM/test/Transforms/JumpThreading/
Dindirectbr.ll70 ; CHECK: @test3
72 ; CHECK: blockaddress(@test3, %__here)
74 ; CHECK: blockaddress(@test3, %__here1)
76 ; CHECK: blockaddress(@test3, %__here3)
77 define void @test3() nounwind ssp noredzone {
82 …inbounds ([4 x i8]* @.str, i64 0, i64 0), i64 ptrtoint (i8* blockaddress(@test3, %__here) to i64))…
86 …inbounds ([4 x i8]* @.str, i64 0, i64 0), i64 ptrtoint (i8* blockaddress(@test3, %__here1) to i64)…
90 …inbounds ([4 x i8]* @.str, i64 0, i64 0), i64 ptrtoint (i8* blockaddress(@test3, %__here3) to i64)…
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/JumpThreading/
Dindirectbr.ll70 ; CHECK-LABEL: @test3(
72 ; CHECK: blockaddress(@test3, %__here)
74 ; CHECK: blockaddress(@test3, %__here1)
76 ; CHECK: blockaddress(@test3, %__here3)
77 define void @test3() nounwind ssp noredzone {
82 …[4 x i8], [4 x i8]* @.str, i64 0, i64 0), i64 ptrtoint (i8* blockaddress(@test3, %__here) to i64))…
86 …[4 x i8], [4 x i8]* @.str, i64 0, i64 0), i64 ptrtoint (i8* blockaddress(@test3, %__here1) to i64)…
90 …[4 x i8], [4 x i8]* @.str, i64 0, i64 0), i64 ptrtoint (i8* blockaddress(@test3, %__here3) to i64)…
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/op/
DPrimitiveOpTest.java45 PrimitiveOp test3 = new PrimitiveOp(test1.operation) {}; in equalsHashcode() local
49 assertEquals(test1, test3); in equalsHashcode()
50 assertEquals(test3, test1); in equalsHashcode()
51 assertNotEquals(test2, test3); in equalsHashcode()
57 assertFalse(ops.add(test3)); in equalsHashcode()
/external/llvm/test/Transforms/ConstProp/
Dextractvalue.ll19 define i32 @test3() {
22 ; CHECK-LABEL: @test3(
40 define i32 @zeroinitializer-test3() {
43 ; CHECK: @zeroinitializer-test3
61 define i32 @undef-test3() {
64 ; CHECK: @undef-test3
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ConstProp/
Dextractvalue.ll19 define i32 @test3() {
22 ; CHECK-LABEL: @test3(
40 define i32 @zeroinitializer-test3() {
43 ; CHECK: @zeroinitializer-test3
61 define i32 @undef-test3() {
64 ; CHECK: @undef-test3
/external/swiftshader/third_party/LLVM/test/Transforms/ConstProp/
Dextractvalue.ll19 define i32 @test3() {
22 ; CHECK: @test3
40 define i32 @zeroinitializer-test3() {
43 ; CHECK: @zeroinitializer-test3
61 define i32 @undef-test3() {
64 ; CHECK: @undef-test3
Dinsertvalue.ll19 define [3 x %struct] @test3() {
22 ; CHECK: @test3
40 define [3 x %struct] @zeroinitializer-test3() {
43 ; CHECK: @zeroinitializer-test3
61 define [3 x %struct] @undef-test3() {
64 ; CHECK: @undef-test3
/external/libxml2/result/HTML/
Dtest3.html.err1 ./test/HTML/test3.html:6: HTML parser error : Unexpected end tag : p
4 ./test/HTML/test3.html:13: HTML parser error : Unexpected end tag : p
7 ./test/HTML/test3.html:27: HTML parser error : Opening and ending tag mismatch: h4 and b
10 ./test/HTML/test3.html:27: HTML parser error : Unexpected end tag : b
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
Dmacros-darwin.s28 .macro test3 macro
33 test3 1, 2 3 label
36 test3 1, (2 3) label
39 test3 1 2 label
/external/llvm/test/MC/AsmParser/
Dmacros-darwin.s28 .macro test3 macro
33 test3 1, 2 3 label
36 test3 1, (2 3) label
39 test3 1 2 label
/external/swiftshader/third_party/LLVM/test/Transforms/ConstantMerge/
Dunnamed-addr.ll15 @test3.x = internal unnamed_addr constant %struct.foobar { i32 3 }
16 @test3.y = constant %struct.foobar { i32 3 }
27 ; CHECK-NEXT: @test3.y = constant %struct.foobar { i32 3 }
36 call void @zed(%struct.foobar* @test3.x, %struct.foobar* @test3.y)
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/
Dctor_result_type.pass.cpp79 test3() in test3() function
145 test3<unsigned short>(); in main()
146 test3<unsigned int>(); in main()
147 test3<unsigned long>(); in main()
148 test3<unsigned long long>(); in main()

12345678910>>...86