Searched refs:valid (Results 51 - 63 of 63) sorted by relevance

123

/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java132 * the corresponding value in any other valid solution.
180 * intended to avoid confusion between valid values whose sign may not be known.
1281 // its just to stop default (row/col > 0) constraints obliterating valid entries
1417 if (!entry.valid) {
1465 if (!arc.valid) {
1541 arc.valid = false;
2112 public boolean valid = true; field in class:GridLayout.Arc
2121 return span + " " + (!valid ? "+>" : "->") + " " + value;
/frameworks/rs/api/
H A Drs_graphics.spec262 The Allocation must be a valid constant input for the Program.
374 Allocation must be a valid texture for the Program. The sampling
H A Drs_math.spec2221 It is valid for inputs from -86.f to 86.f. The precision is no worse than what would be
2248 It is valid for inputs from -37.f to 37.f. The precision is no worse than what would be
2275 It is valid for inputs from -125.f to 125.f. The precision is no worse than what would be
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationUsageStats.java203 public synchronized void registerPeopleAffinity(NotificationRecord notification, boolean valid, argument
207 if (valid) {
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java393 if (defaultViewport.valid) {
397 if (externalTouchViewport.valid) {
399 } else if (defaultViewport.valid) {
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java2112 final boolean valid =
2114 if (DBG) log(nai.name() + " validation " + (valid ? "passed" : "failed") +
2116 if (valid != nai.lastValidated) {
2118 nai.lastValidated = valid;
2119 nai.everValidated |= valid;
2130 (valid ? NetworkAgent.VALID_NETWORK : NetworkAgent.INVALID_NETWORK),
/frameworks/base/opengl/java/android/opengl/
H A DGLLogWrapper.java2750 int valid = mgl10Ext.glQueryMatrixxOES(mantissa, mantissaOffset,
2755 return valid;
2763 int valid = mgl10Ext.glQueryMatrixxOES(mantissa, exponent);
2767 return valid;
3903 public ByteBuffer mTempByteBuffer; // Only valid during glDrawXXX calls
/frameworks/av/services/audioflinger/
H A DThreads.cpp351 bool valid = mCpuUsage.sampleAndEnable(wcNs); local
354 if (valid) {
369 valid = false;
373 if (valid && mCpukHz > 0) {
2211 LOG_ALWAYS_FATAL("HAL channel mask %#x not valid for output", mChannelMask);
2226 LOG_ALWAYS_FATAL("HAL format %#x not valid for output", mFormat);
2276 // (if a valid mask) to avoid premature downmix.
2346 mMixerBufferFormat = AUDIO_FORMAT_PCM_FLOAT; // also valid: AUDIO_FORMAT_PCM_16_BIT.
2895 // We keep track of the last valid kernel position in case we are in underrun
2913 ALOGV("getTimestamp error - no valid kerne
6840 const bool valid = local
[all...]
/frameworks/native/services/inputflinger/
H A DEventHub.cpp298 outAxisInfo->valid = true;
H A DInputReader.h642 return info.valid;
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp381 info.valid = true;
1065 << "Should return unknown when the device id is valid but the sources are not supported by the device.";
1069 << "Should return value provided by mapper when device id is valid and the device supports some of the sources.";
1092 << "Should return unknown when the device id is valid but the sources are not supported by the device.";
1096 << "Should return value provided by mapper when device id is valid and the device supports some of the sources.";
1119 << "Should return unknown when the device id is valid but the sources are not supported by the device.";
1123 << "Should return value provided by mapper when device id is valid and the device supports some of the sources.";
1150 << "Should return false when device id is valid but the sources are not supported by the device.";
1155 << "Should return value provided by mapper when device id is valid and the device supports some of the sources.";
2007 // Initially there may not be a valid motio
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2107 milliseconds

123