/external/abseil-cpp/absl/cleanup/ |
D | cleanup_test.cc | 97 auto cleanup = absl::MakeCleanup(std::move(callback)); in TYPED_TEST() local 105 auto cleanup = absl::MakeCleanup(&FnPtrFunction); in TYPED_TEST() local 112 auto cleanup = absl::MakeCleanup(FnPtrFunction); in TYPED_TEST() local 123 absl::Cleanup cleanup = std::move(callback); in TYPED_TEST() local 131 absl::Cleanup cleanup = &FnPtrFunction; in TYPED_TEST() local 138 absl::Cleanup cleanup = FnPtrFunction; in TYPED_TEST() local 195 auto cleanup = in TYPED_TEST() local 207 auto cleanup = absl::MakeCleanup(TypeParam::AsCallback(&FnPtrFunction)); in TYPED_TEST() local 218 auto cleanup = in TYPED_TEST() local 233 auto cleanup = in TYPED_TEST() local [all …]
|
/external/webrtc/third_party/abseil-cpp/absl/cleanup/ |
D | cleanup_test.cc | 97 auto cleanup = absl::MakeCleanup(std::move(callback)); in TYPED_TEST() local 105 auto cleanup = absl::MakeCleanup(&FnPtrFunction); in TYPED_TEST() local 112 auto cleanup = absl::MakeCleanup(FnPtrFunction); in TYPED_TEST() local 123 absl::Cleanup cleanup = std::move(callback); in TYPED_TEST() local 131 absl::Cleanup cleanup = &FnPtrFunction; in TYPED_TEST() local 138 absl::Cleanup cleanup = FnPtrFunction; in TYPED_TEST() local 195 auto cleanup = in TYPED_TEST() local 207 auto cleanup = absl::MakeCleanup(TypeParam::AsCallback(&FnPtrFunction)); in TYPED_TEST() local 218 auto cleanup = in TYPED_TEST() local 233 auto cleanup = in TYPED_TEST() local [all …]
|
/external/angle/third_party/abseil-cpp/absl/cleanup/ |
D | cleanup_test.cc | 97 auto cleanup = absl::MakeCleanup(std::move(callback)); in TYPED_TEST() local 105 auto cleanup = absl::MakeCleanup(&FnPtrFunction); in TYPED_TEST() local 112 auto cleanup = absl::MakeCleanup(FnPtrFunction); in TYPED_TEST() local 123 absl::Cleanup cleanup = std::move(callback); in TYPED_TEST() local 131 absl::Cleanup cleanup = &FnPtrFunction; in TYPED_TEST() local 138 absl::Cleanup cleanup = FnPtrFunction; in TYPED_TEST() local 195 auto cleanup = in TYPED_TEST() local 207 auto cleanup = absl::MakeCleanup(TypeParam::AsCallback(&FnPtrFunction)); in TYPED_TEST() local 218 auto cleanup = in TYPED_TEST() local 233 auto cleanup = in TYPED_TEST() local [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/cleanup/ |
D | cleanup_test.cc | 97 auto cleanup = absl::MakeCleanup(std::move(callback)); in TYPED_TEST() local 105 auto cleanup = absl::MakeCleanup(&FnPtrFunction); in TYPED_TEST() local 112 auto cleanup = absl::MakeCleanup(FnPtrFunction); in TYPED_TEST() local 123 absl::Cleanup cleanup = std::move(callback); in TYPED_TEST() local 131 absl::Cleanup cleanup = &FnPtrFunction; in TYPED_TEST() local 138 absl::Cleanup cleanup = FnPtrFunction; in TYPED_TEST() local 195 auto cleanup = in TYPED_TEST() local 207 auto cleanup = absl::MakeCleanup(TypeParam::AsCallback(&FnPtrFunction)); in TYPED_TEST() local 218 auto cleanup = in TYPED_TEST() local 233 auto cleanup = in TYPED_TEST() local
|
/external/boringssl/src/ |
D | API-CONVENTIONS.md | 73 ### Heap-allocated types 107 ### Stack-allocated types 174 ### Data-only types 181 ### Ownership and lifetime
|
/external/clang/test/CodeGenCXX/ |
D | new-array-init-exceptions.cpp | 11 void cleanup(int n) { in cleanup() function 29 void cleanup() { in cleanup() function
|
/external/autotest/client/tests/cgroup/ |
D | cgroup.py | 64 def cleanup(self): member in cgroup 79 def cleanup(supress=False): function 318 def cleanup(supress=False): function
|
/external/ltp/include/old/ |
D | test.h | 138 # define tst_brkm(flags, cleanup, fmt, ...) do { \ argument 145 #define tst_brkm_(file, lineno, flags, cleanup, fmt, ...) do { \ argument 152 # define tst_brkm(flags, cleanup, fmt, ...) do { \ argument 198 #define tst_mkfs(cleanup, dev, fs_type, fs_opts, extra_opts) \ argument
|
/external/python/cpython3/Tools/importbench/ |
D | importbench.py | 20 def bench(name, cleanup=lambda: None, *, seconds=1, repeat=3): argument 109 def cleanup(): function 122 def cleanup(): function
|
/external/autotest/server/cros/clique_lib/ |
D | clique_dut_control.py | 148 def cleanup(self, run_num): member in CliqueControl 219 def cleanup(self, run_num): member in CliqueDUTRole 425 def cleanup(self, run_num): member in CliqueDUTBatch 459 def cleanup(self, run_num): member in CliqueDUTSet 494 def cleanup(self, run_num): member in CliqueDUTPool
|
/external/skia/src/gpu/d3d/ |
D | GrD3DTypesMinimal.cpp | 19 void GrD3DBackendSurfaceInfo::cleanup() { in cleanup() function in GrD3DBackendSurfaceInfo 80 void GrD3DTextureResourceSpecHolder::cleanup() { in cleanup() function in GrD3DTextureResourceSpecHolder
|
/external/ltp/testcases/kernel/syscalls/utils/ |
D | compat_16.h | 46 # define LTP_CREATE_SYSCALL(sys_name, cleanup, ...) \ argument 55 # define LTP_CREATE_SYSCALL(sys_name, cleanup, ...) \ argument 60 #define UID16_CHECK(uid, sys_name, cleanup) \ argument 67 #define GID16_CHECK(gid, sys_name, cleanup) \ argument
|
/external/webrtc/rtc_base/task_utils/ |
D | to_queued_task.h | 64 ClosureTaskWithCleanup(Closure&& closure, Cleanup&& cleanup) in ClosureTaskWithCleanup() 103 std::unique_ptr<QueuedTask> ToQueuedTask(Closure&& closure, Cleanup&& cleanup) { in ToQueuedTask()
|
/external/ltp/testcases/kernel/syscalls/swapon/ |
D | swapon02.c | 36 void (*cleanup)(void); member 73 void cleanup(void) in cleanup() function
|
/external/ltp/testcases/kernel/syscalls/fdatasync/ |
D | fdatasync02.c | 88 void (*cleanup) (void); /* Individual cleanup routine */ member 194 void cleanup(void) in cleanup() function
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | transfer_manager.cc | 58 auto cleanup = tensorflow::gtl::MakeCleanup( in TransferLiteralFromDevice() local 83 auto cleanup = tensorflow::gtl::MakeCleanup( in TransferLiteralFromDevice() local 108 auto cleanup = tensorflow::gtl::MakeCleanup( in TransferLiteralToDevice() local 123 auto cleanup = tensorflow::gtl::MakeCleanup( in TransferArrayFromDevice() local 151 auto cleanup = tensorflow::gtl::MakeCleanup( in TransferArrayToDevice() local
|
/external/ltp/testcases/kernel/syscalls/syslog/ |
D | syslog11.c | 83 void (*cleanup) (void); /* Individual cleanup routine */ member 209 void cleanup(void) in cleanup() function
|
/external/ltp/testcases/kernel/syscalls/chmod/ |
D | chmod06.c | 55 void (*cleanup)(void); member 135 static void cleanup(void) in cleanup() function
|
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/test/ |
D | StandardTestDispatcherTest.kt | 21 fun cleanup() { in <lambda>() method
|
/external/python/python-api-core/.kokoro/ |
D | build.sh | 46 cleanup() { function
|
D | trampoline.sh | 20 function cleanup() { function
|
/external/bcc/scripts/ |
D | build-deb.sh.in | 9 function cleanup() { function
|
/external/strace/tests-m32/ |
D | detach-running.test | 50 cleanup() function
|
/external/tensorflow/tensorflow/tools/ci_build/windows/cpu/pip/ |
D | build_tf_windows.sh | 51 function cleanup { function
|
/external/compiler-rt/lib/tsan/go/ |
D | buildgo.sh | 101 cleanup() { function
|