HomeSort by relevance Sort by last modified time
    Searched full:indexes (Results 376 - 400 of 1241) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/CodeGen/
LiveRangeCalc.h 39 SlotIndexes *Indexes;
50 /// redundant, it can be computed as: MDT[Indexes.getMBBFromIndex(VNI->def)].
130 LiveRangeCalc() : MF(0), MRI(0), Indexes(0), DomTree(0), Alloc(0) {}
  /external/jpeg/
jquant1.c 35 * then these indexes can be combined into a colormap index by a standard
151 * premultiplied as described above. Since colormap indexes must fit into
365 /* adjust colorindex pointers to provide padding at negative indexes. */
524 int row_index, col_index; /* current indexes into dither matrix */
579 int row_index, col_index; /* current indexes into dither matrix */
838 /* Make sure colormap indexes can be represented by JSAMPLEs */
rdswitch.c 162 * An entry contains one to four component indexes,
164 * The component indexes denote which component(s) are to be transmitted
  /external/qemu/distrib/jpeg-6b/
jquant1.c 35 * then these indexes can be combined into a colormap index by a standard
151 * premultiplied as described above. Since colormap indexes must fit into
365 /* adjust colorindex pointers to provide padding at negative indexes. */
524 int row_index, col_index; /* current indexes into dither matrix */
579 int row_index, col_index; /* current indexes into dither matrix */
838 /* Make sure colormap indexes can be represented by JSAMPLEs */
rdswitch.c 162 * An entry contains one to four component indexes,
164 * The component indexes denote which component(s) are to be transmitted
  /libcore/luni/src/main/java/java/util/
ComparableTimSort.java 622 int cursor1 = 0; // Indexes into tmp array
623 int cursor2 = base2; // Indexes int a
624 int dest = base1; // Indexes int a
739 int cursor1 = base1 + len1 - 1; // Indexes into a
740 int cursor2 = len2 - 1; // Indexes into tmp array
741 int dest = base2 + len2 - 1; // Indexes into a
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpecList.java 296 * specified by the given BitSet. Indexes in the BitSet with a zero
297 * are included, while indexes with a one are excluded. Mutability
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
ANTLRStringStream.js 104 * Negative indexes are allowed. LA(-1) is previous token (token
148 * not pure input indexes. Same for tree node streams.
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tokens.py 233 that start/stop indexes are not valid. It means that that input
319 has indexes into a char stream and hence cannot be used to introduce
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_int.h 65 /* Internal profile indexes */
68 #define BTA_AG_NUM_IDX 2 /* number of profile indexes */
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32regkey.h 88 // If you modify the key while enumerating, the indexes will be out of order.
104 // If you modify the key while enumerating, the indexes will be out of order.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe.c 171 * This code uses vertex indexes / elements.
241 /* Warn if one of the element indexes go outside the vertex buffer */
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_clip_distance.cpp 176 * Replace any expression that indexes into the gl_ClipDistance array with an
177 * expression that indexes into one of the vec4's in gl_ClipDistanceMESA and
  /external/chromium_org/third_party/sqlite/src/test/
e_reindex.test 44 # Test this by corrupting some database indexes, running REINDEX, and
85 # command reindexes the correct subset of the indexes in the database.
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegisterSpecList.java 297 * specified by the given BitSet. Indexes in the BitSet with a zero
298 * are included, while indexes with a one are excluded. Mutability
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Curve.java 177 //calculating indexes
216 //calculating indexes
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
FlyweightMapStorage.java 31 * store the prefix and description indexes when possible. It is particularly space-efficient when
59 * This implementation returns the same string (same identity) when called for multiple indexes
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe.c 171 * This code uses vertex indexes / elements.
241 /* Warn if one of the element indexes go outside the vertex buffer */
  /external/mesa3d/src/glsl/
lower_clip_distance.cpp 176 * Replace any expression that indexes into the gl_ClipDistance array with an
177 * expression that indexes into one of the vec4's in gl_ClipDistanceMESA and
  /external/replicaisland/src/com/replica/replicaisland/
FixedSizeArray.java 28 * can only operate on objects that have been explicitly add()-ed to the array; that is, indexes
76 * Searches for an object and removes it from the array if it is found. Other indexes in the
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCard.java 174 * This function makes sure that application indexes are valid
175 * and resets invalid indexes. (This should never happen, but in case
  /packages/apps/Mms/src/com/android/mms/util/
Recycler.java 152 // The indexes of the default columns which must be consistent
296 // The indexes of the default columns which must be consistent
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameLookupBuilder.java 157 * Insert more name indexes according to locale specifies.
323 * Insert more name indexes according to locale specifies for those locales
  /external/icu4c/common/
normalizer2impl.cpp 296 errorCode=U_INVALID_FORMAT_ERROR; // Not enough indexes.
1983 int32_t indexes[Normalizer2Impl::IX_MIN_MAYBE_YES+1]; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java 83 * These hold indexes to elements based on namespace and local name.
251 * Ensure that the size of the element indexes can hold the information.
265 int[][][] indexes = m_elemIndexes; local
269 System.arraycopy(indexes, 0, m_elemIndexes, 0, indexes.length);
281 int[][] indexes = localNameIndex; local
285 System.arraycopy(indexes, 0, localNameIndex, 0, indexes.length);
300 int[] indexes = elemHandles; local
304 System.arraycopy(indexes, 0, elemHandles, 0, indexes.length)
388 int[][][] indexes = m_elemIndexes; local
    [all...]

Completed in 1096 milliseconds

<<11121314151617181920>>