Home
last modified time | relevance | path

Searched full:detects (Results 1 – 25 of 1742) sorted by relevance

12345678910>>...70

/external/pigweed/pw_toolchain/rust/
Dtoolchains.bzl81 # `core_intrinsics`: `rustix` (a gen_rust_project dep) auto detects this
83 # `error_generic_member_access`: `anyhow` auto detects this feature
84 # `proc_macro_span`: `proc-macro2` auto detects this features
85 # `rustc_attrs`: `rustix` (a gen_rust_project dep) auto detects this
/external/python/cpython3/Tools/clinic/
D.ruff.toml28 "F841", # Detects unused variables
29 "F601", # Detects dictionaries that have duplicate keys
30 "F602", # Also detects dictionaries that have duplicate keys
/external/armnn/samples/ObjectDetection/test/
DPipelineTest.cpp55 [](od::DetectedObjects detects) -> void { in __anon94f80a910102() argument
56 CHECK(detects.size() == 2); in __anon94f80a910102()
57 CHECK(detects[0].GetLabel() == "0"); in __anon94f80a910102()
/external/pigweed/pw_bluetooth_sapphire/fuchsia/bt_hci_virtual/
DREADME.md29 5. RootCanal detects bt-hci-virtual in `/dev/sys/platform/00:00:30` and calls
33 7. bt-init detects the LoopbackDevice in `/dev/class/bt-hci` and creates a new
81 5. The hci-emulator-client detects bt-hci-virtual in
90 10. bt-init detects bt-hci-device in `/dev/class/bt-hci` and creates a new
/external/cronet/stable/third_party/llvm-libc/src/src/pthread/
Dpthread_spin_destroy.cpp23 // If an implementation detects that the value specified by the lock argument
33 // If an implementation detects that the value specified by the lock argument
35 // lock object, or detects that the value specified by the lock argument to
/external/llvm-libc/src/pthread/
Dpthread_spin_destroy.cpp23 // If an implementation detects that the value specified by the lock argument
33 // If an implementation detects that the value specified by the lock argument
35 // lock object, or detects that the value specified by the lock argument to
/external/cronet/tot/third_party/llvm-libc/src/src/pthread/
Dpthread_spin_destroy.cpp23 // If an implementation detects that the value specified by the lock argument
33 // If an implementation detects that the value specified by the lock argument
35 // lock object, or detects that the value specified by the lock argument to
/external/python/google-api-python-client/docs/dyn/
Dtranslate_v2.detections.html82 <p class="firstline">Detects the language of text within a request.</p>
85 <p class="firstline">Detects the language of text within a request.</p>
94 <pre>Detects the language of text within a request.
130 <pre>Detects the language of text within a request.
/external/google-cloud-java/java-automl/proto-google-cloud-automl-v1beta1/src/main/java/com/google/cloud/automl/v1beta1/
DBatchPredictRequestOrBuilder.java155 * `score_threshold` - (float) When Model detects objects on the image,
193 * `score_threshold` - (float) When Model detects objects on video frames,
222 * `score_threshold` - (float) When Model detects objects on the image,
260 * `score_threshold` - (float) When Model detects objects on video frames,
292 * `score_threshold` - (float) When Model detects objects on the image,
330 * `score_threshold` - (float) When Model detects objects on video frames,
359 * `score_threshold` - (float) When Model detects objects on the image,
397 * `score_threshold` - (float) When Model detects objects on video frames,
430 * `score_threshold` - (float) When Model detects objects on the image,
468 * `score_threshold` - (float) When Model detects objects on video frames,
DPredictRequestOrBuilder.java110 * `score_threshold` - (float) When Model detects objects on the image,
136 * `score_threshold` - (float) When Model detects objects on the image,
165 * `score_threshold` - (float) When Model detects objects on the image,
191 * `score_threshold` - (float) When Model detects objects on the image,
221 * `score_threshold` - (float) When Model detects objects on the image,
/external/google-cloud-java/java-automl/proto-google-cloud-automl-v1/src/main/java/com/google/cloud/automl/v1/
DBatchPredictRequestOrBuilder.java158 * : (float) When Model detects objects on the image,
198 * : (float) When Model detects objects on video frames,
232 * : (float) When Model detects objects on the image,
272 * : (float) When Model detects objects on video frames,
309 * : (float) When Model detects objects on the image,
349 * : (float) When Model detects objects on video frames,
383 * : (float) When Model detects objects on the image,
423 * : (float) When Model detects objects on video frames,
461 * : (float) When Model detects objects on the image,
501 * : (float) When Model detects objects on video frames,
DPredictRequestOrBuilder.java112 * : (float) When Model detects objects on the image,
144 * : (float) When Model detects objects on the image,
179 * : (float) When Model detects objects on the image,
211 * : (float) When Model detects objects on the image,
247 * : (float) When Model detects objects on the image,
/external/pigweed/pw_async2/public/pw_async2/internal/
Dpoll_internal.h32 // Detects whether `U` has conversion operator to `Poll<T>`, i.e. `operator
44 // Detects whether `T` is constructible or convertible from `Poll<U>`.
82 // Detects whether `T` is constructible or convertible or assignable from
92 // Detects whether direct initializing `Poll<T>` from `U` is ambiguous, i.e.
149 // This trait detects whether `Poll<T>::operator=(U&&)` is ambiguous, which
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
DUnivariateRealSolver.java71 * or the solver detects convergence problems otherwise.
92 * or the solver detects convergence problems otherwise.
114 * or the solver detects convergence problems otherwise.
137 * or the solver detects convergence problems otherwise.
DLaguerreSolver.java116 * or the solver detects convergence problems otherwise
139 * or the solver detects convergence problems otherwise
185 * or the solver detects convergence problems otherwise
211 * or the solver detects convergence problems otherwise
280 * or the solver detects convergence problems otherwise
305 * or the solver detects convergence problems otherwise
355 * or the solver detects convergence problems otherwise
/external/rust/android-crates-io/crates/regex/
DPERFORMANCE.md190 * `(foo|bar)` detects `foo` and `bar`
191 * `(a|b)c` detects `ac` and `bc`
192 * `[ab]foo[yz]` detects `afooy`, `afooz`, `bfooy` and `bfooz`
193 * `a?b` detects `a` and `b`
194 * `a*b` detects `a` and `b`
195 * `(ab){3,6}` detects `ababab`
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/execution/
Dexecutor.hpp116 /// The is_executor trait detects whether a type T satisfies the
153 /// The is_executor_of trait detects whether a type T satisfies the
195 /// The executor_shape trait detects the type used by an executor to represent
221 /// The executor_index trait detects the type used by an executor to represent
/external/perfetto/protos/perfetto/metrics/android/
Dandroid_anomaly_metric.proto21 // Detects outlier scenarios in different Android Systems in a trace. For now, this just
22 // detects high binder transaction rates. In the future, there could be others
/external/zstd/lib/common/
Dportability_macros.h39 /* detects whether we are being compiled under msan */
48 /* detects whether we are being compiled under asan */
59 /* detects whether we are being compiled under dfsan */
/external/aws-sdk-java-v2/.changes/2.17.x/
D2.17.240.json33 …ggers malware scan on selected EC2 instance resources, after the service detects a potentially mal…
45 …eving (revealing) sample occurrences of sensitive data that Amazon Macie detects and reports in fi…
/external/webrtc/modules/video_coding/timing/
Drtt_filter.h41 // Detects RTT jumps by comparing the difference between
47 // Detects RTT drifts by comparing the difference between
/external/pigweed/targets/stm32f429i_disc1/py/stm32f429i_disc1_utils/
Dstm32f429i_detector.py15 """Detects attached stm32f429i-disc1 boards connected via mini usb."""
50 """This detects and then displays all attached discovery boards."""
/external/grpc-grpc/src/php/tests/interop/Grpc/Testing/
DGrpclbRouteType.php11 * The server must fill in "fallback" if it detects that the RPC reached
12 * the server via the "gRPCLB fallback" path, and "backend" if it detects
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DGrpclbRouteType.php11 * The server must fill in "fallback" if it detects that the RPC reached
12 * the server via the "gRPCLB fallback" path, and "backend" if it detects
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Ppi/
DSmbus2.h159 @param SlaveAddress Address that the host controller detects as
161 @param Data Data that the host controller detects as sending a message
164 detects the SlaveAddress and Data pair.

12345678910>>...70