Searched defs:at (Results 26 - 50 of 240) sorted by relevance

12345678910

/external/compiler-rt/test/builtins/Unit/
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 Dashlti3_test.c30 twords at; local
31 at.all = a;
40 at.s.high, at.s.low, b, xt.s.high, xt.s.low,
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 Dmuloti4_test.c30 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,
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,
/external/compiler-rt/test/tsan/
H A Dcond_version.c16 pthread_condattr_t at; local
22 pthread_condattr_init(&at);
23 pthread_condattr_setclock(&at, CLOCK_MONOTONIC);
24 pthread_cond_init(&c, &at);
/external/javassist/sample/vector/
H A DSample.java8 public X at(int i) { method in class:Sample
/external/skia/bench/
H A DWritePixelsBench.cpp14 WritePixelsBench(SkColorType ct, SkAlphaType at) argument
16 , fAlphaType(at)
30 switch (at) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DX509Attribute.java21 * @param at an object representing an attribute.
24 ASN1Encodable at)
26 this.attr = Attribute.getInstance(at);
23 X509Attribute( ASN1Encodable at) argument
/external/chromium_org/cc/base/
H A Dscoped_ptr_deque.h50 T* at(size_t index) const { function in class:cc::ScopedPtrDeque
56 return at(index);
61 return at(0);
66 return at(size() - 1);
H A Dscoped_ptr_vector.h50 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/
H A Dlayer_lists.cc15 at(size() - 1 - i)->ClearRenderSurface();
18 Layer* RenderSurfaceLayerList::at(size_t i) const { function in class:cc::RenderSurfaceLayerList
19 return list_.at(i).get();
/external/chromium_org/content/public/test/
H A Dtest_notification_tracker.h67 // 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/third_party/WebKit/Source/core/dom/
H A DAttributeCollection.h52 ValueType& operator[](unsigned index) const { return at(index); }
53 ValueType& at(unsigned index) const function in class:blink::AttributeCollectionGeneric
131 return index != kNotFound ? &at(index) : 0;
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
H A DContentDistribution.h47 PassRefPtrWillBeRawPtr<Node> at(size_t index) const { return m_nodes.at(index); } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DScriptCallStack.cpp50 const ScriptCallFrame &ScriptCallStack::at(size_t index) const function in class:blink::ScriptCallStack
75 frames->addItem(m_frames.at(i).buildInspectorObject());
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontFeatureSettings.h60 const FontFeature& at(size_t index) const { return m_list.at(index); } function in class:blink::FontFeatureSettings
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFilterOperations.h63 const FilterOperation* at(size_t index) const { return index < m_operations.size() ? m_operations.at(index).get() : 0; } function in class:blink::FilterOperations
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformOperations.h11 * version 2 of the License, or (at your option) any later version.
82 const TransformOperation* at(size_t index) const { return index < m_operations.size() ? m_operations.at(index).get() : 0; } function in class:blink::TransformOperations
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Djsepicecandidate.h82 virtual const IceCandidateInterface* at(size_t index) const { function in class:webrtc::JsepCandidateCollection
/external/chromium_org/third_party/libsrtp/srtp/crypto/hash/
H A Dauth.c72 auth_type_get_ref_count(const auth_type_t *at) { argument
73 return at->ref_count;
86 auth_type_test(const auth_type_t *at, const auth_test_case_t *test_data) { argument
94 at->description);
97 * check to make sure that we have at least one test case, and
111 status = auth_type_alloc(at, &a, test_case->key_length_octets,
150 debug_print(mod_auth, " (mismatch at octet %d)", i);
175 * auth_type_self_test(at) performs auth_type_test on at's internal
180 auth_type_self_test(const auth_type_t *at) { argument
[all...]
/external/chromium_org/third_party/skia/include/ports/
H A DSkRemotableFontMgr.h43 const SkFontIdentity& at(int index) const { return fData[index]; } function in class:SkRemotableFontIdentitySet
75 * Returns empty if there are no fonts at the given index.
83 * If there are no available fonts at the given index, the return value's
/external/chromium_org/third_party/skia/src/core/
H A DSkColorTable.cpp31 SkColorTable::SkColorTable(const SkPMColor colors[], int count, SkAlphaType at) argument
32 : f16BitCache(NULL), fAlphaType(SkToU8(at))
/external/clang/test/SemaTemplate/
H A Doperator-function-id-template.cpp22 void test_op_template(A<T> at, T x) { argument
23 const A<T> &atr = at.template operator+<T>(x);
24 const A<T> &atr2 = at.A::template operator+<T>(x);
26 // const A<T> &atr3 = at.template A<T>::template operator+<T>(x);

Completed in 8610 milliseconds

12345678910