Home
last modified time | relevance | path

Searched defs:startIndex (Results 1 – 25 of 183) sorted by relevance

12345678

/external/skqp/gm/
Dpathcontourstart.cpp50 drawDirs(canvas, [](const SkRect& rect, SkPath::Direction dir, unsigned startIndex) { in onDraw()
56 drawDirs(canvas, [](const SkRect& rect, SkPath::Direction dir, unsigned startIndex) { in onDraw()
62 drawDirs(canvas, [](const SkRect& rect, SkPath::Direction dir, unsigned startIndex) { in onDraw()
72 drawDirs(canvas, [](const SkRect& rect, SkPath::Direction dir, unsigned startIndex) { in onDraw()
81 drawDirs(canvas, [](const SkRect& rect, SkPath::Direction dir, unsigned startIndex) { in onDraw()
/external/skia/gm/
Dpathcontourstart.cpp50 drawDirs(canvas, [](const SkRect& rect, SkPath::Direction dir, unsigned startIndex) { in onDraw()
56 drawDirs(canvas, [](const SkRect& rect, SkPath::Direction dir, unsigned startIndex) { in onDraw()
62 drawDirs(canvas, [](const SkRect& rect, SkPath::Direction dir, unsigned startIndex) { in onDraw()
72 drawDirs(canvas, [](const SkRect& rect, SkPath::Direction dir, unsigned startIndex) { in onDraw()
81 drawDirs(canvas, [](const SkRect& rect, SkPath::Direction dir, unsigned startIndex) { in onDraw()
/external/perfetto/ui/src/tracks/thread_state/
Dfrontend.ts100 const [startIndex, endIndex] = searchEq(data.starts, selection.ts); constant
102 const tStart = data.starts[startIndex]; constant
103 const tEnd = data.ends[startIndex]; constant
104 const state = data.strings[data.state[startIndex]]; constant
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DCompositeFormat.java118 final int startIndex = pos.getIndex(); in parseNumber() local
142 final int startIndex = pos.getIndex(); in parseNumber() local
173 final int startIndex = pos.getIndex(); in parseFixedstring() local
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DCommonToken.as133 public function get startIndex():int { property in org.antlr.runtime.CommonToken
137 public function set startIndex(start:int):void { property in org.antlr.runtime.CommonToken
/external/antlr/runtime/ObjC/Framework/
DRuleMemo.h37 ACNumber *startIndex; variable
DCommonTree.h33 NSInteger startIndex; variable
DCommonToken.h44 NSInteger startIndex; variable
/external/perfetto/ui/src/tracks/cpu_slices/
Dfrontend.ts187 const [startIndex, endIndex] = searchEq(data.ids, selection.id); constant
189 const tStart = data.starts[startIndex]; constant
190 const tEnd = data.ends[startIndex]; constant
191 const utid = data.utids[startIndex]; constant
/external/zlib/src/contrib/dotzlib/DotZLib/
DUnitTests.cs186 public void CDataAvail(byte[] data, int startIndex, int count) in CDataAvail()
220 private void DDataAvail(byte[] data, int startIndex, int count) in DDataAvail()
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DAudioFileOutput.java61 public boolean writeRingBufferData(double[] data, int startIndex, int endIndex) { in writeRingBufferData()
148 private void writeDataBuffer(double[] data, int startIndex, int end) { in writeDataBuffer()
/external/lzma/Java/SevenZip/Compression/RangeCoder/
DBitTreeEncoder.java72 public static int ReverseGetPrice(short[] Models, int startIndex, in ReverseGetPrice()
87 public static void ReverseEncode(short[] Models, int startIndex, in ReverseEncode()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DListIteratorTester.java45 Iterable<E> expectedElements, int startIndex) { in ListIteratorTester()
/external/antlr/tool/src/main/java/org/antlr/misc/
DUtils.java60 int startIndex = 0; in replace() local
/external/proguard/src/proguard/classfile/util/
DExternalTypeEnumeration.java81 int startIndex = index; in nextType() local
/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFuncSubstring.java58 int startIndex; in execute() local
/external/jsilver/src/com/google/streamhtmlparser/util/
DJavascriptTokenBuffer.java58 private int startIndex; field in JavascriptTokenBuffer
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DStringExtensions.cs60 public static int indexOf( string str, char value, int startIndex ) in indexOf()
72 public static int indexOf( string str, string value, int startIndex ) in indexOf()
/external/antlr/runtime/Cpp/tests/
Dt039.cpp83 size_t startIndex = ((const char*)token->get_startIndex()) - data.c_str(); in testValid() local
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DStringExtensions.cs61 public static int indexOf( this string str, char value, int startIndex ) in indexOf()
73 public static int indexOf( this string str, string value, int startIndex ) in indexOf()
/external/pdfium/core/fpdfapi/render/
Dcpdf_textrenderer.cpp46 uint32_t startIndex = 0; in DrawTextPath() local
148 uint32_t startIndex = 0; in DrawNormalText() local
/external/icu/icu4c/source/tools/toolutil/
Dcollationinfo.cpp115 CollationInfo::getDataLength(const int32_t indexes[], int32_t startIndex) { in getDataLength()
/external/grpc-grpc/src/csharp/Grpc.Core/
DCallCredentials.cs110 private CallCredentialsSafeHandle ToNativeRecursive(int startIndex) in ToNativeRecursive()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
DConstantPoolTest.java121 int startIndex = 10; in testConstantPool001() local
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DCommonTree.as45 public var startIndex:int=-1, stopIndex:int=-1; variable in org.antlr.runtime.tree.CommonTree

12345678