/external/sfntly/cpp/src/sfntly/data/ |
readable_font_data.h | 193 // @param startIndex the position to read the first start value from 212 // @param startIndex the position to read the first start value from 228 // @param startIndex the position to read the first start value from
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
UserUsageStatsService.java | 290 final int startIndex = stats.events.closestIndexOnOrAfter(beginTime); 291 if (startIndex < 0) { 296 for (int i = startIndex; i < size; i++) {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
TestResultsGenerator.java | 480 int startIndex = endIndex; 481 while (startIndex >= 0 482 && aString.charAt(startIndex) != '(' 483 && aString.charAt(startIndex) != ',') { 484 startIndex--; 487 String count = aString.substring(startIndex + 1, endIndex).trim(); [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/ |
SlimTokenStream.cs | 421 string text = input.Substring( t.StartIndex, t.StopIndex - t.StartIndex + 1 );
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/heap_snapshot_worker/ |
HeapSnapshotLoader.js | 93 var startIndex = index; 103 this._json = this._json.slice(startIndex);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
CPUProfileModel.js | 196 var startIndex = timestamps.lowerBound(startTime); 211 for (var sampleIndex = startIndex; sampleIndex < samplesCount; sampleIndex++) {
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
JSONTokener.java | 385 int startIndex = this.index; 391 this.index = startIndex;
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/ |
DialogActivity.java | 158 int startIndex) { 166 intent.putExtra(EXTRA_DIALOG_ACTIONS_START_INDEX, startIndex);
|
/external/chromium_org/third_party/icu/source/i18n/ |
uregex.cpp | 492 int32_t startIndex, 494 return uregex_matches64( regexp2, (int64_t)startIndex, status); 499 int64_t startIndex, 506 if (startIndex == -1) { 509 result = regexp->fMatcher->matches(startIndex, *status); 522 int32_t startIndex, 524 return uregex_lookingAt64( regexp2, (int64_t)startIndex, status); 529 int64_t startIndex, 536 if (startIndex == -1) { 539 result = regexp->fMatcher->lookingAt(startIndex, *status) [all...] |
/external/icu/icu4c/source/i18n/ |
uregex.cpp | 510 int32_t startIndex, 512 return uregex_matches64( regexp2, (int64_t)startIndex, status); 517 int64_t startIndex, 524 if (startIndex == -1) { 527 result = regexp->fMatcher->matches(startIndex, *status); 540 int32_t startIndex, 542 return uregex_lookingAt64( regexp2, (int64_t)startIndex, status); 547 int64_t startIndex, 554 if (startIndex == -1) { 557 result = regexp->fMatcher->lookingAt(startIndex, *status) [all...] |
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3commontree.h | 56 ANTLR3_MARKER startIndex;
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
CommonToken.cs | 160 public int StartIndex {
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
CommonToken.cs | 182 public int StartIndex
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/ |
abstract_selection_walker.js | 156 startIndex: sel.absStart().index,
|
/external/chromium_org/chrome/common/extensions/api/ |
automation.idl | 274 static void setSelection(long startIndex, long endIndex);
|
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
DateTimeEditElement.h | 132 bool focusOnNextFocusableField(size_t startIndex);
|
/external/chromium_org/third_party/icu/source/common/ |
serv.cpp | 467 int32_t startIndex = 0; 474 startIndex = i + 1; 478 if (startIndex == 0) { 499 int32_t index = startIndex;
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
chariter.h | 510 * (toward startIndex()), and returns that code unit. If there are 519 * (toward startIndex()), and returns that code point. If there are 547 inline int32_t startIndex(void) const; 696 CharacterIterator::startIndex(void) const {
|
/external/chromium_org/third_party/mesa/src/src/mapi/vgapi/ |
vgapi.csv | 53 void, ModifyPathCoords, VGPath dstPath, VGint startIndex, VGint numSegments, const void *pathData
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
thingsToDo.txt | 366 int index, startIndex, endIndex; 374 startIndex = index; 385 bool thisDone = fTs[SkMin32(startIndex, endIndex)].fDone; 440 markCanceled(startIndex, endIndex);
|
/external/icu/icu4c/source/common/ |
serv.cpp | 468 int32_t startIndex = 0; 475 startIndex = i + 1; 479 if (startIndex == 0) { 500 int32_t index = startIndex;
|
/external/icu/icu4c/source/common/unicode/ |
chariter.h | 516 * (toward startIndex()), and returns that code unit. If there are 525 * (toward startIndex()), and returns that code point. If there are 553 inline int32_t startIndex(void) const; 702 CharacterIterator::startIndex(void) const {
|
/external/llvm/tools/yaml2obj/ |
yaml2elf.cpp | 120 bool buildSymbolIndex(std::size_t &StartIndex, 392 ELFState<ELFT>::buildSymbolIndex(std::size_t &StartIndex, 395 ++StartIndex; 398 if (SymN2I.addName(Sym.Name, StartIndex)) {
|
/external/mesa3d/src/mapi/vgapi/ |
vgapi.csv | 53 void, ModifyPathCoords, VGPath dstPath, VGint startIndex, VGint numSegments, const void *pathData
|
/external/skia/experimental/Intersection/ |
thingsToDo.txt | 366 int index, startIndex, endIndex; 374 startIndex = index; 385 bool thisDone = fTs[SkMin32(startIndex, endIndex)].fDone; 440 markCanceled(startIndex, endIndex);
|