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

1 2 3 4 56 7 8 91011>>

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Box.java 144 if (getBuffer(Type.Index) == null){
145 setBuffer(Type.Index, 3, BufferUtils.createShortBuffer(GEOMETRY_INDICES_DATA));
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 230 unsigned Index = 0;
235 Result[Index] = *I;
243 Result[Index] = JustLoad;
245 ++Index;
262 unsigned Index = 0;
267 Result[Index] = *I;
275 Result[Index] = JustStore;
277 ++Index;
441 /// index with a negative value.
446 // The alignment of the frame index can be determined from its offset fro
    [all...]
  /external/llvm/lib/TableGen/
TGLexer.cpp 85 int TGLexer::peekNextChar(int Index) {
86 return *(CurPtr + Index);
TGLexer.h 73 /// CurBuffer - This is the current buffer index we're lexing from as managed
113 int peekNextChar(int Index);
  /external/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.h 91 /// behave like any other frame index in the aligned stack frame. These
247 void setVarArgsFrameIndex(int Index) { VarArgsFrameIndex = Index; }
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 148 unsigned index = 0; local
151 output[index] = hex_rep[(*i & 0xF0) >> 4];
152 output[index + 1] = hex_rep[*i & 0xF];
153 index += 3;
277 uint64_t Index;
306 for (Index = Start; Index < End; Index += Size) {
309 if (DisAsm->getInstruction(Inst, Size, memoryObject, Index,
311 outs() << format("%8" PRIx64 ":\t", SectionAddr + Index);
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
LookaheadStream.cs 46 /** Absolute token index. It's the index of the symbol about to be
95 // if so, it's an opportunity to start filling at index 0 again
110 * p index is data.size()-1. p+need-1 is the data index 'need' elements
153 public virtual int Index {
161 _lastMarker = _p; // track where we are in buffer, not absolute token index
186 public virtual void Seek(int index) {
187 _p = index;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
LookaheadStream.cs 49 /** Absolute token index. It's the index of the symbol about to be
112 // if so, it's an opportunity to start filling at index 0 again
128 * p index is data.size()-1. p+need-1 is the data index 'need' elements
179 public virtual int Index
190 _lastMarker = _p; // track where we are in buffer, not absolute token index
221 public virtual void Seek( int index )
223 _p = index;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRHashMap.h 84 - (void)setptrBuffer:(ANTLRMapElement *)np Index:(int)idx;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRHashMap.h 84 - (void)setptrBuffer:(ANTLRMapElement *)np Index:(int)idx;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRHashMap.h 84 - (void)setptrBuffer:(ANTLRMapElement *)np Index:(int)idx;
  /external/clang/include/clang/Driver/
OptTable.h 72 /// The index of the first option which can be parsed (i.e., is not a
142 /// updating Index.
144 /// \param [in] [out] Index - The current parsing position in the argument
145 /// string list; on return this will be the index of the next argument
149 /// (in which case Index still points at the conceptual next argument string
151 Arg *ParseOneArg(const ArgList &Args, unsigned &Index) const;
164 /// \param MissingArgIndex - On error, the index of the option which could
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
WireBox.java 52 setBuffer(Type.Index, 2,
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseSvnProperty.pl 187 Index: Makefile.shared
196 expectedNextLine => "Index: Makefile.shared\n",
205 Index: Makefile.shared
215 expectedNextLine => "Index: Makefile.shared\r\n",
263 Index: Makefile.shared
272 expectedNextLine => "Index: Makefile.shared\n",
283 Index: Makefile.shared
293 expectedNextLine => "Index: Makefile.shared\r\n",
  /external/clang/test/CodeGenCXX/
temp-order.cpp 13 unsigned Product, Index;
15 TempTracker() : Product(1), Index(0) {}
30 TT.Product *= pow(P, ++TT.Index);
  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/
ModelConverter.java 84 VertexBuffer original = mesh.getBuffer(Type.Index);
131 if (mesh.getBuffer(Type.Index) != null){
132 // compress index buffer from UShort to UByte (if possible)
142 if (vb == null || vb.getBufferType() == Type.Index)
  /external/llvm/lib/Target/MBlaze/
MBlazeISelDAGToDAG.cpp 85 bool SelectAddrRegReg(SDValue N, SDValue &Base, SDValue &Index);
121 SelectAddrRegReg(SDValue N, SDValue &Base, SDValue &Index) {
137 Index = N.getOperand(1);
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 68 int Index;
156 void MakeSymbolReal(COFFSymbol &S, size_t Index);
293 /// @returns the index into the string table where the string is now located.
498 void WinCOFFObjectWriter::MakeSymbolReal(COFFSymbol &S, size_t Index) {
505 S.Index = Index;
746 coff_symbol->Index = -1;
753 assert(coff_symbol->Index != -1);
758 coff_symbol->Aux[0].Aux.WeakExternal.TagIndex = coff_symbol->Other->Index;
807 assert((*cr).Symb->Index != -1)
    [all...]
  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
GeometryBatchFactory.java 143 compsForBuf[Type.Index.ordinal()] = components;
150 formatForBuf[Type.Index.ordinal()] = Format.UnsignedInt;
152 formatForBuf[Type.Index.ordinal()] = Format.UnsignedShort;
162 if (i == Type.Index.ordinal()) {
192 if (Type.Index.ordinal() == bufType) {
230 int index = 0; local
240 //if( i == 0) System.out.println(index + " " +lodSize[i]);
242 index++;
250 //int index = 0;
259 //System.out.println("buffer: " + buffer.capacity() + " limit: " + lodSize[i] + " " + index);
    [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 172 /// getExpr - Return the Expr at the specified index.
173 Expr *getElement(unsigned Index) {
174 assert((Index < NumElements) && "Arg access out of range!");
175 return cast<Expr>(getElements()[Index]);
177 const Expr *getElement(unsigned Index) const {
178 assert((Index < NumElements) && "Arg access out of range!");
179 return cast<Expr>(getElements()[Index]);
300 ObjCDictionaryElement getKeyValueElement(unsigned Index) const {
301 assert((Index < NumElements) && "Arg access out of range!");
302 const KeyValuePair &KV = getKeyValues()[Index];
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
LegalizeTypes.cpp     [all...]
  /external/clang/include/clang/Analysis/
AnalysisContext.h 263 // The index of the callsite in the CFGBlock.
264 unsigned Index;
271 Block(blk), Index(idx) {}
280 unsigned getIndex() const { return Index; }
  /external/llvm/include/llvm/ADT/
StringRef.h 190 char operator[](size_t Index) const {
191 assert(Index < Length && "Invalid index!");
192 return Data[Index];
225 /// \return - The index of the first occurrence of \arg C, or npos if not
236 /// \return - The index of the first occurrence of \arg Str, or npos if not
242 /// \return - The index of the last occurrence of \arg C, or npos if not
257 /// \return - The index of the last occurrence of \arg Str, or npos if not
371 /// \param Start - The index of the starting character in the substring; if
372 /// the index is npos or greater than the length of the string then th
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimStringStream.cs 55 /** <summary>0..n-1 index into string of next char</summary> */
62 /** <summary>The index of the character relative to the beginning of the line 0..n-1</summary> */
73 * A null is kept @ index 0. Create upon first call to mark().
115 * Return the current input symbol index 0..n where n indicates the
116 * last symbol has been read. The index is the index of char to
120 public int Index
302 * consume() ahead until p==index; can't just set p=index as we must
306 public void Seek( int index )
    [all...]

Completed in 1372 milliseconds

1 2 3 4 56 7 8 91011>>