/frameworks/ml/nn/runtime/test/generated/tests/ |
D | minimum.mod.py.cpp | 5 namespace minimum { namespace 13 execute(minimum::CreateModel, in TEST_F() 14 minimum::is_ignored, in TEST_F() 15 minimum::get_examples_simple()); in TEST_F() 17 TEST_AVAILABLE_SINCE(V1_2, minimum_simple, minimum::CreateModel) in TEST_AVAILABLE_SINCE() 20 execute(minimum::CreateModel_relaxed, in TEST_AVAILABLE_SINCE() 21 minimum::is_ignored_relaxed, in TEST_AVAILABLE_SINCE() 22 minimum::get_examples_simple_relaxed()); in TEST_AVAILABLE_SINCE() 26 execute(minimum::CreateModel_float16, in TEST_F() 27 minimum::is_ignored_float16, in TEST_F() [all …]
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScriptGL.java | 107 public void setColor(int minimum, int preferred) { in setColor() argument 108 validateRange(minimum, preferred, 5, 8); in setColor() 109 mColorMin = minimum; in setColor() 121 public void setAlpha(int minimum, int preferred) { in setAlpha() argument 122 validateRange(minimum, preferred, 0, 8); in setAlpha() 123 mAlphaMin = minimum; in setAlpha() 138 public void setDepth(int minimum, int preferred) { in setDepth() argument 139 validateRange(minimum, preferred, 0, 24); in setDepth() 140 mDepthMin = minimum; in setDepth() 155 public void setSamples(int minimum, int preferred, float Q) { in setSamples() argument [all …]
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | wbalance.rs | 95 int minimum = min(estimation.r, min(estimation.g, estimation.b)); 97 float avg = (minimum + maximum) / 2.f;
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | wbalance.rs | 95 int minimum = min(estimation.r, min(estimation.g, estimation.b)); 97 float avg = (minimum + maximum) / 2.f;
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | wbalance.rs | 95 int minimum = min(estimation.r, min(estimation.g, estimation.b)); 97 float avg = (minimum + maximum) / 2.f;
|
/frameworks/av/media/libaudioclient/ |
D | AudioTrackShared.cpp | 95 const uint32_t minimum = 16; // based on AudioMixer::BLOCKSIZE in setBufferSizeInFrames() local 98 if (maximum < minimum) { in setBufferSizeInFrames() 100 } else if (clippedSize < minimum) { in setBufferSizeInFrames() 101 clippedSize = minimum; in setBufferSizeInFrames() 870 size_t minimum = (size_t) cblk->mMinimum; in releaseBuffer() local 871 if (minimum == 0) { in releaseBuffer() 872 minimum = mIsOut ? half : 1; in releaseBuffer() 873 } else if (minimum > half) { in releaseBuffer() 874 minimum = half; in releaseBuffer() 877 if (!mIsOut || (mAvailToClient + stepCount >= minimum)) { in releaseBuffer() [all …]
|
/frameworks/av/media/libcpustats/include/cpustats/ |
D | CentralTendencyStatistics.h | 40 double minimum() const { return mMinimum; } in minimum() function
|
/frameworks/av/include/private/media/ |
D | AudioTrackShared.h | 307 void setMinimum(size_t minimum) { in setMinimum() argument 309 if (minimum > UINT32_MAX) { in setMinimum() 310 minimum = UINT32_MAX; in setMinimum() 312 mCblk->mMinimum = (uint32_t) minimum; in setMinimum()
|
/frameworks/rs/script_api/ |
D | rs_atomic.spec | 157 summary: Thread-safe minimum 159 Atomicly sets the value at addr to the minimum of *addr and value, i.e.
|
D | rs_math.spec | 992 Returns the minimum of a and b, i.e. <code>(a > b ? b : a)</code>. 1597 Returns the minimum value of two arguments.
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_image_native_buffer.txt | 102 future Android releases. The minimum requirements for a given Android
|
/frameworks/rs/script_api/include/ |
D | rs_atomic.rsh | 171 * rsAtomicMin: Thread-safe minimum 173 * Atomicly sets the value at addr to the minimum of *addr and value, i.e.
|
/frameworks/base/core/java/android/util/ |
D | JsonReader.java | 724 private boolean fillBuffer(int minimum) throws IOException { in fillBuffer() argument 754 if (limit >= minimum) { in fillBuffer()
|
/frameworks/compile/libbcc/tests/debuginfo/target-tests/ |
D | lit.cfg | 24 # minimum_sdk - SDK minimum version to embed in AndroidManifest.xml
|
/frameworks/base/tools/aapt2/ |
D | Configuration.proto | 199 // The minimum SDK version of the device.
|
D | readme.md | 160 at runtime due to the minimum SDK level declared by the AndroidManifest.xml are stripped. 177 to the application's minimum supported SDK level.
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | layered_filter_d1new_helper.rsh | 48 // Initializes the minimum distance from this pixel to the active pixels on 89 // Initializes the minimum distance from this pixel to the active pixels on
|
D | layered_filter_f32_helper.rsh | 29 // Initializes the minimum distance from this pixel to the active pixels on
|
/frameworks/native/cmds/flatland/ |
D | README.txt | 21 frequency when running flatland. At a minimum this includes the CPU, GPU, and
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestDecodeAac.cpp | 833 printf(" minimum = %.1f bytes\n", frameStats.minimum()); in TestDecToBuffQueue()
|
/frameworks/base/proto/src/ |
D | ipconnectivity.proto | 368 // Effective lifetime for APF is the minimum of all lifetimes in a RA. 412 // minimum lifetime of all such options in the packet.
|
/frameworks/native/services/inputflinger/ |
D | EventHub.cpp | 366 if (info.minimum != info.maximum) { in getAbsoluteAxisInfo() 368 outAxisInfo->minValue = info.minimum; in getAbsoluteAxisInfo()
|
/frameworks/base/core/proto/android/server/ |
D | jobscheduler.proto | 204 // The minimum backoff time to allow for linear backoff. 206 // The minimum backoff time to allow for exponential backoff.
|
D | powermanagerservice.proto | 272 // The minimum screen off timeout, in milliseconds.
|
/frameworks/base/core/proto/android/os/ |
D | batterystats.proto | 102 // The minimum learned battery capacity in uAh.
|