HomeSort by relevance Sort by last modified time
    Searched full:indices (Results 276 - 300 of 3095) sorted by null

<<11121314151617181920>>

  /external/icu4c/test/intltest/
utxttest.h 38 struct m { // Map between native indices & code points.
  /external/iproute2/examples/diffserv/
ef-prio 6 print "$TC qdisc add $DEV handle 1:0 root dsmark indices 64 set_tc_index\n";
  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/
ModelConverter.java 73 int[] indices = new int[ib.size()]; local
74 for (int i = 0; i < indices.length; i++)
75 indices[i] = ib.get(i);
77 PrimitiveGroup[] groups = ts.generateStrips(indices);
  /external/llvm/lib/CodeGen/
Spiller.cpp 106 SmallVector<unsigned, 2> indices; local
115 indices.push_back(i);
123 for (unsigned i = 0; i < indices.size(); ++i) {
124 unsigned mopIdx = indices[i];
  /external/llvm/lib/IR/
ConstantsContext.h 173 Indices(IdxList) {
177 /// Indices - These identify which value to extract.
178 const SmallVector<unsigned, 4> Indices;
199 Indices(IdxList) {
204 /// Indices - These identify the position for the insertion.
205 const SmallVector<unsigned, 4> Indices;
323 operands(ops.begin(), ops.end()), indices(inds.begin(), inds.end()) {}
328 SmallVector<unsigned, 4> indices; member in struct:llvm::ExprMapKeyType
334 this->indices == that.indices;
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 118 SmallVector<Value *, 2> Indices;
119 Indices.push_back(Constant::getNullValue(Type::getInt64Ty(Ctx)));
120 Indices.push_back(ThreadID);
121 Value *Addr = Builder.CreateInBoundsGEP(NewGV, Indices);
  /external/llvm/test/CodeGen/X86/
vec_ins_extract-1.ll 3 ; Inserts and extracts with variable indices must be lowered
  /external/openfst/src/include/fst/
state-reachable.h 38 // (*isets[s]) is a set of half-open inteval of final state indices
41 // If state2index is empty, it is filled-in with suitable indices.
42 // If it is non-empty, those indices are used; in this case, the
182 // to the final states as intervals of the final state indices.
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_joystick.h 130 * @param[in] axis The axis indices start at index 0.
155 * @param[in] hat The hat indices start at index 0.
162 * @param[in] ball The ball indices start at index 0.
171 * @param[in] button The button indices start at index 0.
  /external/regex-re2/re2/testing/
string_generator.h 48 vector<int> digits_; // Alphabet indices for next string.
  /external/regex-re2/util/
sparse_set.h 24 // using an iterator: the iterator will visit indices added to the set
25 // during the iteration, but will not re-visit indices whose values
121 // Indices can be in the range [0, max_size).
163 // will visit indices in increasing order using
  /external/skia/include/gpu/gl/
GrGLConfig_chrome.h 43 // Non-VBO vertices and indices are not allowed in Chromium.
  /frameworks/base/tools/aapt/
StringPool.h 45 hasStyles(o.hasStyles), indices(o.indices),
51 Vector<size_t> indices; member in struct:StringPool::entry
152 // Array of indices into mEntries, in the order they were
  /libcore/luni/src/main/java/java/lang/
IndexOutOfBoundsException.java 22 * using a value which is outside of the range of valid indices.
  /packages/apps/Mms/src/org/w3c/dom/smil/
TimeList.java 35 * The number of times in the list. The range of valid child time indices
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
MatrixCursorWithCachedColumns.java 24 /** A mapping of column names to column indices, to speed up lookups */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_tkinter/
test_text.py 29 # Check if we are getting the indices as strings -- you are likely
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Required.py 49 # Indices of types declared in this module
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Standard_Suite.py 58 # Indices of types declared in this module
URL_Suite.py 42 # Indices of types declared in this module
__init__.py 65 # Indices of types declared in this module
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
Standard_URL_suite.py 48 # Indices of types declared in this module
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
QuickDraw_Graphics_Suppleme.py 56 # Indices of types declared in this module
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Hidden_Suite.py 38 # Indices of types declared in this module
Login_Items_Suite.py 56 # Indices of types declared in this module

Completed in 862 milliseconds

<<11121314151617181920>>