Searched refs:tail (Results 1 – 13 of 13) 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
1015 StringPiece tail(rhs); in operator ==() local1016 if (!tail.starts_with("(")) { in operator ==()1019 tail.remove_prefix(1); // "("; in operator ==()1024 if (!tail.starts_with(param)) { in operator ==()1027 tail.remove_prefix(param.length()); in operator ==()1030 if (!tail.starts_with(")")) { in operator ==()1033 tail.remove_prefix(1); // ")"; in operator ==()1034 return tail == dex_file_->StringByTypeIdx(proto_id_->return_type_idx_); in operator ==()
312 std::string tail(option.substr(option[1] == 'X' ? 10 : 15)); in Parse() local314 if (tail == "help" || !Dbg::ParseJdwpOptions(tail)) { in Parse()315 if (tail != "help") { in Parse()316 UsageMessage(stderr, "Failed to parse JDWP option %s\n", tail.c_str()); in Parse()
186 ulimit -S $(du -c -B512 ${ANDROID_ROOT}/framework | tail -1 | cut -f1) || exit 1
882 const uint8_t *tail = reinterpret_cast<const uint8_t*>(array.data() + nblocks * 4); in operator() local887 k1 ^= tail[2] << 16; in operator()889 k1 ^= tail[1] << 8; in operator()891 k1 ^= tail[0]; in operator()
477 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