/external/eigen/Eigen/src/SparseCore/ |
CompressedStorage.h | 18 * Stores a sparse set of values as a list of values and a list of indices. 111 static CompressedStorage Map(Index* indices, Scalar* values, size_t size) 114 res.m_indices = indices;
|
/external/harfbuzz_ng/src/ |
hb-icu-le.cc | 170 ALLOCATE_ARRAY (le_int32, indices, glyph_count); 174 le_getCharIndices (le, indices, &status); 190 info[j].cluster = clusters[indices[i]];
|
/external/icu4c/layout/ |
ArabicLayoutEngine.cpp | 64 // Output: characters, char indices, tags 143 // "glyphs", "indices" -> glyphs, indices
|
IndicLayoutEngine.h | 131 * Note that in the case of "canned" GSUB tables, the output glyph indices may be 132 * "fake" glyph indices that need to be converted to "real" glyph indices by the
|
/external/llvm/include/llvm/Analysis/ |
ConstantFolding.h | 70 /// instruction with the specified operands and indices. The constant result is 86 /// indices (with an *implied* zero pointer index that is not in the list), 90 ArrayRef<Constant*> Indices);
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zExtract.cpp | 46 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
77 // UInt32 fileIndex = allFilesMode ? indexIndex : indices[indexIndex];
78 UInt32 ref2Index = allFilesMode ? ii : indices[ii];
|
/external/lzma/CS/7zip/Common/ |
CommandLineParser.cs | 217 string commandString, ArrayList indices)
219 indices.Clear();
242 indices.Add(currentIndex);
|
/external/mesa3d/src/gallium/docs/source/ |
distro.rst | 156 Indices 159 Indices provides tools for translating or generating element indices for
|
/external/regex-re2/re2/ |
prefilter_tree.h | 46 // Given the indices of the atoms that matched, returns the indexes 68 // When this node is ready to trigger the parent, what are the indices 112 // indices of regexps that always pass through the filter (since we
|
/external/skia/src/core/ |
SkTileGrid.h | 96 * \param tileIndices per-tile data indices, indices are incremented for tiles that contain 123 // Increment indices past the next datum
|
/external/skia/src/gpu/ |
GrInOrderDrawBuffer.h | 43 * @param indexPool pool where indices for queued draws will be saved when 147 void** indices) SK_OVERRIDE; 233 // caller may conservatively over reserve vertices / indices.
|
GrDefaultPathRenderer.cpp | 179 uint16_t** indices) { 184 *((*indices)++) = fanCenterIdx; 186 *((*indices)++) = edgeV0Idx; 187 *((*indices)++) = edgeV0Idx + 1; 240 uint16_t* idxBase = reinterpret_cast<uint16_t*>(arg->indices());
|
/external/v8/test/mjsunit/ |
string-indexof-1.js | 117 var indices = [0x5, 0x65, 0x85, 0x105, 0x205, 0x285, 0x2005, 0x2085, 0xfff0]; variable 120 for (var i = 0; i < indices.length; i++) { 121 var index = indices[i];
|
/frameworks/base/core/jni/android/graphics/ |
Canvas.cpp | 586 indices [ptCount * sizeof(uint16_t)] 592 storageSize += indexCount * sizeof(uint16_t); // indices[] 597 uint16_t* indices; local 600 indices = (uint16_t*)(texs + ptCount); 603 indices = (uint16_t*)(verts + ptCount); 614 // cons up texture coordinates and indices 640 // cons up indices 642 uint16_t* indexPtr = indices; 660 SkASSERT(indexPtr - indices == indexCount); 664 // double-check that we have legal indices 732 const uint16_t* indices = NULL; local [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/ |
GlyphPageTreeNodeWin.cpp | 64 WTF_LOG_ERROR("Unable to get the glyph indices after second attempt"); 124 // tells WebKit whether or not the all glyph indices for the given 166 // Hard code the glyph indices for characters that should be 192 // characters, we must use Uniscribe to tell us the glyph indices. 202 // the glyph indices back out that correspond to the correct input characters,
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
containers.py | 154 """Retrieves the subset of items from between the specified indices.""" 158 """Sets the subset of items from between the specified indices.""" 172 """Deletes the subset of items from between the specified indices.""" 249 """Retrieves the subset of items from between the specified indices.""" 258 """Deletes the subset of items from between the specified indices."""
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrDefaultPathRenderer.cpp | 179 uint16_t** indices) { 184 *((*indices)++) = fanCenterIdx; 186 *((*indices)++) = edgeV0Idx; 187 *((*indices)++) = edgeV0Idx + 1; 240 uint16_t* idxBase = reinterpret_cast<uint16_t*>(arg->indices());
|
/external/chromium_org/third_party/sqlite/src/test/ |
e_reindex.test | 42 # recreate indices from scratch. 158 # collation-sequence or database object identifier, then all indices in 171 # collation-sequence name, then all indices in all attached databases 191 # identifies a specific database table, then all indices attached to the 266 # name, SQLite interprets this as a request to rebuild the indices that
|
/external/protobuf/python/google/protobuf/internal/ |
containers.py | 143 """Retrieves the subset of items from between the specified indices.""" 147 """Sets the subset of items from between the specified indices.""" 161 """Deletes the subset of items from between the specified indices.""" 224 """Retrieves the subset of items from between the specified indices.""" 233 """Deletes the subset of items from between the specified indices."""
|
/frameworks/base/core/tests/coretests/src/android/text/ |
DynamicLayoutBlocksTest.java | 39 private void defineInitialState(int[] ends, int[] indices) { 41 initialBlockIndices = indices; 69 private void assertState(int[] sizes, int[] indices) { 73 assertEquals(indices.length, dl.getNumberOfBlocks()); 82 assertEquals(indices[i], dl.getBlockIndices()[i]);
|
/packages/apps/Settings/src/com/android/settings/ |
DisplaySettings.java | 195 String[] indices = getResources().getStringArray(R.array.entryvalues_font_size); local 196 float lastVal = Float.parseFloat(indices[0]); 197 for (int i=1; i<indices.length; i++) { 198 float thisVal = Float.parseFloat(indices[i]); 204 return indices.length-1;
|
/external/svox/pico/lib/ |
picocep.c | 202 /*---------------------- indices --------------------------------------*/ 203 /* index buffer to hold indices as input for smoothing */ 207 picoos_uint16 activeEndPos; /* end position of indices to be considered */ 255 picoos_uint16 *indices, picoos_uint16 b, picoos_uint16 N, 258 static void getDirect(picokpdf_PdfMUL pdf, picoos_uint16 *indices, 262 static void getVoiced(picokpdf_PdfMUL pdf, picoos_uint16 *indices, 308 /* indices* */ [all...] |
/external/chromium_org/third_party/opus/src/silk/float/ |
noise_shape_analysis_FLP.c | 164 if( psEnc->sCmn.indices.signalType == TYPE_VOICED ) { 176 if( psEnc->sCmn.indices.signalType == TYPE_VOICED ) { 178 psEnc->sCmn.indices.quantOffsetType = 0; 199 psEnc->sCmn.indices.quantOffsetType = 0; 201 psEnc->sCmn.indices.quantOffsetType = 1; 310 if( psEnc->sCmn.indices.signalType == TYPE_VOICED ) { 340 if( USE_HARM_SHAPING && psEnc->sCmn.indices.signalType == TYPE_VOICED ) {
|
/external/chromium_org/third_party/sqlite/src/src/ |
insert.c | 130 ** Return non-zero if the table pTab in database iDb or any of its indices 351 ** open write cursor to <table> and its indices 364 ** schemas, including all the same indices, then a special optimization 396 ** B: open write cursor to <table> and its indices 426 ** M: open write cursor to <table> and its indices 447 Index *pIdx; /* For looping over indices of the table */ 548 ** very fast and which reduce fragmentation of indices. 702 ** remember the column indices. 753 /* If this is not a view, open the table and and all indices */ [all...] |
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
encode_lpc_swb.c | 242 * -idx : pointer to quantization indices. 304 * Get the quantized value of uncorrelated LARs given the quantization indices. 307 * -idx : pointer to quantiztion indices. 346 // Dequantize given the quantization indices 600 * -idx : quantization indices 633 * Get the quantized values given the quantization indices. 636 * -idx : pointer to quantization indices.
|