Searched defs:at (Results 51 - 75 of 187) sorted by relevance

12345678

/external/chromium_org/google_apis/gaia/
H A Dgaia_auth_util.cc23 char at = '@'; local
24 base::SplitString(email_address, at, &parts);
29 std::string new_email = StringToLowerASCII(JoinString(parts, at));
H A Doauth2_access_token_fetcher_unittest.cc196 std::string at; local
199 &url_fetcher, &at, &expires_in));
200 EXPECT_TRUE(at.empty());
206 std::string at; local
209 &url_fetcher, &at, &expires_in));
210 EXPECT_TRUE(at.empty());
216 std::string at; local
219 &url_fetcher, &at, &expires_in));
220 EXPECT_TRUE(at.empty());
226 std::string at; local
[all...]
/external/compiler-rt/test/Unit/
H A Dudivmodti4_test.c30 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/iproute2/include/linux/tc_act/
H A Dtc_pedit.h21 __u32 at; member in struct:tc_pedit_key
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
H A DVertexCache.java84 public int at(int index) { method in class:VertexCache
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
H A DInsertionPoint.h64 Node* at(size_t index) const { return m_distribution.at(index).get(); } function in class:WebCore::InsertionPoint
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
H A DWebString.cpp62 WebUChar WebString::at(unsigned i) const function in class:WebKit::WebString
/external/chromium_org/third_party/WebKit/Source/core/platform/text/
H A DSuffixTree.h61 current = current->at(Codebook::codeWord(query[i]));
81 Node* child = m_children.at(i);
87 Node*& at(int codeWord) { return m_children.at(codeWord); } function in class:WebCore::SuffixTree::Node
103 Node*& child = current->at(Codebook::codeWord(text[base + offset]));
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dstreamcollection.h58 virtual MediaStreamInterface* at(size_t index) { function in class:webrtc::StreamCollection
59 return media_streams_.at(index);
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Dt_req.c20 * This can be in the form of a textual message at program startup or
174 ASN1_TYPE *at; local
198 at=sk_ASN1_TYPE_value(a->value.set,ii);
199 type=at->type;
200 bs=at->value.asn1_string;
/external/chromium_org/third_party/skia/src/core/
H A DSkTRefArray.h22 * 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/clang/test/SemaCXX/
H A Dconstexpr-nqueens.cpp29 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/e2fsprogs/lib/blkid/
H A Dlist.h135 struct list_head *at = head->next; local
140 last->next = at;
141 at->prev = last;
/external/e2fsprogs/lib/ext2fs/
H A Dkernel-list.h56 * Insert a new entry at the tail
96 struct list_head *at = head->next; local
101 last->next = at;
102 at->prev = last;
/external/libffi/src/
H A Djava_raw_api.c50 ffi_type **at = cif->arg_types; local
52 for (i = cif->nargs-1; i >= 0; i--, at++)
54 switch((*at) -> type) {
H A Draw_api.c40 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);
/external/openssl/crypto/asn1/
H A Dt_req.c20 * This can be in the form of a textual message at program startup or
174 ASN1_TYPE *at; local
198 at=sk_ASN1_TYPE_value(a->value.set,ii);
199 type=at->type;
200 bs=at->value.asn1_string;
/external/oprofile/libutil/
H A Dop_list.h136 struct list_head * at = head->next; local
141 last->next = at;
142 at->prev = last;
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinystr.h147 const char& at (size_type index) const function in class:TiXmlString
/external/skia/src/core/
H A DSkTRefArray.h22 * 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/tinyxml/
H A Dtinystr.h146 const char& at (size_type index) const function in class:TiXmlString
/external/v8/src/
H A Darguments.h58 template <class S> Handle<S> at(int index) { function in class:v8::internal::BASE_EMBEDDED
/external/aac/libFDK/src/
H A DFDK_trigFcts.cpp115 * at=atan(0.5 *(2^scl)); % 0.5 because get in 'middle' area of current scale level 'scl'
116 * at/2 % div at by ATO_SCALE
135 FIXP_DBL at; // atan out local
186 at = +f_atan_expand_range[sfo-ATI_SF-1];
188 at = FL2FXCONST_DBL( +M_PI/2 / ATO_SCALE);
193 at = -f_atan_expand_range[sfo-ATI_SF-1];
195 at = FL2FXCONST_DBL( -M_PI/2 / ATO_SCALE);
199 at = FL2FXCONST_DBL( 0.0f );
207 at
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dstreams.rb51 need a way to record various locations in the input at a number of points in the
96 to a recognizer at look-ahead position specified by <tt>k</tt>. For
102 <tt>stream.look(k = 1)</tt> is used to retrieve the full object of interest at
177 # used to quickly retreive the object of interest to a recognizer at lookahead
184 # used to retreive the full object of interest at lookahead position specified
191 # returns a value to pass to #rewind at a later time
246 Line 1 is the string "Hey this is the first line\\n". If a character stream is at
335 # :method: at( i )
336 # return the stream symbol at index +i+
337 abstract :at
1057 def at( i ) method in class:ANTLR3.that.CommonTokenStream
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DIntVector.java8 * You may obtain a copy of the License at
195 * Inserts the specified node in this vector at the specified index.
201 * @param at Index of where to insert
203 public final void insertElementAt(int value, int at) argument
217 if (at <= (m_firstFree - 1))
219 System.arraycopy(m_map, at, m_map, at + 1, m_firstFree - at);
222 m_map[at] = value;
228 * Inserts the specified node in this vector at th
[all...]

Completed in 3003 milliseconds

12345678