Searched refs:destructive (Results 1 – 25 of 71) sorted by relevance
123
/external/grpc-grpc/src/core/lib/iomgr/ |
D | resource_quota.cc | 270 static bool rq_reclaim(grpc_resource_quota* resource_quota, bool destructive); 396 static bool rq_reclaim(grpc_resource_quota* resource_quota, bool destructive) { in rq_reclaim() argument 398 grpc_rulist list = destructive ? GRPC_RULIST_RECLAIMER_DESTRUCTIVE in rq_reclaim() 404 resource_user->name, destructive ? "destructive" : "benign"); in rq_reclaim() 408 grpc_closure* c = resource_user->reclaimers[destructive]; in rq_reclaim() 412 resource_user->reclaimers[destructive] = nullptr; in rq_reclaim() 487 bool destructive) { in ru_post_reclaimer() argument 488 grpc_closure* closure = resource_user->new_reclaimers[destructive]; in ru_post_reclaimer() 490 resource_user->new_reclaimers[destructive] = nullptr; in ru_post_reclaimer() 491 GPR_ASSERT(resource_user->reclaimers[destructive] == nullptr); in ru_post_reclaimer() [all …]
|
D | resource_quota.h | 126 bool destructive, grpc_closure* closure);
|
/external/ltp/testcases/kernel/fs/scsi/ltpfs/ |
D | ltpfsio.sh | 33 …- These operations are destructive so do NOT point the tests to partitions where the data shouldn'…
|
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | ltpfsscsi.sh | 31 …- These operations are destructive so do NOT point the tests to partitions where the data shouldn'…
|
/external/ltp/testscripts/ |
D | ltpfsnolvm.sh | 40 …- These operations are destructive so do NOT point the tests to partitions where the data shouldn'…
|
D | ltpfslvm.sh | 43 …- These operations are destructive so do NOT point the tests to partitions where the data shouldn'…
|
D | ltp-aiodio.sh | 55 …- WARNING !! The partition you pass will be overwritten. This is a destructive test so only pass a…
|
/external/autotest/server/site_tests/power_DeferForFlashrom/ |
D | control | 13 potentially-destructive write operations and that powerd defers suspend or
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.34.txt | 42 randomness in its non-destructive read/write test, instead of using a 58 Fixed the badblocks program so that the destructive read/write test
|
D | v1.19.txt | 66 Added non-destructive write testing to the badblocks program, courtesy
|
/external/antlr/runtime/ObjC/Framework/ |
D | CommonTreeNodeStream.m | 228 /** For debugging; destructive: moves tree iterator to end. */
|
/external/ltp/testcases/kernel/io/disktest/ |
D | README | 129 - non-destructive read/write IO function
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/ |
D | 2001-05-18-ExceptionHandling.txt | 198 nondestructive walk that builds a stack trace, then a destructive walk that
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2001-05-18-ExceptionHandling.txt | 198 nondestructive walk that builds a stack trace, then a destructive walk that
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-05-18-ExceptionHandling.txt | 198 nondestructive walk that builds a stack trace, then a destructive walk that
|
/external/llvm/docs/ |
D | StackMaps.rst | 141 be overwritten by destructive patching. Without shadow bytes, this 142 destructive patching could overwrite program text or data outside the
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | StackMaps.rst | 141 be overwritten by destructive patching. Without shadow bytes, this 142 destructive patching could overwrite program text or data outside the
|
/external/python/cpython3/Lib/test/decimaltestdata/ |
D | dqRemainder.decTest | 583 -- destructive subtract
|
D | ddRemainder.decTest | 584 -- destructive subtract
|
D | ddRemainderNear.decTest | 613 -- destructive subtract
|
D | dqRemainderNear.decTest | 615 -- destructive subtract
|
/external/python/cpython2/Lib/test/decimaltestdata/ |
D | ddRemainder.decTest | 584 -- destructive subtract
|
D | dqRemainderNear.decTest | 615 -- destructive subtract
|
D | ddRemainderNear.decTest | 613 -- destructive subtract
|
D | dqRemainder.decTest | 583 -- destructive subtract
|
123