/frameworks/compile/mclinker/unittests/ |
NamePoolTest.cpp | 54 llvm::StringRef result1 = m_pTestee->insertString(s1); local 55 EXPECT_NE(s1, result1.data()); 56 EXPECT_STREQ(s1, result1.data()); 62 llvm::StringRef result1 = m_pTestee->insertString(s1); local 64 EXPECT_STREQ(s1, result1.data()); 66 EXPECT_EQ(result1.data(), result2.data()); 78 Resolver::Result result1; local 87 result1); 89 EXPECT_NE(name, result1.info->name()); 90 EXPECT_STREQ(name, result1.info->name()) 129 Resolver::Result result1; local 188 const char *result1 = m_pTestee->insertString(name); local [all...] |
/dalvik/vm/mterp/mips/ |
OP_DIV_LONG.S | 3 %include "mips/binopWide.S" {"result0":"v0", "result1":"v1", "instr":"JAL(__divdi3)", "chkzero":"1"} 5 %include "mips/binopWide.S" { "arg0":"a1", "arg1":"a0", "arg2":"a3", "arg3":"a2", "result0":"v1", "result1":"v0", "instr":"JAL(__divdi3)", "chkzero":"1"}
|
OP_DIV_LONG_2ADDR.S | 3 %include "mips/binopWide2addr.S" {"result0":"v0", "result1":"v1", "instr":"JAL(__divdi3)", "chkzero":"1"} 5 %include "mips/binopWide2addr.S" {"arg0":"a1", "arg1":"a0", "arg2":"a3", "arg3":"a2", "result0":"v1", "result1":"v0", "instr":"JAL(__divdi3)", "chkzero":"1"}
|
OP_REM_LONG_2ADDR.S | 3 %include "mips/binopWide2addr.S" { "result0":"v0", "result1":"v1", "instr":"JAL(__moddi3)", "chkzero":"1"} 5 %include "mips/binopWide2addr.S" {"arg0":"a1", "arg1":"a0", "arg2":"a3", "arg3":"a2", "result0":"v1", "result1":"v0", "instr":"JAL(__moddi3)", "chkzero":"1"}
|
OP_NEG_LONG.S | 2 %include "mips/unopWide.S" {"result0":"v0", "result1":"v1", "preinstr":"negu v0, a0", "instr":"negu v1, a1; sltu a0, zero, v0; subu v1, v1, a0"}
|
OP_REM_LONG.S | 4 %include "mips/binopWide.S" { "result0":"v0", "result1":"v1", "instr":"JAL(__moddi3)", "chkzero":"1"} 6 %include "mips/binopWide.S" { "arg0":"a1", "arg1":"a0", "arg2":"a3", "arg3":"a2", "result0":"v1", "result1":"v0", "instr":"JAL(__moddi3)", "chkzero":"1"}
|
OP_ADD_LONG_2ADDR.S | 5 %include "mips/binopWide2addr.S" { "result0":"v0", "result1":"v1", "preinstr":"addu v0, a2, a0", "instr":"addu a1, a3, a1; sltu v1, v0, a2; addu v1, v1, a1" }
|
OP_SUB_LONG.S | 9 %include "mips/binopWide.S" { "result0":"v0", "result1":"v1", "preinstr":"subu v0, a0, a2", "instr":"subu v1, a1, a3; sltu a0, a0, v0; subu v1, v1, a0" }
|
OP_SUB_LONG_2ADDR.S | 5 %include "mips/binopWide2addr.S" { "result0":"v0", "result1":"v1", "preinstr":"subu v0, a0, a2", "instr":"subu v1, a1, a3; sltu a0, a0, v0; subu v1, v1, a0" }
|
unopWide.S | 1 %default {"preinstr":"", "result0":"a0", "result1":"a1"} 19 STORE64($result0, $result1, rOBJ) # vAA <- a0/a1
|
unopWider.S | 1 %default {"preinstr":"", "result0":"a0", "result1":"a1"} 18 STORE64($result0, $result1, rOBJ) # vA/vA+1 <- a0/a1
|
OP_ADD_LONG.S | 10 %include "mips/binopWide.S" { "result0":"v0", "result1":"v1", "preinstr":"addu v0, a2, a0", "instr":"addu a1, a3, a1; sltu v1, v0, a2; addu v1, v1, a1" }
|
/dalvik/vm/mterp/armv5te/ |
OP_REM_LONG.S | 3 %include "armv5te/binopWide.S" {"instr":"bl __aeabi_ldivmod", "result0":"r2", "result1":"r3", "chkzero":"1"}
|
OP_REM_LONG_2ADDR.S | 3 %include "armv5te/binopWide2addr.S" {"instr":"bl __aeabi_ldivmod", "result0":"r2", "result1":"r3", "chkzero":"1"}
|
binopWide.S | 1 %default {"preinstr":"", "result0":"r0", "result1":"r1", "chkzero":"0"} 36 stmia r9, {$result0,$result1} @ vAA/vAA+1<- $result0/$result1
|
binopWide2addr.S | 1 %default {"preinstr":"", "result0":"r0", "result1":"r1", "chkzero":"0"} 33 stmia r9, {$result0,$result1} @ vAA/vAA+1<- $result0/$result1
|
/dalvik/vm/mterp/armv6t2/ |
OP_REM_LONG_2ADDR.S | 3 %include "armv6t2/binopWide2addr.S" {"instr":"bl __aeabi_ldivmod", "result0":"r2", "result1":"r3", "chkzero":"1"}
|
binopWide2addr.S | 1 %default {"preinstr":"", "result0":"r0", "result1":"r1", "chkzero":"0"} 32 stmia r9, {$result0,$result1} @ vAA/vAA+1<- $result0/$result1
|
/external/chromium_org/components/url_matcher/ |
regex_set_matcher_unittest.cc | 26 std::set<StringPattern::ID> result1; local 27 matcher.Match("http://abracadabra.com", &result1); 28 EXPECT_EQ(2U, result1.size()); 29 EXPECT_TRUE(ContainsKey(result1, 42)); 30 EXPECT_TRUE(ContainsKey(result1, 239)); 52 std::set<StringPattern::ID> result1; local 53 matcher.Match("http://aaa.net/", &result1); 54 EXPECT_EQ(0U, result1.size());
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cformtst.c | 55 UChar *result1=NULL; local 66 result1=(UChar*)ctst_malloc(sizeof(UChar) * resultlength); 67 udat_format(dat, d1, result1, resultlength, NULL, &status); 74 return result1;
|
/external/icu4c/test/cintltst/ |
cformtst.c | 59 UChar *result1=NULL; local 70 result1=(UChar*)ctst_malloc(sizeof(UChar) * resultlength); 71 udat_format(dat, d1, result1, resultlength, NULL, &status); 78 return result1;
|
/external/llvm/test/CodeGen/X86/ |
2010-04-21-CoalescerBug.ll | 10 %agg.result1 = bitcast %struct.CMTimeMapping* %agg.result to i8* ; <i8*> [#uses=1] 11 tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %agg.result1, i8* null, i64 96, i32 4, i1 false)
|
/external/chromium_org/gpu/command_buffer/client/ |
gles2_implementation_unittest_autogen.h | 131 ExpectedMemoryInfo result1 = local 133 expected.cmd.Init(1, result1.id, result1.offset); 136 .WillOnce(SetMemory(result1.ptr, uint32(1))) 532 ExpectedMemoryInfo result1 = GetExpectedResultMemory(4); local 533 expected.cmd.Init(123, result1.id, result1.offset); 535 .WillOnce(SetMemory(result1.ptr, SizedResultHelper<Result::Type>(1))) 549 ExpectedMemoryInfo result1 = GetExpectedResultMemory(4); local 550 expected.cmd.Init(123, GL_BUFFER_SIZE, result1.id, result1.offset) 566 ExpectedMemoryInfo result1 = GetExpectedResultMemory(4); local 583 ExpectedMemoryInfo result1 = GetExpectedResultMemory(4); local 604 ExpectedMemoryInfo result1 = GetExpectedResultMemory(4); local 621 ExpectedMemoryInfo result1 = GetExpectedResultMemory(4); local 639 ExpectedMemoryInfo result1 = GetExpectedResultMemory(4); local 656 ExpectedMemoryInfo result1 = GetExpectedResultMemory(4); local 675 ExpectedMemoryInfo result1 = GetExpectedResultMemory(4); local 692 ExpectedMemoryInfo result1 = GetExpectedResultMemory(4); local 712 ExpectedMemoryInfo result1 = GetExpectedResultMemory(4); local 730 ExpectedMemoryInfo result1 = GetExpectedResultMemory(4); local 759 ExpectedMemoryInfo result1 = local 779 ExpectedMemoryInfo result1 = local 799 ExpectedMemoryInfo result1 = local 819 ExpectedMemoryInfo result1 = local 839 ExpectedMemoryInfo result1 = local 859 ExpectedMemoryInfo result1 = local 879 ExpectedMemoryInfo result1 = local 1666 ExpectedMemoryInfo result1 = local [all...] |
/libcore/luni/src/main/java/java/math/ |
Conversion.java | 163 StringBuilder result1 = new StringBuilder(); local 165 result1.append("0E+"); 167 result1.append("0E"); 169 result1.append(-scale); 170 return result1.toString(); 275 StringBuilder result1 = new StringBuilder(16 + endPoint - startPoint); local 277 result1.append('-'); 280 result1.append(result[currentChar]); 281 result1.append('.'); 282 result1.append(result, currentChar + 1, resLengthInChar 375 StringBuilder result1 = new StringBuilder(16 + endPoint - startPoint); local [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_QuantInvInter_I_s.s | 74 Result1 RN 8 108 PKHBT Result1,X2,X3,LSL #16 ;// Result1[0-15]=X2[0-15],Result1[16-31]=X3[16-31] 110 SSAT16 Result1,#12,Result1 ;// clip to range [-2048,2047] 130 STRD Result1,[pSrcDst],#8 ;// Store Double words and increment the pointer to point the next store address
|