/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3commontreeadaptor.c | 404 ct->startIndex = start; 422 return ((pANTLR3_COMMON_TREE)(t->super))->startIndex;
|
/external/icu/icu4c/source/common/ |
normlzr.cpp | 353 int32_t Normalizer::startIndex() const { 354 return text->startIndex();
|
uvectr64.h | 111 //int32_t indexOf(int64_t elem, int32_t startIndex = 0) const;
|
/external/icu/icu4c/source/common/unicode/ |
uchriter.h | 286 * startIndex()), and returns that code unit. If there are no more 295 * startIndex()), and returns that code point. If there are no more
|
normlzr.h | 470 * This is equivalent to setIndexOnly(startIndex()) followed by next(). 510 * (getIndex()>startIndex() || first()!=DONE). (Calling first() will change 533 * This is equivalent to setIndexOnly(startIndex)). 562 int32_t startIndex(void) const;
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
ByteString.java | [all...] |
/external/skia/samplecode/ |
SampleAAGeometry.cpp | 134 int startIndex = 0; 158 if (startIndex <= index && index < endIndex) { 159 pts[index - startIndex] = pt; 168 startIndex += 1; 172 startIndex += 2; 176 startIndex += 2; 180 startIndex += 3; 184 startIndex += 1; [all...] |
/external/skia/src/pathops/ |
SkPathOpsQuad.cpp | 178 bool SkDQuad::isLinear(int startIndex, int endIndex) const { 180 lineParameters.quadEndPoints(*this, startIndex, endIndex);
|
/external/skqp/samplecode/ |
SampleAAGeometry.cpp | 134 int startIndex = 0; 158 if (startIndex <= index && index < endIndex) { 159 pts[index - startIndex] = pt; 168 startIndex += 1; 172 startIndex += 2; 176 startIndex += 2; 180 startIndex += 3; 184 startIndex += 1; [all...] |
/external/skqp/src/pathops/ |
SkPathOpsQuad.cpp | 175 bool SkDQuad::isLinear(int startIndex, int endIndex) const { 177 lineParameters.quadEndPoints(*this, startIndex, endIndex);
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
KeyguardSliceView.java | 186 final int startIndex = mHasHeader ? 1 : 0; // First item is header; skip it 188 for (int i = startIndex; i < subItemsCount; i++) {
|
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/ |
LayoutFileParser.java | 252 final int startIndex = isTwoWay ? 3 : 2; 254 final String strippedValue = value.substring(startIndex, endIndex);
|
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/ |
XmlEditor.java | 340 final int startIndex = isTwoWay ? 3 : 2; 342 String text = StringUtils.unescapeXml(escapedText.substring(startIndex, endIndex));
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
PagedView.java | 655 final int startIndex = isRtl ? childCount - 1 : 0; 658 int childLeft = getRelativeChildOffset(startIndex); 659 for (int i = startIndex; i != endIndex; i += delta) { 746 final int startIndex = isRtl ? getChildCount() - 1 : 0; 749 int offset = getRelativeChildOffset(startIndex); 750 for (int i = startIndex; i != endIndex; i += delta) { [all...] |
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/ |
ContactsListFragment.java | [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/ |
MemoryProfileInfo.c | 196 UINTN StartIndex;
204 StartIndex = 0;
208 StartIndex = IndexPdb + 1;
217 for (IndexPdb = StartIndex; IndexPdb < EndIndex; IndexPdb++) {
[all...] |
/external/aac/libSBRenc/src/ |
invf_est.h | 169 SCHAR *indexVector, INT startIndex,
|
nf_est.h | 151 INT startIndex, /*!< Start index. */
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
ICUService.java | 424 int startIndex = 0; 430 startIndex = i + 1; 434 if (startIndex == 0) { 458 int index = startIndex; [all...] |
/external/icu/icu4c/source/i18n/ |
number_patternstring.h | 256 escapePaddingString(UnicodeString input, UnicodeString &output, int startIndex, UErrorCode &status);
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
ICUService.java | 422 int startIndex = 0; 428 startIndex = i + 1; 432 if (startIndex == 0) { 456 int index = startIndex; [all...] |
/external/libtextclassifier/util/utf8/ |
unilib-icu.cc | 97 const bool result = matcher_->matches(/*startIndex=*/0, icu_status);
|
/external/llvm/include/llvm/CodeGen/ |
LiveIntervalUnion.h | 74 SlotIndex startIndex() const { return Segments.start(); }
|
/external/swiftshader/src/D3D9/ |
Direct3DDevice9Ex.cpp | 229 long Direct3DDevice9Ex::DrawIndexedPrimitive(D3DPRIMITIVETYPE type, int baseVertexIndex, unsigned int minIndex, unsigned int numVertices, unsigned int startIndex, unsigned int primitiveCount) 231 TRACE("D3DPRIMITIVETYPE type = %d, int baseVertexIndex = %d, unsigned int minIndex = %d, unsigned int numVertices = %d, unsigned int startIndex = %d, unsigned int primitiveCount = %d", type, baseVertexIndex, minIndex, numVertices, startIndex, primitiveCount); 233 return Direct3DDevice9::DrawIndexedPrimitive(type, baseVertexIndex, minIndex, numVertices, startIndex, primitiveCount); [all...] |
/frameworks/base/core/jni/ |
android_util_Process.cpp | 874 char* buffer, jint startIndex, jint endIndex, jintArray format, 903 jsize i = startIndex; 998 jbyteArray buffer, jint startIndex, jint endIndex, jintArray format, 1004 (char*) bufferArray, startIndex, endIndex, format, outStrings, [all...] |