/external/compiler-rt/test/Unit/ |
absvti2_test.c | 34 twords at; local 35 at.all = a; 42 at.s.high, at.s.low, xt.s.high, xt.s.low,
|
addvti3_test.c | 31 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,
|
ashlti3_test.c | 30 twords at; local 31 at.all = a; 40 at.s.high, at.s.low, b, xt.s.high, xt.s.low,
|
divti3_test.c | 28 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,
|
modti3_test.c | 28 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,
|
muloti4_test.c | 30 twords at; local 31 at.all = a; 43 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low, 49 twords at; local 50 at.all = a; 59 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
|
multi3_test.c | 26 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,
|
parityti2_test.c | 38 twords at; local 39 at.all = a; 41 at.s.high, at.s.low, x, expected);
|
popcountti2_test.c | 38 twords at; local 39 at.all = a; 41 at.s.high, at.s.low, x, expected);
|
subvti3_test.c | 32 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,
|
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/ |
EdgeInfoVec.java | 45 public EdgeInfo at(int index) {
method in class:EdgeInfoVec
|
FaceInfoVec.java | 46 public FaceInfo at(int index) {
method in class:FaceInfoVec
|
StripInfoVec.java | 47 public StripInfo at(int index) {
method in class:StripInfoVec
|
/cts/tools/cfassembler/src/dxconvext/util/ |
FileUtils.java | 6 * You may obtain a copy of the License at 76 int at = 0; local 78 int amt = in.read(result, at, length); 82 at += amt;
|
/cts/tools/signature-tools/src/signature/converter/ |
Main.java | 6 * You may obtain a copy of the License at 36 int at = 1; local 37 for (/* at */; at < args.length; at++) { 38 if ("--out".equals(args[at])) { 41 sources.add(args[at]); 44 if (!"--out".equals(args[at])) { 47 String targetFile = args[++at]; 49 if (!"--name".equals(args[++at])) { [all...] |
/dalvik/dexgen/src/com/android/dexgen/util/ |
FileUtils.java | 6 * You may obtain a copy of the License at 76 int at = 0; local 78 int amt = in.read(result, at, length); 82 at += amt;
|
/external/chromium_org/cc/base/ |
scoped_ptr_deque.h | 50 T* at(size_t index) const { function in class:cc::ScopedPtrDeque 56 return at(index); 61 return at(0); 66 return at(size() - 1);
|
scoped_ptr_vector.h | 50 T* at(size_t index) const { function in class:cc::ScopedPtrVector 56 return at(index); 61 return at(0); 66 return at(size() - 1);
|
/external/chromium_org/cc/layers/ |
layer_lists.cc | 15 at(size() - 1 - i)->ClearRenderSurface(); 18 Layer* RenderSurfaceLayerList::at(size_t i) const { function in class:cc::RenderSurfaceLayerList 19 return list_.at(i);
|
/external/chromium_org/content/public/test/ |
test_notification_tracker.h | 67 // Returns the information about the event at the given index. The index must 69 const Event& at(size_t i) const { return events_[i]; } function in class:content::TestNotificationTracker
|
/external/chromium_org/google_apis/gaia/ |
gaia_auth_util.cc | 23 char at = '@'; local 24 base::SplitString(email_address, at, &parts); 29 std::string new_email = StringToLowerASCII(JoinString(parts, at));
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/ |
FontFeatureSettings.h | 59 const FontFeature& at(size_t index) const { return m_list.at(index); } function in class:WebCore::FontFeatureSettings
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/ |
FilterOperations.h | 62 const FilterOperation* at(size_t index) const { return index < m_operations.size() ? m_operations.at(index).get() : 0; } function in class:WebCore::FilterOperations
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/ |
TransformOperations.h | 11 * version 2 of the License, or (at your option) any later version. 73 const TransformOperation* at(size_t index) const { return index < m_operations.size() ? m_operations.at(index).get() : 0; } function in class:WebCore::TransformOperations
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
CursorList.h | 11 * version 2 of the License, or (at your option) any later version. 43 const CursorData& at(size_t i) const { return m_vector.at(i); } function in class:WebCore::CursorList 44 CursorData& at(size_t i) { return m_vector.at(i); } function in class:WebCore::CursorList
|