HomeSort by relevance Sort by last modified time
    Searched refs:Index (Results 101 - 125 of 382) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/tools/macho-dump/
macho-dump.cpp 69 static int DumpSectionData(MachOObject &Obj, unsigned Index, StringRef Name,
76 outs() << " # Section " << Index << "\n";
201 unsigned Index, uint32_t StringIndex,
204 outs() << " # Symbol " << Index << "\n";
306 << format("0x%x", ISTE->Index) << "),),\n";
336 static int DumpLoadCommand(MachOObject &Obj, unsigned Index) {
337 const MachOObject::LoadCommandInfo &LCI = Obj.getLoadCommandInfo(Index);
340 outs() << " # Load Command " << Index << "\n"
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListMap.java 55 * <a href="{@docRoot}/../technotes/guides/collections/index.html">
69 * list in which the index levels are represented in separate
74 * for the heavily-traversed index lists than can be used for the
76 * possible list with 2 levels of index:
78 * Head nodes Index nodes
195 * Index levels are maintained as lists with volatile next fields,
196 * using CAS to link and unlink. Races are allowed in index-list
197 * operations that can (rarely) fail to link in a new index node
199 * However, even when this happens, the index lists remain sorted,
207 * The fact that retries (for both base and index lists) ar
    [all...]
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 477 /// \brief Retrieve the depth and index of a parameter pack.
505 // Compute the depth and index for this parameter pack.
506 unsigned Depth = 0, Index = 0;
513 Index = TTP->getIndex();
520 llvm::tie(Depth, Index) = getDepthAndIndex(ND);
544 // If we don't have a template argument at this depth/index, then we
548 !TemplateArgs.hasTemplateArgument(Depth, Index)) {
554 NewPackSize = TemplateArgs(Depth, Index).pack_size();
566 if (PartialDepth == Depth && PartialIndex == Index)
607 // Compute the depth and index for this parameter pack
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
Lexer.cs 114 state.tokenStartCharIndex = input.Index;
119 IToken eof = new CommonToken((ICharStream)input, CharStreamConstants.EndOfFile, TokenChannels.Default, input.Index, input.Index);
258 /** <summary>What is the index of the current character of lookahead?</summary> */
261 return input.Index;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Lexer.cs 134 state.tokenStartCharIndex = input.Index;
140 IToken eof = new CommonToken((ICharStream)input, CharStreamConstants.EndOfFile, TokenChannels.Default, input.Index, input.Index);
311 /** <summary>What is the index of the current character of lookahead?</summary> */
316 return input.Index;
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
Grid.java 97 setBuffer(Type.Index, 2, sib);
WireFrustum.java 48 setBuffer(Type.Index, 2,
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Curve.java 137 this.setBuffer(VertexBuffer.Type.Index, 2, indices);//(spline.getControlPoints().size() - 1) * nbSubSegments * 2
189 this.setBuffer(VertexBuffer.Type.Index, 2, indices);
226 this.setBuffer(VertexBuffer.Type.Index, 2, indices);
259 this.setBuffer(VertexBuffer.Type.Index, 2, indices);
  /external/jmonkeyengine/engine/src/test/jme3test/collision/
TestRayCasting.java 69 q.setBuffer(Type.Index, 3, new int[]{ 0, 1, 2 });
  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
TriangleCollector.java 130 out.setBuffer(Type.Index, 3, ib);
136 if (vb.getBufferType() == Type.Index)
196 if (vb.getBufferType() == Type.Index)
211 // write the indices onto the output index buffer
224 if (vb.getBufferType() == Type.Index)
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseDiffWithMockFiles.pl 32 index 0000000..756e864
40 index 756e864..04d2ae1 100644
47 Index: Makefile
48 index 756e864..04d2ae1 100644
55 Index: Makefile
57 index 0000000..756e864
64 Index: Makefile
72 Index: Makefile
  /external/clang/include/clang/Sema/
Initialization.h 121 /// EK_ComplexElement, the index of the array or vector element being
123 unsigned Index;
158 InitializedEntity(ASTContext &Context, unsigned Index,
263 unsigned Index,
265 return InitializedEntity(Context, Index, Parent);
340 /// element, sets the element index.
341 void setElementIndex(unsigned Index) {
344 this->Index = Index;
    [all...]
  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 201 // Warning associated with the diagnostic. This is stored as an index into
342 // Diagnostic name index generation
371 std::vector<RecordIndexElement> Index;
372 Index.reserve(Diags.size());
375 Index.push_back(RecordIndexElement(R));
378 std::sort(Index.begin(), Index.end(), RecordIndexElementSorter());
380 for (unsigned i = 0, e = Index.size(); i != e; ++i) {
381 const RecordIndexElement &R = Index[i];
ClangSACheckersEmitter.cpp 77 unsigned Index;
206 // Group index
234 // Group index
248 unsigned index = 0; local
251 I->second.Index = index++;
264 OS << "static const short CheckerArray" << I->second.Index << "[] = { ";
279 OS << "static const short SubPackageArray" << I->second.Index << "[] = { ";
288 OS << recordGroupMap[I->second]->Index << ", ";
306 OS << "CheckerArray" << I->second.Index << ", ";
    [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 112 // This holds the symbol table index of the last local symbol.
114 // This holds the .strtab section index.
116 // This holds the .symtab section index.
447 uint16_t Index = (shndx >= ELF::SHN_LORESERVE && !Reserved) ?
454 String16(*SymtabF, Index); // st_shndx
463 String16(*SymtabF, Index); // st_shndx
575 // The string table must be emitted first because we need the index
696 int Index = 0;
723 Index = F->getParent()->getOrdinal() + 1;
732 Index = -1
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 244 SDValue &Index);
248 SDValue &Index);
260 SDValue &Index);
312 \arg Index The base address index
316 SDValue &Index) {
326 Index = Zero;
349 Index = Zero;
357 Index = Zero;
382 \arg Index Base address inde
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 135 function GetItem(Index: Integer): T;
136 procedure SetItem(Index: Integer; const Value: T);
148 procedure Insert(Index: Integer; const Value: T);
150 procedure InsertRange(Index: Integer; const Values: array of T); overload;
151 procedure InsertRange(Index: Integer; const Collection: IEnumerable<T>); overload;
152 procedure InsertRange(Index: Integer; const Collection: TEnumerable<T>); overload;
153 procedure InsertRange(Index: Integer; const List: IList<T>); overload;
156 procedure Delete(Index: Integer);
170 function BinarySearch(const Item: T; out Index: Integer): Boolean; overload;
171 function BinarySearch(const Item: T; out Index: Integer; const AComparer: IComparer<T>): Boolean; overload
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_index.cc 20 // represents a set of terms (as an interator into the Index) matching the
24 std::list<Index::const_iterator> terms;
161 Index::const_iterator i = index_.lower_bound(term);
179 // index adding all entries that start with term to matches.
189 // Prefix match and not the first term. Loop through index combining
203 void BookmarkIndex::CombineMatchesInPlace(const Index::const_iterator& index_i,
221 void BookmarkIndex::CombineMatches(const Index::const_iterator& index_i,
262 Index::iterator i = index_.find(term);
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 269 virtual PreprocessedEntity *ReadPreprocessedEntity(unsigned Index) = 0;
277 /// entity with index \arg Index came from file \arg FID.
278 virtual llvm::Optional<bool> isPreprocessedEntityInFileID(unsigned Index,
351 PPEntityID getPPEntityID(unsigned Index, bool isLoaded) const {
352 return isLoaded ? PPEntityID(Index) - LoadedPreprocessedEntities.size()
353 : Index;
365 /// \brief Retrieve the loaded preprocessed entity at the given index.
366 PreprocessedEntity *getLoadedPreprocessedEntity(unsigned Index);
383 /// \returns The index into the set of loaded preprocessed entities, whic
    [all...]
  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 158 // -c-index-test gets a CXTranslationUnit
164 // -c-index-test wants to check whether an error occurred after performing
207 CXDiagnostic clang_getDiagnostic(CXTranslationUnit Unit, unsigned Index) {
213 if (Index >= Diags->getNumDiagnostics())
216 return Diags->getDiagnostic(Index);
437 unsigned Index) {
439 if (Index < D->getNumDiagnostics())
440 return D->getDiagnostic(Index);
  /external/libvpx/vp8/common/x86/
boolcoder.cxx 37 assert( ebits + mbits < sizeof(Index) * 8);
60 cdouble p = ( *this)( (Index) i);
153 return (Index) ( (e << mbits) + (m & mmask));
177 return (Index) i;
180 double bool_coder_spec::operator()( Index i) const {
184 return 1. - ( *this)( (Index) (max_index - i));
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseRecognizer.h 174 - (void)traceIn:(NSString *)ruleName Index:(NSInteger)ruleIndex Object:(id)inputSymbol;
175 - (void)traceOut:(NSString *)ruleName Index:(NSInteger)ruleIndex Object:(id)inputSymbol;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseRecognizer.h 174 - (void)traceIn:(NSString *)ruleName Index:(NSInteger)ruleIndex Object:(id)inputSymbol;
175 - (void)traceOut:(NSString *)ruleName Index:(NSInteger)ruleIndex Object:(id)inputSymbol;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseRecognizer.h 174 - (void)traceIn:(NSString *)ruleName Index:(NSInteger)ruleIndex Object:(id)inputSymbol;
175 - (void)traceOut:(NSString *)ruleName Index:(NSInteger)ruleIndex Object:(id)inputSymbol;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseRecognizer.h 166 - (void)traceIn:(NSString *)ruleName Index:(NSInteger)ruleIndex Object:(id)inputSymbol;
167 - (void)traceOut:(NSString *)ruleName Index:(NSInteger)ruleIndex Object:(id)inputSymbol;

Completed in 7202 milliseconds

1 2 3 45 6 7 8 91011>>