/external/perf_data_converter/src/quipper/ |
D | huge_page_deducer.cc | 74 int LastIndex() const { return last_; } in LastIndex() function in quipper::__anonb9a3c8da0211::MMapRange 91 os << "[" << r.FirstIndex() << "," << r.LastIndex() << "]"; in operator <<() 168 if (prev_range.IsValid() && prev_range.LastIndex() < events.size()) { in FindNextRange() 169 ret = FindRange(events, prev_range.LastIndex() + 1); in FindNextRange() 178 CHECK(range.LastIndex() < events->size()); in UpdateRangeFromNext() 179 CHECK(next_range.LastIndex() < events->size()); in UpdateRangeFromNext() 183 for (int i = range.FirstIndex(); i <= range.LastIndex(); i++) { in UpdateRangeFromNext()
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 912 uint64_t LastIndex = 0; in addAttributes() local 915 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in addAttributes() 918 LastIndex = I + 1; in addAttributes() 937 for (unsigned I = LastIndex, E = NumAttrs; I < E; ++I) in addAttributes() 969 uint64_t LastIndex = 0; in removeAttributes() local 972 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in removeAttributes() 975 LastIndex = I + 1; in removeAttributes() 992 for (unsigned I = LastIndex, E = NumAttrs; I < E; ++I) in removeAttributes() 1010 uint64_t LastIndex = 0; in removeAttributes() local 1013 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in removeAttributes() [all …]
|
D | Verifier.cpp | 1664 unsigned LastIndex = Attrs.getSlotIndex(LastSlot); in verifyAttributeCount() local 1665 if (LastIndex <= Params in verifyAttributeCount() 1666 || (LastIndex == AttributeSet::FunctionIndex in verifyAttributeCount()
|
/external/v8/src/regexp/ |
D | regexp-utils.cc | 59 return handle(JSRegExp::cast(*recv)->LastIndex(), isolate); in GetLastIndex() 152 Object* last_index = JSRegExp::cast(recv)->LastIndex(); in IsUnmodifiedRegExp()
|
/external/golang-protobuf/ptypes/ |
D | any.go | 57 slash := strings.LastIndex(any.TypeUrl, "/")
|
/external/clang/lib/Parse/ |
D | ParseStmtAsm.cpp | 82 unsigned LastIndex = FirstIndex + NumConsumedToks - 1; in LookupInlineAsmIdentifier() local 87 (AsmTokOffsets[LastIndex] + AsmToks[LastIndex].getLength() - in LookupInlineAsmIdentifier()
|
/external/boringssl/src/ssl/test/runner/ |
D | tls.go | 127 colonPos := strings.LastIndex(addr, ":")
|
/external/boringssl/src/util/ |
D | run_android_tests.go | 102 idx := strings.LastIndex(stdoutStr, delimiter)
|
D | doc.go | 258 j := strings.LastIndex(decl[:i], " ")
|
/external/wayland-protocols/ |
D | wayland_protocol_codegen.go | 357 dot := strings.LastIndex(input, ".")
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.pas | 2619 property LastIndex: Integer read GetLastIndex write SetLastIndex; property 6028 if (IOp.Index >= ROp.Index) and (IOp.Index <= ROp.LastIndex) then 6040 if (PrevROp.Index >= ROp.Index) and (PrevROp.LastIndex <= ROp.LastIndex) then 6047 Disjoint := (PrevROp.LastIndex < ROp.Index) or (PrevROp.Index > ROp.LastIndex); 6048 Same := (PrevROp.Index = ROp.Index) and (PrevROp.LastIndex = ROp.LastIndex); 6091 if (IOp.Index >= ROp.Index) and (IOp.Index <= ROp.LastIndex) then
|
/external/golang-protobuf/protoc-gen-go/generator/ |
D | generator.go | 283 slash := strings.LastIndex(pkg, "/") 714 if i := strings.LastIndex(p, "/"); i >= 0 { 1566 if i := strings.LastIndex(name, "."); i >= 0 { 2775 if i := strings.LastIndex(name, "/"); i >= 0 { 2779 if i := strings.LastIndex(name, "."); i >= 0 {
|
/external/golang-protobuf/jsonpb/ |
D | jsonpb.go | 349 if slash := strings.LastIndex(mname, "/"); slash >= 0 { 683 if slash := strings.LastIndex(mname, "/"); slash >= 0 {
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Verifier.cpp | 620 unsigned LastIndex = Attrs.getSlot(LastSlot).Index; in VerifyAttributeCount() local 621 if (LastIndex <= Params in VerifyAttributeCount() 622 || (LastIndex == (unsigned)~0 in VerifyAttributeCount()
|
/external/golang-protobuf/proto/ |
D | text_parser.go | 479 if s := strings.LastIndex(extName, "/"); s >= 0 {
|
/external/v8/src/runtime/ |
D | runtime-regexp.cc | 1097 Handle<Object> last_index_obj(regexp->LastIndex(), isolate); in StringReplaceNonGlobalRegExpWithFunction() 1191 Handle<Object> last_index_obj(regexp->LastIndex(), isolate); in RegExpReplace()
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 63 unsigned LastIndex) { in AssignToArrayRange() argument 65 for (unsigned I = FirstIndex; I <= LastIndex; ++I) { in AssignToArrayRange()
|
/external/v8/src/ |
D | objects-inl.h | 7023 Object* JSRegExp::LastIndex() { in LastIndex() function
|
D | objects.h | 8523 inline Object* LastIndex();
|