Searched defs:at (Results 151 - 175 of 187) sorted by relevance

12345678

/external/llvm/lib/Transforms/Instrumentation/
H A DPathProfiling.cpp15 // path number register will equal the path number of the path taken at the
333 // If this edge is a critical edge, then inserts a node at this edge.
1098 << sourceNode->getName() << " (at end)\n");
1108 << targetNode->getName() << " (at beginning)\n");
1317 StructType* at = ftEntryTypeBuilder::get(*Context); local
1319 (ConstantStruct*)ConstantStruct::get(at, entryArray);
1399 // If this edge is a critical edge, then inserts a node at this edge.
/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/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/valgrind/main/VEX/
H A Dtest_main.c16 License, or (at your option) any later version.
481 License, or (at your option) any later version.
1248 IRAtom* at; local
1251 at = mkPCastTo(mce, Ity_I32, va1);
1252 at = mkUifU(mce, Ity_I32, at, mkPCastTo(mce, Ity_I32, va2));
1253 at = mkPCastTo(mce, finalVty, at);
1254 return at;
1355 static IRAtom* mkPCast8x16 ( MCEnv* mce, IRAtom* at )
1415 IRAtom* at; local
1426 IRAtom* at; local
1435 IRAtom* at; local
1448 IRAtom* at; local
1461 IRAtom* at; local
1472 IRAtom* at; local
1481 IRAtom* at; local
1494 IRAtom* at; local
1557 IRAtom* at; local
1566 IRAtom* at; local
1575 IRAtom* at; local
1584 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/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
2364 * we may see unexpected offset shift at the
2448 (timecnt == 1 && attypes[0].at < min_tim
[all...]
/external/chromium_org/v8/src/
H A Dgdb-jit.cc89 Slot<T> at(int i) { function in class:v8::internal::BASE_EMBEDDED::Slot
617 sections_[section]->PopulateHeader(headers.at(section));
618 sections_[section]->WriteBody(headers.at(section), w);
694 // Set to EM_ARM, defined as 40, in "ARM ELF File Format" at
726 sections_[i]->PopulateHeader(headers.at(i), strtab);
742 sections_[i]->WriteBody(headers.at(i), w);
878 symbols.at(0).set(ELFSymbol::SerializedLayout(0,
884 WriteSymbolsList(&locals_, symbols.at(1), strtab);
885 WriteSymbolsList(&globals_, symbols.at(locals_.length() + 1), strtab);
913 src->at(
[all...]
H A Dheap-snapshot-generator.cc316 return entries_by_id->at(index);
405 // is a tracked object at that address. In this case we should remove the
411 entries_.at(to_entry_info_index).addr = NULL;
419 // value in addr field. It is bad because later at RemoveDeadEntries
424 entries_.at(to_entry_info_index).addr = NULL;
428 entries_.at(from_entry_info_index).addr = to;
439 EntryInfo& entry_info = entries_.at(entry_index);
453 EntryInfo& entry_info = entries_.at(entry_index);
533 entries_.at(0).id == 0 &&
534 entries_.at(
1846 Handle<JSGlobalObject>& at(int i) { return objects_[i]; } function in class:v8::internal::GlobalObjectsEnumerator
[all...]
H A Djsregexp.h234 // and the total executable memory at any point.
558 // If set to true, there is no way this quick check can match at all.
559 // E.g., if it requires to be at the start of the input, and isn't.
575 // Generates a goto to this node or actually generates the code at this point.
577 // How many characters must this node consume at a minimum in order to
578 // succeed. If we have found at least 'still_to_find' characters that
581 // used to indicate that we know we are not at the start of the input. In
615 // the number of nodes we are willing to look at in order to create this data.
648 // If non-generic code is generated for a node (i.e. the node is not at the
679 // generated code is located unless the code is generated at th
1235 bool& at(int i) { return map_->at(i); } function in class:v8::internal::BoyerMoorePositionInfo
1270 BoyerMoorePositionInfo* at(int i) { return bitmaps_->at(i); } function in class:v8::internal::BoyerMooreLookahead
[all...]
H A Dast.h289 if (at(i).is_identical_to(map)) return;
298 Handle<Map> at(int i) const { function in class:v8::internal::SmallMapList
299 return Handle<Map>(list_.at(i));
302 Handle<Map> first() const { return at(0); }
303 Handle<Map> last() const { return at(length() - 1); }
376 return types->at(0);
414 // if it is != NULL, guaranteed to contain at least one entry.
1462 // for minimizing the work when constructing it at runtime.
1543 // for minimizing the work when constructing it at runtime.
H A Djsregexp.cc139 // at a time, which is not always enough to pay for the extra logic.
157 // We declare a regexp low-alphabet if it has at least 3 times as many
414 // If we had a compilation error the last time this is saved at the
755 ASSERT(registers_per_match_ >= 2); // Each match has at least one capture.
838 // if input string matches at current position
849 // at the point where they are needed by a recursive call to Emit(). If
863 // A choice node looks at the following character and eliminates some of
931 text->AddElement(elements()->at(i), zone);
1456 // Now that we have unwound the stack we find at the top of the stack the
1843 ASSERT_EQ(ranges->at(
3596 AlternativeGeneration* at(int i) { function in class:v8::internal::AlternativeGenerationList
[all...]
H A Dobjects.h1742 // Returns the field at offset in obj, as a read/write Object* reference.
1789 // as above, for the single element at "offset"
2121 // Collects elements starting at index 0.
2352 // represented in a FixedDoubleArray and has at least one value that can only
2464 // Fill in details for properties into storage starting at the specified
2602 // Access fast-case object properties at index.
3152 // Accessors for fetching instance descriptor at descriptor number.
3181 // to add descriptors in bulk at the end, followed by sorting the descriptor
3451 // Returns the key at entry.
3498 // Find the entry at whic
5370 int at(int i) { return start_indexes_[i]; } function in class:v8::internal::DependentCode::GroupStartIndexes
[all...]
/external/icu4c/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
2370 * we may see unexpected offset shift at the
2454 (timecnt == 1 && attypes[0].at < min_tim
[all...]
/external/v8/src/
H A Dgdb-jit.cc87 Slot<T> at(int i) { function in class:v8::internal::BASE_EMBEDDED::Slot
615 sections_[section]->PopulateHeader(headers.at(section));
616 sections_[section]->WriteBody(headers.at(section), w);
692 // Set to EM_ARM, defined as 40, in "ARM ELF File Format" at
724 sections_[i]->PopulateHeader(headers.at(i), strtab);
740 sections_[i]->WriteBody(headers.at(i), w);
875 symbols.at(0).set(ELFSymbol::SerializedLayout(0,
881 WriteSymbolsList(&locals_, symbols.at(1), strtab);
882 WriteSymbolsList(&globals_, symbols.at(locals_.length() + 1), strtab);
910 src->at(
[all...]
H A Dast.h281 Handle<Map> at(int i) const { function in class:v8::internal::SmallMapList
282 return Handle<Map>(list_.at(i));
285 Handle<Map> first() const { return at(0); }
286 Handle<Map> last() const { return at(length() - 1); }
354 return types->at(0);
379 // if it is != NULL, guaranteed to contain at least one entry.
1301 // for minimizing the work when constructing it at runtime.
1425 // for minimizing the work when constructing it at runtime.
H A Djsregexp.cc324 // If we had a compilation error the last time this is saved at the
655 // if input string matches at current position
666 // at the point where they are needed by a recursive call to Emit(). If
680 // A choice node looks at the following character and eliminates some of
748 text->AddElement(elements()->at(i));
1213 // Now that we have unwound the stack we find at the top of the stack the
1561 CharacterRange& range = ranges->at(last_valid_range);
1582 ranges->at(0).IsEverything(max_char)) {
1601 CharacterRange& range = ranges->at(i);
1624 CharacterRange& range = ranges->at(last_valid_rang
2784 AlternativeGeneration* at(int i) { function in class:v8::internal::AlternativeGenerationList
[all...]
H A Dprofile-generator.cc390 return node->children()->at(child_idx_);
669 return unabridged_list->at(index);
672 if (list->at(index) == NULL) {
674 unabridged_list->at(index)->FilteredClone(security_token_id);
676 return list->at(index);
764 if (list->at(i) == NULL) {
765 (*list)[i] = unabridged_list->at(i)->FilteredClone(security_token_id);
1261 SnapshotObjectId mid_id = entries_by_id->at(mid)->id();
1267 return entries_by_id->at(mid);
1344 // We can have an entry at th
2590 Handle<JSGlobalObject>& at(int i) { return objects_[i]; } function in class:v8::internal::GlobalObjectsEnumerator
[all...]
/external/valgrind/main/memcheck/
H A Dmc_translate.c17 License, or (at your option) any later version.
176 type of each tmp. If you want to know the type, look at the
177 relevant entry in sb->tyenv. It follows that at all times
185 "typeOfIRExpr(mce->bb->tyenv, ...)" at various places in the
439 the type merely by inspecting 'e'. So at least use that fact to
1443 IRAtom* at; local
1456 at = mkUifU(mce, Ity_I64, va1, va2);
1457 at = mkPCastTo(mce, Ity_I64, at);
1458 return at;
1492 IRAtom* at; local
1589 IRAtom* at; local
1943 IRAtom* at; local
1954 IRAtom* at; local
1963 IRAtom* at; local
1976 IRAtom* at; local
1989 IRAtom* at; local
2000 IRAtom* at; local
2009 IRAtom* at; local
2022 IRAtom* at; local
2035 IRAtom* at; local
2046 IRAtom* at; local
2057 IRAtom* at; local
2068 IRAtom* at; local
2079 IRAtom* at; local
2090 IRAtom* at; local
2297 IRAtom* at; local
2306 IRAtom* at; local
2315 IRAtom* at; local
2324 IRAtom* at; local
2335 IRAtom* at; local
2344 IRAtom* at; local
2353 IRAtom* at; local
2362 IRAtom* at; local
2373 IRAtom* at; local
2382 IRAtom* at; local
3147 IRAtom* at; local
3157 IRAtom* at; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/include/clang/AST/
H A DType.h606 /// added "const" at a different level.
616 /// added "restrict" at a different level.
626 /// added "volatile" at a different level.
636 /// qualifiers at a different level.
807 /// \brief Determine whether this type is at least as qualified as the other
1404 /// ellipsis operator at some point. For example, the typedef in the
2406 /// until template instantiation occurs, at which point this will
3017 /// parameter pack at the end.
3569 /// at the current pack substitution index.
4760 /// isAtLeastAsQualifiedAs - Determine whether this type is at las
5152 ArrayType_cannot_be_used_with_getAs<T> at; local
5183 ArrayType_cannot_be_used_with_getAs<T> at; local
[all...]
/external/clang/lib/AST/
H A DASTContext.cpp200 // Let's look at the previous comment.
669 case TargetCXXABI::GenericAArch64: // Same as Itanium at this level
1298 // Walk through any array types while we're at it.
2443 const AtomicType *at = cast<AtomicType>(ty); local
2444 result = getAtomicType(getVariableArrayDecayedType(at->getValueType()));
2539 // initializer. We do no canonicalization here at all, which is okay
2844 // them for three variable size arrays at the end:
3864 /// or pointer-to-member types, or if they are not similar at this
3868 /// pointer-to-member types to compare them at each level.
4695 // Make all integer and enum types at leas
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c13 ** the "sqlite3.h" header file at hand, you will find a copy embedded within
149 ** at all times.
221 ** Earlier versions of SQLite allowed the user to change this value at
266 ** This value can be lowered (or raised) at run-time using that the
285 ** fire any triggers. A value of 0 means that no trigger programs at all
362 ** database connection at the same time.
379 ** be overridden at runtime using the sqlite3_config() API.
421 ** implemented on some systems. So we avoid defining it at all
458 ** is significant and used at least once. On switch statements
501 ** or "ductile" rather than being "brittle" and crashing at th
62797 } at; member in union:vdbeExecUnion
[all...]

Completed in 872 milliseconds

12345678