/external/libchrome/base/ |
D | bind_unittest.cc | 234 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/ |
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/libchrome/base/memory/ |
D | scoped_vector_unittest.cc | 263 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/ |
D | 00_Descriptions.txt | 11 then deletes an IPv4 alias many times 19 then and deletes an IPv4/IPv6 route many times
|
/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/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/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/autotest/client/site_tests/desktopui_FlashSanityCheck/ |
D | control.delete-component | 8 CRITERIA = 'This test deletes the component updated files.'
|
/external/autotest/client/tests/iozone/ |
D | clang_fortify.patch | 1 This patch deletes redeclarations of standard library functions. This is needed
|
/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/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/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/vulkan-validation-layers/ |
D | build_windows_targets.bat | 18 REM deletes build, creates build, runs CMake and compiles 64-bit Debug and Release.
|
/external/ltp/testcases/kernel/fs/fs_inod/ |
D | fs_inod_readme.txt | 26 DESCRIPTION: Rapidly creates and deletes files through
|
/external/python/cpython2/Doc/library/ |
D | bdb.rst | 43 the last breakpoint in that position, it also deletes the entry for the 170 breakpoint is a temporary one, this method deletes it.
|
D | poplib.rst | 140 deliberately violates the RFCs by doing pending deletes on any disconnect).
|
D | idle.rst | 349 * :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/ |
D | README | 175 deletes - calls unlink() on a filename and removes it from the 191 deletes and metas are considered single operations.
|
/external/llvm/test/CodeGen/X86/ |
D | remat-fold-load.ll | 4 ; During coalescing, remat triggers DCE which deletes the penultimate use of a
|