/external/apache-commons-io/src/main/java/org/apache/commons/io/output/ |
D | DeferredFileOutputStream.java | 67 private int threshold; field in DeferredFileOutputStream.Builder 168 public Builder setThreshold(final int threshold) { in setThreshold() 244 public DeferredFileOutputStream(final int threshold, final File outputFile) { in DeferredFileOutputStream() 259 …private DeferredFileOutputStream(final int threshold, final File outputFile, final String prefix, … in DeferredFileOutputStream() 280 …public DeferredFileOutputStream(final int threshold, final int initialBufferSize, final File outpu… in DeferredFileOutputStream() 296 …public DeferredFileOutputStream(final int threshold, final int initialBufferSize, final String pre… in DeferredFileOutputStream() 311 …private DeferredFileOutputStream(final int threshold, final Path outputFile, final String prefix, … in DeferredFileOutputStream() 334 …public DeferredFileOutputStream(final int threshold, final String prefix, final String suffix, fin… in DeferredFileOutputStream()
|
D | ThresholdingOutputStream.java | 48 private final int threshold; field in ThresholdingOutputStream 75 public ThresholdingOutputStream(final int threshold) { in ThresholdingOutputStream() 87 …public ThresholdingOutputStream(final int threshold, final IOConsumer<ThresholdingOutputStream> th… in ThresholdingOutputStream()
|
/external/executorch/backends/vulkan/tools/gpuinfo/ |
D | config.json | 4 "threshold": 3, number 9 "threshold": 10, number 34 "threshold": 3, number 45 "threshold": 3, number
|
/external/pytorch/torch/csrc/jit/passes/ |
D | inline_autodiff_subgraphs.cpp | 42 graph_node_list::iterator scanNode(Node* node, size_t threshold) { in scanNode() 75 void InlineAutodiffSubgraphs(Block* block, size_t threshold) { in InlineAutodiffSubgraphs() 83 void InlineAutodiffSubgraphs(std::shared_ptr<Graph>& graph, size_t threshold) { in InlineAutodiffSubgraphs()
|
/external/federated-compute/fcp/secagg/shared/ |
D | shamir_secret_sharing_test.cc | 37 for (int threshold = 2; threshold <= num_shares; ++threshold) { in TEST() local 66 int threshold = 4; in TEST() local 78 int threshold = 4; in TEST() local 93 int threshold = 4; in TEST() local 109 int threshold = 4; in TEST() local 121 int threshold = 4; in TEST() local 171 int threshold = 3; in TEST() local
|
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/ |
D | object_detection_average_precision_stage.cc | 100 float threshold = 0.5; in LatestMetrics() local 105 for (auto& threshold : ap_params.iou_thresholds()) { in LatestMetrics() local 115 for (float threshold : iou_thresholds) { in LatestMetrics() local
|
/external/abseil-cpp/absl/log/ |
D | globals.h | 178 inline int SetGlobalVLogLevel(int threshold) { in SetGlobalVLogLevel() 187 inline int SetVLogLevel(absl::string_view module_pattern, int threshold) { in SetVLogLevel()
|
/external/cronet/tot/third_party/abseil-cpp/absl/log/ |
D | globals.h | 178 inline int SetGlobalVLogLevel(int threshold) { in SetGlobalVLogLevel() 187 inline int SetVLogLevel(absl::string_view module_pattern, int threshold) { in SetVLogLevel()
|
/external/cronet/stable/third_party/abseil-cpp/absl/log/ |
D | globals.h | 178 inline int SetGlobalVLogLevel(int threshold) { in SetGlobalVLogLevel() 187 inline int SetVLogLevel(absl::string_view module_pattern, int threshold) { in SetVLogLevel()
|
/external/angle/third_party/abseil-cpp/absl/log/ |
D | globals.h | 177 inline int SetGlobalVLogLevel(int threshold) { in SetGlobalVLogLevel() 186 inline int SetVLogLevel(absl::string_view module_pattern, int threshold) { in SetVLogLevel()
|
/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/batching/ |
D | NumericThreshold.java | 36 private final long threshold; field in NumericThreshold 46 public NumericThreshold(long threshold, ElementCounter<E> extractor) { in NumericThreshold()
|
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/testing/util/ |
D | CompareUtils.java | 9 public static boolean verifyPixelWithThreshold(int color, int expectedColor, int threshold) { in verifyPixelWithThreshold() 22 public static boolean verifyPixelGrayScale(int color, int threshold) { in verifyPixelGrayScale()
|
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/concurrent/ |
D | ThresholdCircuitBreaker.java | 61 private final long threshold; field in ThresholdCircuitBreaker 73 public ThresholdCircuitBreaker(final long threshold) { in ThresholdCircuitBreaker()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math3/linear/ |
D | NonPositiveDefiniteMatrixException.java | 36 private final double threshold; field in NonPositiveDefiniteMatrixException 45 public NonPositiveDefiniteMatrixException(double wrong, int index, double threshold) { in NonPositiveDefiniteMatrixException()
|
D | NonSymmetricMatrixException.java | 38 private final double threshold; field in NonSymmetricMatrixException 47 public NonSymmetricMatrixException(int row, int column, double threshold) { in NonSymmetricMatrixException()
|
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/ |
D | quic_flow_controller_test.cc | 218 QuicByteCount threshold = in TEST_F() local 272 QuicByteCount threshold = in TEST_F() local 324 QuicByteCount threshold = in TEST_F() local 381 QuicByteCount threshold = in TEST_F() local
|
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/ |
D | quic_flow_controller_test.cc | 218 QuicByteCount threshold = in TEST_F() local 272 QuicByteCount threshold = in TEST_F() local 324 QuicByteCount threshold = in TEST_F() local 381 QuicByteCount threshold = in TEST_F() local
|
/external/pytorch/aten/src/ATen/native/cuda/ |
D | ActivationThresholdKernel.cu | 25 scalar_t threshold, in threshold_kernel_impl() 35 const Scalar& threshold, in threshold_kernel_cuda()
|
D | ActivationSoftplusKernel.cu | 34 auto threshold = threshold_.to<opmath_t>(); in softplus_kernel() local 56 auto threshold = threshold_.to<opmath_t>(); in softplus_backward_kernel() local
|
/external/pigweed/pw_allocator/public/pw_allocator/ |
D | first_fit.h | 59 FirstFitAllocator(ByteSpan region, size_t threshold) { in FirstFitAllocator() 65 void set_threshold(size_t threshold) { bucket_.set_threshold(threshold); } in set_threshold()
|
/external/pytorch/aten/src/ATen/native/quantized/cpu/ |
D | qthreshold.cpp | 24 const Scalar& threshold, in quantized_threshold_impl() 35 const Scalar& threshold, in threshold_quantized_cpu()
|
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/testing/bitmapverifiers/ |
D | ColorCountVerifier.java | 24 private final int threshold; field in ColorCountVerifier 26 public ColorCountVerifier(int color, int count, int threshold) { in ColorCountVerifier()
|
/external/perfetto/ui/src/widgets/ |
D | track_shell.ts | 243 const threshold = target.offsetHeight / 3; constant 257 const threshold = target.offsetHeight / 2; constant 288 const threshold = target.offsetHeight / 3; constant 302 const threshold = target.offsetHeight / 2; constant
|
/external/pytorch/torchgen/_autoheuristic/ |
D | train_regression.py | 230 threshold=0.99, argument 292 def evaluate_model(self, model, df, feature_columns, choice_columns, threshold): argument 375 threshold, argument 438 self, heuristic_name, opt_name, threshold, shared_memory, device_capa, classes argument
|
/external/pigweed/pw_allocator/bucket/public/pw_allocator/bucket/ |
D | sequenced.h | 53 constexpr size_t threshold() const { return threshold_; } in threshold() function 61 void set_threshold(size_t threshold) { threshold_ = threshold; } in set_threshold()
|