Searched defs:at (Results 126 - 150 of 187) sorted by relevance

12345678

/external/llvm/lib/Analysis/
H A DRegionInfo.cpp318 BBNodeMapT::const_iterator at = BBNodeMap.find(BB); local
320 if (at != BBNodeMap.end())
321 return at->second;
540 // No further region at exit available.
543 // We found a region e that starts at exit. Therefore (entry, e->second)
765 // Get largest region that starts at BB.
778 // Get largest region that starts at Exit.
/external/openssl/crypto/bn/
H A Dbn_gf2m.c232 const BIGNUM *at, *bt; local
237 if (a->top < b->top) { at = b; bt = a; }
238 else { at = a; bt = b; }
240 if(bn_wexpand(r, at->top) == NULL)
245 r->d[i] = at->d[i] ^ bt->d[i];
247 for (; i < at->top; i++)
249 r->d[i] = at->d[i];
252 r->top = at->top;
/external/stlport/stlport/stl/
H A D_string_sum.h6 * or implied. Any use is at your own risk.
119 const_reference at(size_type __n) const function in class:__bstr_sum
120 { return _M_get_storage().at(__n); }
H A D_bvector.h16 * or implied. Any use is at your own risk.
502 reference at(size_type __n) function in class:__BVECTOR_QUALIFIED
504 const_reference at(size_type __n) const function in class:__BVECTOR_QUALIFIED
H A D_deque.h16 * or implied. Any use is at your own risk.
453 reference at(size_type __n) function in class:deque
455 const_reference at(size_type __n) const function in class:deque
H A D_string.h9 * or implied. Any use is at your own risk.
68 * First, basic_string always stores a null character at the end;
96 // a block of memory whose size is at least n + 1.
437 const_reference at(size_type __n) const { function in class:basic_string
443 reference at(size_type __n) { function in class:basic_string
H A D_vector.h16 * or implied. Any use is at your own risk.
210 reference at(size_type __n) { _M_range_check(__n); return (*this)[__n]; } function in class:vector
211 const_reference at(size_type __n) const { _M_range_check(__n); return (*this)[__n]; } function in class:vector
/external/stlport/stlport/stl/debug/
H A D_string.h9 * or implied. Any use is at your own risk.
230 const_reference at(size_type __n) const { return _M_non_dbg_impl.at(__n); } function in class:basic_string
231 reference at(size_type __n) { return _M_non_dbg_impl.at(__n); } function in class:basic_string
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb325 alias child at
962 abstract :at
1047 def at( index ) method in class:ANTLR3.CommonTree.TreeAdaptor.CommonTreeNodeStream
1049 @nodes.at( index )
1316 out = to_tree( @elements.at( @cursor ) )
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java8 * You may obtain a copy of the License at
1239 * object that supports at least one version of the feature.
1271 * exists in the other map and is equal, although not necessarily at the
1274 * same length and contain equal nodes at the same index. This is true
1400 // at this point we are dealing with DOM Level 2 nodes only
1927 public void setIdAttributeNode(Attr at, boolean makeId) { argument
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DGraphicsLayer.h177 const AnimationValue* at(size_t i) const { return m_values.at(i).get(); } function in class:WebCore::KeyframeValueList
278 // The boundOrigin affects the offset at which content is rendered, and sublayers are positioned.
534 // same as our current layer in setContentsTo(). Since m_contentsLayer may be deleted at this point,
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_views_model.cc166 InsertEdit(bool mergeable, const string16& new_text, size_t at) argument
169 at /* old cursor */,
171 at,
173 at + new_text.length() /* new cursor */,
175 at) {
247 // backspace can be merged only with backspace at the
255 // delete can be merged only with delete at the same
471 return iter == edit_history_.end() || // at the top.
/external/chromium_org/v8/src/mips/
H A Dsimulator-mips.h56 // Call the generated regexp code directly. The code at the entry address
146 at, enumerator in enum:v8::internal::Simulator::Register
401 // When running with the simulator transition into simulated execution at this
/external/qemu/elff/
H A Ddwarf_defs.h145 * Unsigned LEB128 numbers are encoded as follows: start at the low order end
296 Dwarf_Leb128 at; member in struct:Dwarf_Abbr_AT
303 return at.val == 0;
319 return INC_CPTR_T(Dwarf_Abbr_AT, &at.val, 2);
326 reinterpret_cast<const Dwarf_Leb128*>(at.process_unsigned(&val));
645 Dwarf_At at() const { function in class:DIEAttrib
830 /* Last cached DIE abbreviation. We always should have cached at least one
/external/v8/src/mips/
H A Dsimulator-mips.h56 // Call the generated regexp code directly. The code at the entry address
146 at, enumerator in enum:v8::internal::Simulator::Register
400 // When running with the simulator transition into simulated execution at this
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java8 * You may obtain a copy of the License at
421 // Attr's Next is defined at DTM level, but not at DOM level.
1438 * object that supports at least one version of the feature.
1489 * object that supports at least one version of the feature.
1521 * exists in the other map and is equal, although not necessarily at the
1524 * same length and contain equal nodes at the same index. This is true
1649 // at this point we are dealing with DOM Level 2 nodes only
2168 public void setIdAttributeNode(Attr at, boolean makeId) { argument
/external/bison/src/
H A Dscan-skel.c292 /* Whether we're considered to be at the beginning of a line.
318 * just pointing skel_in at a new input file.
611 (at your option) any later version.
650 static void fail_for_invalid_at (char const *at);
868 /* Code executed at the beginning of each rule, after skel_text and skel_leng
875 /* Code executed at the end of each rule. */
999 fprintf( stderr, "--accepting rule at line %ld (\"%s\")\n",
1203 * just pointed skel_in at a new source and called
1683 * is looked at is after skel_wrap() is called, so it's safe
1760 * such as during a skel_restart() or at EO
2423 fail_for_invalid_at(char const *at) argument
[all...]
/external/chromium_org/courgette/
H A Dadjustment_method_2.cc389 LabelInfo* at(size_t i) const { return trace_[exemplar_position_ + i]; } function in class:courgette::adjustment_method_2::Shingle
395 bool InModel() const { return at(0)->is_model_; }
434 // base::StringAppendF(&s, "%s%x ", sep, instance.at(i)->label_->rva_);
436 s += ToString(instance->at(i));
450 LabelInfo* info_a = a.at(i);
451 LabelInfo* info_b = b.at(i);
651 LabelInfo* info = instance->at(i);
656 if (info == instance->at(j)) { // Duplicate LabelInfo
729 LabelInfo* program_info = program_instance->at(variable_index);
730 LabelInfo* model_info = model_instance->at(variable_inde
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-deltablue.js7 // (at your option) any later version.
58 OrderedCollection.prototype.at = function (index) {
608 var u = unsatisfied.at(i);
635 * the variable is 'stay' (i.e. it is a constant at plan execution
664 var c = constraints.at(i);
716 var c = v.constraints.at(i);
722 var next = v.constraints.at(i);
736 var c = cc.at(i);
764 return this.v.at(index);
846 if (dests.at(
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-deltablue.js7 // (at your option) any later version.
58 OrderedCollection.prototype.at = function (index) {
608 var u = unsatisfied.at(i);
635 * the variable is 'stay' (i.e. it is a constant at plan execution
664 var c = constraints.at(i);
716 var c = v.constraints.at(i);
722 var next = v.constraints.at(i);
736 var c = cc.at(i);
764 return this.v.at(index);
846 if (dests.at(
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-deltablue.js7 // (at your option) any later version.
58 OrderedCollection.prototype.at = function (index) {
608 var u = unsatisfied.at(i);
635 * the variable is 'stay' (i.e. it is a constant at plan execution
664 var c = constraints.at(i);
716 var c = v.constraints.at(i);
722 var next = v.constraints.at(i);
736 var c = cc.at(i);
764 return this.v.at(index);
846 if (dests.at(
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dpath.c1902 VGfloat at = (distance - length) / line_lengthv(line); local
1904 line_point_at(line, at, point);
1917 VGfloat at = (distance - length) / line_lengthv(line); local
1919 line_point_at(line, at, point);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dapi_arrayelt.c27 * It involves looking at the format/type of all the enabled vertex arrays
1470 AEattrib *at = actx->attribs; local
1519 at->array = attribArray;
1520 ASSERT(!at->array->Normalized);
1521 at->func = AttribFuncsNV[at->array->Normalized]
1522 [at->array->Size-1]
1523 [TYPE_IDX(at->array->Type)];
1524 at->index = VERT_ATTRIB_TEX0 + i;
1525 check_vbo(actx, at
1642 const AEattrib *at; local
[all...]
/external/chromium_org/v8/benchmarks/
H A Ddeltablue.js7 // (at your option) any later version.
64 OrderedCollection.prototype.at = function (index) {
614 var u = unsatisfied.at(i);
641 * the variable is 'stay' (i.e. it is a constant at plan execution
670 var c = constraints.at(i);
722 var c = v.constraints.at(i);
728 var next = v.constraints.at(i);
742 var c = cc.at(i);
770 return this.v.at(index);
852 if (dests.at(
[all...]
/external/clang/include/clang/AST/
H A DExprObjC.h172 /// getExpr - Return the Expr at the specified index.
351 SourceLocation at, SourceLocation rp)
357 EncodedType(EncodedType), AtLoc(at), RParenLoc(rp) {}
391 SourceLocation at, SourceLocation rp)
394 SelName(selInfo), AtLoc(at), RParenLoc(rp){}
433 SourceLocation at, SourceLocation protoLoc, SourceLocation rp)
436 TheProtocol(protocol), AtLoc(at), ProtoLoc(protoLoc), RParenLoc(rp) {}
350 ObjCEncodeExpr(QualType T, TypeSourceInfo *EncodedType, SourceLocation at, SourceLocation rp) argument
390 ObjCSelectorExpr(QualType T, Selector selInfo, SourceLocation at, SourceLocation rp) argument
432 ObjCProtocolExpr(QualType T, ObjCProtocolDecl *protocol, SourceLocation at, SourceLocation protoLoc, SourceLocation rp) argument

Completed in 666 milliseconds

12345678