Home
last modified time | relevance | path

Searched refs:Label (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DDomainMatcher.java39 private final Label mRoot;
49 private static class Label { class in DomainMatcher
50 private final Map<String, Label> mSubDomains;
53 Label(int match) { in Label() method in DomainMatcher.Label
55 mSubDomains = new HashMap<String, Label>(); in Label()
67 Label subLabel = mSubDomains.get(labelName); in addDomain()
69 subLabel = new Label(MATCH_NONE); in addDomain()
87 public Label getSubLabel(String labelString) { in getSubLabel()
103 for (Map.Entry<String, Label> entry : mSubDomains.entrySet()) { in toString()
123 mRoot = new Label(MATCH_NONE); in DomainMatcher()
[all …]
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
DExpectedKeyVisual.java33 return new Label(label); in newInstance()
119 private static class Label extends ExpectedKeyVisual { class in ExpectedKeyVisual
122 Label(final String label) { in Label() method in ExpectedKeyVisual.Label
138 return new Label(StringUtils.toTitleCaseOfKeyLabel(mLabel, locale)); in toUpperCase()
175 return (visual instanceof Label) && mLabel.equals(((Label)visual).mLabel); in hasSameKeyVisual()
183 private static class CasePreservedLabel extends Label {
/packages/modules/Virtualization/service_vm/client_vm_csr/src/
Dlib.rs155 use coset::{iana::EnumI64, Label};
230 let x = get_label_value_as_bignum(cose_key, Label::Int(iana::Ec2KeyParameter::X.to_i64()))?; in to_ec_public_key()
231 let y = get_label_value_as_bignum(cose_key, Label::Int(iana::Ec2KeyParameter::Y.to_i64()))?; in to_ec_public_key()
240 let crv = get_label_value(cose_key, Label::Int(iana::Ec2KeyParameter::Crv.to_i64()))?; in check_ec_key_params()
245 fn get_label_value_as_bignum(key: &CoseKey, label: Label) -> Result<BigNum> { in get_label_value_as_bignum()
252 fn get_label_value(key: &CoseKey, label: Label) -> Result<&Value> { in get_label_value()
/packages/modules/Virtualization/service_vm/fake_chain/src/
Dservice_vm.rs25 Algorithm, AsCborValue, CborSerializable, CoseKey, KeyOperation, KeyType, Label,
84 Label::Int(iana::Ec2KeyParameter::Crv.to_i64()), in ed25519_public_key_to_cbor_value()
87 (Label::Int(iana::Ec2KeyParameter::X.to_i64()), Value::Bytes(public_key.to_vec())), in ed25519_public_key_to_cbor_value()
/packages/modules/Virtualization/libs/cborutil/src/
Dlib.rs26 CborSerializable, CoseError, CoseKey, Label, Result,
122 pub fn get_label_value_as_bytes(key: &CoseKey, label: Label) -> Result<&[u8]> { in get_label_value_as_bytes()
130 pub fn get_label_value(key: &CoseKey, label: Label) -> Result<&Value> { in get_label_value()
/packages/modules/Virtualization/libs/dice/sample_inputs/src/
Dsample_inputs.rs22 use coset::{iana, Algorithm, AsCborValue, CoseKey, KeyOperation, KeyType, Label};
86 Label::Int(iana::Ec2KeyParameter::Crv as i64), in ed25519_public_key_to_cbor_value()
89 (Label::Int(iana::Ec2KeyParameter::X as i64), Value::Bytes(public_key.to_vec())), in ed25519_public_key_to_cbor_value()
/packages/modules/Virtualization/libs/bssl/src/
Devp.rs33 CoseKey, KeyType, Label,
137 get_label_value(cose_key, Label::Int(iana::OkpKeyParameter::Crv.to_i64()))?; in from_cose_public_key()
152 Label::Int(iana::OkpKeyParameter::X.to_i64()), in from_cose_public_key()
Dec_key.rs40 CborSerializable, CoseKey, CoseKeyBuilder, KeyType, Label,
106 match get_label_value(cose_key, Label::Int(iana::Ec2KeyParameter::Crv.to_i64()))? { in from_cose_public_key()
117 let x = get_label_value_as_bytes(cose_key, Label::Int(iana::Ec2KeyParameter::X.to_i64()))?; in from_cose_public_key()
118 let y = get_label_value_as_bytes(cose_key, Label::Int(iana::Ec2KeyParameter::Y.to_i64()))?; in from_cose_public_key()
/packages/apps/ManagedProvisioning/studio-dev/StubGenerator/src/main/java/com/android/development/
DDexToStubConverter.java38 import org.objectweb.asm.Label;
292 Label startLabel = addLabel(mv); in writeClass()
303 Label endLabel = new Label(); in writeClass()
490 private Label addLabel(MethodVisitor mv) { in addLabel()
492 Label l = new Label(); in addLabel()
/packages/modules/Virtualization/service_vm/requests/src/
Ddice.rs32 Label,
256 get_label_value(&self.0, Label::Int(iana::OkpKeyParameter::Crv.to_i64()))?; in verify()
263 Label::Int(iana::OkpKeyParameter::X.to_i64()), in verify()
/packages/modules/Virtualization/docs/
Ddevice_assignment.md203 * `<dtbo_label>`: Label in the VM DTBO (i.e. symbol in `__symbols__`). Must be
/packages/modules/Wifi/service/proto/src/
Dmetrics.proto2855 enum Label { enum
2887 optional Label label = 1;
3015 // Label pin method configuration - pin is labelled on device.
/packages/apps/ManagedProvisioning/studio-dev/StubGenerator/
DStubGenerator.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jf/ org/ ...
/packages/apps/TV/libs/m2/
Dprotobuf-java-3.7.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...