Home
last modified time | relevance | path

Searched refs:Sealed (Results 1 – 11 of 11) sorted by relevance

/external/v8/test/mjsunit/
Dobject-seal.js387 function Sealed() {} class
388 Object.seal(Sealed);
389 assertDoesNotThrow(function() { return new Sealed(); });
390 Sealed.prototype.prototypeExists = true;
391 assertTrue((new Sealed()).prototypeExists);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
Dmanifest.cldrutil.stub14 Sealed: false
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
Dmanifest.cldrutil.stub14 Sealed: false
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
Dmanifest.test.stub14 Sealed: false
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
Dmanifest.stub13 Sealed: false
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
Dmanifest.test.stub14 Sealed: false
/external/tpm2/generator/
Draw_commands.txt6274 This command returns the data in a loaded Sealed Data Object.
6277 A random, TPM-generated, Sealed Data Object may be created by the TPM with TPM2_Create() or
6278 TPM2_CreatePrimary() using the template for a Sealed Data Object. A Sealed Data Object is more
Draw_commands_fixed.txt6278 This command returns the data in a loaded Sealed Data Object.
6281 A random, TPM-generated, Sealed Data Object may be created by the TPM with TPM2_Create() or
6282 TPM2_CreatePrimary() using the template for a Sealed Data Object. A Sealed Data Object is more
Draw_structures.txt8575 only type of data that may be returned after decryption is a Sealed Data Object (a keyedHash object…
Draw_structures_fixed.txt8592 only type of data that may be returned after decryption is a Sealed Data Object (a keyedHash object…
/external/tpm2/
Dpart3.txt3769 This command returns the data in a loaded Sealed Data Object.
3771 NOTE A random, TPM-generated, Sealed Data Object may be created by the TPM with TPM2_Cre…
3772 TPM2_CreatePrimary() using the template for a Sealed Data Object.