Searched refs:tail (Results 1 – 12 of 12) sorted by relevance
18 tail -n 1 "$2" | diff --strip-trailing-cr -q "$1" - >/dev/null
65 Arena* tail = top_arena_->next_; in AllocateFromNextArena() local68 top_arena_->next_ = tail; in AllocateFromNextArena()
45 bx r12 @ if non-null, tail call to method's code
130 bx r12 @ tail-call into actual code
270 bx r12 @ tail call to target985 bx r12 @ tail-call into actual code
168 ulimit -S $(du -c -B512 ${ANDROID_ROOT}/framework | tail -1 | cut -f1) || exit 1
1008 StringPiece tail(rhs); in operator ==() local1009 if (!tail.starts_with("(")) { in operator ==()1012 tail.remove_prefix(1); // "("; in operator ==()1017 if (!tail.starts_with(param)) { in operator ==()1020 tail.remove_prefix(param.length()); in operator ==()1023 if (!tail.starts_with(")")) { in operator ==()1026 tail.remove_prefix(1); // ")"; in operator ==()1027 return tail == dex_file_->StringByTypeIdx(proto_id_->return_type_idx_); in operator ==()
313 std::string tail(option.substr(option[1] == 'X' ? 10 : 15)); in Parse() local315 if (tail == "help" || !Dbg::ParseJdwpOptions(tail)) { in Parse()316 if (tail != "help") { in Parse()317 UsageMessage(stderr, "Failed to parse JDWP option %s\n", tail.c_str()); in Parse()
472 diff --strip-trailing-cr -u "$expected" "$output" | tail -n 500
463 HUseListNode(T* user, size_t index, HUseListNode* tail)464 : user_(user), index_(index), tail_(tail) {}
1091 tail = line[pos:]1092 num_open = tail.count(startchar) - tail.count(endchar)
1023 jr $v0 # tail call to method