Home
last modified time | relevance | path

Searched refs:increasing (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/external/glide/library/src/main/java/com/bumptech/glide/
DListPreloader.java92 private void preload(int start, boolean increasing) { in preload() argument
93 if (isIncreasing != increasing) { in preload()
94 isIncreasing = increasing; in preload()
97 preload(start, start + (increasing ? maxPreload : -maxPreload)); in preload()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
DEventState.java81 private boolean increasing; field in EventState
109 increasing = true; in EventState()
228 increasing = gb >= ga; in evaluateStep()
339 g0Positive = increasing; in stepAccepted()
340 nextAction = handler.eventOccurred(t, y, !(increasing ^ forward)); in stepAccepted()
DEventHandler.java163 int eventOccurred(double t, double[] y, boolean increasing) throws EventException; in eventOccurred() argument
/external/perfetto/protos/third_party/chromium/
DBUILD.gn12 # binary, therefore increasing its size. Including imports means that the
13 # full TrackEvent descriptor is going to be included as well, increasing the
/external/tensorflow/tensorflow/core/util/sparse/
Dsparse_tensor.cc232 bool increasing = true; in IndicesValidHelper() local
249 if (!different && diff < 0) increasing = false; in IndicesValidHelper()
252 if (TF_PREDICT_FALSE(!valid || !increasing || !different)) { in IndicesValidHelper()
262 if (!increasing) { in IndicesValidHelper()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_SparseTensorDenseMatMul.pbtxt47 A should be sorted in lexicographically increasing order. Use SparseReorder
50 A should be sorted in order of increasing dimension 1 (i.e., "column major"
Dapi_def_SparseConcat.pbtxt50 along increasing dimension number.
59 increasing dimension number.
Dapi_def_SerializeManySparse.pbtxt32 must be sorted in increasing order of this first dimension. The serialized
Dapi_def_SparseReorder.pbtxt38 increasing dimension number. The only time ordering can be violated is during
/external/sonic/samples/
DREADME1 These wav files show how Sonic performs at increasing speech rates. All sound
20 Sonic also performs well at increasing the speed of synthesized speech.
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
DEventHandlerWithJacobians.java199 boolean increasing) throws EventException; in eventOccurred() argument
/external/tcpdump/tests/
Dnbns-valgrind.out14 WARNING: Short packet. Try increasing the snap length
/external/cros/system_api/dbus/power_manager/
Dinput_event.proto26 // Monotonically-increasing time at which this event occured, as given by
/external/python/pycparser/
DCONTRIBUTORS7 The list is sorted in increasing alphabetic order by first name.
/external/skia/src/shaders/gradients/
DSk4fGradientBase.h44 bool increasing) const;
DSk4fGradientBase.cpp260 SkScalar t, const Sk4fGradientInterval* prev, bool increasing) const { in findNext()
270 if (increasing) { in findNext()
/external/skqp/src/shaders/gradients/
DSk4fGradientBase.h44 bool increasing) const;
DSk4fGradientBase.cpp260 SkScalar t, const Sk4fGradientInterval* prev, bool increasing) const { in findNext()
270 if (increasing) { in findNext()
/external/deqp/doc/testspecs/GLES2/
Dperformance.shaders.operator.txt59 consists of two parts: a horizontal left part, and a linearly increasing right
61 these tests is to look at the slope of the increasing right part. Additionally
/external/grpc-grpc/test/core/tsi/alts/fake_handshaker/
Dtransport_security_common.proto21 // The security level of the created channel. The list is sorted in increasing
/external/grpc-grpc-java/alts/src/main/proto/grpc/gcp/
Dtransport_security_common.proto21 // The security level of the created channel. The list is sorted in increasing
/external/grpc-grpc/src/core/tsi/alts/handshaker/proto/
Dtransport_security_common.proto21 // The security level of the created channel. The list is sorted in increasing
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/proto/
Dtransport_security_common.proto21 // The security level of the created channel. The list is sorted in increasing
/external/flac/fuzzer/
DREADME.md25 malformed, etc) and doesnt `exit()` on any input and thereby increasing the
89 …y, huge, malformed, etc) and doesn't `exit()` on any input and thereby increasing the chance of id…
/external/deqp/doc/testspecs/GLES3/
Dperformance.shaders.operator.txt63 consists of two parts: a horizontal left part, and a linearly increasing right
65 these tests is to look at the slope of the increasing right part. Additionally

12345678910>>...12