Home
last modified time | relevance | path

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

12345678910>>...35

/external/icu/icu4c/source/test/intltest/
Dustrtest.cpp120 UnicodeString test3; in TestBasicManipulation() local
121 test3.append((UChar32)0x20402); in TestBasicManipulation()
122 if(test3 != CharsToUnicodeString("\\uD841\\uDC02")){ in TestBasicManipulation()
123 …nicodeString)"append failed for UChar32, expected \"\\\\ud841\\\\udc02\", got " + prettify(test3)); in TestBasicManipulation()
125 if(test3.length() != 2){ in TestBasicManipulation()
126 … errln(UnicodeString("append or length failed for UChar32, expected 2, got ") + test3.length()); in TestBasicManipulation()
128 test3.append((UChar32)0x0074); in TestBasicManipulation()
129 if(test3 != CharsToUnicodeString("\\uD841\\uDC02t")){ in TestBasicManipulation()
130 …icodeString)"append failed for UChar32, expected \"\\\\uD841\\\\uDC02t\", got " + prettify(test3)); in TestBasicManipulation()
132 if(test3.length() != 3){ in TestBasicManipulation()
[all …]
Dstrcase.cpp70 UnicodeString test3; in TestCaseConversion() local
72 test3 += (UChar32)0x0130; in TestCaseConversion()
73 test3 += "STANBUL, NOT CONSTANTINOPLE!"; in TestCaseConversion()
75 UnicodeString test4(test3); in TestCaseConversion()
81 test4 = test3; in TestCaseConversion()
87 test3 = "topkap"; in TestCaseConversion()
88 test3 += (UChar32)0x0131; in TestCaseConversion()
89 test3 += " palace, istanbul"; in TestCaseConversion()
90 test4 = test3; in TestCaseConversion()
97 test4 = test3; in TestCaseConversion()
[all …]
/external/chromium_org/third_party/icu/source/test/intltest/
Dustrtest.cpp120 UnicodeString test3; in TestBasicManipulation() local
121 test3.append((UChar32)0x20402); in TestBasicManipulation()
122 if(test3 != CharsToUnicodeString("\\uD841\\uDC02")){ in TestBasicManipulation()
123 …nicodeString)"append failed for UChar32, expected \"\\\\ud841\\\\udc02\", got " + prettify(test3)); in TestBasicManipulation()
125 if(test3.length() != 2){ in TestBasicManipulation()
126 … errln(UnicodeString("append or length failed for UChar32, expected 2, got ") + test3.length()); in TestBasicManipulation()
128 test3.append((UChar32)0x0074); in TestBasicManipulation()
129 if(test3 != CharsToUnicodeString("\\uD841\\uDC02t")){ in TestBasicManipulation()
130 …icodeString)"append failed for UChar32, expected \"\\\\uD841\\\\uDC02t\", got " + prettify(test3)); in TestBasicManipulation()
132 if(test3.length() != 3){ in TestBasicManipulation()
[all …]
Dstrcase.cpp70 UnicodeString test3; in TestCaseConversion() local
72 test3 += (UChar32)0x0130; in TestCaseConversion()
73 test3 += "STANBUL, NOT CONSTANTINOPLE!"; in TestCaseConversion()
75 UnicodeString test4(test3); in TestCaseConversion()
81 test4 = test3; in TestCaseConversion()
87 test3 = "topkap"; in TestCaseConversion()
88 test3 += (UChar32)0x0131; in TestCaseConversion()
89 test3 += " palace, istanbul"; in TestCaseConversion()
90 test4 = test3; in TestCaseConversion()
97 test4 = test3; in TestCaseConversion()
[all …]
/external/libcxx/test/strings/basic.string/string.nonmembers/string_op+/
Dstring_string.pass.cpp62 test3(S&& lhs, S&& rhs, const S& x) in test3() function
126 test3(S(""), S(""), S("")); in main()
127 test3(S(""), S("12345"), S("12345")); in main()
128 test3(S(""), S("1234567890"), S("1234567890")); in main()
129 test3(S(""), S("12345678901234567890"), S("12345678901234567890")); in main()
130 test3(S("abcde"), S(""), S("abcde")); in main()
131 test3(S("abcde"), S("12345"), S("abcde12345")); in main()
132 test3(S("abcde"), S("1234567890"), S("abcde1234567890")); in main()
133 test3(S("abcde"), S("12345678901234567890"), S("abcde12345678901234567890")); in main()
134 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/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/chromium_org/v8/test/mjsunit/
Dmath-floor-negative.js41 function test3() { function
53 test3();
54 test3();
55 %OptimizeFunctionOnNextCall(test3);
59 assertEquals(-214748364.9, test3());
/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/llvm/test/CodeGen/ARM/
Dsection-name.ll19 ; CHECK: .section .text.test3,"axG",%progbits,test3,comdat
20 ; CHECK: .weak test3
21 ; CHECK: .type test3,%function
22 define linkonce_odr void @test3() {
/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
76 struct test3 test3va (int x, ...) in test3va()
78 struct test3 y; in test3va()
81 y = va_arg (ap, struct test3); in test3va()
/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 …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/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
Dinsertvalue.ll19 define [3 x %struct] @test3() {
22 ; CHECK-LABEL: @test3(
40 define [3 x %struct] @zeroinitializer-test3() {
43 ; CHECK: @zeroinitializer-test3
61 define [3 x %struct] @undef-test3() {
64 ; CHECK: @undef-test3
/external/chromium_org/v8/test/mjsunit/regress/
Dregress-conditional-position.js70 function test3() { function
87 test(test3, 72);
91 eval(test3.toString() + "//@ sourceUrl=foo");
95 test(test3, 3);
/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
Dmacros-gas.s28 .macro test3 _a _b _c macro
33 test3 1, 2, 3
36 test3 1, 2 3
/external/libcxx/test/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()
/external/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/clang/test/Sema/
Dinvalid-decl.c46 void test3();
47 void test3; // expected-error {{incomplete type}} variable
48 void test3() { } in test3() function
/external/libcxxabi/test/
Dcatch_const_pointer_nullptr.cpp49 void test3() in test3() function
118 void test3() {} in test3() function
129 test3(); in main()
/external/clang/test/SemaCXX/
Ddeleted-function.cpp62 template<typename> void test3() = delete;
63 template<typename> void test3();
64 template void test3<int>();
/external/llvm/test/Analysis/BasicAA/
Dnocapture.ll16 declare void @test3(i32** %p, i32* %q) nounwind
19 ; CHECK: call void @test3
26 ; Here test3 might store %p to %q. This doesn't violate %p's nocapture
28 call void @test3(i32** %q, i32* %p) nounwind
/external/clang/test/Index/
Dcomplete-macro-args.c23 void test3(struct Point *p) {
32 void test3(struct Point *p) {
36 void test3(struct Point *p) {
/external/clang/test/CXX/class.access/class.access.dcl/
Dp1.cpp65 void test3() { in test3() function
108 void test3() { in test3() function
122 namespace test3 { namespace
153 void test3() { in test3() function

12345678910>>...35