Searched defs:two (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/libbcc/tests/debuginfo/host-tests/
H A Djit.cpp10 // CHECK: in two
21 int two() function
28 return two();
/frameworks/base/tools/aapt2/integration-tests/StaticLibTwo/src/com/android/aapt/staticlib/two/
H A DStaticLibTwo.java16 package com.android.aapt.staticlib.two;
24 public static int FooBarId = com.android.aapt.staticlib.two.R.string.FooBar;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_QuantInvInter_I_s.s90 two RN 7 label
96 LDRD tempVal21,[pSrcDst] ;// Loads first two values of pSrcDst to tempVal21,
97 ;// next two values to tempVal43
100 MOV two,#2
107 SMULBB X2,tempVal21,two ;// X2= first val(lower 16 bits of tampVal21)*2
113 SMULTB X3,tempVal21,two ;// X3= second val(top 16 bits of tampVal21)*2
123 SMULBB X2,tempVal43,two ;// X2= first val(lower 16 bits of tampVal43)*2
131 SMULTB X3,tempVal43,two ;// X2= first val(top 16 bits of tampVal21)*2
H A DomxVCM4P2_QuantInvIntra_I_s.s99 two RN 10 label
130 LDRD tempVal21,[pSrcDst] ;// Loads first two values of pSrcDst to tempVal21,
131 ;// next two values to tempVal43
134 MOV two,#2
143 SMULBB X2,tempVal21,two ;// X2= first val(lower 16 bits of tampVal21)*2
149 SMULTB X3,tempVal21,two ;// X3= second val(top 16 bits of tampVal21)*2
159 SMULBB X2,tempVal43,two ;// X2= first val(lower 16 bits of tampVal43)*2
167 SMULTB X3,tempVal43,two ;// X2= first val(top 16 bits of tampVal21)*2
/frameworks/base/libs/hwui/tests/unit/
H A DLinearAllocatorTests.cpp27 int two = 2; member in struct:SimplePair
42 EXPECT_EQ(2, pair->two);
/frameworks/compile/mclinker/unittests/
H A DRTLinearAllocatorTest.h38 Data() : one(1), two(2), three(3), four(4) {}
45 two = pTwo;
52 two = -2;
58 unsigned int two; member in struct:mcldtest::RTLinearAllocatorTest::Data
H A DLinearAllocatorTest.h25 Data() : one(1), two(2), three(3), four(4) {}
32 two = pTwo;
39 two = -2;
45 unsigned int two; member in struct:mcldtest::LinearAllocatorTest::Data
/frameworks/base/core/java/android/text/
H A DTextUtils.java240 CharSequence two, int ooffset,
250 getChars(two, ooffset, ooffset + len, temp, len);
239 regionMatches(CharSequence one, int toffset, CharSequence two, int ooffset, int len) argument

Completed in 1877 milliseconds