Searched refs:at (Results 1 - 25 of 190) sorted by relevance

12345678

/frameworks/compile/libbcc/runtime/test/Unit/
H A Dctzti2_test.c30 twords at; local
31 at.all = a;
33 at.s.high, at.s.low, x, expected);
H A Dffsti2_test.c29 twords at; local
30 at.all = a;
32 at.s.high, at.s.low, x, expected);
H A Dparityti2_test.c38 twords at; local
39 at.all = a;
41 at.s.high, at.s.low, x, expected);
H A Dabsvti2_test.c34 twords at; local
35 at.all = a;
42 at.s.high, at.s.low, xt.s.high, xt.s.low,
H A Dclzti2_test.c30 twords at; local
31 at.all = a;
33 at.s.high, at.s.low, x, expected);
H A Ddivti3_test.c28 twords at; local
29 at.all = a;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
H A Dmodti3_test.c28 twords at; local
29 at.all = a;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
H A Dpopcountti2_test.c38 twords at; local
39 at.all = a;
41 at.s.high, at.s.low, x, expected);
H A Dsubvti3_test.c32 twords at; local
33 at.all = a;
42 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
H A Dudivti3_test.c28 utwords at; local
29 at.all = a;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, qt.s.high, qt.s.low,
H A Dumodti3_test.c28 utwords at; local
29 at.all = a;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, rt.s.high, rt.s.low,
H A Daddvti3_test.c31 twords at; local
32 at.all = a;
41 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
H A Dcmpti2_test.c30 twords at; local
31 at.all = a;
35 at.s.high, at.s.low, bt.s.high, bt.s.low, x, expected);
H A Dnegvti2_test.c32 twords at; local
33 at.all = a;
40 at.s.high, at.s.low, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
H A Ducmpti2_test.c30 utwords at; local
31 at.all = a;
36 at.s.high, at.s.low, bt.s.high, bt.s.low, x, expected);
H A Dfloattisf_test.c34 twords at; local
35 at.all = a;
37 at.s.high, at.s.low, x, expected);
H A Dmulti3_test.c26 twords at; local
27 at.all = a;
36 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
H A Dnegti2_test.c28 twords at; local
29 at.all = a;
36 at.s.high, at.s.low, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
H A Dashlti3_test.c30 twords at; local
31 at.all = a;
40 at.s.high, at.s.low, b, xt.s.high, xt.s.low,
/frameworks/base/core/tests/coretests/src/android/text/
H A DPackedIntVectorTest.java6 * You may obtain a copy of the License at
37 int at;
40 at = i;
42 at = p.size() - i;
50 p.insertAt(at, null);
52 p.insertAt(at, ins);
59 assertEquals(0, p.getValue(at, j));
61 assertEquals(p.getValue(at, j), i + j);
136 int at = (osize - del) / 2;
137 p.deleteAt(at, de
[all...]
/frameworks/compile/mclinker/include/mcld/MC/
H A DSymbolCategory.h49 LDSymbol& at(size_t pPosition) function in class:mcld::SymbolCategory
50 { return *m_OutputSymbols.at(pPosition); }
52 const LDSymbol& at(size_t pPosition) const function in class:mcld::SymbolCategory
53 { return *m_OutputSymbols.at(pPosition); }
/frameworks/base/cmds/app_process/
H A DAndroid.mk19 # ARM-only at the moment.
/frameworks/ex/variablespeed/jni/
H A Ddecode_buffer.cc6 * You may obtain a copy of the License at
79 data_.at(bufferIndex)[end_ % sizeOfOneBuffer_] = value;
84 return data_.at((start_ + index) / sizeOfOneBuffer_)
/frameworks/base/core/java/android/os/
H A DUEventObserver.java6 * You may obtain a copy of the License at
136 int at = message.indexOf('\0', offset);
137 if (at < 0) break;
139 if (equals > offset && equals < at) {
142 message.substring(equals + 1, at));
145 offset = at + 1;
/frameworks/base/media/mca/filterfw/native/
H A DAndroid.mk5 # You may obtain a copy of the License at
39 # gcc should always be placed at the end.

Completed in 5840 milliseconds

12345678