| /external/python/pybind11/tests/ |
| D | test_call_policies.py | 23 Releasing child. 29 assert capture == "Releasing parent." 44 Releasing parent. 45 Releasing child. 62 Releasing child. 68 assert capture == "Releasing parent." 83 Releasing parent. 84 Releasing child. 104 Releasing parent. 105 Releasing child. [all …]
|
| D | test_call_policies.cpp | 41 ~Child() { py::print("Releasing child."); } in TEST_SUBMODULE() 50 ~Parent() { py::print("Releasing parent."); } in TEST_SUBMODULE()
|
| /external/okio/ |
| D | CONTRIBUTING.md | 34 * [Releasing][releasing] 37 [releasing]: http://square.github.io/okio/releasing/
|
| /external/kotlinpoet/ |
| D | RELEASING.md | 1 Releasing chapter 23 * `ORG_GRADLE_PROJECT_mavenCentralUsername` - Sonatype username for releasing to `com.squareup`. 24 * `ORG_GRADLE_PROJECT_mavenCentralPassword` - Sonatype password for releasing to `com.squareup`.
|
| /external/OpenCL-CTS/test_conformance/buffers/ |
| D | test_image_migrate.cpp | 397 print_error(err, "Failed releasing memory object."); in test_image_migrate() 403 print_error(err, "Failed releasing memory object."); in test_image_migrate() 409 print_error(err, "Failed releasing memory object."); in test_image_migrate() 418 print_error(err, "Failed releasing command queue."); in test_image_migrate() 426 print_error(err, "Failed releasing sub device."); in test_image_migrate() 437 print_error(err, "Failed releasing sampler."); in test_image_migrate() 446 print_error(err, "Failed releasing program."); in test_image_migrate() 454 print_error(err, "Failed releasing kernel."); in test_image_migrate() 462 print_error(err, "Failed releasing context."); in test_image_migrate()
|
| D | test_buffer_migrate.cpp | 344 print_error(err, "Failed releasing memory object."); in test_buffer_migrate() 350 print_error(err, "Failed releasing memory object."); in test_buffer_migrate() 356 print_error(err, "Failed releasing memory object."); in test_buffer_migrate() 366 print_error(err, "Failed releasing command queue."); in test_buffer_migrate() 374 print_error(err, "Failed releasing sub device."); in test_buffer_migrate() 385 print_error(err, "Failed releasing program."); in test_buffer_migrate() 393 print_error(err, "Failed releasing kernel."); in test_buffer_migrate() 401 print_error(err, "Failed releasing context."); in test_buffer_migrate()
|
| /external/clang/test/Sema/ |
| D | warn-thread-safety-analysis.c | 121 …mutex_shared_unlock(&mu1); // expected-warning {{releasing mutex 'mu1' using shared access, ex… in main() 122 mutex_exclusive_unlock(&mu1); // expected-warning {{releasing mutex 'mu1' that was not held}} in main() 125 …mutex_exclusive_unlock(&mu1); // expected-warning {{releasing mutex 'mu1' using exclusive access, … in main() 126 mutex_shared_unlock(&mu1); // expected-warning {{releasing mutex 'mu1' that was not held}} in main()
|
| /external/grpc-grpc-java/ |
| D | RELEASING.md | 87 5. Continue with Google-internal steps at go/grpc/java/releasing. 147 Trigger build as described in "Auto releasing using kokoro" at 148 go/grpc/java/releasing. 156 Releasing on Maven Central 164 process). You can see the complete process for releasing to Maven Central on the 165 [OSSRH site](http://central.sonatype.org/pages/releasing-the-deployment.html).
|
| /external/libnl/lib/route/link/ |
| D | bonding.c | 146 * @note The feature of enslaving/releasing via netlink has only been added 187 * Constructs a RTM_NEWLINK or RTM_SETLINK message releasing the slave from 190 * @note The feature of enslaving/releasing via netlink has only been added
|
| /external/e2fsprogs/tests/scripts/ |
| D | mkdup | 22 echo "Releasing blocks $BLKS" 32 echo "Releasing blocks $BLKS"
|
| /external/grpc-grpc/src/objective-c/RxLibrary/ |
| D | GRXWriter+Immediate.h | 46 * Returns a writer that sends the passed value to its writeable and then finishes (releasing the 53 * (then releasing the error).
|
| D | GRXImmediateWriter.h | 62 * Returns a writer that sends the passed value to its writeable and then finishes (releasing the 69 * (then releasing the error).
|
| /external/boringssl/src/ |
| D | API-CONVENTIONS.md | 184 of each object, or what code is responsible for releasing it. This matches the 188 the latter, ownership means the code is responsible for releasing one 218 for releasing the output pointer, but it must not use the pointer beyond its 223 one, the caller is responsible for releasing the object when it is done.
|
| /external/cronet/third_party/boringssl/src/ |
| D | API-CONVENTIONS.md | 184 of each object, or what code is responsible for releasing it. This matches the 188 the latter, ownership means the code is responsible for releasing one 218 for releasing the output pointer, but it must not use the pointer beyond its 223 one, the caller is responsible for releasing the object when it is done.
|
| /external/ktfmt/ |
| D | README.md | 118 ### Releasing subsection 120 See [RELEASING.md](RELEASING.md).
|
| /external/toolchain-utils/crosperf/ |
| D | benchmark_run_unittest.py | 248 "Releasing machine: chromeos1-row3-rack5-host7.cros", 265 "Releasing machine: chromeos1-row3-rack5-host7.cros", 282 "Releasing machine: chromeos1-row3-rack5-host7.cros", 300 "Releasing machine: chromeos1-row3-rack5-host7.cros",
|
| /external/opencensus-java/ |
| D | RELEASING.md | 166 ## Releasing on Maven Central 173 the complete process for releasing to Maven Central on the [OSSRH 174 site](http://central.sonatype.org/pages/releasing-the-deployment.html). 192 After releasing is done, you need to update all readmes and examples to point to the
|
| /external/webrtc/sdk/objc/components/video_codec/ |
| D | nalu_rewriter.h | 39 // Caller is responsible for releasing the created sample buffer. 48 // The caller is responsible for releasing the description.
|
| /external/clang/test/PCH/ |
| D | thread-safety-attrs.cpp | 212 // expected-warning{{releasing mutex 'sls_mu' that was not held}} in sls_fun_bad_1() 252 expected-warning{{releasing mutex 'sls_mu' that was not held}} in sls_fun_bad_6() 300 // expected-warning{{releasing mutex 'sls_mu' that was not held}} in sls_fun_bad_11()
|
| /external/perfetto/docs/ |
| D | toc.md | 79 * [Releasing the SDK](contributing/sdk-releasing.md)
|
| /external/arm-trusted-firmware/lib/locks/bakery/ |
| D | bakery_lock_coherent.c | 158 * before releasing the lock. Also ensure all loads in the critical in bakery_lock_release() 159 * section are complete before releasing the lock. Release the lock by in bakery_lock_release()
|
| /external/libnl/lib/route/qdisc/ |
| D | plug.c | 100 * Unplug the qdisc, releasing packets from queue head 117 * Indefinitely unplug the qdisc, releasing all packets.
|
| /external/grpc-grpc/src/core/ext/filters/client_channel/ |
| D | backup_poller.cc | 157 /* Get a reference to g_poller->pollset before releasing g_poller_mu to make in grpc_client_channel_start_backup_polling() 159 * releasing the lock and setting g_poller to NULL in g_poller_unref() is in grpc_client_channel_start_backup_polling()
|
| /external/libbrillo/brillo/glib/ |
| D | dbus.cc | 241 // Handle the error codes, releasing the name if exclusivity conditions in RegisterExclusiveService() 245 LOG(ERROR) << "Failed to become the primary owner. Releasing . . ."; in RegisterExclusiveService() 252 LOG(ERROR) << "Service name request enqueued despite our flags. Releasing"; in RegisterExclusiveService()
|
| /external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/ |
| D | backup_poller.cc | 165 /* Get a reference to g_poller->pollset before releasing g_poller_mu to make in grpc_client_channel_start_backup_polling() 167 * releasing the lock and setting g_poller to NULL in g_poller_unref() is in grpc_client_channel_start_backup_polling()
|