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

1 2 3 45 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1StreamParser.java 51 case BERTags.SET:
74 case BERTags.SET:
86 case BERTags.SET:
195 case BERTags.SET:
BERSet.java 7 * Carrier class for an indefinite-length SET.
13 * Create an empty SET.
20 * Create a SET containing one object.
22 * @param obj - a single object that makes up the set.
31 * Create a SET containing multiple objects.
32 * @param v a vector of objects making up the set.
41 * Create a SET from an array of objects.
66 out.write(BERTags.SET | BERTags.CONSTRUCTED);
BERTags.java 15 public static final int SET = 0x11;
16 public static final int SET_OF = 0x11; // for completeness - used to model a SET of the same type.
  /external/libcap/contrib/
pcaps4convenience 14 # set and the applications are accepting the needed PCaps through
15 # their Inheritance set.
16 # a user who has not the PCaps in his Inheritance set CAN NOT
18 # --> SET=ie
19 # (if SET=pe than you relax the security level of your machine)
51 # we put it into this set
53 SET=ie
99 setcap $2=$SET $i
167 echo "run successful into their Inheritance and Effective Set."
169 echo "necessary POSIX Capabilities in his Inheritable Set. This might be done
    [all...]
pcaps4suid0 11 # implement idea of change between permitted/effective set
12 # or iherited/effective set (pam_cap.so)
18 # POSIX Capabilities through their Permitted and Effective Set
20 # --> use SET=pe
24 # POSIX Capabilities through their Inherited and Effective Set
25 # --> PAM support to set Inheritance set through pam_cap.so
26 # --> use SET=ie
64 # we put it into this set
66 #SET=p
    [all...]
  /external/tpm2/
NV_SetBits.c 15 // TPM_RC_ATTRIBUTES the TPMA_NV_BITS attribute is not SET in the Index referenced by
44 if(nvIndex.publicArea.attributes.TPMA_NV_BITS != SET)
71 // Write index data back. If necessary, this function will SET
PolicyCpHash.c 14 // TPM_RC_CPHASH cpHash of policySession has previously been set to a different value
65 session->attributes.iscpHashDefined = SET;
VerifySignature.c 37 if(signObject->publicArea.objectAttributes.sign != SET)
Duplicate.c 15 // TPM_RC_ATTRIBUTES key to duplicate has fixedParent SET
16 // TPM_RC_HIERARCHY encryptedDuplication is SET and newParentHandle specifies Null
22 // TPM_RC_SYMMETRIC encryptedDuplication is SET but no symmetric algorithm is provided
46 if(object->publicArea.objectAttributes.fixedParent == SET)
58 // If the duplicates object has encryptedDuplication SET, then there must be
60 if(object->publicArea.objectAttributes.encryptedDuplication == SET)
StartAuthSession.c 65 if(tpmKey->publicArea.objectAttributes.decrypt != SET)
86 && ObjectGet(in->bind)->attributes.publicOnly == SET)
ZGen_2Phase.c 42 if( eccKey->publicArea.objectAttributes.restricted == SET
43 || eccKey->publicArea.objectAttributes.decrypt != SET
SessionProcess.c 20 // b) an object with noDA bit SET,
21 // c) an NV Index with TPMA_NV_NO_DA bit SET, or
48 result = (object->publicArea.objectAttributes.noDA == SET);
55 result = (nvIndex.publicArea.attributes.TPMA_NV_NO_DA == SET);
103 if(session->attributes.isLockoutBound == SET)
198 // bit is SET, or
312 // 1. userWithAuth bit is SET, or
315 && (object->publicArea.objectAttributes.userWithAuth == SET
329 if (nvIndex.publicArea.attributes.TPMA_NV_AUTHWRITE == SET)
334 if (nvIndex.publicArea.attributes.TPMA_NV_AUTHREAD == SET)
    [all...]
EncryptDecrypt.c 38 || symKey->attributes.publicOnly == SET)
47 if( symKey->publicArea.objectAttributes.restricted == SET
  /external/proguard/bin/
proguardgui.bat 11 SET PROGUARD_HOME=%~dp0\..
retrace.bat 11 SET PROGUARD_HOME=%~dp0\..
  /prebuilts/tools/common/proguard/proguard4.7/bin/
proguardgui.bat 11 SET PROGUARD_HOME=..
retrace.bat 11 SET PROGUARD_HOME=..
  /sdk/files/proguard/bin/
proguardgui.bat 11 SET PROGUARD_HOME=..
14 set java_exe=
retrace.bat 11 SET PROGUARD_HOME=..
14 set java_exe=
  /frameworks/base/services/core/jni/
com_android_server_location_GnssLocationProvider.cpp 236 #define SET(setter, value) object.callSetter("set" # setter, (value))
311 SET(Latitude, location.latitudeDegrees);
312 SET(Longitude, location.longitudeDegrees);
315 SET(Altitude, location.altitudeMeters);
318 SET(Speed, location.speedMetersPerSec);
321 SET(Bearing, location.bearingDegrees);
324 SET(Accuracy, location.horizontalAccuracyMeters);
327 SET(VerticalAccuracyMeters, location.verticalAccuracyMeters);
330 SET(SpeedAccuracyMetersPerSecond, location.speedAccuracyMetersPerSecond)
    [all...]
  /external/elfutils/libdw/
dwarf_getsrclines.c 111 /* Set the line information. For some fields we use bitfields,
120 /* Set the line information. For some fields we use bitfields,
124 #define SET(field) \
131 SET (addr);
132 SET (op_index);
133 SET (file);
134 SET (line);
135 SET (column);
136 SET (is_stmt);
137 SET (basic_block)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
hard-reg-set.h 23 /* Define the type of a set of hard registers. */
58 hard-reg-set.h. */
61 HARD_REG_SET set; member in struct:hard_reg_set_container
70 to set, clear or test one bit in a hard reg set of type HARD_REG_SET.
71 All three take two arguments: the set and the register number.
76 Define two macros for initializing a set:
90 which use the complement of the set FROM.
103 #define SET_HARD_REG_BIT(SET, BIT) \
104 ((SET) |= HARD_CONST (1) << (BIT)
    [all...]
  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
legacy_contacts.sql 91 CREATE TRIGGER contact_methods_INSERT_typeAndLabel AFTER INSERT ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
92 CREATE TRIGGER contact_methods_UPDATE_typeAndLabel AFTER UPDATE ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
93 CREATE TRIGGER contact_methods_delete DELETE ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END;
94 CREATE TRIGGER contact_methods_insert INSERT ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=new.person;END;
95 CREATE TRIGGER contact_methods_update UPDATE ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END;
96 CREATE TRIGGER extensions_delete DELETE ON extensions BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END;
97 CREATE TRIGGER extensions_insert INSERT ON extensions BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=new.person; END;
98 CREATE TRIGGER extensions_update AFTER UPDATE ON extensions BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person; END;
99 CREATE TRIGGER groupmembership_delete DELETE ON groupmembership BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END;
100 CREATE TRIGGER groupmembership_insert INSERT ON groupmembership BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=new.person; END
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
EDEmitter.cpp 104 void set(const char *string) { function in class:__anon33123::LiteralConstantEmitter
241 #define SET(flag) { type->set(flag); return 0; }
243 #define REG(str) if (name == str) SET("kOperandTypeRegister");
244 #define MEM(str) if (name == str) SET("kOperandTypeX86Memory");
245 #define LEA(str) if (name == str) SET("kOperandTypeX86EffectiveAddress");
246 #define IMM(str) if (name == str) SET("kOperandTypeImmediate");
247 #define PCR(str) if (name == str) SET("kOperandTypeX86PCRelative");
252 /// @arg flags - The type object to set
343 #undef SET
    [all...]
  /external/skia/src/sksl/
layout.flex 38 "set" { return SkSL::Token::SET; }

Completed in 630 milliseconds

1 2 3 45 6 7 8 91011>>