Home
last modified time | relevance | path

Searched refs:unspecified (Results 1 – 23 of 23) sorted by relevance

/packages/modules/Connectivity/netbpfload/
Dloader.h40 unspecified = 0, // means just use the default for that specific pin location enumerator
50 domain::unspecified,
64 return d != domain::unspecified; in specified()
Dloader.cpp79 constexpr const char* lookupSelinuxContext(const domain d, const char* const unspecified = "") { in lookupSelinuxContext() argument
81 case domain::unspecified: return unspecified; in lookupSelinuxContext()
105 return domain::unspecified; in getDomainFromSelinuxContext()
108 constexpr const char* lookupPinSubdir(const domain d, const char* const unspecified = "") { in lookupPinSubdir() argument
110 case domain::unspecified: return unspecified; in lookupPinSubdir()
/packages/modules/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/
DSafetyCenterManagerTest.kt141 val dataToSet = safetySourceTestData.unspecified in setSafetySourceData_validId_setsValue()
152 safetyCenterTestHelper.setData(SINGLE_SOURCE_ID, safetySourceTestData.unspecified) in setSafetySourceData_twice_replacesValue()
165 safetyCenterTestHelper.setData(SINGLE_SOURCE_ID, safetySourceTestData.unspecified) in setSafetySourceData_null_clearsValue()
178 val dataToSet = safetySourceTestData.unspecified in setSafetySourceData_sourceInStatelessGroupUnspecified_setsValue()
190 safetyCenterTestHelper.setData(SINGLE_SOURCE_ID, safetySourceTestData.unspecified) in setSafetySourceData_unknownId_throwsIllegalArgumentException()
202 safetyCenterTestHelper.setData(STATIC_BAREBONE_ID, safetySourceTestData.unspecified) in setSafetySourceData_staticId_throwsIllegalArgumentException()
218 safetySourceTestData.unspecified in setSafetySourceData_differentPackage_throwsIllegalArgumentException()
237 safetyCenterTestHelper.setData(SINGLE_SOURCE_ID, safetySourceTestData.unspecified) in setSafetySourceData_wronglySignedPackage_throwsIllegalArgumentException()
252 val dataToSet = safetySourceTestData.unspecified in setSafetySourceData_wronglySignedPackageButAllowedByFlag_isAllowed()
267 safetyCenterTestHelper.setData(SINGLE_SOURCE_ID, safetySourceTestData.unspecified) in setSafetySourceData_invalidPackageCertificate_throwsIllegalArgumentException()
[all …]
DSafetyCenterUnsupportedTest.kt136 safetySourceTestData.unspecified, in setSafetySourceData_withoutPermission_throwsSecurityException()
/packages/modules/Bluetooth/system/gd/
Ddumpsys_data.fbs4 // When unspecified defaults to the strongest privacy level.
/packages/apps/CellBroadcastReceiver/apex/
DAndroid.bp12 // optional. if unspecified, a default one is auto-generated
/packages/modules/NeuralNetworks/runtime/
DModelArgumentInfo.h52 bool unspecified() const { return mState == UNSPECIFIED; } in unspecified() function
DExecutionBuilder.cpp199 if (!mInputs[index].unspecified()) { in setInput()
246 if (!mInputs[index].unspecified()) { in setInputFromMemory()
281 if (!mOutputs[index].unspecified()) { in setOutput()
327 if (!mOutputs[index].unspecified()) { in setOutputFromMemory()
1431 CHECK(inputOrOutputInfo->unspecified()); in setInputOrOutputFromMemory()
/packages/services/Telecomm/proto/
Dtelecom.proto120 // No unspecified field to define. This enum to be used only as values for a bitmask.
208 // Disconnected because of an unknown or unspecified reason.
/packages/modules/Permission/tests/functional/safetycenter/multiusers/src/android/safetycenter/functional/multiusers/
DSafetyCenterMultiUsersTest.kt1553 val dataForPrimaryUser = safetySourceTestData.unspecified in setSafetySourceData_forStoppedUser_shouldSetData()
1575 val dataForAdditionalUser = safetySourceTestData.unspecified in setSafetySourceData_forBothPrimaryAdditionalUser_shouldSetData()
1598 val dataForAdditionalUser = safetySourceTestData.unspecified in setSafetySourceData_forAdditionalUser_shouldNotAffectDataForPrimaryUser()
1700 safetyCenterTestHelper.setData(DYNAMIC_HIDDEN_ID, safetySourceTestData.unspecified) in safetyCenterEntryOkForWork()
/packages/modules/Permission/tests/functional/safetycenter/singleuser/src/android/safetycenter/functional/
DSafetyCenterManagerTest.kt1132 safetyCenterTestHelper.setData(SINGLE_SOURCE_ID, safetySourceTestData.unspecified) in <lambda>()
2588 safetyCenterTestHelper.setData(DYNAMIC_HIDDEN_ID, safetySourceTestData.unspecified) in <lambda>()
3058 safetyCenterTestHelper.setData(DYNAMIC_BAREBONE_ID, safetySourceTestData.unspecified) in <lambda>()
3759 safetyCenterTestHelper.setData(SINGLE_SOURCE_ID, safetySourceTestData.unspecified) in <lambda>()
3771 safetyCenterTestHelper.setData(SINGLE_SOURCE_ID, safetySourceTestData.unspecified) in <lambda>()
/packages/modules/NeuralNetworks/tools/api/
DNeuralNetworksTypes.t631 * unspecified dimensions is represented by setting dimensionCount to
632 * the rank and each unspecified dimension to 0.
636 * Starting at NNAPI feature level 3, a tensor operand type of unspecified rank is
Dtypes.spec7421 * however, any of the dimensions may be unspecified.
7476 * A tensor operand with some number of unspecified dimensions is
7477 * represented by setting each unspecified dimension to 0.
7480 * A tensor operand with unspecified rank is represented by providing
7895 * of unspecified dimensions is represented by setting each unspecified dimension to 0. A
7896 * buffer with unspecified rank is represented by providing an empty dimensions vector.
/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/
DSafetySourceTestData.kt74 val unspecified = in createTestActivityRedirectPendingIntent() constant in com.android.safetycenter.testing.SafetySourceTestData
/packages/modules/Uwb/generic_ranging/proto/src/
Dmulti_sensor_finder_configuration.proto103 // Currently supported models for a range sensor. If unspecified, the generic
/packages/modules/Permission/tests/functional/safetycenter/safetycenteractivity/src/android/safetycenter/functional/ui/
DSafetyCenterActivityTest.kt384 safetyCenterTestHelper.setData(SOURCE_ID_1, safetySourceTestData.unspecified) in entryListWithEntryGroup_clickingAnUnclickableDisabledEntry_doesNothing()
400 safetyCenterTestHelper.setData(SOURCE_ID_1, safetySourceTestData.unspecified) in entryListWithEntryGroup_unclickableDisabledEntry_hasContentDescription()
/packages/modules/AdServices/adservices/service-core/proto/
Dseller_frontend_service.proto231 // default value if timeout is unspecified for the buyer.
/packages/modules/StatsD/statsd/src/
Dstatsd_config.proto158 // If unspecified, the default value will be UNKNOWN for conditions without dimensions, and
/packages/services/Car/car-lib/src/android/car/telemetry/
Dtelemetry.proto161 // If unspecified, data will be collected until Lua script marks the MetricsConfig as finished
/packages/modules/Wifi/service/proto/src/
Dmetrics.proto2208 // RTT operation failed (unspecified reason)
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz
Den_US_wordlist.combined.gz
Den_wordlist.combined.gz