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

1 2 34 5 6 7 8 91011>>

  /external/tpm2/
SequenceComplete.c 38 if(object->attributes.hashSeq == SET) // sequence object for hash
61 hashObject->attributes.ticketSafe = SET;
107 object->attributes.evict = SET;
NV_ReadLock.c 15 // TPM_RC_ATTRIBUTES TPMA_NV_READ_STCLEAR is not SET so Index referenced by
55 // if TPMA_NV_READ_STCLEAR is not set, the index can not be read-locked
61 // Set the READLOCK attribute
62 nvIndex.publicArea.attributes.TPMA_NV_READLOCKED = SET;
NV_WriteLock.c 16 // TPMA_NV_WRITE_STCLEAR is SET in Index referenced by
46 // if neither TPMA_NV_WRITEDEFINE nor TPMA_NV_WRITE_STCLEAR is set, the index
61 // Set the WRITELOCK attribute.
62 // Note: if TPMA_NV_WRITELOCKED were already SET, then the write access check
64 nvIndex.publicArea.attributes.TPMA_NV_WRITELOCKED = SET;
PolicyAuthValue.c 40 session->attributes.isAuthValueNeeded = SET;
PolicyPassword.c 40 session->attributes.isPasswordNeeded = SET;
ECDH_KeyGen.c 36 if( eccKey->publicArea.objectAttributes.restricted == SET
37 || eccKey->publicArea.objectAttributes.decrypt != SET
ECDH_ZGen.c 38 if( eccKey->publicArea.objectAttributes.restricted == SET
39 || eccKey->publicArea.objectAttributes.decrypt != SET
EventSequenceComplete.c 34 if(hashObject->attributes.eventSeq != SET)
87 hashObject->attributes.evict = SET;
HMAC.c 41 if(publicArea->objectAttributes.restricted == SET)
45 if(publicArea->objectAttributes.sign != SET)
NV_Extend.c 15 // TPM_RC_ATTRIBUTES the TPMA_NV_EXTEND attribute is not SET in the Index referenced
45 if(nvIndex.publicArea.attributes.TPMA_NV_EXTEND != SET)
65 if(nvIndex.publicArea.attributes.TPMA_NV_WRITTEN == SET)
87 // Note, this routine will SET the TPMA_NV_WRITTEN attribute if necessary
NV.c 131 // pointed by the iter. If there is no more element in the set, a 0 value is returned indicating the end of
301 // Set the flag so that NV changes are committed before the command completes.
347 // Set the flag so that NV changes are committed before the command completes.
605 // Set the flag that a NV write happens
870 // Set the flag so that an NV write happens before the command completes.
882 // b) reset NV Index data that has TPMA_NV_CLEAR_STCLEAR SET; and
883 // c) set the lower bits in orderly counters to 1 for a non-orderly startup
912 if(attributes.TPMA_NV_READLOCKED == SET)
914 if( attributes.TPMA_NV_WRITELOCKED == SET
921 if(attributes.TPMA_NV_CLEAR_STCLEAR == SET)
    [all...]
Import.c 21 // SET in objectPublic but the inner or outer wrapper is missing.
86 if( in->objectPublic.t.publicArea.objectAttributes.fixedTPM == SET
87 || in->objectPublic.t.publicArea.objectAttributes.fixedParent == SET)
110 // If encryptedDuplication is SET, then the object must have an inner
131 // If encrytpedDuplication is set, then the object must have an outer
150 // If the parent of this object has fixedTPM SET, then fully validate this
152 if(parentObject->publicArea.objectAttributes.fixedTPM == SET)
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
MultibindingModule.java 28 import java.util.Set;
33 import static dagger.Provides.Type.SET;
61 @Provides(type = SET)
66 @Provides(type = SET)
72 static Set<String> provideMapKeys(Map<String, Provider<String>> map) {
176 @Provides(type = SET)
  /external/dagger2/compiler/src/it/producers-functional-tests/src/main/java/producerstest/
SimpleProducerModule.java 27 import java.util.Set;
31 import static dagger.producers.Produces.Type.SET;
133 // Set bindings.
135 @Produces(type = SET)
137 return "set of str element";
140 @Produces(type = SET)
142 return "set of str element throwing exception";
145 @Produces(type = SET)
147 return Futures.immediateFuture("set of str element");
150 @Produces(type = SET)
    [all...]
  /external/dagger2/core/src/main/java/dagger/
Provides.java 45 * The method's return type forms the generic type argument of a {@code Set<T>}, and the
46 * returned value is contributed to the set. The object graph will pass dependencies to the
47 * method as parameters. The {@code Set<T>} produced from the accumulation of values will be
51 SET,
54 * Like {@link #SET}, except the method's return type is {@code Set<T>}, where any values are
55 * contributed to the set. An example use is to provide a default empty set binding, which is
56 * otherwise not possible using {@link #SET}.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
pr12815-1.s 19 SET $0,$0
  /external/proguard/bin/
proguard.bat 11 SET PROGUARD_HOME=%~dp0\..
  /prebuilts/tools/common/proguard/proguard4.7/bin/
proguard.bat 11 SET PROGUARD_HOME=..
  /sdk/files/proguard/bin/
proguard.bat 11 SET PROGUARD_HOME=..
14 set java_exe=
  /external/llvm/tools/msbuild/
install.bat 4 set SUCCESS=0
10 set PLATFORM=None
13 IF %PLATFORM% == Win32 SET PLATFORM=x64
14 IF %PLATFORM% == None SET PLATFORM=Win32
18 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets"
20 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets"
24 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\%PLATFORM%\PlatformToolsets"
26 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\%PLATFORM%\PlatformToolsets"
30 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\%PLATFORM%\PlatformToolsets"
32 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\%PLATFORM%\PlatformToolsets"
    [all...]
uninstall.bat 8 set PLATFORM=None
11 IF %PLATFORM% == Win32 SET PLATFORM=x64
12 IF %PLATFORM% == None SET PLATFORM=Win32
15 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets"
19 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets"
24 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\%PLATFORM%\PlatformToolsets"
31 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\%PLATFORM%\PlatformToolsets"
39 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\%PLATFORM%\PlatformToolsets"
46 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\%PLATFORM%\PlatformToolsets"
54 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\%PLATFORM%\PlatformToolsets"
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/
b.bat 22 @REM Set for tools chain. Currently RVCT
23 SET TARGET_TOOLS=RVCT
24 SET TARGET=DEBUG
27 @REM If 1st argument is release set TARGET to RELEASE and shift arguments to remove it
28 SET TARGET=RELEASE
32 SET BUILD_ROOT=%WORKSPACE%\Build\BeagleBoard\%TARGET%_%TARGET_TOOLS%
56 SET DEBUGGER_SCRIPT=..\Debugger_scripts
ba.bat 22 @REM Set for tools chain. Currently ARMGCC
23 SET TARGET_TOOLS=ARMGCC
24 SET TARGET=DEBUG
27 @REM If 1st argument is release set TARGET to RELEASE and shift arguments to remove it
28 SET TARGET=RELEASE
32 SET BUILD_ROOT=%WORKSPACE%\Build\BeagleBoard\%TARGET%_%TARGET_TOOLS%
56 SET DEBUGGER_SCRIPT=..\Debugger_scripts
  /external/curl/lib/
md5.c 254 * SET reads 4 input bytes in little-endian byte order and stores them
262 #define SET(n) \
265 SET(n)
267 #define SET(n) \
301 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
302 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
303 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
304 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
305 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
306 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12
    [all...]
  /external/guice/extensions/dagger-adapter/test/com/google/inject/daggeradapter/
DaggerAdapterTest.java 18 import static dagger.Provides.Type.SET;
33 import java.util.Set;
68 @dagger.Provides(type=SET) Integer anInteger() {
74 @dagger.Provides(type=SET) Integer anInteger() {
82 assertEquals(ImmutableSet.of(3, 5), i.getInstance(new Key<Set<Integer>>() {}));
97 assertEquals(ImmutableSet.of(13, 3, 5, 8), i.getInstance(new Key<Set<Integer>>() {}));

Completed in 827 milliseconds

1 2 34 5 6 7 8 91011>>