Searched refs:SET (Results 1 - 25 of 172) sorted by relevance

1234567

/external/tpm2/
H A DLocality.c27 locality_attributes.locZero = SET;
30 locality_attributes.locOne = SET;
33 locality_attributes.locTwo = SET;
36 locality_attributes.locThree = SET;
39 locality_attributes.locFour = SET;
H A DNV_DefineSpace.c44 // is SET but phEnableNV is CLEAR, we have to check here
52 if ( (attributes.TPMA_NV_COUNTER == SET || attributes.TPMA_NV_BITS == SET)
67 // Locks may not be SET and written cannot be SET
68 if( attributes.TPMA_NV_WRITTEN == SET
69 || attributes.TPMA_NV_WRITELOCKED == SET
70 || attributes.TPMA_NV_READLOCKED == SET)
90 if( attributes.TPMA_NV_COUNTER == SET)
94 if( attributes.TPMA_NV_BITS == SET)
[all...]
H A DUnseal.c33 if( object->publicArea.objectAttributes.decrypt == SET
34 || object->publicArea.objectAttributes.sign == SET
35 || object->publicArea.objectAttributes.restricted == SET)
H A DNV_Write.c16 // TPMA_NV_COUNTER, or TPMA_NV_EVENT attribute SET
20 // TPM_RC_NV_RANGE if TPMA_NV_WRITEALL is SET then the write is not the size of the
45 if( nvIndex.publicArea.attributes.TPMA_NV_COUNTER == SET
46 || nvIndex.publicArea.attributes.TPMA_NV_BITS == SET
47 || nvIndex.publicArea.attributes.TPMA_NV_EXTEND == SET)
56 if( nvIndex.publicArea.attributes.TPMA_NV_WRITEALL == SET
62 // Perform the write. This called routine will SET the TPMA_NV_WRITTEN
63 // attribute if it has not already been SET. If NV isn't available, an error
H A DNV_UndefineSpace.c14 // TPM_RC_ATTRIBUTES TPMA_NV_POLICY_DELETE is SET in the Index referenced by
38 // This command can't be used to delete an index with TPMA_NV_POLICY_DELETE SET
39 if(SET == nvIndex.publicArea.attributes.TPMA_NV_POLICY_DELETE)
45 && nvIndex.publicArea.attributes.TPMA_NV_PLATFORMCREATE == SET)
H A DEvictControl.c14 // TPM_RC_ATTRIBUTES an object with temporary, stClear or publicOnly attribute SET cannot
44 if( evictObject->attributes.temporary == SET
45 || evictObject->attributes.stClear == SET
46 || evictObject->attributes.publicOnly == SET
52 if( evictObject->attributes.evict == SET
77 if(evictObject->attributes.ppsHierarchy == SET)
H A DSequenceUpdate.c35 if(object->attributes.eventSeq == SET)
51 if(hashObject->attributes.hashSeq == SET)
57 hashObject->attributes.firstBlock = SET;
63 hashObject->attributes.ticketSafe = SET;
69 else if(object->attributes.hmacSeq == SET)
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/multipackage/a/
H A DAModule.java22 import static dagger.Provides.Type.SET;
26 @Provides(type = SET) String provideString() {
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/multipackage/b/
H A DBModule.java22 import static dagger.Provides.Type.SET;
26 @Provides(type = SET) String provideString() {
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/staticprovides/
H A DSomeStaticModule.java18 import static dagger.Provides.Type.SET;
25 @Provides(type = SET) static String contributeStringFromAStaticMethod() {
29 @Provides(type = SET) String contributeStringFromAnInstanceMethod() {
H A DAllStaticModule.java18 import static dagger.Provides.Type.SET;
28 @Provides(type = SET) static String contributeString() {
/external/libcups/cups/
H A Dmd5.c161 #define SET(a, b, c, d, k, s, Ti)\ macro
165 SET(a, b, c, d, 0, 7, T1);
166 SET(d, a, b, c, 1, 12, T2);
167 SET(c, d, a, b, 2, 17, T3);
168 SET(b, c, d, a, 3, 22, T4);
169 SET(a, b, c, d, 4, 7, T5);
170 SET(d, a, b, c, 5, 12, T6);
171 SET(c, d, a, b, 6, 17, T7);
172 SET(b, c, d, a, 7, 22, T8);
173 SET(
181 #undef SET macro
187 #define SET macro
207 #undef SET macro
213 #define SET macro
233 #undef SET macro
239 #define SET macro
259 #undef SET macro
[all...]
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/subcomponent/
H A DParentMultibindingModule.java23 import static dagger.Provides.Type.SET;
28 @Provides(type = SET)
33 @Provides(type = SET)
38 @Provides(type = SET)
H A DChildModule.java21 import static dagger.Provides.Type.SET;
25 @Provides(type = SET) Object provideUnscopedObject() {
H A DChildMultibindingModule.java23 import static dagger.Provides.Type.SET;
28 @Provides(type = SET)
H A DParentModule.java22 import static dagger.Provides.Type.SET;
26 @Provides(type = SET) Object provideUnscopedObject() {
34 @Provides(type = SET) @Singleton Object provideSingletonObject() {
H A DGrandchildModule.java21 import static dagger.Provides.Type.SET;
25 @Provides(type = SET) Object provideUnscopedObject() {
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/multipackage/c/
H A DCModule.java23 import static dagger.Provides.Type.SET;
27 @Provides(type = SET) String provideString() {
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/multipackage/d/
H A DDModule.java23 import static dagger.Provides.Type.SET;
27 @Provides(type = SET) String provideString() {
/external/dagger2/compiler/src/it/producers-functional-tests/src/main/java/producerstest/monitoring/
H A DMonitoringModule.java22 import static dagger.Provides.Type.SET;
32 @Provides(type = SET)
/external/python/cpython2/Modules/
H A Dmd5.c204 #define SET(a, b, c, d, k, s, Ti)\ macro
208 SET(a, b, c, d, 0, 7, T1);
209 SET(d, a, b, c, 1, 12, T2);
210 SET(c, d, a, b, 2, 17, T3);
211 SET(b, c, d, a, 3, 22, T4);
212 SET(a, b, c, d, 4, 7, T5);
213 SET(d, a, b, c, 5, 12, T6);
214 SET(c, d, a, b, 6, 17, T7);
215 SET(b, c, d, a, 7, 22, T8);
216 SET(
224 #undef SET macro
230 #define SET macro
250 #undef SET macro
256 #define SET macro
276 #undef SET macro
282 #define SET macro
302 #undef SET macro
[all...]
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/sub/
H A DContributionsModule.java25 import static dagger.Provides.Type.SET;
30 @Provides(type = SET) int contributeAnInt(double doubleDependency) {
34 @Provides(type = SET) int contributeAnotherInt() {
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/subcomponent/repeat/
H A DRepeatedModule.java21 import static dagger.Provides.Type.SET;
37 @Provides(type = SET)
/external/caliper/caliper/src/main/java/com/google/caliper/json/
H A DGsonModule.java37 @Provides(type = Type.SET)
42 @Provides(type = Type.SET)
47 @Provides(type = Type.SET)
52 @Provides(type = Type.SET)
62 @Provides(type = Type.SET)
/external/dagger2/compiler/src/it/producers-functional-tests/src/main/java/producerstest/
H A DMultibindingProducerModule.java26 import static dagger.producers.Produces.Type.SET;
34 @Produces(type = SET)
39 @Produces(type = SET)
59 @Produces(type = SET)
71 @Produces(type = SET)

Completed in 489 milliseconds

1234567