/external/python/cpython3/Modules/clinic/ |
D | _testclinic_depr.c.h | 20 "deprecated. Parameter \'a\' will become a keyword-only parameter in\n" 76 "deprecated. Parameter 'a' will become a keyword-only parameter " in depr_star_new() 102 "is deprecated. Parameter \'a\' will become a keyword-only parameter in\n" 159 " is deprecated. Parameter 'a' will become a keyword-only " in depr_star_new_clone() 187 "deprecated. Parameter \'a\' will become a keyword-only parameter in\n" 243 "deprecated. Parameter 'a' will become a keyword-only parameter " in depr_star_init() 270 "become a keyword-only parameter in Python 3.14.\n" 327 "will become a keyword-only parameter in Python 3.14.", 1)) in depr_star_init_clone() 402 " and 'c' will become keyword-only parameters in Python 3.14.", 1)) in depr_star_init_noinline() 424 "deprecated. Parameter \'a\' will become positional-only in Python 3.14.\n" [all …]
|
/external/google-cloud-java/java-analytics-data/grpc-google-analytics-data-v1alpha/src/main/java/com/google/analytics/data/v1alpha/ |
D | AlphaAnalyticsDataGrpc.java | 144 * step. For example, how do prospects become shoppers and then become buyers? 145 * How do one time buyers become repeat buyers? With this information, you can 203 * step. For example, how do prospects become shoppers and then become buyers? 204 * How do one time buyers become repeat buyers? With this information, you can 249 * step. For example, how do prospects become shoppers and then become buyers? 250 * How do one time buyers become repeat buyers? With this information, you can 290 * step. For example, how do prospects become shoppers and then become buyers? 291 * How do one time buyers become repeat buyers? With this information, you can
|
/external/oj-libjdwp/src/share/classes/com/sun/jdi/ |
D | StackFrame.java | 77 * @throws InvalidStackFrameException if this stack frame has become 87 * @throws InvalidStackFrameException if this stack frame has become 100 * @throws InvalidStackFrameException if this stack frame has become 139 * @throws InvalidStackFrameException if this stack frame has become 157 * @throws InvalidStackFrameException if this stack frame has become 173 * @throws InvalidStackFrameException if this stack frame has become 189 * @throws InvalidStackFrameException if this stack frame has become 216 * @throws InvalidStackFrameException if this stack frame has become 233 * @throws InvalidStackFrameException if this stack frame has become
|
D | MonitorInfo.java | 42 * frame has become invalid. Once the frame's thread is resumed, 57 * frame has become invalid. Once the frame's thread is resumed, 69 * frame has become invalid. Once the frame's thread is resumed,
|
/external/executorch/backends/example/example_backend_delegate_passes/ |
D | permute_memory_formats_pass.py | 53 …# for example, if the pattern is conv, x -> conv -> out will become x -> conv -> to_dim(contiguous… 54 …# for x -> conv -> conv -> out, it will become x -> conv -> to_dim(contiguous) -> conv -> to_dim(c… 59 … # like, x -> conv -> out will become x -> conv -> to_dim(contiguous) -> out 77 … # like, x -> conv -> conv -> out will become x -> conv -> to_dim(contiguous) -> conv -> out 103 …ple, if the pattern is conv, x -> conv -> to_dim(contiguous) -> out will become x -> to_dim(channe… 104 …conv -> to_dim(contiguous) -> conv -> to_dim(contiguous) -> out, it will become x -> to_dim(channe…
|
/external/cldr/tools/scripts/ansible/ |
D | redact-db-playbook.yml | 59 become: yes 62 become: true 69 become: yes 72 become: true
|
D | monitoring-playbook.yml | 4 become: yes 9 - { role: datadog.datadog, become: yes }
|
/external/openthread/tests/scripts/thread-cert/ |
D | v1_2_test_backbone_router_service.py | 55 Backbone Router Service to the Leader and become Primary. 58 Leader and become Primary. 60 BBR_2 would become Primary and BBR_1 would change to Secondary with sequence 63 5) Stop BBR_2, BBR_1 would become Primary after detecting there is no available 65 6) Bring back BBR_2, and it would become Secondary. 99 # 1) First Backbone Router would become the Primary. 159 # Verify BBR_2 would become Primary and BBR_1 would change to 205 # Verify Sequence number increases when become Secondary from Primary.
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Merge.pbtxt | 6 The input tensors, exactly one of which will become available. 23 `Merge` waits for at least one of the tensors in `inputs` to become available. 26 `Merge` forwards the first tensor to become available to `output`, and sets
|
D | api_def_RefMerge.pbtxt | 7 The input tensors, exactly one of which will become available. 24 `Merge` waits for at least one of the tensors in `inputs` to become available. 27 `Merge` forwards the first tensor for become available to `output`, and sets
|
/external/cldr/tools/scripts/ansible/roles/openliberty/tasks/ |
D | main.yml | 5 become: true 12 become: true 18 become: true
|
/external/libaom/test/ |
D | av1_get_qmlevel_test.cc | 33 // aom_get_qmlevel() QMs become steeper (i.e. QM levels become lower) the in TEST() 79 // Unlike with aom_get_qmlevel(), aom_get_qmlevel_allintra() QMs become in TEST() 80 // flatter (i.e. QM levels become higher) the lower the qindex. in TEST()
|
/external/kotlinx.coroutines/.github/ISSUE_TEMPLATE/ |
D | design_considerations.md | 35 - Would some code become clearer? 36 - Would the library become conceptually simpler? 44 * Does some code become less clear after this change?
|
/external/openthread/src/posix/platform/ |
D | hdlc_interface.hpp | 91 …blocking call, i.e., if the socket is not writable, this method waits for it to become writable for 178 …* Waits for the socket file descriptor associated with the HDLC interface to become writable within 182 * @retval OT_ERROR_FAILED Socket did not become writable within `kMaxWaitTime`. 189 …blocking call, i.e., if the socket is not writable, this method waits for it to become writable for 235 …kMaxWaitTime = 2000, ///< Maximum wait time in Milliseconds for socket to become writable (see `… 236 …kResetTimeout = 5000, ///< Maximum wait time in Milliseconds for file to become ready (see `Reset…
|
/external/tensorflow/tensorflow/python/training/ |
D | session_manager.py | 79 checkpoint after a crash, or wait for checkpoints to become available. 102 # Create a SessionManager that will wait for the model to become ready. 196 wait_for_checkpoint: Whether to wait for checkpoint to become available. 197 max_wait_secs: Maximum time to wait for checkpoints to become available. 232 # Waits up until max_wait_secs for checkpoint to become available. 290 wait_for_checkpoint: Whether to wait for checkpoint to become available. 291 max_wait_secs: Maximum time to wait for checkpoints to become available. 361 wait_for_checkpoint: Whether to wait for checkpoint to become available. 362 max_wait_secs: Maximum time to wait for checkpoints to become available. 422 max_wait_secs: Maximum time to wait for the session to become available.
|
/external/trusty/arm-trusted-firmware/docs/process/ |
D | maintenance.rst | 8 How to become a maintainer? 14 To be elligible to become a maintainer for TF-A project, all criteria outlined 55 …dthedocs.io/en/latest/generic_processes/project_maintenance_process.html#how-to-become-a-maintainer
|
/external/bazelbuild-rules_python/python/ |
D | python.bzl | 31 Deprecated: This symbol will become unusuable when 46 Deprecated: This symbol will become unusuable when 61 Deprecated: This symbol will become unusuable when
|
/external/autotest/server/cros/ |
D | stress.py | 51 become True, or None to wait forever. 91 raise error.TestFail('start condition did not become true ' 156 become True, or None to wait forever. 202 become True, or None to wait forever.
|
/external/leakcanary2/leakcanary-object-watcher-android-core/src/main/java/leakcanary/ |
D | FragmentAndViewModelWatcher.kt | 13 * - Fragments (Support Library, Android X and AOSP) to become weakly reachable soon after they 15 * - Fragment views (Support Library, Android X and AOSP) to become weakly reachable soon after 17 * - Android X view models (both activity and fragment view models) to become weakly reachable soon
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/typeinference/constraintformulas/ |
D | ConstraintFormulaTest.java | 27 * Through reduction, this will become the constraint formula: ‹String <: α›. 52 // * these will become the constraint formulas ‹int → α› and ‹double → α›, and then ‹Integer <:… 63 // * formula ‹ArrayList<α> → List<Thread>›. Through reduction, this will become the constraint …
|
/external/angle/doc/ |
D | BecomingCommitter.md | 12 ## How to become a committer? 51 (This document was inspired by [https://v8.dev/docs/become-committer](https://v8.dev/docs/become-co…
|
/external/ltp/testcases/kernel/mem/vma/ |
D | vma04.c | 227 * might become 244 * might become 261 * might become 278 * might become 295 * might become
|
/external/curl/docs/libcurl/opts/ |
D | CURLMOPT_SOCKETFUNCTION.md | 76 Wait for incoming data. For the socket to become readable. 80 Wait for outgoing data. For the socket to become writable. 84 Wait for incoming and outgoing data. For the socket to become readable or
|
/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ |
D | PredictRequestResponseLoggingConfigOrBuilder.java | 61 * most special characters will become underscores). If no table name is 78 * most special characters will become underscores). If no table name is 95 * most special characters will become underscores). If no table name is
|
/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ |
D | PredictRequestResponseLoggingConfigOrBuilder.java | 61 * most special characters will become underscores). If no table name is 78 * most special characters will become underscores). If no table name is 95 * most special characters will become underscores). If no table name is
|