/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_sample.c | 649 * (adjacent) mipmap level indexes, and fix up float lod part accordingly. 736 LLVMValueRef indexes[2], data_ptr; local 738 indexes[0] = lp_build_const_int32(bld->gallivm, 0); 739 indexes[1] = level; 740 data_ptr = LLVMBuildGEP(builder, bld->data_array, indexes, 2, ""); 782 LLVMValueRef indexes[2], stride; local 783 indexes[0] = lp_build_const_int32(bld->gallivm, 0); 784 indexes[1] = level; 785 stride = LLVMBuildGEP(builder, stride_array, indexes, 2, ""); 794 * of the source levels from the level indexes. This helper functio [all...] |
/external/chromium_org/third_party/icu/source/common/ |
ucnv_io.c | 49 * This binary form contains several tables. All indexes are to uint16_t 61 * 1) This section contains a list of converters. This list contains indexes 66 * 2) This section contains a list of tags. This list contains indexes 72 * list contains indexes into the string table for the alias name. The 81 * indexes into the 1st section. The index of this list is the same index in 88 * 5) This section contains a 2D array with indexes to the 6th section. This 95 * and is followed by indexes to alias names in the string table. This is 106 * faster on even address boundaries. Second, since all indexes are 16-bit [all...] |
/external/icu4c/common/ |
ucnv_io.cpp | 49 * This binary form contains several tables. All indexes are to uint16_t 61 * 1) This section contains a list of converters. This list contains indexes 66 * 2) This section contains a list of tags. This list contains indexes 72 * list contains indexes into the string table for the alias name. The 81 * indexes into the 1st section. The index of this list is the same index in 88 * 5) This section contains a 2D array with indexes to the 6th section. This 95 * and is followed by indexes to alias names in the string table. This is 106 * faster on even address boundaries. Second, since all indexes are 16-bit [all...] |
/external/chromium_org/third_party/jsoncpp/overrides/include/json/ |
value.h | 854 virtual void reallocateArrayPageIndex( Value **&indexes, 861 void *newIndexes = realloc( indexes, sizeof(Value*) * newIndexCount ); 865 indexes = static_cast<Value **>( newIndexes ); 867 virtual void releaseArrayPageIndex( Value **indexes, 870 if ( indexes ) 871 free( indexes ); 896 * \param indexes [input] pointer on the current index. May be \c NULL. 905 virtual void reallocateArrayPageIndex( Value **&indexes, 908 virtual void releaseArrayPageIndex( Value **indexes, [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/ |
ITreeAdaptor`1.cs | 137 * as the setting of start/stop indexes relies on a single non-nil root 143 * unless there is only one ID. For a list, the start/stop indexes 254 * That node would contain the start/stop indexes then.
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
OpMap.java | 117 * operations codes and indexes into the m_tokenQueue. 125 * operations codes and indexes into the m_tokenQueue. 136 // Position indexes
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/ |
ribbon.js | 157 var indexes = this.selectionModel_.selectedIndexes; 158 if (indexes.length == 0) 160 var selectedIndex = indexes[0];
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_database.cc | 173 DCHECK(object_store.indexes.find(index.id) == object_store.indexes.end()); 174 object_store.indexes[index.id] = index; 188 DCHECK(object_store.indexes.find(index_id) != object_store.indexes.end()); 189 object_store.indexes.erase(index_id); 238 if (!Contains(object_store_metadata.indexes, index_id)) { 253 !Contains(object_store_metadata.indexes, index_id)) { 267 if (Contains(object_store_metadata.indexes, index_id)) { 425 metadata_.object_stores[object_store_id].indexes[index_id] [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/ |
svga_dump.py | 217 indexes = 'ijklmn' 224 print ' unsigned ' + ', '.join(indexes[:len(body)]) + ';' 229 idx = indexes[i]
|
/external/chromium_org/third_party/sqlite/src/test/ |
e_vacuum.test | 120 # e_vacuum-1.2.2 - Verify that t1 and its indexes are now quite fragmented. 122 # e_vacuum-1.2.4 - Verify that t1 and its indexes are now much 140 # In practice, the tables and indexes each end up stored as two fragments -
|
/external/llvm/utils/Misc/ |
zkill | 87 indexes = [] 90 indexes.append(header.index(field[0])) 107 for field,idx in zip(kExpectedPSFields, indexes):
|
/external/mesa3d/src/gallium/drivers/svga/svgadump/ |
svga_dump.py | 217 indexes = 'ijklmn' 224 print ' unsigned ' + ', '.join(indexes[:len(body)]) + ';' 229 idx = indexes[i]
|
/external/llvm/lib/CodeGen/ |
MachineVerifier.cpp | 196 SlotIndexes *Indexes; 296 Indexes = NULL; 303 Indexes = PASS->getAnalysisIfAvailable<SlotIndexes>(); 378 MF->print(*OS, Indexes); 390 if (Indexes) 391 *OS << " [" << Indexes->getMBBStartIdx(MBB) 392 << ';' << Indexes->getMBBEndIdx(MBB) << ')'; 400 if (Indexes && Indexes->hasIndex(MI)) 401 *OS << Indexes->getInstructionIndex(MI) << '\t' [all...] |
/art/test/020-string/src/ |
Main.java | 65 System.out.println("Indexes are: " +
|
/dalvik/tests/020-string/src/ |
Main.java | 65 System.out.println("Indexes are: " +
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3basetree.c | 354 ANTLR3_FPRINTF(stderr, "replaceChildren call: Indexes are invalid; no children in list for %s", parent->getText(parent)->chars); 457 /// Set the parent and child indexes for all children of the 466 /// Set the parent and child indexes for some of the children of the 477 // Loop from the supplied index and set the indexes and parent
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
ClassicToken.cs | 39 * has indexes into a char stream and hence cannot be used to introduce
|
UnbufferedTokenStream.cs | 89 throw new NotSupportedException("Absolute token indexes are meaningless in an unbuffered stream");
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
BaseTree.cs | 94 /** <summary>BaseTree doesn't track child indexes.</summary> */ 252 // walk rest and decrement their child indexes 280 throw new ArgumentException("indexes invalid; no children in list"); 369 throw new InvalidOperationException("child indexes don't match; expected " + i + " found " + this.ChildIndex);
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
ClassicToken.cs | 40 * has indexes into a char stream and hence cannot be used to introduce
|
UnbufferedTokenStream.cs | 154 throw new NotSupportedException("Absolute token indexes are meaningless in an unbuffered stream");
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
BaseTree.cs | 111 /** <summary>BaseTree doesn't track child indexes.</summary> */ 301 // walk rest and decrement their child indexes 331 throw new ArgumentException( "indexes invalid; no children in list" ); 444 throw new InvalidOperationException( "child indexes don't match; expected " + i + " found " + this.ChildIndex );
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
ClassicToken.java | 34 * has indexes into a char stream and hence cannot be used to introduce
|
UnbufferedTokenStream.java | 78 throw new UnsupportedOperationException("Absolute token indexes are meaningless in an unbuffered stream");
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
CommonToken.js | 61 * that start/stop indexes are not valid. It means that that input
|