Searched refs:objId (Results 1 - 6 of 6) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DDERObjectIdentifier.java95 StringBuffer objId = new StringBuffer();
113 objId.append('0');
117 objId.append('1');
122 objId.append('2');
128 objId.append('.');
129 objId.append(value);
148 objId.append('2');
153 objId.append('.');
154 objId.append(bigValue);
170 this.identifier = objId
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
H A DDigestSignatureSpi.java67 ASN1ObjectIdentifier objId,
73 this.algId = new AlgorithmIdentifier(objId, DERNull.INSTANCE);
66 DigestSignatureSpi( ASN1ObjectIdentifier objId, Digest digest, AsymmetricBlockCipher cipher) argument
/external/yaffs2/yaffs2/utils/
H A Dmkyaffs2image.c220 static int write_chunk(__u8 *data, __u32 objId, __u32 chunkId, __u32 nBytes) argument
237 t.objectId = objId;
258 static int write_object_header(int objId, yaffs_ObjectType t, struct stat *s, int parent, const char *name, int equivalentObj, const char * alias, const char *secontext) argument
322 return write_chunk(bytes,objId,0,0xffff);
H A Dmkyaffsimage.c234 static int write_chunk(__u8 *data, __u32 objId, __u32 chunkId, __u32 nBytes) argument
248 t.objectId = objId;
331 static int write_object_header(int objId, yaffs_ObjectType t, struct stat *s, int parent, const char *name, int equivalentObj, const char * alias) argument
379 return write_chunk(bytes,objId,0,0xffff);
/external/chromium_org/third_party/sinonjs/src/
H A Dsinon.js4016 global.ActiveXObject = function ActiveXObject(objId) {
4017 if (objId == "Microsoft.XMLHTTP" || /^Msxml2\.XMLHTTP/i.test(objId)) {
4022 return new xhr.GlobalActiveXObject(objId);
/external/yaffs2/yaffs2/
H A Dyaffs_guts.c2684 int objId; local
2696 objId = in->objectId;
4562 static void yaffs_HandleShadowedObject(yaffs_Device * dev, int objId, argument
4576 if (yaffs_FindObjectByNumber(dev, objId)) {
4585 yaffs_FindOrCreateObjectByNumber(dev, objId,

Completed in 1665 milliseconds