Home
last modified time | relevance | path

Searched defs:hidden (Results 1 – 25 of 989) sorted by relevance

12345678910>>...40

/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/policy/domain/interactor/
H A DZenModeInteractorTest.kt144 val hidden by collectLastValue(underTest.areNotificationsHiddenInShade) in areNotificationsHiddenInShade_noPolicy() constant
156 val hidden by collectLastValue(underTest.areNotificationsHiddenInShade) in areNotificationsHiddenInShade_zenOffShadeSuppressed() constant
170 val hidden by collectLastValue(underTest.areNotificationsHiddenInShade) in areNotificationsHiddenInShade_zenOnShadeNotSuppressed() constant
184 val hidden by collectLastValue(underTest.areNotificationsHiddenInShade) in areNotificationsHiddenInShade_zenOnShadeSuppressed() constant
/aosp_15_r20/system/keymaster/key_blob_utils/
H A Dauth_encrypted_key_blob.cpp54 const AuthorizationSet& hidden, in BuildDerivationInfo()
95 const AuthorizationSet& hidden, // in DeriveAesGcmKeyEncryptionKey()
126 const AuthorizationSet& hidden, // in AesGcmEncryptKey()
167 const AuthorizationSet& hidden, in AesGcmDecryptKey()
305 const AuthorizationSet& hidden, const SecureDeletionData& secure_deletion_data, in EncryptKey()
337 KmErrorOr<KeymasterKeyBlob> DecryptKey(const DeserializedKey& key, const AuthorizationSet& hidden, in DecryptKey()
H A Docb_utils.cpp48 const AuthorizationSet& hidden, in BuildDerivationData()
67 const AuthorizationSet& hidden, in InitializeKeyWrappingContext()
113 const AuthorizationSet& sw_enforced, const AuthorizationSet& hidden, in OcbEncryptKey()
145 const AuthorizationSet& sw_enforced, const AuthorizationSet& hidden, in OcbDecryptKey()
H A Dintegrity_assured_key_blob.cpp49 const AuthorizationSet& hidden, uint8_t hmac[HMAC_SIZE]) { in ComputeHmac()
76 const AuthorizationSet& hidden, in SerializeIntegrityAssuredBlob()
98 const AuthorizationSet& hidden, in DeserializeIntegrityAssuredBlob()
H A Dsoftware_keyblobs.cpp80 AuthorizationSet* hidden, in BuildHiddenAuthorizations()
237 const AuthorizationSet& hidden, in ParseAuthEncryptedBlob()
455 AuthorizationSet hidden; in FullUpgradeSoftKeyBlob() local
/aosp_15_r20/system/keymint/tests/tests/
H A Dkeyblob_test.rs47 let hidden = vec![ in test_encrypted_keyblob_roundtrip() localVariable
73 let hidden = kmr_common::keyblob::legacy::hidden(&[], &[b"SW"]).unwrap(); in test_serialize_authenticated_legacy_keyblob() localVariable
111 let hidden = kmr_common::keyblob::legacy::hidden(&[], &[b"SW"]).unwrap(); in test_deserialize_authenticated_legacy_keyblob_fail() localVariable
164 let hidden = kmr_common::keyblob::legacy::hidden(&[], &[b"SW"]).unwrap(); in test_deserialize_authenticated_legacy_keyblob_truncated() localVariable
/aosp_15_r20/device/google/cuttlefish/host/commands/secure_env/
Dtpm_key_blob_maker.cpp47 keymaster::AuthorizationSet* hidden) { in SplitEnforcedProperties()
191 AuthorizationSet hidden; in CreateKeyBlob() local
217 const AuthorizationSet& sw_enforced, const AuthorizationSet& hidden, in UnvalidatedCreateKeyBlob()
247 AuthorizationSet* sw_enforced, const AuthorizationSet& hidden, in UnwrapKeyBlob()
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
DWifiBaseTest.py185 hidden=False, argument
255 hidden=False, argument
312 hidden=False, argument
443 hidden=False, argument
627 hidden=False, argument
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
H A DWifiConfigCreator.java89 public int addNetwork(String ssid, boolean hidden, int securityType, in addNetwork()
179 public int updateNetwork(WifiConfiguration wifiConf, String ssid, boolean hidden, in updateNetwork()
207 public int updateNetwork(int netId, String ssid, boolean hidden, in updateNetwork()
240 private WifiConfiguration createConfig(String ssid, boolean hidden, int securityType, in createConfig()
/aosp_15_r20/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
H A DSelectableItem.kt63 val hidden: Boolean in mutateSelectedApiVariants() constant
79 fun hidden(): Boolean { in mutateSelectedApiVariants() method
H A DApiVariantSelectors.kt57 abstract val hidden: Boolean in <lambda>() constant in com.android.tools.metalava.model.ApiVariantSelectors
129 override val hidden: Boolean in <lambda>() constant
300 override var hidden: Boolean in <lambda>() variable in com.android.tools.metalava.model.ApiVariantSelectors.Mutable
598 val hidden: Boolean? = null, in <lambda>() constant in com.android.tools.metalava.model.ApiVariantSelectors.TestableSelectorsState
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/emptyshade/ui/viewmodel/
H A DEmptyShadeViewModelTest.kt76 val hidden by collectLastValue(underTest.areNotificationsHiddenInShade) in areNotificationsHiddenInShade_true() constant
90 val hidden by collectLastValue(underTest.areNotificationsHiddenInShade) in areNotificationsHiddenInShade_false() constant
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/client/result/
H A DWifiParsedResult.java29 private final boolean hidden; field in WifiParsedResult
39 public WifiParsedResult(String networkEncryption, String ssid, String password, boolean hidden) { in WifiParsedResult()
46 boolean hidden, in WifiParsedResult()
/aosp_15_r20/external/pytorch/benchmarks/fastrnns/
H A Dcells.py118 def gru_cell(input, hidden, w_ih, w_hh, b_ih, b_hh): argument
132 def rnn_relu_cell(input, hidden, w_ih, w_hh, b_ih, b_hh): argument
138 def rnn_tanh_cell(input, hidden, w_ih, w_hh, b_ih, b_hh): argument
/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/modules/
H A Drnn.cpp345 Tensor hidden, in check_forward_args()
512 auto hidden = std::get<1>(result); in forward_helper() local
582 std::tuple<Tensor, Tensor> hidden, in check_forward_args() argument
661 auto hidden = std::make_tuple(std::get<1>(result), std::get<2>(result)); in forward_helper() local
760 auto hidden = std::get<1>(result); in forward_helper() local
/aosp_15_r20/external/turbine/java/com/google/turbine/processing/
H A DTurbineElements.java294 public boolean hides(Element hider, Element hidden) { in hides()
304 private boolean hides(TurbineElement hider, TurbineElement hidden) { in hides()
359 private static boolean isVisibleForHiding(TurbineElement hider, TurbineElement hidden) { in isVisibleForHiding()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DModuleInfoBuilder.java16 private boolean hidden = false; field in ModuleInfoBuilder
42 public ModuleInfoBuilder setHidden(boolean hidden) { in setHidden()
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/content/
H A DShapeGroup.java15 private final boolean hidden; field in ShapeGroup
17 public ShapeGroup(String name, List<ContentModel> items, boolean hidden) { in ShapeGroup()
H A DShapePath.java14 private final boolean hidden; field in ShapePath
16 public ShapePath(String name, int index, AnimatableShapeValue shapePath, boolean hidden) { in ShapePath()
H A DRepeater.java18 private final boolean hidden; field in Repeater
21 AnimatableTransform transform, boolean hidden) { in Repeater()
H A DCircleShape.java18 private final boolean hidden; field in CircleShape
21 AnimatablePointValue size, boolean isReversed, boolean hidden) { in CircleShape()
H A DRectangleShape.java18 private final boolean hidden; field in RectangleShape
21 AnimatableValue<PointF, PointF> size, AnimatableFloatValue cornerRadius, boolean hidden) { in RectangleShape()
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue116/
H A DNoFieldsTest.java32 Hidden hidden = new Hidden(); in testHiddenParameter() local
46 HiddenSpecial hidden = new HiddenSpecial("qwerty"); in testSpecialHiddenParameter() local
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/
H A DChildHelper.java84 void addView(View child, boolean hidden) { in addView()
96 void addView(View child, int index, boolean hidden) { in addView()
228 boolean hidden) { in attachViewToParent()
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd_config.py230 def hidden(self): member in HostapdConfig
235 def hidden(self, value): member in HostapdConfig
326 hidden=False, argument

12345678910>>...40