/external/compiler-rt/test/Unit/ |
ctzti2_test.c | 30 twords at; local 31 at.all = a; 33 at.s.high, at.s.low, x, expected);
|
ffsti2_test.c | 29 twords at; local 30 at.all = a; 32 at.s.high, at.s.low, x, expected);
|
ucmpti2_test.c | 30 utwords at; local 31 at.all = a; 36 at.s.high, at.s.low, bt.s.high, bt.s.low, x, expected);
|
ashrti3_test.c | 30 twords at; local 31 at.all = a; 38 at.s.high, at.s.low, b, xt.s.high, xt.s.low,
|
clzti2_test.c | 30 twords at; local 31 at.all = a; 33 at.s.high, at.s.low, x, expected);
|
cmpti2_test.c | 30 twords at; local 31 at.all = a; 35 at.s.high, at.s.low, bt.s.high, bt.s.low, x, expected);
|
floattidf_test.c | 34 twords at; local 35 at.all = a; 37 at.s.high, at.s.low, x, expected);
|
floattisf_test.c | 34 twords at; local 35 at.all = a; 37 at.s.high, at.s.low, x, expected);
|
floattixf_test.c | 35 twords at; local 36 at.all = a; 38 at.s.high, at.s.low, x, expected);
|
floatuntidf_test.c | 34 utwords at; local 35 at.all = a; 37 at.s.high, at.s.low, x, expected);
|
floatuntisf_test.c | 34 utwords at; local 35 at.all = a; 37 at.s.high, at.s.low, x, expected);
|
floatuntixf_test.c | 35 utwords at; local 36 at.all = a; 38 at.s.high, at.s.low, x, expected);
|
lshrti3_test.c | 30 twords at; local 31 at.all = a; 38 at.s.high, at.s.low, b, xt.s.high, xt.s.low,
|
mulvti3_test.c | 30 twords at; local 31 at.all = a; 40 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
|
negti2_test.c | 28 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);
|
negvti2_test.c | 32 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);
|
udivti3_test.c | 28 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,
|
umodti3_test.c | 28 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,
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
at.hpp | 8 // (See accompanying file LICENSE_1_0.txt or copy at 13 // $Id: at.hpp 49267 2008-10-11 06:19:02Z agurtovoy $ 31 struct at struct in namespace:boost::mpl 35 BOOST_MPL_AUX_LAMBDA_SUPPORT(2,at,(Sequence,N)) 48 BOOST_MPL_AUX_NA_SPEC(2, at)
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/ |
strucsize.asm | 11 at TST2.b label 15 at TST1.a
|
/external/javassist/sample/vector/ |
Sample.java | 8 public X at(int i) {
method in class:Sample
|
Sample2.java | 9 public Object at(Object[] args) {
method in class:Sample2
|
/external/chromium/chrome/browser/chromeos/login/ |
authenticator.cc | 29 char at = '@'; local 30 base::SplitString(email_address, at, &parts); 34 std::string new_email = StringToLowerASCII(JoinString(parts, at));
|
/external/chromium_org/cc/output/ |
filter_operations.h | 52 const FilterOperation& at(size_t index) const { function in class:cc::FilterOperations 59 // FilterOperations formed by linearly interpolating at each position a 63 // where the filter at each position is a no-op filter of the same type 66 // lengths or if there is a type mismatch at some position, returns a copy
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
ScriptCallStack.cpp | 52 const ScriptCallFrame &ScriptCallStack::at(size_t index) const function in class:WebCore::ScriptCallStack 84 frames->addItem(m_frames.at(i).buildInspectorObject());
|