Searched defs:at (Results 176 - 200 of 240) sorted by relevance

12345678910

/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/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_indata.c573 * or should we just change our queue sort at the bottom to be by
584 struct sctp_queued_to_read *at; local
639 TAILQ_FOREACH_SAFE(control, &strm->inqueue, next, at) {
683 TAILQ_FOREACH(at, &strm->inqueue, next) {
684 if (SCTP_SSN_GT(at->sinfo_ssn, control->sinfo_ssn)) {
690 sctp_log_strm_del(control, at,
693 TAILQ_INSERT_BEFORE(at, control, next);
695 } else if (at->sinfo_ssn == control->sinfo_ssn) {
722 if (TAILQ_NEXT(at, next) == NULL) {
724 * We are at th
853 struct sctp_tmit_chunk *at, *prev, *next; local
1225 struct sctp_tmit_chunk *at; local
2004 int at; local
[all...]
H A Dsctp_input.c256 * has been sent but left at top of stream queue.
539 * cookie. We always cancel at the primary to assue that we are
1448 * the send at the end of the inbound data processing will
2660 * had for him. In this case we will have one of the tie-tags set at
3206 * We reduce once every RTT. So we will only lower cwnd at
3994 * to arrive that are at or before tsn
4334 unsigned int at; local
4360 at = ntohs(ch->chunk_length);
4361 if (at < sizeof(struct sctp_chunkhdr)) {
4362 /* corrupt chunk, maybe at th
[all...]
H A Dsctp_usrreq.c449 * NO protocol at the other end named SCTP. well we consider
2521 unsigned int at, limit; local
2524 at = 0;
2528 if (at < limit) {
2529 ids->gaids_assoc_id[at++] = sctp_get_associd(stcb);
2538 ids->gaids_number_of_ids = at;
2539 *optsize = ((at * sizeof(sctp_assoc_t)) + sizeof(uint32_t));
7361 /* TODO __Userspace__ falls into this code for IPv6 stuff at the moment... */
H A Dsctputil.c1106 /* Setup to fill the hb random cache at first HB */
2440 struct mbuf *at; local
2442 at = m;
2443 while (at) {
2444 tlen += SCTP_BUF_LEN(at);
2445 at = SCTP_BUF_NEXT(at);
2602 * starting at 'off' for 'len' bytes. If the desired piece spans more than
2603 * one mbuf, a copy is made at 'ptr'. caller must ensure that the buffer size
4578 * don't dare look at i
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_socket.c46 #define __FAVOR_BSD /* (on Ubuntu at least) enables UDP header field names like BSD in RFC 768 */
1196 * must be completed at protocol level before being
1199 *__Userspace__ These queues are being used at a number of places like accept etc.
2522 const struct sockaddr *at; local
2531 at = addrs;
2536 switch (at->sa_family) {
2540 if (at->sa_len != sizeof(struct sockaddr_in)) {
2545 memcpy(cpto, at, sizeof(struct sockaddr_in));
2548 at = (struct sockaddr *)((caddr_t)at
[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.h173 /// getExpr - Return the Expr at the specified index.
352 SourceLocation at, SourceLocation rp)
358 EncodedType(EncodedType), AtLoc(at), RParenLoc(rp) {}
392 SourceLocation at, SourceLocation rp)
395 SelName(selInfo), AtLoc(at), RParenLoc(rp){}
434 SourceLocation at, SourceLocation protoLoc, SourceLocation rp)
437 TheProtocol(protocol), AtLoc(at), ProtoLoc(protoLoc), RParenLoc(rp) {}
351 ObjCEncodeExpr(QualType T, TypeSourceInfo *EncodedType, SourceLocation at, SourceLocation rp) argument
391 ObjCSelectorExpr(QualType T, Selector selInfo, SourceLocation at, SourceLocation rp) argument
433 ObjCProtocolExpr(QualType T, ObjCProtocolDecl *protocol, SourceLocation at, SourceLocation protoLoc, SourceLocation rp) argument
/external/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp270 errln("CollationIterator.nextCE(with length) != nextCE(NUL-terminated) at CE %d", (int)i);
390 errln("%s.nextCodePoint(to limit, 1st pass) = U+%04lx != U+%04lx at %d",
402 errln("%s.previousCodePoint() = U+%04lx != U+%04lx at %d",
413 errln("%s.nextCodePoint(to limit again) = U+%04lx != U+%04lx at %d",
425 errln("%s.previousCodePoint(to start) = U+%04lx != U+%04lx at %d",
911 errln("invalid tailored CE %016llx at CE index %d from string:",
1029 errln("no relation (= < <1 <2 <c <3 <4 <i) at beginning of line %d", (int)fileLineNumber);
1237 int32_t at = fileLine.indexOf((UChar)0x40, 9); // @ is not invariant local
1238 if(at >= 0) {
1239 fileLine.setCharAt(at, (UCha
[all...]
/external/lldb/include/lldb/Core/
H A DValueObject.h1085 SetAddressTypeOfChildren(AddressType at) argument
1087 m_address_type_of_ptr_or_ref_children = at;
1193 EvaluationPoint m_update_point; // Stores both the stop id and the full context at which this value was last
/external/mesa3d/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/mesa3d/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/valgrind/main/VEX/
H A Dtest_main.c16 License, or (at your option) any later version.
504 License, or (at your option) any later version.
1271 IRAtom* at; local
1274 at = mkPCastTo(mce, Ity_I32, va1);
1275 at = mkUifU(mce, Ity_I32, at, mkPCastTo(mce, Ity_I32, va2));
1276 at = mkPCastTo(mce, finalVty, at);
1277 return at;
1378 static IRAtom* mkPCast8x16 ( MCEnv* mce, IRAtom* at )
1438 IRAtom* at; local
1449 IRAtom* at; local
1458 IRAtom* at; local
1471 IRAtom* at; local
1484 IRAtom* at; local
1495 IRAtom* at; local
1504 IRAtom* at; local
1517 IRAtom* at; local
1580 IRAtom* at; local
1589 IRAtom* at; local
1598 IRAtom* at; local
1607 IRAtom* at; local
[all...]
/external/stlport/stlport/stl/
H A D_rope.h13 * or implied. Any use is at your own risk.
288 // The following should be treated as private, at least for now.
424 // But its hard to do anything else at the
617 * on the pointer either at normal exit or if an exception
1141 // Retrieve a character at the indicated position.
1144 // Obtain a pointer to the character at the indicated position.
1603 _CharT at(size_type __pos) const { function in class:rope
2023 reference at(size_type __pos) { function in class:rope
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DNodes.py56 pos_line = u'File: %s (starting at line %s)' % relative_position(pos)
211 # Make symbol table entries for all declarations at the current
305 # line numbers start at 1
1733 # Note that it is unsafe to decref the scope at this point.
2953 # This is only really required for Cython utility code at this time,
3325 # C-typed default arguments are handled at conversion time,
3423 # Python default arguments were already stored in 'item' at the very beginning
3522 # the code block above at the very top, before the following
4012 # find metaclass" dance at runtime
4546 error(self.rhs.pos, "Can only declare one type at
6783 error(self.pos, "cimport only allowed at module level") namespace
6824 error(self.pos, "cimport only allowed at module level") namespace
6904 error(self.pos, "import * only allowed at module level") namespace
[all...]
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dzic.c401 zic_t at; member in struct:attype
1588 const zic_t a = ((const struct attype *) avp)->at;
1589 const zic_t b = ((const struct attype *) bvp)->at;
1632 while (fromi < timecnt && attypes[fromi].at < min_time)
1638 if (toi != 0 && ((attypes[fromi].at +
1640 (attypes[toi - 1].at + gmtoffs[toi == 1 ? 0
1656 ats[i] = attypes[i].at;
2206 /* Look for exactly 2 rules that end at 'max' and
2400 * we may see unexpected offset shift at the
2405 * at th
[all...]
/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.cc313 return entries_by_id->at(index);
391 // is a tracked object at that address. In this case we should remove the
397 entries_.at(to_entry_info_index).addr = NULL;
405 // value in addr field. It is bad because later at RemoveDeadEntries
410 entries_.at(to_entry_info_index).addr = NULL;
414 entries_.at(from_entry_info_index).addr = to;
422 entries_.at(from_entry_info_index).size,
425 entries_.at(from_entry_info_index).size = object_size;
442 EntryInfo& entry_info = entries_.at(entry_index);
457 EntryInfo& entry_info = entries_.at(entry_inde
2208 Handle<JSGlobalObject>& at(int i) { return objects_[i]; } function in class:v8::internal::GlobalObjectsEnumerator
[all...]
H A Djsregexp.h214 // and the total executable memory at any point.
562 // If set to true, there is no way this quick check can match at all.
563 // E.g., if it requires to be at the start of the input, and isn't.
579 // Generates a goto to this node or actually generates the code at this point.
581 // How many characters must this node consume at a minimum in order to
582 // succeed. If we have found at least 'still_to_find' characters that
585 // used to indicate that we know we are not at the start of the input. In
620 // the number of nodes we are willing to look at in order to create this data.
655 // If non-generic code is generated for a node (i.e. the node is not at the
686 // generated code is located unless the code is generated at th
1263 bool& at(int i) { return map_->at(i); } function in class:v8::internal::BoyerMoorePositionInfo
1298 BoyerMoorePositionInfo* at(int i) { return bitmaps_->at(i); } function in class:v8::internal::BoyerMooreLookahead
[all...]

Completed in 1056 milliseconds

12345678910