HomeSort by relevance Sort by last modified time
    Searched refs:SET (Results 26 - 50 of 387) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/multipackage/c/
CModule.java 21 import java.util.Set;
23 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/
DModule.java 21 import java.util.Set;
23 import static dagger.Provides.Type.SET;
27 @Provides(type = SET) String provideString() {
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/subcomponent/
ChildModule.java 21 import static dagger.Provides.Type.SET;
25 @Provides(type = SET) Object provideUnscopedObject() {
ChildMultibindingModule.java 23 import static dagger.Provides.Type.SET;
28 @Provides(type = SET)
ParentModule.java 22 import static dagger.Provides.Type.SET;
26 @Provides(type = SET) Object provideUnscopedObject() {
34 @Provides(type = SET) @Singleton Object provideSingletonObject() {
GrandchildModule.java 21 import static dagger.Provides.Type.SET;
25 @Provides(type = SET) Object provideUnscopedObject() {
  /external/dagger2/compiler/src/it/producers-functional-tests/src/main/java/producerstest/monitoring/
MonitoringModule.java 22 import static dagger.Provides.Type.SET;
32 @Provides(type = SET)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
md5.c 204 #define SET(a, b, c, d, k, s, Ti)\
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(a, b, c, d, 8, 7, T9);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
md5.c 204 #define SET(a, b, c, d, k, s, Ti)\
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(a, b, c, d, 8, 7, T9);
    [all...]
  /external/python/cpython2/Modules/
md5.c 204 #define SET(a, b, c, d, k, s, Ti)\
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(a, b, c, d, 8, 7, T9)
    [all...]
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/sub/
ContributionsModule.java 23 import java.util.Set;
25 import static dagger.Provides.Type.SET;
30 @Provides(type = SET) int contributeAnInt(double doubleDependency) {
34 @Provides(type = SET) int contributeAnotherInt() {
38 @Provides(type = SET_VALUES) Set<Integer> contributeSomeInts() {
  /external/tpm2/
Unseal.c 33 if( object->publicArea.objectAttributes.decrypt == SET
34 || object->publicArea.objectAttributes.sign == SET
35 || object->publicArea.objectAttributes.restricted == SET)
NV_Write.c 16 // 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
NV_UndefineSpace.c 14 // 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)
EvictControl.c 14 // 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
63 // Platform auth can not set evict object in storage or endorsement
76 // Owner auth can not set or clear evict object in platform hierarchy
77 if(evictObject->attributes.ppsHierarchy == SET)
SequenceUpdate.c 35 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)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
odd-1.s 8 SET small,$2
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
main1.s 5 SET $253,1
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/staticprovides/
AllStaticModule.java 18 import static dagger.Provides.Type.SET;
24 import java.util.Set;
28 @Provides(type = SET) static String contributeString() {
32 @Provides(type = SET_VALUES) static Set<Integer> contibuteEmptyIntegerSet() {
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/subcomponent/repeat/
RepeatedModule.java 21 import static dagger.Provides.Type.SET;
37 @Provides(type = SET)
39 return "a string in a set";
  /toolchain/binutils/binutils-2.25/gas/config/
obj-ecoff.c 33 /* Set section VMAs and GP values before reloc processing. */
41 /* Set the section VMA values. We force the .sdata and .sbss
124 as_fatal (_("Can't set GP value"));
131 as_fatal (_("Can't set register masks"));
145 char *set; local
153 set = buf;
154 #define SET(ptr, count, type, size) \
159 ecoff_data (stdoutput)->debug_info.ptr = (type) set; \
160 set += hdr->count * size; \
163 SET (line, cbLine, unsigned char *, sizeof (unsigned char))
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/json/
GsonModule.java 28 import java.util.Set;
37 @Provides(type = Type.SET)
42 @Provides(type = Type.SET)
47 @Provides(type = Type.SET)
52 @Provides(type = Type.SET)
62 @Provides(type = Type.SET)
72 @Provides static Gson provideGson(Set<TypeAdapterFactory> typeAdapterFactories,
  /external/dagger2/compiler/src/it/producers-functional-tests/src/main/java/producerstest/
MultibindingProducerModule.java 23 import java.util.Set;
26 import static dagger.producers.Produces.Type.SET;
34 @Produces(type = SET)
39 @Produces(type = SET)
45 static ListenableFuture<Set<String>> futureStrs() {
46 return Futures.<Set<String>>immediateFuture(ImmutableSet.of("foo1", "foo2"));
50 static Set<String> strs() {
55 static int strCount(Set<String> strs) {
59 @Produces(type = SET)
67 static Set<String> successfulStringsForSet()
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
DlgDDK.mak 3 # You will need to set the LIB variable similar to this.
13 SET=$(PCCTS_HOME)\support\set
18 CFLAGS = /nologo -I "." -I "$(PCCTS_H)" -I "$(SET)" -D "USER_ZZSYN" -D "PC" \
24 SUPPORT_OBJS = set.obj
39 $(SET)\set.h \
51 $(SET)\set.h \
62 $(SET)\set.h \
    [all...]
DlgMS.mak 3 # You will need to set the LIB variable similar to this.
13 SET=$(PCCTS_HOME)\support\set
18 CFLAGS = /nologo -I "." -I "$(PCCTS_H)" -I "$(SET)" -D "USER_ZZSYN" -D "PC" \
25 SUPPORT_OBJS = set.obj
38 $(SET)\set.h \
50 $(SET)\set.h \
61 $(SET)\set.h \
    [all...]

Completed in 5663 milliseconds

12 3 4 5 6 7 8 91011>>