HomeSort by relevance Sort by last modified time
    Searched full:lastindex (Results 126 - 150 of 644) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/linux-x86/src/cmd/internal/obj/
pcln.go 160 return int32(pcln.Lastindex)
168 pcln.Lastindex = int(i)
174 pcln.Lastindex = int(i)
  /prebuilts/go/linux-x86/src/net/http/cookiejar/
jar.go 340 i = strings.LastIndex(host, ".")
356 prevDot := strings.LastIndex(host[:i-1], ".")
372 i := strings.LastIndex(path, "/") // Path starts with "/", so i != -1.
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
UnicodeMap.java 60 private int lastIndex;
77 lastIndex = 0;
269 if (transitions[lastIndex] <= codepoint
270 && codepoint < transitions[lastIndex+1]) {
271 baseIndex = lastIndex;
355 lastIndex = baseIndex; // store for next time
    [all...]
Pick.java 355 int lastIndex = 0;
362 && lastIndex < lastValue.length()) {
369 lastIndex = getChar(lastValue, lastIndex, mergeBuffer, c < LEAST_SKIP);
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
UnicodeMap.java 59 private int lastIndex;
76 lastIndex = 0;
268 if (transitions[lastIndex] <= codepoint
269 && codepoint < transitions[lastIndex+1]) {
270 baseIndex = lastIndex;
354 lastIndex = baseIndex; // store for next time
    [all...]
Pick.java 354 int lastIndex = 0;
361 && lastIndex < lastValue.length()) {
368 lastIndex = getChar(lastValue, lastIndex, mergeBuffer, c < LEAST_SKIP);
  /frameworks/base/libs/hwui/
PathTessellator.cpp 272 const int lastIndex = vertices.size() - 1;
279 - (vertices[lastIndex].x - vertices[lastIndex - 1].x),
280 vertices[lastIndex].y - vertices[lastIndex - 1].y);
302 vertices[lastIndex].x + endRadialOffset.x,
303 vertices[lastIndex].y + endRadialOffset.y);
331 storeBeginEnd(paintInfo, vertices[lastIndex], lastNormal, buffer, currentIndex, false);
    [all...]
ProgramCache.cpp 795 ssize_t lastIndex = 0;
798 String8 line(str, index - lastIndex);
802 str += (index - lastIndex);
803 lastIndex = index;
  /external/boringssl/src/util/
doc.go 228 j := strings.LastIndex(decl[:i], " ")
441 if lastIndex := len(s) - 1; s[lastIndex] == '.' {
442 return s[:lastIndex]
  /prebuilts/go/darwin-x86/misc/android/
go_android_exec.go 94 output = output[strings.LastIndex(output, "\n")+1:]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
link.go 185 Lastindex int
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
link.go 182 Lastindex int
  /prebuilts/go/linux-x86/misc/android/
go_android_exec.go 94 output = output[strings.LastIndex(output, "\n")+1:]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
link.go 185 Lastindex int
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
link.go 182 Lastindex int
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 88 SlotIndex lastIndex;
469 lastIndex = SlotIndex();
718 lastIndex = Indexes->getMBBStartIdx(MBB);
726 if (!(idx > lastIndex)) {
728 errs() << "Last instruction was at " << lastIndex << '\n';
730 lastIndex = idx;
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
TokenRewriteStream.js 123 this.lastIndex = to;
130 return this.lastIndex+1;
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/session/
DefaultSession.java 130 int lastIndex = replyText.lastIndexOf("\n");
135 if (i == lastIndex) {
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/session/
DefaultSession.java 132 int lastIndex = replyText.lastIndexOf("\n");
137 if (i == lastIndex) {
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
testing.go 96 if index := strings.LastIndex(file, "/"); index >= 0 {
98 } else if index = strings.LastIndex(file, "\\"); index >= 0 {
  /prebuilts/go/darwin-x86/src/os/
file_plan9.go 323 func lastIndex(s string, sep byte) int {
333 dirname := oldname[:lastIndex(oldname, '/')+1]
  /prebuilts/go/linux-x86/src/go/doc/testdata/
testing.go 96 if index := strings.LastIndex(file, "/"); index >= 0 {
98 } else if index = strings.LastIndex(file, "\\"); index >= 0 {
  /prebuilts/go/linux-x86/src/os/
file_plan9.go 323 func lastIndex(s string, sep byte) int {
333 dirname := oldname[:lastIndex(oldname, '/')+1]
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
transform-handler.js 101 if (transformRegExp.lastIndex == string.length)
  /external/freetype/src/cff/
cf2hints.h 144 CF2_UInt lastIndex;

Completed in 935 milliseconds

1 2 3 4 56 7 8 91011>>