Home
last modified time | relevance | path

Searched refs:destructive (Results 1 – 25 of 84) sorted by relevance

1234

/external/grpc-grpc/src/core/lib/iomgr/
Dresource_quota.cc270 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 …]
Dresource_quota.h126 bool destructive, grpc_closure* closure);
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dresource_quota.cc277 static bool rq_reclaim(grpc_resource_quota* resource_quota, bool destructive);
414 static bool rq_reclaim(grpc_resource_quota* resource_quota, bool destructive) { in rq_reclaim() argument
416 grpc_rulist list = destructive ? GRPC_RULIST_RECLAIMER_DESTRUCTIVE in rq_reclaim()
423 destructive ? "destructive" : "benign"); in rq_reclaim()
427 grpc_closure* c = resource_user->reclaimers[destructive]; in rq_reclaim()
431 resource_user->reclaimers[destructive] = nullptr; in rq_reclaim()
508 bool destructive) { in ru_post_reclaimer() argument
509 grpc_closure* closure = resource_user->new_reclaimers[destructive]; in ru_post_reclaimer()
511 resource_user->new_reclaimers[destructive] = nullptr; in ru_post_reclaimer()
512 GPR_ASSERT(resource_user->reclaimers[destructive] == nullptr); in ru_post_reclaimer()
[all …]
Dresource_quota.h143 bool destructive, grpc_closure* closure);
/external/mesa3d/src/panfrost/midgard/
Dmidgard_schedule.c319 bool destructive; member
438 bool destructive) in mir_adjust_constants() argument
473 if (!destructive) in mir_adjust_constants()
571 mir_live_effect(uint16_t *liveness, midgard_instruction *ins, bool destructive) in mir_live_effect() argument
581 if (destructive) in mir_live_effect()
605 if (destructive) in mir_live_effect()
720 if (predicate->destructive) { in mir_choose_instruction()
755 .destructive = false, in mir_choose_bundle()
955 .destructive = true, in mir_schedule_texture()
984 .destructive = true, in mir_schedule_ldst()
[all …]
/external/ltp/testcases/kernel/fs/scsi/ltpfs/
Dltpfsio.sh33 …- These operations are destructive so do NOT point the tests to partitions where the data shouldn'…
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dltpfsscsi.sh31 …- These operations are destructive so do NOT point the tests to partitions where the data shouldn'…
/external/ltp/testscripts/
Dltpfsnolvm.sh40 …- These operations are destructive so do NOT point the tests to partitions where the data shouldn'…
Dltpfslvm.sh43 …- These operations are destructive so do NOT point the tests to partitions where the data shouldn'…
Dltp-aiodio.sh55 …- WARNING !! The partition you pass will be overwritten. This is a destructive test so only pass a…
/external/autotest/server/site_tests/power_DeferForFlashrom/
Dcontrol13 potentially-destructive write operations and that powerd defers suspend or
/external/autotest/server/site_tests/tast/
Dcontrol.hwsec-destructive-crosbolt-perbuild6 NAME = 'tast.hwsec-destructive-crosbolt-perbuild'
Dcontrol.hwsec-destructive-func6 NAME = 'tast.hwsec-destructive-func'
/external/e2fsprogs/doc/RelNotes/
Dv1.34.txt42 randomness in its non-destructive read/write test, instead of using a
58 Fixed the badblocks program so that the destructive read/write test
Dv1.19.txt66 Added non-destructive write testing to the badblocks program, courtesy
/external/tpm2-tss/
Dconfigure.ac387 …G([--with-ptpmtests=<case>],[Comma-separated values of possible tests: destructive,mandatory,optio…
388 …[AS_IF([test "x" = x$(echo $with_ptpmtests | sed 's/destructive//g' | sed 's/mandatory//g' | se…
394 if echo $with_ptpmtests | grep destructive > /dev/null; then
/external/ltp/testcases/kernel/io/disktest/
DREADME129 - non-destructive read/write IO function
/external/antlr/runtime/ObjC/Framework/
DCommonTreeNodeStream.m228 /** For debugging; destructive: moves tree iterator to end. */
/external/llvm/docs/HistoricalNotes/
D2001-05-18-ExceptionHandling.txt198 nondestructive walk that builds a stack trace, then a destructive walk that
/external/llvm-project/llvm/docs/HistoricalNotes/
D2001-05-18-ExceptionHandling.txt198 nondestructive walk that builds a stack trace, then a destructive walk that
/external/llvm/docs/
DStackMaps.rst141 be overwritten by destructive patching. Without shadow bytes, this
142 destructive patching could overwrite program text or data outside the
/external/llvm-project/llvm/docs/
DStackMaps.rst141 be overwritten by destructive patching. Without shadow bytes, this
142 destructive patching could overwrite program text or data outside the
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64.td116 // enabled if MOVPRFX instructions are known to merge with the destructive
126 "merged with destructive operations",
/external/llvm-project/libcxx/docs/
DCxx1zStatusPaperStatus.csv38 "`P0154R1 <https://wg21.link/P0154R1>`__","LWG","constexpr std::hardware_{constructive,destructive}…
/external/python/cpython2/Lib/test/decimaltestdata/
DddRemainder.decTest584 -- destructive subtract

1234