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

1 2 3 4 56 7 8 91011>>

  /external/skia/src/gpu/
GrBufferAllocPool.h 194 * buffer at the offset indicated by startIndex. Until that time they may be
199 * @param startIndex returns the offset into buffer of the first index.
204 int* startIndex);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info.cpp 112 const int startIndex = ProximityInfoUtils::getStartIndexFromCoordinates(x, y,
115 AKLOGI("hasSpaceProximity: index %d, %d, %d", startIndex, x, y);
120 AKLOGI("Index: %d", mProximityCharsArray[startIndex + i]);
122 if (proximityCharsArray[startIndex + i] == KEYCODE_SPACE) {
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutLineBreakingTest.java 208 int startIndex = text.indexOf('<');
209 if (startIndex < 0) return text;
216 text = text.substring(0, startIndex) + text.substring(startIndex + 1, endIndex) +
219 spanStarts[spanCount] = startIndex;
223 startIndex = text.indexOf('<');
224 } while (startIndex >= 0);
  /external/icu/icu4c/source/common/
uvector.cpp 289 int32_t UVector::indexOf(void* obj, int32_t startIndex) const {
292 return indexOf(key, startIndex, HINT_KEY_POINTER);
295 int32_t UVector::indexOf(int32_t obj, int32_t startIndex) const {
298 return indexOf(key, startIndex, HINT_KEY_INTEGER);
302 int32_t UVector::indexOf(UElement key, int32_t startIndex, int8_t hint) const {
305 for (i=startIndex; i<count; ++i) {
311 for (i=startIndex; i<count; ++i) {
  /external/icu/icu4c/source/i18n/unicode/
uregex.h 430 * If startIndex >= zero the match operation starts at the specified
434 * If startIndex == -1 the match must cover the input region, or the entire
439 * @param startIndex The input string (native) index at which to begin matching, or -1
447 int32_t startIndex,
456 * If startIndex >= zero the match operation starts at the specified
460 * If startIndex == -1 the match must cover the input region, or the entire
465 * @param startIndex The input string (native) index at which to begin matching, or -1
473 int64_t startIndex,
481 * <p>If startIndex is >= 0 any input region that was set for this
493 * @param startIndex The input string (native) index at which to begin matching, o
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/influencers/
DynamicsInfluencer.java 82 public void activateParticles (int startIndex, int count) {
86 for(int i=startIndex*positionChannel.strideSize, c = i +count*positionChannel.strideSize; i< c; i+= positionChannel.strideSize){
101 for(int i=startIndex*rotationChannel.strideSize, c = i +count*rotationChannel.strideSize; i< c; i+= rotationChannel.strideSize){
108 for(int i=startIndex*rotationChannel.strideSize, c = i +count*rotationChannel.strideSize; i< c; i+= rotationChannel.strideSize){
117 velocities.items[k].activateParticles(startIndex, count);
  /external/replicaisland/src/com/replica/replicaisland/
Grid.java 240 public void drawStrip(GL10 gl, boolean useTexture, int startIndex, int indexCount) {
242 if (startIndex + indexCount >= mIndexCount) {
243 count = mIndexCount - startIndex;
247 GL10.GL_UNSIGNED_SHORT, mIndexBuffer.position(startIndex));
251 GL11.GL_UNSIGNED_SHORT, startIndex * CHAR_SIZE);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btQuantizedBvh.cpp 132 void btQuantizedBvh::buildTree (int startIndex,int endIndex)
142 int numIndices =endIndex-startIndex;
153 assignInternalNodeFromLeafNode(m_curNodeIndex,startIndex);
158 //calculate Best Splitting Axis and where to split it. Sort the incoming 'leafNodes' array within range 'startIndex/endIndex'.
160 splitAxis = calcSplittingAxis(startIndex,endIndex);
162 splitIndex = sortAndCalcSplittingIndex(startIndex,endIndex,splitAxis);
172 for (i=startIndex;i<endIndex;i++)
185 buildTree(startIndex,splitIndex);
248 int btQuantizedBvh::sortAndCalcSplittingIndex(int startIndex,int endIndex,int splitAxis)
251 int splitIndex =startIndex;
    [all...]
  /external/lzma/CPP/Common/
MyString.cpp 511 int AString::Find(const AString &s, unsigned startIndex) const throw()
514 return startIndex;
515 for (; startIndex < _len; startIndex++)
518 for (j = 0; j < s._len && startIndex + j < _len; j++)
519 if (_chars[startIndex + j] != s._chars[j])
522 return (int)startIndex;
975 int UString::Find(const UString &s, unsigned startIndex) const throw()
978 return startIndex;
979 for (; startIndex < _len; startIndex++)
    [all...]
  /prebuilts/gradle-plugin/com/android/databinding/baseLibrary/2.0.0/
baseLibrary-2.0.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/baseLibrary/2.0.0-alpha9/
baseLibrary-2.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/databinding/baseLibrary/2.0.0-beta2/
baseLibrary-2.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/baseLibrary/2.0.0-beta5/
baseLibrary-2.0.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/baseLibrary/2.0.0-beta6/
baseLibrary-2.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/databinding/baseLibrary/2.0.0-beta7/
baseLibrary-2.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/databinding/baseLibrary/2.0.0-rc3/
baseLibrary-2.0.0-rc3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/baseLibrary/2.1.0/
baseLibrary-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/baseLibrary/2.1.0-alpha3/
baseLibrary-2.1.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/baseLibrary/2.1.0-alpha4/
baseLibrary-2.1.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/databinding/baseLibrary/2.1.0-beta1/
baseLibrary-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/baseLibrary/2.1.0-beta3/
baseLibrary-2.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/baseLibrary/2.1.0-rc1/
baseLibrary-2.1.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/baseLibrary/2.1.2/
baseLibrary-2.1.2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/baseLibrary/2.1.3/
baseLibrary-2.1.3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/baseLibrary/2.2.0/
baseLibrary-2.2.0.jar 

Completed in 1611 milliseconds

1 2 3 4 56 7 8 91011>>