Searched refs:group (Results 226 - 250 of 254) sorted by relevance

1234567891011

/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec120 (threadGroupObject group "A top level thread group")
1788 "Returns the thread group that contains a given thread. "
1793 (threadGroupObject group "The thread group of this thread. ")
2033 "Returns the thread group name. "
2035 (threadGroupObject group "The thread group object ID. ")
2038 (string groupName "The thread group's name.")
2042 (Error INVALID_OBJECT "group i
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DFormatter.java854 * <a name="l10n group">flag</a> is given, then the locale-specific {@linkplain
1004 * java.text.DecimalFormatSymbols#getGroupingSeparator group separators} as
1005 * described in the <a href="#l10n group">"group" section</a> of the
2663 index(m.group(idx++));
2664 flags(m.group(idx++));
2665 width(m.group(idx++));
2666 precision(m.group(idx++));
2668 String tT = m.group(idx++);
2675 conversion(m.group(id
[all...]
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1069 jthreadGroup group,
1074 jthreadGroup group,
1887 jvmtiError GetThreadGroupInfo(jthreadGroup group, argument
1889 return functions->GetThreadGroupInfo(this, group, info_ptr);
1892 jvmtiError GetThreadGroupChildren(jthreadGroup group, argument
1897 return functions->GetThreadGroupChildren(this, group, thread_count_ptr, threads_ptr, group_count_ptr, groups_ptr);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java1417 reportSchemaError("s4s-elt-must-match.1", new Object [] {DOMUtil.getLocalName(globalComp), "(annotation | (simpleType | complexType | group | attributeGroup))*", redefinedComponentType}, redefinedComp);
1498 "attribute group",
1500 "group",
1528 // add a global attribute group decl from a current schema load (only if no existing decl is found)
1550 // add a global group decl from a current schema load (only if no existing decl is found)
1925 // This method determines whether there is a group
1929 // attributeGroup or a group;
3607 XSModelGroupImpl group = null;
3611 group = (XSModelGroupImpl)p.getTerm();
3614 group
3622 removeParticle(XSModelGroupImpl group, XSParticleDecl particle) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DCommands.java381 // Note any thread group changes
462 printThreadGroup(ThreadInfo.group());
480 MessageOutput.println("thread group number description name",
567 private List<ThreadReference> allThreads(ThreadGroupReference group) { argument
569 list.addAll(group.threads());
570 for (ThreadGroupReference child : group.threadGroups()) {
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DThreadReferenceImpl.java318 * Thread group can't change, so it's cached once and for all.
323 process(vm, this).group;
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXlibWrapper.java501 static native long XkbKeycodeToKeysym(long display, int keycode, int group, int level); argument
/openjdk7/langtools/test/tools/javac/diags/
H A DMessageFile.java141 results.add(Integer.parseInt(m.group(1)));
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DCompiler.java170 expr = group(opPos); break;
560 * Compile an expression group.
568 protected Expression group(int opPos) throws TransformerException method in class:Compiler
/openjdk7/jdk/test/java/nio/file/Files/
H A DCopyAndMove.java104 assertTrue(attrs1.group().equals(attrs2.group()));
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp720 SurvRateGroup* group = curr->surv_rate_group(); local
721 if (group == NULL && !curr->is_survivor()) {
726 if (surv_rate_group == group) {
/openjdk7/jdk/src/share/classes/java/math/
H A DBigInteger.java333 // Process first (potentially short) digit group
337 String group = val.substring(cursor, cursor += firstGroupLen);
338 magnitude[numWords - 1] = Integer.parseInt(group, radix);
346 group = val.substring(cursor, cursor += digitsPerInt[radix]);
347 groupVal = Integer.parseInt(group, radix);
396 // Process first (potentially short) digit group
2630 // Translate number to string, a digit group at a time
2647 // Put sign (if any) and first digit group into result buffer
2655 // Prepend (any) leading zeros for this digit group
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1168 // Only one top level thread group now.
1190 JvmtiEnv::GetThreadGroupInfo(jthreadGroup group, jvmtiThreadGroupInfo* info_ptr) { argument
1196 Handle group_obj (current_thread, JNIHandles::resolve_external_guard(group));
1235 JvmtiEnv::GetThreadGroupChildren(jthreadGroup group, jint* thread_count_ptr, jthread** threads_ptr, jint* group_count_ptr, jthreadGroup** groups_ptr) { argument
1237 oop group_obj = (oop) JNIHandles::resolve_external_guard(group);
H A Djni.cpp5232 destroyargs.group = NULL;
5304 // Create thread group and name info from attach arguments
5305 oop group = NULL; local
5308 group = JNIHandles::resolve(args->group);
5311 if (group == NULL) group = Universe::main_thread_group();
5318 Handle thread_group(THREAD, group);
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousFileChannelImpl.java74 // I/O completion port (group)
152 // for the non-default group close the port
158 public AsynchronousChannelGroupImpl group() { method in class:WindowsAsynchronousFileChannelImpl
H A DWindowsAsynchronousSocketChannelImpl.java121 public AsynchronousChannelGroupImpl group() { method in class:WindowsAsynchronousSocketChannelImpl
163 // channel created when group is shutdown)
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DUnixAsynchronousSocketChannelImpl.java128 // new channel after the group is shutdown
136 public AsynchronousChannelGroupImpl group() { method in class:UnixAsynchronousSocketChannelImpl
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.cpp335 KlassHandle group(THREAD, SystemDictionary::ThreadGroup_klass());
338 group,
H A Dthread.cpp1110 assert(thread_group.not_null(), "thread group should be specified");
1155 KlassHandle group(this, SystemDictionary::ThreadGroup_klass());
1160 group,
1729 Handle group(this, java_lang_Thread::threadGroup(threadObj()));
1756 group, thread_group,
1841 // group should have the destroyed bit set before waiters are notified).
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.c578 jthreadGroup group, jstring name)
587 thread = JNI_FUNC_PTR(env,NewObject)(env, clazz, method, group, name);
1402 HPROF_JVMTI_ERROR(error, "Cannot get thread group info");
577 newThreadObject(JNIEnv *env, jclass clazz, jmethodID method, jthreadGroup group, jstring name) argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DCOFFFileParser.java1387 private short group; field in class:COFFFileParser.COFFFileImpl.COFFHeaderImpl.DebugVC50Impl.DebugVC50SegDescImpl
1398 group = readShort();
1408 public short getGroup() { return group; }
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXlibWrapper.c1860 // printf(" group:0x%0X\n",sr.group);
1875 return (jint)(sr.group);
1880 jint group, jint level) {
1882 return XkbKeycodeToKeysym((Display*) jlong_to_ptr(display), (unsigned int)keycode, (unsigned int)group, (unsigned int)level);
1878 Java_sun_awt_X11_XlibWrapper_XkbKeycodeToKeysym(JNIEnv *env, jclass clazz, jlong display, jint keycode, jint group, jint level) argument
/openjdk7/jdk/src/share/back/
H A Dutil.c229 /* Find the system thread group */
236 EXIT_ERROR(error, "Can't get system thread group");
239 EXIT_ERROR(AGENT_ERROR_NULL_POINTER, "Can't get system thread group");
1207 * Fill the passed in structure with thread group info.
1211 threadGroupInfo(jthreadGroup group, jvmtiThreadGroupInfo *info) argument
1216 (gdata->jvmti, group, info);
1218 EXIT_ERROR(error, "on getting thread group info");
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.c308 static GtkWidget* (*fp_gtk_radio_button_new)(GSList *group);
309 static GtkWidget* (*fp_gtk_radio_menu_item_new)(GSList *group);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Toolkit.cpp380 attachArgs.group = NULL;

Completed in 252 milliseconds

1234567891011