HomeSort by relevance Sort by last modified time
    Searched defs:at (Results 51 - 75 of 462) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/platform/animation/
KeyframeValueList.h 78 const AnimationValue* at(size_t i) const { return m_values.at(i).get(); } function in class:WebCore::KeyframeValueList
  /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
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontFeatureSettings.h 60 const FontFeature& at(size_t index) const { return m_list.at(index); } function in class:WebCore::FontFeatureSettings
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterOperations.h 63 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/platform/transforms/
TransformOperations.h 11 * 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:WebCore::TransformOperations
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
jsepicecandidate.h 82 virtual const IceCandidateInterface* at(size_t index) const { function in class:webrtc::JsepCandidateCollection
streamcollection.h 58 virtual MediaStreamInterface* at(size_t index) { function in class:webrtc::StreamCollection
59 return media_streams_.at(index);
  /external/clang/test/SemaCXX/
constexpr-nqueens.cpp 29 constexpr bool at(int Row, int Col) { function in struct:Board
60 *p == 'o' ? at(Row, Col) && check(p+1, Row, Col+1) :
61 *p == '-' ? !at(Row, Col) && check(p+1, Row, Col+1) :
  /external/compiler-rt/test/Unit/
udivmodti4_test.c 30 utwords at; local
31 at.all = a;
45 at.s.high, at.s.low, bt.s.high, bt.s.low, qt.s.high, qt.s.low,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/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/guava/guava-tests/test/com/google/common/util/concurrent/
AtomicDoubleTest.java 4 * domain, as explained at
76 AtomicDouble at = new AtomicDouble(1.0); local
77 assertBitEquals(1.0, at.get());
79 at.set(x);
80 assertBitEquals(x, at.get());
88 AtomicDouble at = new AtomicDouble(1.0); local
89 assertBitEquals(1.0, at.get());
91 at.lazySet(x);
92 assertBitEquals(x, at.get());
102 AtomicDouble at = new AtomicDouble(prev) local
119 final AtomicDouble at = new AtomicDouble(1.0); local
139 AtomicDouble at = new AtomicDouble(prev); local
157 AtomicDouble at = new AtomicDouble(prev); local
214 AtomicDouble at = new AtomicDouble(); local
226 AtomicDouble at = new AtomicDouble(); local
238 AtomicDouble at = new AtomicDouble(); local
250 AtomicDouble at = new AtomicDouble(); local
262 AtomicDouble at = new AtomicDouble(); local
274 AtomicDouble at = new AtomicDouble(+0.0); local
    [all...]
  /external/libffi/src/
raw_api.c 40 ffi_type **at = cif->arg_types; local
42 for (i = cif->nargs-1; i >= 0; i--, at++)
45 if ((*at)->type == FFI_TYPE_STRUCT)
49 result += ALIGN ((*at)->size, FFI_SIZEOF_ARG);
java_raw_api.c 50 ffi_type **at = cif->arg_types; local
52 for (i = cif->nargs-1; i >= 0; i--, at++)
54 switch((*at) -> type) {
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
FileUtils.java 6 * You may obtain a copy of the License at
108 int at = offset; local
109 while(at > 0) {
110 long amt = in.skip(at);
114 at -= amt;
127 int at=0; local
130 int amt = in.read(result, at, length);
134 at += amt;
  /libcore/dex/src/main/java/com/android/dex/util/
FileUtils.java 6 * You may obtain a copy of the License at
72 int at = 0; local
74 int amt = in.read(result, at, length);
78 at += amt;
  /dalvik/dexgen/src/com/android/dexgen/rop/
StdAttributeList.java 6 * You may obtain a copy of the License at
70 int at; local
73 for (at = 0; at < sz; at++) {
74 Attribute att = get(at);
85 for (at++; at < sz; at++) {
86 Attribute att = get(at);
    [all...]
  /dalvik/dx/src/com/android/dx/cf/iface/
StdAttributeList.java 6 * You may obtain a copy of the License at
70 int at; local
73 for (at = 0; at < sz; at++) {
74 Attribute att = get(at);
85 for (at++; at < sz; at++) {
86 Attribute att = get(at);
    [all...]
  /dalvik/dx/src/com/android/dx/command/dump/
ClassDumper.java 6 * You may obtain a copy of the License at
68 int at = getAt(); local
69 if (at != bytes.length) {
70 parsed(ba, at, bytes.length - at, "<extra data at end of file>");
  /external/chromium_org/mojo/public/bindings/lib/
array_internal.h 113 Ref at(size_t offset) { function in class:mojo::internal::Array_Data
118 ConstRef at(size_t offset) const {
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
InsertionPoint.h 68 Node* at(size_t index) const { return m_distribution.at(index).get(); } function in class:WebCore::InsertionPoint
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinystr.h 147 const char& at (size_type index) const function in class:TiXmlString
  /external/chromium_org/third_party/skia/src/core/
SkTRefArray.h 22 * T entries at the end. We call our constructor, but not the constructors
67 const T& at(int index) const { function in class:SkTRefArray
71 const T& operator[](int index) const { return this->at(index); }
  /external/e2fsprogs/lib/ext2fs/
kernel-list.h 56 * Insert a new entry at the tail
96 struct list_head *at = head->next; local
101 last->next = at;
102 at->prev = last;
  /external/iproute2/include/linux/tc_act/
tc_pedit.h 21 __u32 at; member in struct:tc_pedit_key
  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
VertexCache.java 84 public int at(int index) { method in class:VertexCache

Completed in 1939 milliseconds

1 23 4 5 6 7 8 91011>>