Searched refs:valid (Results 1 - 25 of 63) sorted by last modified time

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
H A Drs_object_info.spec159 points to an actual valid object; it only checks for null.
305 Returns the Allocation for a given pointer. The pointer should point within a valid
306 allocation. The results are undefined if the pointer is not from a valid Allocation.
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp306 // by construction, these are either 0 or valid (possibly terminated)
332 // by construction, these are either 0 or valid (possibly terminated)
431 void egl_display_t::HibernationMachine::setDisplayValid(bool valid) { argument
433 mDpyValid = valid;
H A Degl_display.h68 // add reference to this object. returns true if this is a valid object.
172 void setDisplayValid(bool valid);
/frameworks/native/services/inputflinger/
H A DEventHub.cpp298 outAxisInfo->valid = true;
H A DEventHub.h82 bool valid; // true if the information is valid, false otherwise member in struct:android::RawAbsoluteAxisInfo
91 valid = false;
H A DInputReader.cpp1925 if (axis.valid) {
3268 // Ensure we have valid X and Y axes.
3269 if (!mRawPointerAxes.x.valid || !mRawPointerAxes.y.valid) {
3411 if (mRawPointerAxes.touchMajor.valid
3414 } else if (mRawPointerAxes.toolMajor.valid
3465 } else if (mRawPointerAxes.pressure.valid
3484 mHaveTilt = mRawPointerAxes.tiltX.valid && mRawPointerAxes.tiltY.valid;
3520 if (mRawPointerAxes.orientation.valid) {
[all...]
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/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp153 bool valid = true; local
156 valid = false;
160 valid = (to == HWC2::Composition::Client);
164 valid = (to == HWC2::Composition::Client ||
171 if (!valid) {
652 ALOGE("setActiveConfig: Display %d is not valid", displayId);
701 ALOGE("setOutputBuffer: Display %d is not valid", displayId);
732 ALOGE("clearReleaseFences: Display %d is not valid", displayId);
741 ALOGE("getHdrCapabilities: Display %d is not valid", displayId);
/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. ...
/frameworks/compile/slang/
H A Dslang_rs_context.cpp226 bool valid = true; local
253 valid = false;
256 if (valid && ShouldExportVariable && isSyntheticName(VD->getName()))
258 if (valid && ShouldExportVariable && !processExportVar(VD)) {
259 valid = false;
268 valid = false;
280 if (valid && mExportForEach[0] == nullptr) {
296 valid = false;
300 return valid;
312 bool valid local
[all...]
H A Dslang_rs_export_foreach.cpp57 bool valid = true; local
77 valid &= validateAndConstructKernelParams(Context, FD);
79 valid &= validateAndConstructOldStyleParams(Context, FD);
82 valid &= setSignatureMetadata(Context, FD);
83 return valid;
92 bool valid = true; local
101 valid = false;
107 valid &= processSpecialParameters(Context, FD, &IndexOfFirstSpecialParameter);
122 valid = false;
136 valid
167 bool valid = true; local
271 bool valid = true; local
[all...]
H A Dslang_rs_special_func.cpp58 bool valid = true; local
72 valid = false;
81 valid = false;
89 valid = false;
97 valid = false;
103 return valid;
H A Dslang_rs_special_kernel_param.cpp113 bool valid = true; local
147 valid = false;
162 valid = false;
174 valid = false;
186 valid = false;
199 valid = false;
214 valid = false;
231 return valid;
/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java335 // if the valid flag is not set, don't load the address and name
1631 boolean valid = false;
1634 valid = (callingUser == foregroundUser) ||
1639 Slog.d(TAG, "checkIfCallerIsForegroundUser: valid=" + valid
1647 return valid;
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),
H A DDeviceIdleController.java2653 boolean valid = false;
2655 valid = true;
2663 valid = true;
2674 if (!valid) {
2689 boolean valid = false;
2691 valid = true;
2699 valid = true;
2709 if (!valid) {
H A DNetworkManagementService.java926 boolean valid = true;
927 for (int i = 4; (i + 1) < cooked.length && valid; i += 2) {
932 valid = false; // Duplicate interface.
938 valid = false; // Duplicate gateway.
941 valid = false; // Unknown syntax.
944 if (valid) {
H A DPinnerService.java106 if(fd.valid()) {
H A DTelephonyRegistry.java719 // there is no need to add a valid subId or slotId.
811 if (VDBG) log("notifySignalStrengthForPhoneId: valid phoneId=" + phoneId);
1393 * a valid subId, in which case this function fires a subId-specific intent, or it
1419 // If a valid subId was specified, we should fire off a subId-specific state
1602 boolean valid = false;
1605 valid = r.callerUserId == foregroundUser && r.matchPhoneStateListenerEvent(events);
1607 log("validateEventsAndUserLocked: valid=" + valid
1614 return valid;
1618 boolean valid
[all...]
/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayManagerService.java791 + "created from it was not considered valid: " + deviceInfo);
908 mDefaultViewport.valid = false;
909 mExternalTouchViewport.valid = false;
940 if (!mDefaultViewport.valid
944 if (!mExternalTouchViewport.valid
952 viewport.valid = true;

Completed in 543 milliseconds

123