HomeSort by relevance Sort by last modified time
    Searched full:startindex (Results 351 - 375 of 959) sorted by null

<<11121314151617181920>>

  /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/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
SingleStepWithLocationTest.java 85 lineTableReply.getNextValueAsLong(); // startIndex
  /external/icu/icu4c/source/common/
serv.cpp 470 int32_t startIndex = 0;
477 startIndex = i + 1;
481 if (startIndex == 0) {
502 int32_t index = startIndex;
  /external/icu/icu4c/source/common/unicode/
chariter.h 518 * (toward startIndex()), and returns that code unit. If there are
527 * (toward startIndex()), and returns that code point. If there are
555 inline int32_t startIndex(void) const;
708 CharacterIterator::startIndex(void) const {
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 118 bool buildSymbolIndex(std::size_t &StartIndex,
482 ELFState<ELFT>::buildSymbolIndex(std::size_t &StartIndex,
485 ++StartIndex;
488 if (SymN2I.addName(Sym.Name, StartIndex)) {
  /external/skia/src/pathops/
SkPathOpsCubic.h 82 bool isLinear(int startIndex, int endIndex) const;
  /external/skqp/src/pathops/
SkPathOpsCubic.h 82 bool isLinear(int startIndex, int endIndex) const;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveIntervalUnion.h 79 SlotIndex startIndex() const { return Segments.start(); }
  /frameworks/base/cmds/statsd/src/metrics/
DurationMetricProducer.h 42 const int conditionIndex, const size_t startIndex,
  /frameworks/base/core/java/android/net/
NetworkStatsHistory.java 339 final int startIndex = getIndexAfter(end);
340 for (int i = startIndex; i >= 0; i--) {
531 final int startIndex = getIndexAfter(end);
532 for (int i = startIndex; i >= 0; i--) {
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
ICalendar.java 546 int startIndex = -1;
571 startIndex = state.index;
575 if ((parameter == null) || (startIndex == -1)) {
579 parameter.name = text.substring(startIndex + 1, equalIndex);
  /frameworks/rs/
rsFont.h 149 uint32_t startIndex = 0, int numGlyphs = -1,
  /frameworks/support/jetifier/jetifier/processor/src/main/kotlin/com/android/tools/build/jetifier/processor/transform/resource/
XmlResourcesTransformer.kt 130 startIndex = localStart,
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
MtpDeviceIndexRunnable.java 35 * item in a bucket as needed. The individual IndexBUckets have a startIndex and endIndex
  /external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
SandboxClassLoader.java 576 int startIndex = 0;
586 startIndex = i;
595 // remove all instructions in the range startIndex..i, from aload_0 to invokespecial <init>
596 while (startIndex <= i) {
597 ctor.instructions.remove(insns[startIndex]);
598 removedInstructions.add(insns[startIndex]);
599 startIndex++;
    [all...]
  /frameworks/support/fragment/src/main/java/androidx/fragment/app/
FragmentTransition.java 94 * @param startIndex The first index into records and isRecordPop to execute as
104 int startIndex, int endIndex, boolean isReordered) {
111 for (int i = startIndex; i < endIndex; i++) {
127 records, isRecordPop, startIndex, endIndex);
151 * @param startIndex The first index into records and isRecordPop to execute as
160 int startIndex, int endIndex) {
162 for (int recordNum = endIndex - 1; recordNum >= startIndex; recordNum--) {
    [all...]
  /prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
kotlin-stdlib-1.2.20.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.20/
kotlin-stdlib-1.2.20.jar 
  /frameworks/data-binding/extensions/library/src/main/java/android/databinding/
ViewDataBinding.java     [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.1/
kotlin-stdlib-1.1.1.jar 
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
TreeMapExtendTest.java     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
MeasureFormat.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MeasureFormat.java     [all...]
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 413 int startIndex = start;
416 startIndex--;
417 if (startIndex < 0)
419 charinfo1 = m_CharList[startIndex];
421 startIndex++;
422 start = startIndex;
    [all...]

Completed in 1092 milliseconds

<<11121314151617181920>>