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
344 bx r12 @ tail call to target914 bx r12 @ tail-call into actual code
1078 StringPiece tail(rhs); in operator ==() local1079 if (!tail.starts_with("(")) { in operator ==()1082 tail.remove_prefix(1); // "("; in operator ==()1087 if (!tail.starts_with(param)) { in operator ==()1090 tail.remove_prefix(param.length()); in operator ==()1093 if (!tail.starts_with(")")) { in operator ==()1096 tail.remove_prefix(1); // ")"; in operator ==()1097 return tail == dex_file_->StringByTypeIdx(proto_id_->return_type_idx_); in operator ==()
723 const uint8_t *tail = reinterpret_cast<const uint8_t*>(data + nblocks * 4); in operator() local728 k1 ^= tail[2] << 16; in operator()731 k1 ^= tail[1] << 8; in operator()734 k1 ^= tail[0]; in operator()
293 ulimit -S $(du -c -B512 ${ANDROID_HOST_OUT}/framework | tail -1 | cut -f1) || exit 1
740 diff --strip-trailing-cr -u "$expected" "$output" | tail -n 2000
395 head, tail = self.__headAndTail(checkLines)397 return notChecks, [head], tail
1091 tail = line[pos:]1092 num_open = tail.count(startchar) - tail.count(endchar)
1124 jalr $zero, $t9 # tail call to method
1390 jalr $zero, $t9 # tail call to method