/external/libchrome/base/ |
D | bind_unittest.cc | 238 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/ |
D | scoped_vector_unittest.cc | 257 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/ |
D | Diff.java | 126 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/ |
D | 00_Descriptions.txt | 11 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/ |
D | 2018-03-14-21-42-17.bpo-25750.lxgkQz.rst | 2 descriptor deletes itself from the class. Patch by Jeroen Demeyer.
|
/external/llvm/test/Transforms/Inline/ |
D | inline_dce.ll | 1 ; This checks to ensure that the inline pass deletes functions if they get
|
/external/swiftshader/third_party/LLVM/test/Transforms/Inline/ |
D | inline_dce.ll | 1 ; This checks to ensure that the inline pass deletes functions if they get
|
/external/autotest/server/site_tests/platform_UReadAheadServer/ |
D | control | 17 This test deletes the existing ureadahead pack files from the client, reboots
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | DeadSetCC.ll | 4 ; Check that simplifycfg deletes a dead 'seteq' instruction when it
|
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/ |
D | DeadSetCC.ll | 4 ; Check that simplifycfg deletes a dead 'seteq' instruction when it
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/ |
D | DeadSetCC.ll | 4 ; Check that simplifycfg deletes a dead 'seteq' instruction when it
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/ |
D | inline_dce.ll | 1 ; This checks to ensure that the inline pass deletes functions if they get
|
D | clear-analyses.ll | 4 ; separately from when it deletes the function.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalDCE/ |
D | crash-assertingvh.ll | 3 ; to assert when global DCE deletes the body of the function.
|
/external/python/cpython2/Lib/idlelib/ |
D | help.txt | 161 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/ |
D | clang_fortify.patch | 1 This patch deletes redeclarations of standard library functions. This is needed
|
/external/autotest/client/site_tests/desktopui_FlashSanityCheck/ |
D | control.delete-component | 8 CRITERIA = 'This test deletes the component updated files.'
|
/external/llvm/test/Transforms/LICM/ |
D | AliasSetMemSet.ll | 2 ; Check no assertion when loop-idiom deletes the MemSet already analyzed by licm
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LICM/ |
D | AliasSetMemSet.ll | 2 ; 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/ |
D | varsub.bat | 28 # Substitutes variables into rules and deletes variable definition
|
/external/iptables/extensions/ |
D | libxt_SET.man | 1 This module adds and/or deletes entries from IP sets which can be defined
|
/external/python/cpython3/Lib/idlelib/ |
D | config-extensions.def | 53 # invoked, inserts or deletes z-text at beginning of every line.
|
/external/ltp/testscripts/ |
D | Readme_ROBind | 51 Rapidly creates and deletes files through multiple processes running in the
|
/external/e2fsprogs/intl/ |
D | Makefile.in | 517 $(E) "it deletes files that may require special tools to rebuild."
|
/external/swiftshader/third_party/stlport-cpp11-extension/ |
D | memory | 74 // Thread safe decrement, deletes node_ if holding last remaining reference. 252 // A smart pointer that deletes the given pointer on destruction.
|