Home
last modified time | relevance | path

Searched full:become (Results 1 – 25 of 6434) sorted by relevance

12345678910>>...258

/external/python/cpython3/Modules/clinic/
D_testclinic_depr.c.h20 "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/
DAlphaAnalyticsDataGrpc.java144 * 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/
DStackFrame.java77 * @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
DMonitorInfo.java42 * 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/
Dpermute_memory_formats_pass.py53 …# 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/
Dredact-db-playbook.yml59 become: yes
62 become: true
69 become: yes
72 become: true
Dmonitoring-playbook.yml4 become: yes
9 - { role: datadog.datadog, become: yes }
/external/openthread/tests/scripts/thread-cert/
Dv1_2_test_backbone_router_service.py55 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/
Dapi_def_Merge.pbtxt6 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
Dapi_def_RefMerge.pbtxt7 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/
Dmain.yml5 become: true
12 become: true
18 become: true
/external/libaom/test/
Dav1_get_qmlevel_test.cc33 // 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/
Ddesign_considerations.md35 - 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/
Dhdlc_interface.hpp91 …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/
Dsession_manager.py79 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/
Dmaintenance.rst8 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/
Dpython.bzl31 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/
Dstress.py51 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/
DFragmentAndViewModelWatcher.kt13 * - 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/
DConstraintFormulaTest.java27 * 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/
DBecomingCommitter.md12 ## 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/
Dvma04.c227 * might become
244 * might become
261 * might become
278 * might become
295 * might become
/external/curl/docs/libcurl/opts/
DCURLMOPT_SOCKETFUNCTION.md76 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/
DPredictRequestResponseLoggingConfigOrBuilder.java61 * 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/
DPredictRequestResponseLoggingConfigOrBuilder.java61 * 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

12345678910>>...258