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

1 2 3 4 5 6 78 91011>>

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
generic.h 7 * Set (PCCTS) -- PCCTS is in the public domain. An individual or
45 #define SET TokenNum+2
75 set cyclicDep; /* cyclic dependents */
76 unsigned deg; /* degree of FOLLOW set of croot */
81 ListNode *elist; /* linked list of elements in error set */
82 set eset;
83 int setdeg; /* how big is the set */
89 ListNode *tlist; /* linked list of elements in token set */
90 set tset;
94 unsigned setnum; /* which set number is this guy? (if dumped) */
    [all...]
  /external/minijail/
bpf.h 40 SET,
50 #define SECCOMP_RET_ERRNO 0x00050000U /* return -1 and set errno */
  /external/skia/src/sksl/
SkSLToken.h 123 SET,
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/
Tag.java 26 import java.util.Set;
35 public static final Tag SET = new Tag(PREFIX + "set");
47 public static final Map<Tag, Set<Class<?>>> COMPATIBILITY_MAP;
49 COMPATIBILITY_MAP = new HashMap<Tag, Set<Class<?>>>();
50 Set<Class<?>> floatSet = new HashSet<Class<?>>();
56 Set<Class<?>> intSet = new HashSet<Class<?>>();
62 Set<Class<?>> timestampSet = new HashSet<Class<?>>();
150 Set<Class<?>> set = COMPATIBILITY_MAP.get(this) local
    [all...]
  /external/tpm2/
ContextSave.c 73 // Set size of the context data. The contents of context blob is vendor
102 else if(object->attributes.stClear == SET)
121 // Set size of the context data. The contents of context blob is vendor
143 // Get a context ID and set the session tracking values appropriately
CryptUtil.c 438 // Set the state to empty so that it doesn't get used again
448 // common use and this is provided for specification clarity. 'digest.size' should be set to indicate the number
645 // Set HMAC algorithm
724 // is set because larger values have lower entropy because of the
735 // If the TPM is going to generate the data, then set the size to be the
778 // Function to set the cryptographic elements of an RSA key into a structure to simplify the interface to
801 // This function provides the interface to _cpri__TestKeyRSA(). If both p and q are provided, n will be set to
828 // Set the exponent
    [all...]
PCR.c 39 // PCR. If it does, groupIndex is set to value of the group index. This feature of PCR is decided by the
67 // the PCR. If it does, groupIndex is set to value of the group index. This feature of PCR is decided by the
451 // if the TPM has not started, then set the PCR to 0...04 and then extend
485 (type == SU_RESUME && s_initAttributes[pcr].stateSave == SET) ? 1 : 0;
555 UINT32 stateSaved = (s_initAttributes[pcr].stateSave == SET) ? 1 : 0;
599 if(s_initAttributes[pcr].stateSave == SET)
642 // This function checks a PCR handle to see if the attributes for the PCR are set so that any change to the
725 // As a side-effect, selection is modified so that only the implemented PCR will have their bits still set.
850 // This function is used by _TPM_Hash_End() to set a PCR to the computed hash of the H-CRTM event.
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/asn1/
common.go 63 // compound flag set.
80 set bool // true iff this should be encoded as a SET
84 // if explicit is set, tag is non-nil.
122 case part == "set":
123 ret.set = true
162 if strings.HasSuffix(t.Name(), "SET") {
  /prebuilts/go/linux-x86/src/encoding/asn1/
common.go 63 // compound flag set.
80 set bool // true iff this should be encoded as a SET
84 // if explicit is set, tag is non-nil.
122 case part == "set":
123 ret.set = true
162 if strings.HasSuffix(t.Name(), "SET") {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
comment-1.s 21 SET $35,$36 it; x y z
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
VersionedTfLauncherTest.java 111 mMockRunUtil.setEnvVariablePriority(EnvPriority.SET);
170 mMockRunUtil.setEnvVariablePriority(EnvPriority.SET);
220 mMockRunUtil.setEnvVariablePriority(EnvPriority.SET);
290 mMockRunUtil.setEnvVariablePriority(EnvPriority.SET);
TfTestLauncherTest.java 107 mMockRunUtil.setEnvVariablePriority(EnvPriority.SET);
210 mMockRunUtil.setEnvVariablePriority(EnvPriority.SET);
  /toolchain/binutils/binutils-2.25/gas/config/
obj-elf.c 546 BFD doesn't really let us set the section type. */
674 /* RX init/fini arrays can and should have the "awx" attributes set. */
715 /* Prevent SEC_HAS_CONTENTS from being inadvertently set. */
1368 as_bad (_("expected `%s' to have already been set for .vtable_inherit"),
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
ExperimentingRunnerModule.java 48 import java.util.Set;
63 @Provides(type = Type.SET)
68 @Provides(type = Type.SET)
241 Set<String> unusedBenchmarkNames = new HashSet<String>(benchmarkMethodNames);
265 Set<String> benchmarkMethodNames = new HashSet<String>();
266 Set<String> overloadedMethodNames = new TreeSet<String>();
  /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/ext/
javapoet_ext.kt 113 val SET = ClassName.get("java.util", "Set")
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-producers/2.0-beta/
dagger-producers-2.0-beta.jar 
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
CompositeGrammar.java 58 protected Set<NFAState> refClosureBusy = new HashSet<NFAState>();
101 * This is combined set of lexer rules from all lexer grammars
104 protected Set<String> lexerRules = new HashSet<String>();
123 typeToTokenList.set(Label.NUM_FAUX_LABELS+Label.INVALID, "<INVALID>");
124 typeToTokenList.set(Label.NUM_FAUX_LABELS+Label.EOT, "<EOT>");
125 typeToTokenList.set(Label.NUM_FAUX_LABELS+Label.SEMPRED, "<SEMPRED>");
126 typeToTokenList.set(Label.NUM_FAUX_LABELS+Label.SET, "<SET>");
127 typeToTokenList.set(Label.NUM_FAUX_LABELS+Label.EPSILON, Label.EPSILON_STR)
    [all...]
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
FactoryGenerator.java 54 import static dagger.Provides.Type.SET;
239 if (binding.provisionType().equals(SET)) {
ProducesMethodValidator.java 24 import java.util.Set;
73 return elements.getTypeElement(Set.class.getCanonicalName());
93 Set<Modifier> modifiers = producesMethodElement.getModifiers();
119 case SET:
194 // TODO(gak): should we allow "covariant return" for set values?
ProvidesMethodValidator.java 22 import java.util.Set;
70 return elements.getTypeElement(Set.class.getCanonicalName());
90 Set<Modifier> modifiers = providesMethodElement.getModifiers();
116 case SET:
140 // TODO(gak): should we allow "covariant return" for set values?
  /external/guice/extensions/dagger-adapter/lib/
dagger-2.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger/2.0/
dagger-2.0.jar 
  /cts/tests/tests/location/src/android/location/cts/asn1/base/
Asn1Tag.java 41 public static final Asn1Tag SET = new Asn1Tag(Asn1TagClass.UNIVERSAL, 17);
  /external/snakeyaml/
mvnw.bat 28 @REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands
29 @REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a key stroke before ending
32 @REM set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
41 @REM set %HOME% to equivalent of $HOME
42 if "%HOME%" == "" (set "HOME=%HOMEDRIVE%%HOMEPATH%")
53 set ERROR_CODE=0
63 echo Please set the JAVA_HOME variable in your environment to match the >&2
72 echo Error: JAVA_HOME is set to an invalid directory. >&2
74 echo Please set the JAVA_HOME variable in your environment to match the >&2
82 SET "M2_HOME=%~dp0..
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/representer/
Representer.java 25 import java.util.Set;
59 * - explicit root tag is set in serializer <br/>
62 * of the specified JavaBean may set another tag (tag:yaml.org,2002:map)
71 protected MappingNode representJavaBean(Set<Property> properties, Object javaBean) {
139 if (!nodeValue.getTag().equals(Tag.SET)) {
196 } else if (object instanceof Set) {
200 Set<?> set = (Set<?>) object; local
201 for (Object member : set) {
    [all...]

Completed in 785 milliseconds

1 2 3 4 5 6 78 91011>>