Home
last modified time | relevance | path

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

12345

/external/libchrome/base/
Dbind_unittest.cc238 explicit DeleteCounter(int* deletes) in DeleteCounter() argument
239 : deletes_(deletes) { in DeleteCounter()
704 int deletes = 0; in TEST_F() local
705 DeleteCounter* counter = new DeleteCounter(&deletes); in TEST_F()
713 EXPECT_EQ(0, deletes); in TEST_F()
715 EXPECT_EQ(1, deletes); in TEST_F()
717 deletes = 0; in TEST_F()
718 counter = new DeleteCounter(&deletes); in TEST_F()
722 EXPECT_EQ(0, deletes); in TEST_F()
724 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/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/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/python/cpython2/Misc/NEWS.d/next/Core and Builtins/
D2018-03-14-21-42-17.bpo-25750.lxgkQz.rst2 descriptor deletes itself from the class. Patch by Jeroen Demeyer.
/external/llvm/test/Transforms/Inline/
Dinline_dce.ll1 ; This checks to ensure that the inline pass deletes functions if they get
/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/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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/
DDeadSetCC.ll4 ; Check that simplifycfg deletes a dead 'seteq' instruction when it
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dinline_dce.ll1 ; This checks to ensure that the inline pass deletes functions if they get
Dclear-analyses.ll4 ; separately from when it deletes the function.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalDCE/
Dcrash-assertingvh.ll3 ; to assert when global DCE deletes the body of the function.
/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/autotest/client/tests/iozone/
Dclang_fortify.patch1 This patch deletes redeclarations of standard library functions. This is needed
/external/autotest/client/site_tests/desktopui_FlashSanityCheck/
Dcontrol.delete-component8 CRITERIA = 'This test deletes the component updated files.'
/external/llvm/test/Transforms/LICM/
DAliasSetMemSet.ll2 ; Check no assertion when loop-idiom deletes the MemSet already analyzed by licm
/external/swiftshader/third_party/llvm-7.0/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/python/cpython3/Lib/idlelib/
Dconfig-extensions.def53 # invoked, inserts or deletes z-text at beginning of every line.
/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/swiftshader/third_party/stlport-cpp11-extension/
Dmemory74 // Thread safe decrement, deletes node_ if holding last remaining reference.
252 // A smart pointer that deletes the given pointer on destruction.

12345