HomeSort by relevance Sort by last modified time
    Searched full:objid (Results 1 - 25 of 28) sorted by null

1 2

  /external/webkit/Source/WebCore/accessibility/win/
AXObjectCacheWin.cpp 116 AXID objID = lastUsedID;
118 ++objID;
119 objID %= std::numeric_limits<LONG>::max();
120 } while (objID == 0 || HashTraits<AXID>::isDeletedValue(objID) || m_idsInUse.contains(objID));
122 ASSERT(objID >= 1 && objID <= std::numeric_limits<LONG>::max());
124 lastUsedID = objID;
126 return objID;
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DERObjectIdentifier.java 58 StringBuffer objId = new StringBuffer();
77 objId.append('0');
80 objId.append('1');
84 objId.append('2');
90 objId.append('.');
91 objId.append(value);
105 objId.append('.');
106 objId.append(bigValue);
118 this.identifier = objId.toString().intern();
  /external/webkit/Source/WebCore/accessibility/
AXObjectCache.cpp 389 AXID objID = lastUsedID;
391 ++objID;
392 } while (!objID || HashTraits<AXID>::isDeletedValue(objID) || m_idsInUse.contains(objID));
394 lastUsedID = objID;
396 return objID;
403 AXID objID = obj->axObjectID();
404 if (objID) {
405 ASSERT(m_idsInUse.contains(objID));
    [all...]
  /device/samsung/tuna/keymaster/
keymaster_tuna.cpp 246 static int keyblob_save(ByteArray* objId, uint8_t** key_blob, size_t* key_blob_length) {
247 Unique_ByteArray handleBlob(new ByteArray(sizeof(uint32_t) + objId->length()));
256 memcpy(tmp, objId->get(), objId->length());
359 Unique_ByteArray objId(generate_random_id());
360 if (objId.get() == NULL) {
366 {CKA_ID, objId->get(), objId->length()},
375 {CKA_ID, objId->get(), objId->length()}
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/
TimeStampReq.java 173 String objID = (values[2] == null) ? null : ObjectIdentifier
182 objID,
192 objID,
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 222 static int write_chunk(__u8 *data, __u32 objId, __u32 chunkId, __u32 nBytes)
239 t.objectId = objId;
260 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)
328 return write_chunk(bytes,objId,0,0xffff);
mkyaffsimage.c 234 static int write_chunk(__u8 *data, __u32 objId, __u32 chunkId, __u32 nBytes)
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)
379 return write_chunk(bytes,objId,0,0xffff);
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JDKDigestSignature.java 66 DERObjectIdentifier objId,
72 this.algId = new AlgorithmIdentifier(objId, DERNull.INSTANCE);
  /dalvik/vm/
Debugger.h 211 u1 dvmDbgGetFieldBasicTag(ObjectId objId, FieldId fieldId);
Debugger.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.jre11_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
JRE-1.1.zip 
  /external/libvpx/examples/includes/geshi/geshi/
lscript.php 68 'objID', 'oPos', 'outerlimit', 'oXfrm',
groovy.php     [all...]
java.php     [all...]
java5.php 205 'ExportException', 'LoaderHandler', 'LogStream', 'ObjID', 'Operation', 'RMIClassLoader', 'RMIClassLoaderSpi', 'RMIClientSocketFactory', 'RMIFailureHandler', 'RMIServerSocketFactory', 'RMISocketFactory', 'RemoteCall', 'RemoteObject', 'RemoteObjectInvocationHandler', 'RemoteRef', 'RemoteServer', 'RemoteStub', 'ServerCloneException', 'ServerNotActiveException', 'ServerRef', 'Skeleton', 'SkeletonMismatchException', 'SkeletonNotFoundException', 'SocketSecurityException', 'UID', 'UnicastRemoteObject', 'Unreferenced'
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se12_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
J2SE-1.2.zip 
  /external/tcpdump/
print-snmp.c 96 "ObjID",
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se13_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
J2SE-1.3.zip 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se14_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
J2SE-1.4.zip 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se15_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
J2SE-1.5.zip 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.javase16_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
JavaSE-1.6.zip 

Completed in 1473 milliseconds

1 2