Home
last modified time | relevance | path

Searched refs:invalid (Results 1 – 25 of 57) sorted by relevance

123

/packages/apps/Settings/tests/robotests/src/com/android/settings/network/
DPrivateDnsModeDialogPreferenceTest.java139 for (String invalid : INVALID_HOST_NAMES) { in testOnCheckedChanged_switchMode_saveButtonHasCorrectState()
141 mPreference.mEditText.setText(invalid); in testOnCheckedChanged_switchMode_saveButtonHasCorrectState()
144 assertWithMessage("off: " + invalid).that(mSaveButton.isEnabled()).isTrue(); in testOnCheckedChanged_switchMode_saveButtonHasCorrectState()
147 assertWithMessage("opportunistic: " + invalid).that(mSaveButton.isEnabled()).isTrue(); in testOnCheckedChanged_switchMode_saveButtonHasCorrectState()
150 assertWithMessage("provider: " + invalid).that(mSaveButton.isEnabled()).isFalse(); in testOnCheckedChanged_switchMode_saveButtonHasCorrectState()
/packages/modules/NeuralNetworks/common/
DAndroid.bp134 "-Wno-invalid-partial-specialization",
252 "-Wno-invalid-partial-specialization",
318 "-Wno-invalid-partial-specialization",
384 "-Wno-invalid-partial-specialization",
517 "-Wno-invalid-partial-specialization",
DMetaModel.cpp56 bool invalid(const Model& model, Version version, bool strictSlicing) { in invalid() function
487 slice.mState = invalid(slice.mModel, version, mStrictSlicing) ? SliceState::INVALID in makeSlice()
/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/grpc/
Dvoicemail_transcription.proto13 // Default but invalid value.
23 // Default but invalid value.
60 // Default but invalid value.
72 // Default but invalid value.
/packages/services/Car/service/src/com/android/car/power/
DPowerComponentHandler.java268 boolean invalid = false; in readUserOffComponentsLocked()
277 invalid = true; in readUserOffComponentsLocked()
289 if (invalid) { in readUserOffComponentsLocked()
/packages/modules/NetworkStack/tests/unit/src/android/net/netlink/
DConntrackMessageTest.java356 for (byte invalid : new byte[]{(byte) 0x00, (byte) 0xff}) { in testParseTruncationWithInvalidByte()
359 Arrays.fill(truncated, (byte) invalid); in testParseTruncationWithInvalidByte()
/packages/modules/Wifi/framework/tests/assets/hsr1/
DREADME.txt5 …se64 - base64 encoded installation file with that contains a MIME part with an invalid content type
/packages/modules/NeuralNetworks/common/random/
DAndroid.bp49 "-Wno-invalid-partial-specialization",
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dsax.md278 … the `Writer` cannot accept any new events. Otherwise the output will be invalid (i.e. having more…
334 bool Default() { return false; } // All other events are invalid.
369 cout << endl << "Parse a JSON with invalid schema." << endl;
383 Parse a JSON with invalid schema.
Dfaq.md95 …The parser generates an error when the input JSON contains invalid syntax, or a value can not be r…
207 …Yes, just pass `kParseValidateEncodingFlag` to `Parse()`. If there is invalid encoding in the stre…
Dencoding.md116 …t must decode the input sequence. And if the sequence was unable to be decoded, it must be invalid.
/packages/apps/Dialer/java/com/android/dialer/historyitemactions/
Dhistory_item_action_module_info.proto40 // Whether the number can be reported as invalid through People API
/packages/modules/StatsD/statsd/src/
Dstats_log.proto213 // Not an invalid bucket case, but the bucket is dropped.
215 // Not an invalid bucket case, but the bucket is skipped.
/packages/apps/Test/connectivity/sl4n/rapidjson/
DCHANGELOG.md44 * Remove an invalid `Document::ParseInsitu()` API (e7f1c6dd08b522cfcf9aed58a333bd9a0c0ccbeb).
/packages/inputmethods/LatinIME/
Dgradlew.bat41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
/packages/apps/Car/DebuggingRestrictionController/
Dgradlew.bat41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
/packages/apps/Car/libs/car-ui-lib/paintbooth/
Dgradlew.bat41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDataPathStateManager.java1192 Set<String> invalid = new HashSet<>(); in selectInterfaceForRequest() local
1206 invalid.add(nnri.interfaceName); in selectInterfaceForRequest()
1215 + ", invalid" + invalid + ", allInterfaces" + mInterfaces); in selectInterfaceForRequest()
1231 if (!invalid.contains(iface)) { in selectInterfaceForRequest()
/packages/apps/Car/libs/car-ui-lib/
Dgradlew.bat60 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
/packages/apps/Dialer/java/com/android/dialer/phonenumberproto/
Ddialer_phone_number.proto38 // non-digits removed, with post dial digits appended. An example invalid
/packages/apps/Dialer/java/com/android/dialer/calllog/database/contract/
Dnumber_attributes.proto54 // Can the number be reported as invalid through People API
/packages/modules/NeuralNetworks/tools/api/
DNeuralNetworksTypes.t186 * Failure caused by invalid function arguments, invalid model definition,
187 * invalid execution definition or invalid data at execution time.
/packages/services/Car/tests/BugReportApp/
DREADME.md80 * It might fail to upload bugreport when time/time-zone is invalid.
/packages/modules/NeuralNetworks/tools/test_generator/
DREADME.md408 …ies invalid model or request, and expects the target framework or driver to fail gracefully. You c…
/packages/apps/Dialer/java/com/android/dialer/phonelookup/
Dphone_lookup_info.proto85 // call log is requested to be updated but there are many invalid numbers

123