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

1 2 3 4 56 7 8 91011>>

  /external/skqp/src/gpu/
GrOpFlushState.h 79 uint16_t* makeIndexSpace(int indexCount, const GrBuffer**, int* startIndex) final;
83 int* startIndex, int* actualIndexCount) final;
GrOpFlushState.cpp 162 uint16_t* GrOpFlushState::makeIndexSpace(int indexCount, const GrBuffer** buffer, int* startIndex) {
163 return reinterpret_cast<uint16_t*>(fIndexPool.makeSpace(indexCount, buffer, startIndex));
174 const GrBuffer** buffer, int* startIndex,
177 minIndexCount, fallbackIndexCount, buffer, startIndex, actualIndexCount));
  /external/skqp/src/pathops/
SkPathOpsConic.h 79 bool isLinear(int startIndex, int endIndex) const {
80 return fPts.isLinear(startIndex, endIndex);
  /frameworks/base/core/java/android/view/textclassifier/
TextClassifier.java 266 * by the sub sequence starting at startIndex and ending at endIndex)
267 * @param startIndex start index of the text to classify
273 * @throws IllegalArgumentException if text is null; startIndex is negative;
274 * endIndex is greater than text.length() or not greater than startIndex
282 @IntRange(from = 0) int startIndex,
286 text, startIndex, endIndex)
296 @IntRange(from = 0) int startIndex,
301 new TextClassification.Request.Builder(text, startIndex, endIndex).build());
305 return classifyText(new TextClassification.Request.Builder(text, startIndex, endIndex)
541 * @throws IllegalArgumentException if text is null; startIndex is negative
    [all...]
  /frameworks/support/jetifier/jetifier/processor/src/main/kotlin/com/android/tools/build/jetifier/processor/transform/proguard/patterns/
GroupsReplacer.kt 62 startIndex = localStart,
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ClusterAlbum.java 98 protected int enumerateMediaItems(ItemConsumer consumer, int startIndex) {
99 mDataManager.mapMediaItems(mPaths, consumer, startIndex);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winstring.h 68 HRESULT WINAPI WindowsSubstring(HSTRING string, UINT32 startIndex, HSTRING *newString);
70 HRESULT WINAPI WindowsSubstringWithSpecifiedLength(HSTRING string, UINT32 startIndex, UINT32 length, HSTRING *newString);
  /external/aac/libSBRenc/src/
invf_est.h 169 SCHAR *indexVector, INT startIndex,
nf_est.h 151 INT startIndex, /*!< Start index. */
  /external/lzma/CPP/Windows/Control/
ListView.h 73 int GetNextItem(int startIndex, UINT flags) const { return ListView_GetNextItem(_window, startIndex, flags); }
74 int GetNextSelectedItem(int startIndex) const { return GetNextItem(startIndex, LVNI_SELECTED); }
  /external/skia/src/codec/
SkIcoCodec.h 77 * The search starts at startIndex and ends when an appropriate codec
81 * matching codec between startIndex and the end of
84 int chooseCodec(const SkISize& requestedSize, int startIndex);
  /external/skia/src/gpu/
GrOpFlushState.cpp 166 uint16_t* GrOpFlushState::makeIndexSpace(int indexCount, const GrBuffer** buffer, int* startIndex) {
167 return reinterpret_cast<uint16_t*>(fIndexPool.makeSpace(indexCount, buffer, startIndex));
178 const GrBuffer** buffer, int* startIndex,
181 minIndexCount, fallbackIndexCount, buffer, startIndex, actualIndexCount));
GrBufferAllocPool.cpp 442 int* startIndex) {
446 SkASSERT(startIndex);
455 *startIndex = static_cast<int>(offset / sizeof(uint16_t));
460 const GrBuffer** buffer, int* startIndex,
465 SkASSERT(startIndex);
478 *startIndex = static_cast<int>(offset / sizeof(uint16_t));
  /external/skqp/src/codec/
SkIcoCodec.h 77 * The search starts at startIndex and ends when an appropriate codec
81 * matching codec between startIndex and the end of
84 int chooseCodec(const SkISize& requestedSize, int startIndex);
  /frameworks/av/media/libaaudio/src/fifo/
FifoBuffer.h 122 int32_t framesAvailable, int32_t startIndex);
  /packages/apps/SecureElement/src/com/android/se/security/gpac/
BerTlv.java 70 public static BerTlv decode(byte[] data, int startIndex) throws ParserException {
71 return BerTlv.decode(data, startIndex, true);
75 public static BerTlv decode(byte[] data, int startIndex, boolean containsAllData)
82 int curIndex = 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 201 int startIndex = text.indexOf('<');
202 if (startIndex < 0) return text;
209 text = text.substring(0, startIndex) + text.substring(startIndex + 1, endIndex)
212 sSpanStarts[spanCount] = startIndex;
216 startIndex = text.indexOf('<');
217 } while (startIndex >= 0);
  /external/icu/icu4c/source/common/
uvector.cpp 291 int32_t UVector::indexOf(void* obj, int32_t startIndex) const {
294 return indexOf(key, startIndex, HINT_KEY_POINTER);
297 int32_t UVector::indexOf(int32_t obj, int32_t startIndex) const {
300 return indexOf(key, startIndex, HINT_KEY_INTEGER);
304 int32_t UVector::indexOf(UElement key, int32_t startIndex, int8_t hint) const {
307 for (i=startIndex; i<count; ++i) {
313 for (i=startIndex; i<count; ++i) {
listformatter.cpp 186 int32_t startIndex = alias.indexOf(aliasPrefix, kAliasPrefixLen, 0);
187 if (startIndex < 0) {
190 startIndex += kAliasPrefixLen;
191 int32_t endIndex = alias.indexOf(solidus, startIndex);
195 alias.extract(startIndex, endIndex-startIndex, aliasedStyle, kStyleLenMax+1, US_INV);
  /external/icu/icu4c/source/i18n/unicode/
uregex.h 432 * If startIndex >= zero the match operation starts at the specified
436 * If startIndex == -1 the match must cover the input region, or the entire
441 * @param startIndex The input string (native) index at which to begin matching, or -1
449 int32_t startIndex,
458 * If startIndex >= zero the match operation starts at the specified
462 * If startIndex == -1 the match must cover the input region, or the entire
467 * @param startIndex The input string (native) index at which to begin matching, or -1
475 int64_t startIndex,
483 * <p>If startIndex is >= 0 any input region that was set for this
495 * @param startIndex The input string (native) index at which to begin matching, o
    [all...]
  /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);
  /frameworks/av/media/libstagefright/
MediaCodecList.cpp 237 const char *type, bool encoder, size_t startIndex) const {
244 for (; startIndex < numCodecInfos; ++startIndex) {
245 const MediaCodecInfo &info = *mCodecInfos[startIndex];
267 return startIndex;
  /packages/apps/Settings/src/com/android/settings/widget/
DonutView.java 242 int startIndex = percentString.indexOf(percentageSignString);
243 int endIndex = startIndex + percentageSignString.length();
246 if (startIndex < 0) {
247 startIndex = 0;
253 startIndex,
  /external/lzma/CPP/Common/
MyString.h 222 void Find(wchar_t c, unsigned startIndex) const;
306 AString Mid(unsigned startIndex, unsigned count) const { return AString(count, _chars + startIndex); }
333 int Find(char c, unsigned startIndex) const
335 int pos = FindCharPosInString(_chars + startIndex, c);
336 return pos < 0 ? -1 : (int)startIndex + pos;
344 int Find(const char *s, unsigned startIndex) const throw();
455 void Find(char c, unsigned startIndex) const;
456 void Find(unsigned char c, unsigned startIndex) const;
540 UString Mid(unsigned startIndex, unsigned count) const { return UString(count, _chars + startIndex); }
    [all...]

Completed in 634 milliseconds

1 2 3 4 56 7 8 91011>>