Searched refs:remove (Results 1 - 15 of 15) sorted by relevance

/art/test/545-tracing-and-jit/src/
H A DMain.java118 map.remove("foo");
134 map.remove("foo");
150 map.remove("foo");
166 map.remove("foo");
181 set.remove("foo");
198 set.remove("foo");
215 set.remove("foo");
/art/test/062-character-encodings/src/
H A DMain.java21 needed.remove(canonicalName);
/art/compiler/utils/
H A Dassembler_test_base.h302 std::remove(data_name.c_str());
309 std::remove(data_name.c_str());
310 std::remove((data_name + ".dis").c_str());
311 std::remove(as_name.c_str());
318 std::remove(data_name.c_str());
319 std::remove(as_name.c_str());
320 std::remove((data_name + ".dis").c_str());
321 std::remove((as_name + ".dis").c_str());
433 std::remove((res->base_name + ".S").c_str());
434 std::remove((re
[all...]
H A Dintrusive_forward_list_test.cc406 ref.remove(1);
407 ifl.remove(1);
409 ref.remove(4);
410 ifl.remove(4);
H A Dintrusive_forward_list.h275 void remove(const value_type& value) { function in class:art::IntrusiveForwardList
/art/compiler/linker/
H A Drelative_patcher_test.h232 size_t remove = diff_indicator_str.length() / 3 - 5; local
234 oss << "[stripped " << remove << "]"; local
236 expected_hex_str.replace(0u, remove * 3u, replacement);
237 linked_hex_str.replace(0u, remove * 3u, replacement);
238 diff_indicator_str.replace(0u, remove * 3u, replacement);
/art/test/079-phantom/src/
H A DBitmap.java137 PhantomWrapper ref = (PhantomWrapper) mQueue.remove();
/art/cmdline/
H A Dtoken_range.h393 // we need to remove them and compress the token list into a smaller one.
394 bool remove = false; local
399 remove = true;
404 // Actually copy the token list and remove the tokens that don't match our predicate.
405 if (remove) {
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DSwitchBranchShifter.java164 switchInsn.targets.remove(mutation.switchTargetIdx);
/art/tools/dexfuzz/src/dexfuzz/program/
H A DMutatableCode.java240 mutatableInsns.remove(toBeDeletedIdx);
274 switchInsn.targets.remove(idxToChange);
/art/runtime/arch/mips/
H A Dquick_entrypoints_mips.S137 addiu $sp, $sp, ARG_SLOT_SIZE # remove argument slots on the stack
247 addiu $sp, $sp, ARG_SLOT_SIZE # remove argument slots on the stack
574 addiu $a3, $sp, ARG_SLOT_SIZE # pass $sp (remove arg slots)
1655 addiu $a3, $sp, ARG_SLOT_SIZE # pass $sp (remove arg slots)
1712 addiu $a3, $sp, ARG_SLOT_SIZE # pass $sp (remove arg slots)
1733 addiu $a1, $sp, ARG_SLOT_SIZE # save $sp (remove arg slots)
1754 addiu $sp, $sp, 16 # remove arg slots
1792 addiu $a2, $sp, ARG_SLOT_SIZE # pass $sp (remove arg slots)
1841 addiu $a1, $sp, ARG_SLOT_SIZE+16 # pass $sp (remove arg slots and temp storage)
/art/build/
H A DAndroid.gtest.mk64 $(call dexpreopt-remove-classes.dex,$@)
68 $(call dexpreopt-remove-classes.dex,$@)
/art/runtime/
H A Dthread_list.cc1271 list_.remove(self);
1275 // We failed to remove the thread due to a suspend request, loop and try again.
/art/runtime/arch/mips64/
H A Dquick_entrypoints_mips64.S1838 daddiu $sp, $sp, 16 # remove args
/art/tools/dmtracedump/
H A Dtracedump.cc1481 remove(path);

Completed in 484 milliseconds