Searched refs:interested (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DImageConsumerQueue.java34 boolean interested; field in class:ImageConsumerQueue
51 cq.interested = stillinterested;
70 interested = true;
90 ", " + (interested ? "" : "not ") + "interested" +
H A DInputStreamImageSource.java121 cq.interested = true;
139 if (cq.interested) {
309 if (cq.interested) {
H A DImageDecoder.java67 if (cq.interested) {
/openjdk7/jdk/src/share/demo/jvmti/agent_util/
H A Dagent_util.h60 int interested(char *cname, char *mname,
H A Dagent_util.c170 /* Determines which class and methods we are interested in
178 interested(char *cname, char *mname, char *include_list, char *exclude_list) function
/openjdk7/jdk/src/share/demo/jvmti/mtrace/
H A Dmtrace.c260 if ( interested((char*)cp->name, (char*)mp->name,
287 if ( interested((char*)cp->name, (char*)mp->name,
512 if ( interested((char*)classname, "", gdata->include, gdata->exclude)
764 /* At first the only initial events we are interested in are VM
/openjdk7/jdk/src/share/demo/jvmti/minst/
H A Dminst.c224 if ( interested((char*)classname, "", gdata->include, gdata->exclude)
436 /* At first the only initial events we are interested in are VM

Completed in 73 milliseconds