/openjdk7/jdk/src/share/classes/sun/security/x509/ |
H A D | CertificatePolicySet.java | 43 private final Vector<CertificatePolicyId> ids; field in class:CertificatePolicySet 48 * @param ids the sequence of CertificatePolicyId's. 50 public CertificatePolicySet(Vector<CertificatePolicyId> ids) { argument 51 this.ids = ids; 61 ids = new Vector<CertificatePolicyId>(); 66 ids.addElement(id); 75 + ids.toString() 89 for (int i = 0; i < ids.size(); i++) { 90 ids [all...] |
/openjdk7/jdk/src/share/classes/java/rmi/dgc/ |
H A D | DGC.java | 57 * 'ids'. The 'lease' contains a client's unique VM identifier (VMID) 62 * reference list for each remote object indicated in 'ids'. The 90 * @param ids IDs of objects to mark as referenced by calling client 96 Lease dirty(ObjID[] ids, long sequenceNum, Lease lease) argument 107 * @param ids IDs of objects to mark as unreferenced by calling client 113 void clean(ObjID[] ids, long sequenceNum, VMID vmid, boolean strong) argument
|
/openjdk7/jdk/src/share/classes/com/sun/management/ |
H A D | ThreadMXBean.java | 44 * in the input array {@code ids} in nanoseconds. 50 * method for each thread ID in the input array {@code ids} and setting the 53 * @param ids an array of thread IDs. 61 * @throws NullPointerException if {@code ids} is {@code null} 63 * {@code ids} is {@code <=} {@code 0}. 74 public long[] getThreadCpuTime(long[] ids); argument 78 * {@code ids} has executed in user mode in nanoseconds. 84 * method for each thread ID in the input array {@code ids} and setting the 87 * @param ids an array of thread IDs. 95 * @throws NullPointerException if {@code ids} i 108 getThreadUserTime(long[] ids) argument 177 getThreadAllocatedBytes(long[] ids) argument [all...] |
/openjdk7/jdk/src/share/back/ |
H A D | outStream.h | 52 struct bag *ids; member in struct:PacketOutputStream
|
/openjdk7/jdk/src/share/classes/sun/security/jca/ |
H A D | GetInstance.java | 133 public static List<Service> getServices(List<ServiceId> ids) { argument 135 return list.getServices(ids);
|
H A D | ProviderList.java | 359 List<ServiceId> ids = new ArrayList<>(); 361 ids.add(new ServiceId(type, alg)); 363 return getServices(ids); 366 public List<Service> getServices(List<ServiceId> ids) { argument 367 return new ServiceList(ids); 382 // list of ids for parallel lookup 383 // if ids is non-null, type and algorithm are null 384 private final List<ServiceId> ids; field in class:ProviderList.ServiceList 401 this.ids = null; 404 ServiceList(List<ServiceId> ids) { argument [all...] |
/openjdk7/jdk/src/share/classes/sun/net/spi/nameservice/dns/ |
H A D | DNSNameService.java | 157 * @param ids record types to search 165 final String[] ids, int depth) 176 return ctx.getAttributes(name, ids); 207 results.addAll(resolve(ctx, addr, ids, depth+1)); 275 String[] ids = {"A", "AAAA", "CNAME"}; 291 results = resolve(ctx, host, ids, 0); 331 results = resolve(ctx, host+"."+parentDomain, ids, 0); 351 results = resolve(ctx, host, ids, 0); 407 String[] ids = { "PTR" }; 421 results = resolve(ctx, literalip, ids, 164 resolve(final DirContext ctx, final String name, final String[] ids, int depth) argument [all...] |
/openjdk7/jdk/src/share/classes/java/lang/management/ |
H A D | ThreadMXBean.java | 210 * whose ID is in the input array <tt>ids</tt> with no stack trace. 213 * {@link #getThreadInfo(long[], int) getThreadInfo}(ids, 0); 232 * @param ids an array of thread IDs. 239 * <tt>ids</tt> is <tt><= 0</tt>. 244 public ThreadInfo[] getThreadInfo(long[] ids); argument 296 * whose ID is in the input array <tt>ids</tt>, 315 * as in the <tt>ids</tt> array. 327 * @param ids an array of thread IDs 339 * <tt>ids</tt> is <tt><= 0</tt>. 345 public ThreadInfo[] getThreadInfo(long[] ids, in argument 766 getThreadInfo(long[] ids, boolean lockedMonitors, boolean lockedSynchronizers) argument [all...] |
/openjdk7/jdk/src/share/classes/sun/security/ssl/ |
H A D | SSLSessionContextImpl.java | 235 Vector<byte[]> ids = null; field in class:SSLSessionContextImpl.SessionCacheVisitor 239 ids = new Vector<byte[]>(map.size()); 244 ids.addElement(((SessionId)key).getId()); 250 return ids != null ? ids.elements() :
|
/openjdk7/jdk/src/share/classes/sun/rmi/transport/ |
H A D | DGCImpl.java | 118 public Lease dirty(ObjID[] ids, long sequenceNum, Lease lease) { argument 167 for (ObjID id : ids) { 188 public void clean(ObjID[] ids, long sequenceNum, VMID vmid, boolean strong) argument 190 for (ObjID id : ids) {
|
/openjdk7/jdk/src/share/native/sun/management/ |
H A D | ThreadImpl.c | 54 (JNIEnv *env, jclass cls, jlongArray ids, jint maxDepth, 57 jmm_interface->GetThreadInfo(env, ids, maxDepth, infoArray); 76 (JNIEnv *env, jclass cls, jlongArray ids, jlongArray timeArray) 78 jmm_interface->GetThreadCpuTimesWithKind(env, ids, timeArray, 91 (JNIEnv *env, jclass cls, jlongArray ids, jlongArray timeArray) 93 jmm_interface->GetThreadCpuTimesWithKind(env, ids, timeArray, 99 (JNIEnv *env, jclass cls, jlongArray ids, jlongArray sizeArray) 101 jmm_interface->GetThreadAllocatedMemory(env, ids, sizeArray); 138 (JNIEnv *env, jclass cls, jlongArray ids, jboolean lockedMonitors, jboolean lockedSynchronizers) 140 return jmm_interface->DumpThreads(env, ids, lockedMonitor 53 Java_sun_management_ThreadImpl_getThreadInfo1(JNIEnv *env, jclass cls, jlongArray ids, jint maxDepth, jobjectArray infoArray) argument 75 Java_sun_management_ThreadImpl_getThreadTotalCpuTime1(JNIEnv *env, jclass cls, jlongArray ids, jlongArray timeArray) argument 90 Java_sun_management_ThreadImpl_getThreadUserCpuTime1(JNIEnv *env, jclass cls, jlongArray ids, jlongArray timeArray) argument 98 Java_sun_management_ThreadImpl_getThreadAllocatedMemory1(JNIEnv *env, jclass cls, jlongArray ids, jlongArray sizeArray) argument 137 Java_sun_management_ThreadImpl_dumpThreads0(JNIEnv *env, jclass cls, jlongArray ids, jboolean lockedMonitors, jboolean lockedSynchronizers) argument [all...] |
/openjdk7/jdk/src/solaris/native/java/io/ |
H A D | UnixFileSystem_md.c | 56 } ids; variable in typeref:struct:__anon952 64 ids.path = (*env)->GetFieldID(env, fileClass, 116 WITH_FIELD_PLATFORM_STRING(env, file, ids.path, path) { 146 WITH_FIELD_PLATFORM_STRING(env, file, ids.path, path) { 164 WITH_FIELD_PLATFORM_STRING(env, file, ids.path, path) { 208 WITH_FIELD_PLATFORM_STRING(env, file, ids.path, path) { 224 WITH_FIELD_PLATFORM_STRING(env, file, ids.path, path) { 269 WITH_FIELD_PLATFORM_STRING(env, file, ids.path, path) { 288 WITH_FIELD_PLATFORM_STRING(env, file, ids.path, path) { 355 WITH_FIELD_PLATFORM_STRING(env, file, ids [all...] |
/openjdk7/jdk/src/share/native/sun/font/layout/ |
H A D | KernTable.cpp | 182 char ids[256]; local 186 ids[id] = (char)i; 195 char c = ids[left]; 201 c = ids[right];
|
/openjdk7/jdk/src/share/classes/sun/management/ |
H A D | ThreadImpl.java | 121 long[] ids = new long[length]; 124 ids[i] = t.getId(); 126 return ids; 130 long[] ids = new long[1]; 131 ids[0] = id; 132 final ThreadInfo[] infos = getThreadInfo(ids, 0); 137 long[] ids = new long[1]; 138 ids[0] = id; 139 final ThreadInfo[] infos = getThreadInfo(ids, maxDepth); 143 public ThreadInfo[] getThreadInfo(long[] ids) { argument 147 verifyThreadIds(long[] ids) argument 160 getThreadInfo(long[] ids, int maxDepth) argument 226 verifyThreadCpuTime(long[] ids) argument 250 getThreadCpuTime(long[] ids) argument 285 getThreadUserTime(long[] ids) argument 330 verifyThreadAllocatedMemory(long[] ids) argument 342 getThreadAllocatedBytes(long[] ids) argument 435 getThreadInfo(long[] ids, boolean lockedMonitors, boolean lockedSynchronizers) argument 451 getThreadInfo1(long[] ids, int maxDepth, ThreadInfo[] result) argument 455 getThreadTotalCpuTime1(long[] ids, long[] result) argument 457 getThreadUserCpuTime1(long[] ids, long[] result) argument 458 getThreadAllocatedMemory1(long[] ids, long[] result) argument 465 dumpThreads0(long[] ids, boolean lockedMonitors, boolean lockedSynchronizers) argument [all...] |
/openjdk7/jdk/src/windows/native/java/io/ |
H A D | Win32FileSystem_md.c | 54 } ids; variable in typeref:struct:__anon1061 61 ids.path = (*env)->GetFieldID(env, fileClass, 155 WITH_NATIVE_PATH(env, file, ids.path, path) { 187 WITH_NATIVE_PATH(env, file, ids.path, path) { 207 WITH_NATIVE_PATH(env, file, ids.path, path) { 227 WITH_NATIVE_PATH(env, file, ids.path, path) { 250 WITH_NATIVE_PATH(env, file, ids.path, path) { 322 WITH_NATIVE_PATH(env, file, ids.path, path) { 342 WITH_NATIVE_PATH(env, file, ids.path, path) { 392 WITH_NATIVE_PATH(env, file, ids [all...] |
H A D | WinNTFileSystem_md.c | 50 } ids; variable in typeref:struct:__anon1062 64 ids.path = 365 WCHAR *pathbuf = fileToNTPath(env, file, ids.path); 389 WCHAR *pathbuf = fileToNTPath(env, file, ids.path); 428 pathbuf = fileToNTPath(env, file, ids.path); 468 WCHAR *pathbuf = fileToNTPath(env, file, ids.path); 502 WCHAR *pathbuf = fileToNTPath(env, file, ids.path); 598 WCHAR *pathbuf = fileToNTPath(env, file, ids.path); 620 WCHAR *pathbuf = fileToNTPath(env, file, ids.path); 721 WCHAR *pathbuf = fileToNTPath(env, file, ids [all...] |
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/ |
H A D | DTDParser.java | 96 private SimpleHashtable ids = new SimpleHashtable(); field in class:DTDParser 361 ids.clear(); 370 for (Enumeration e = ids.keys(); 374 Boolean value = (Boolean) ids.get(id); 952 Boolean b = (Boolean) ids.getNonInterned (value); 954 ids.put (value.intern (), Boolean.TRUE); 962 Boolean b = (Boolean) ids.getNonInterned (value); 964 ids.put (value.intern (), Boolean.FALSE); 975 b = (Boolean) ids.getNonInterned (value); 977 ids [all...] |
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/ |
H A D | LCMS.c | 168 jlong* ids; local 171 ids = (*env)->GetPrimitiveArrayCritical(env, profileIDs, 0); 187 sTrans.j = ids[i]; 206 (*env)->ReleasePrimitiveArrayCritical(env, profileIDs, ids, 0); 647 * corresponding classes to avoid problems with invalidating ids by class
|
/openjdk7/jdk/src/share/classes/javax/swing/text/html/ |
H A D | StyleSheet.java | 1306 String[] tags, String[] ids, String[] classes, 1324 getStyles(childMapping, styles, tags, ids, classes, 1332 getStyles(childMapping, styles, tags, ids, classes, 1338 getStyles(childMapping, styles, tags, ids, classes, 1342 if (ids[counter] != null) { 1343 String idName = ids[counter]; 1347 getStyles(childMapping, styles, tags, ids, classes, 1353 getStyles(childMapping, styles, tags, ids, classes, 1367 String[] ids, String[] classes) { 1380 getStyles(childMapping, tempVector, tags, ids, classe 1304 getStyles(SelectorMapping parentMapping, Vector<SelectorMapping> styles, String[] tags, String[] ids, String[] classes, int index, int numElements, Hashtable<SelectorMapping, SelectorMapping> alreadyChecked) argument 1365 createResolvedStyle(String selector, String[] tags, String[] ids, String[] classes) argument [all...] |
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/ |
H A D | XRBackendNative.c | 773 /* The glyph ids are 32 bit but may be stored in a 64 bit long on 835 jint *ids; local 864 if ((ids = (jint *) 877 glyphIDArray, ids, JNI_ABORT); 888 xids[i] = ids[i]; 905 (*env)->ReleasePrimitiveArrayCritical(env, glyphIDArray, ids, JNI_ABORT);
|
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/ |
H A D | imageioJPEG.c | 59 /* Cached Java method ids */ 2623 jint *ids, *hfactors, *vfactors, *qsels; local 2774 ids = (*env)->GetIntArrayElements(env, componentIds, NULL); 2779 if ((ids == NULL) || 2789 cinfo->comp_info[i].component_id = ids[i]; 2796 ids, JNI_ABORT);
|
/openjdk7/jdk/src/share/classes/sun/security/tools/ |
H A D | KeyTool.java | 160 private List<String> ids = new ArrayList<>(); // used in GENCRL field in class:KeyTool 484 ids.add(args[++i]); 1255 if (ids == null) { 1279 X509CRLEntry[] badCerts = new X509CRLEntry[ids.size()]; 1280 for (int i=0; i<ids.size(); i++) { 1281 String id = ids.get(i); 1289 badCerts[i] = new X509CRLEntryImpl(new BigInteger(ids.get(i)), firstDate);
|
/openjdk7/hotspot/src/share/vm/oops/ |
H A D | instanceKlass.hpp | 281 volatile u2 _idnum_allocated_count; // JNI/JVMTI: increments with the addition of methods, old ids don't change 604 // for adding methods, constMethodOopDesc::UNSET_IDNUM means no more ids available 688 void set_jni_ids(JNIid* ids) { _jni_ids = ids; } argument 1010 // UNSET_IDNUM return means no more ids available 1013 return constMethodOopDesc::UNSET_IDNUM; // no more ids available
|
/openjdk7/hotspot/src/os/bsd/vm/ |
H A D | os_bsd.cpp | 3001 size_t os::numa_get_leaf_groups(int *ids, size_t size) { argument 3003 ids[0] = 0;
|
/openjdk7/hotspot/src/os/linux/vm/ |
H A D | os_linux.cpp | 2830 size_t os::numa_get_leaf_groups(int *ids, size_t size) { argument 2832 ids[i] = i;
|