Home
last modified time | relevance | path

Searched refs:deletes (Results 1 – 25 of 64) sorted by relevance

123

/external/libchrome/base/
Dbind_unittest.cc234 explicit DeleteCounter(int* deletes) in DeleteCounter() argument
235 : deletes_(deletes) { in DeleteCounter()
761 int deletes = 0; in TEST_F() local
762 DeleteCounter* counter = new DeleteCounter(&deletes); in TEST_F()
770 EXPECT_EQ(0, deletes); in TEST_F()
772 EXPECT_EQ(1, deletes); in TEST_F()
774 deletes = 0; in TEST_F()
775 counter = new DeleteCounter(&deletes); in TEST_F()
779 EXPECT_EQ(0, deletes); in TEST_F()
781 EXPECT_EQ(1, deletes); in TEST_F()
[all …]
/external/webrtc/webrtc/system_wrappers/source/
Dscoped_vector_unittest.cc257 explicit DeleteCounter(int* deletes) in DeleteCounter() argument
258 : deletes_(deletes) { in DeleteCounter()
289 int deletes = 0; in TEST() local
291 deleter_vector.push_back(new DeleteCounter(&deletes)); in TEST()
292 EXPECT_EQ(0, deletes); in TEST()
294 EXPECT_EQ(0, deletes); in TEST()
296 EXPECT_EQ(0, deletes); in TEST()
298 EXPECT_EQ(1, deletes); in TEST()
/external/libchrome/base/memory/
Dscoped_vector_unittest.cc263 explicit DeleteCounter(int* deletes) in DeleteCounter() argument
264 : deletes_(deletes) { in DeleteCounter()
285 int deletes = 0; in TEST() local
287 deleter_vector.push_back(new DeleteCounter(&deletes)); in TEST()
288 EXPECT_EQ(0, deletes); in TEST()
291 EXPECT_EQ(0, deletes); in TEST()
293 EXPECT_EQ(0, deletes); in TEST()
295 EXPECT_EQ(1, deletes); in TEST()
/external/ltp/testcases/network/stress/interface/
D00_Descriptions.txt11 then deletes an IPv4 alias many times
19 then and deletes an IPv4/IPv6 route many times
/external/jdiff/src/jdiff/
DDiff.java126 int deletes = hunk.deleted; in mergeDiffs() local
129 if (deletes == 1 && inserts == 1) { in mergeDiffs()
137 if (deletes == 1 && inserts == 1 && in mergeDiffs()
182 int deletes = hunk.deleted; in addDiffs() local
184 if (deletes == 0 && inserts == 0) { in addDiffs()
200 System.out.println("deletes: " + deletes); in addDiffs()
215 if (deletes != 0) { in addDiffs()
/external/swiftshader/third_party/LLVM/test/Transforms/Inline/
Dinline_dce.ll1 ; This checks to ensure that the inline pass deletes functions if they get
/external/llvm/test/Transforms/Inline/
Dinline_dce.ll1 ; This checks to ensure that the inline pass deletes functions if they get
/external/autotest/server/site_tests/platform_UReadAheadServer/
Dcontrol17 This test deletes the existing ureadahead pack files from the client, reboots
/external/llvm/test/Transforms/SimplifyCFG/
DDeadSetCC.ll4 ; Check that simplifycfg deletes a dead 'seteq' instruction when it
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/
DDeadSetCC.ll4 ; Check that simplifycfg deletes a dead 'seteq' instruction when it
/external/autotest/client/site_tests/desktopui_FlashSanityCheck/
Dcontrol.delete-component8 CRITERIA = 'This test deletes the component updated files.'
/external/autotest/client/tests/iozone/
Dclang_fortify.patch1 This patch deletes redeclarations of standard library functions. This is needed
/external/python/cpython2/Lib/idlelib/
Dhelp.txt161 Backspace deletes char to the left; DEL deletes char to the right.
162 Control-backspace deletes word left, Control-DEL deletes word right.
180 indentation, Backspace deletes up to 4 spaces if they are there. Tab
/external/llvm/test/Transforms/LICM/
DAliasSetMemSet.ll2 ; Check no assertion when loop-idiom deletes the MemSet already analyzed by licm
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
Dvarsub.bat28 # Substitutes variables into rules and deletes variable definition
/external/iptables/extensions/
Dlibxt_SET.man1 This module adds and/or deletes entries from IP sets which can be defined
/external/ltp/testscripts/
DReadme_ROBind51 Rapidly creates and deletes files through multiple processes running in the
/external/e2fsprogs/intl/
DMakefile.in517 $(E) "it deletes files that may require special tools to rebuild."
/external/vulkan-validation-layers/
Dbuild_windows_targets.bat18 REM deletes build, creates build, runs CMake and compiles 64-bit Debug and Release.
/external/ltp/testcases/kernel/fs/fs_inod/
Dfs_inod_readme.txt26 DESCRIPTION: Rapidly creates and deletes files through
/external/python/cpython2/Doc/library/
Dbdb.rst43 the last breakpoint in that position, it also deletes the entry for the
170 breakpoint is a temporary one, this method deletes it.
Dpoplib.rst140 deliberately violates the RFCs by doing pending deletes on any disconnect).
Didle.rst349 * :kbd:`Backspace` deletes to the left; :kbd:`Del` deletes to the right
391 the next line is dedented. In leading indentation, :kbd:`Backspace` deletes up
/external/ltp/utils/ffsb-6.0-rc2/
DREADME175 deletes - calls unlink() on a filename and removes it from the
191 deletes and metas are considered single operations.
/external/llvm/test/CodeGen/X86/
Dremat-fold-load.ll4 ; During coalescing, remat triggers DCE which deletes the penultimate use of a

123