Searched refs:handle (Results 276 - 300 of 370) sorted by relevance

<<1112131415

/openjdk7/jdk/test/com/sun/net/httpserver/
H A DTest4.java72 public void handle (HttpExchange t) method in class:Test4.Handler
H A DTest5.java73 public void handle (HttpExchange t) method in class:Test5.Handler
/openjdk7/jdk/test/com/sun/net/httpserver/bugs/
H A DB6373555.java157 public void handle(HttpExchange msg) {
H A DFixedLengthInputStream.java27 * @summary com.sun.net.httpserver.HttpServer should handle POSTs larger than 2Gig
108 public void handle(HttpExchange t) throws IOException { method in class:FixedLengthInputStream.MyHandler
/openjdk7/jdk/test/com/sun/security/auth/module/LdapLoginModule/
H A DCheckConfigs.java116 public void handle(Callback[] callbacks) method in class:CheckConfigs.TestCallbackHandler
/openjdk7/jdk/test/com/sun/security/sasl/digest/
H A DNoQuoteParams.java115 public void handle(Callback[] callbacks) method in class:SampleCallbackHandler
/openjdk7/jdk/test/java/net/Authenticator/
H A DDeadlock.java141 public void handle (HttpExchange t) method in class:Deadlock.Handler
/openjdk7/jdk/test/java/net/HttpURLConnection/
H A DUnmodifiableMaps.java89 public void handle(HttpExchange t) throws IOException { method in class:UnmodifiableMaps.SimpleHandler
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DHttpsCreateSockTest.java137 public void handle(HttpExchange t) throws IOException { method in class:HttpsCreateSockTest.MyHandler
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DLoginModuleOptions.java171 public void handle(Callback[] callbacks) { method in class:LoginModuleOptions.MyCallback
H A DSaslGSS.java77 public void handle(Callback[] callbacks)
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstMethod.java84 ConstMethod(OopHandle handle, ObjectHeap heap) { argument
85 super(handle, heap);
H A DMethod.java77 Method(OopHandle handle, ObjectHeap heap) { argument
78 super(handle, heap);
H A DMethodData.java190 MethodData(OopHandle handle, ObjectHeap heap) { argument
191 super(handle, heap);
/openjdk7/jdk/src/share/classes/sun/font/
H A DCompositeFont.java65 handle = new Font2DHandle(this);
153 handle = new Font2DHandle(this);
H A DSunFontManager.java415 * handle two fonts of the same name, so the JRE one
600 Font2DHandle handle) {
602 if (!(handle.font2D instanceof CompositeFont)) {
603 return handle;
606 CompositeFont oldComp = (CompositeFont)handle.font2D;
624 return handle;
674 * its handle point to this new font.
689 oldFont.handle.font2D = cf;
1093 /* Store the handle, so that if a font is bad, we
1096 initialisedFonts.put(fileNameKey, physicalFont.handle);
599 getNewComposite(String family, int style, Font2DHandle handle) argument
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassLoader.cpp610 void* handle = os::dll_load(path, ebuf, sizeof ebuf); local
611 if (handle == NULL) {
615 ZipOpen = CAST_TO_FN_PTR(ZipOpen_t, os::dll_lookup(handle, "ZIP_Open"));
616 ZipClose = CAST_TO_FN_PTR(ZipClose_t, os::dll_lookup(handle, "ZIP_Close"));
617 FindEntry = CAST_TO_FN_PTR(FindEntry_t, os::dll_lookup(handle, "ZIP_FindEntry"));
618 ReadEntry = CAST_TO_FN_PTR(ReadEntry_t, os::dll_lookup(handle, "ZIP_ReadEntry"));
619 ReadMappedEntry = CAST_TO_FN_PTR(ReadMappedEntry_t, os::dll_lookup(handle, "ZIP_ReadMappedEntry"));
620 GetNextEntry = CAST_TO_FN_PTR(GetNextEntry_t, os::dll_lookup(handle, "ZIP_GetNextEntry"));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DObjectReader.java237 // FIXME: need a framework to handle many other special cases.
403 protected final boolean isRobust(OopHandle handle) { argument
404 return RobustOopDeterminator.oopLooksValid(handle);
430 OopHandle handle = field.getValueAsOopHandle(getObj());
431 if (! isRobust(handle)) {
466 OopHandle handle = field.getValueAsOopHandle(getObj());
467 if (! isRobust(handle) ) {
/openjdk7/jdk/src/share/classes/sun/print/
H A DPathGraphics.java676 * Some times TextLayout is needed to handle complex text or some
692 /* We can't handle RTL, re-ordering, complex glyphs etc by
704 if (font2D.handle.font2D != font2D) {
730 mapArray = (char[][])fontMap.get(font2D.handle);
733 fontMap.put(font2D.handle, mapArray);
742 char[] map = (char[])fontMap.get(slotFont.handle);
750 glyphToCharMap = (char[])fontMap.get(font2D.handle);
753 fontMap.put(font2D.handle, glyphToCharMap);
777 * This is a case we can handle. It doesn't matter what
1001 * because of some substitution that we can't handle
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DCommandProcessor.java602 OopHandle handle = a.addOffsetToAsOopHandle(0);
603 Oop oop = VM.getVM().getObjectHeap().newOop(handle);
653 OopHandle handle = a.addOffsetToAsOopHandle(0);
654 MethodData mdo = (MethodData)VM.getVM().getObjectHeap().newOop(handle);
789 OopHandle handle = a.addOffsetToAsOopHandle(0);
790 Oop oop = VM.getVM().getObjectHeap().newOop(handle);
937 OopHandle handle = base.addOffsetToAsOopHandle(0);
938 if (RobustOopDeterminator.oopLooksValid(handle)) {
940 Oop oop = VM.getVM().getObjectHeap().newOop(handle);
942 out.println(handle
[all...]
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_init.c1893 void *handle; local
1895 handle = NULL;
1903 handle = md_load_library(lname, err_buf, (int)sizeof(err_buf));
1904 if ( handle == NULL ) {
1907 handle = md_load_library(lname, err_buf, (int)sizeof(err_buf));
1908 if ( handle == NULL ) {
1912 return handle;
2047 /* Load the library or get the handle to it */
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp1180 // SuSE 7.2, Debian) can not handle alternate signal stack correctly
1405 void* handle = dlopen("librt.so.1", RTLD_LAZY); local
1406 if (handle == NULL) {
1407 handle = dlopen("librt.so", RTLD_LAZY);
1410 if (handle) {
1412 (int(*)(clockid_t, struct timespec*))dlsym(handle, "clock_getres");
1414 (int(*)(clockid_t, struct timespec*))dlsym(handle, "clock_gettime");
1432 dlclose(handle);
1555 // sure it is async-safe and can handle partially initialized VM.
1577 // sure it is async-safe and can handle partiall
2108 dll_lookup(void* handle, const char* name) argument
2880 libnuma_dlsym(void* handle, const char *name) argument
2898 void *handle = dlopen("libnuma.so.1", RTLD_LAZY); local
[all...]
/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DKeyStoreLoginModule.java474 callbackHandler.handle(
503 callbackHandler.handle(
534 callbackHandler.handle(
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIProperty.java296 BIInlineBinaryData.handle(source, prop);
359 BIInlineBinaryData.handle(source.getTerm(), prop);
420 BIInlineBinaryData.handle(source, prop);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DBasisLibrary.java1171 int handle;
1173 handle = dtmManager.getDTMHandleFromNode(node);
1177 handle = ((DTMNodeProxy) node).getDTMNodeNumber();
1183 dtmHandles[i] = handle;
1184 System.out.println("Node " + i + " has handle 0x" +
1185 Integer.toString(handle, 16));
1214 int handle = proxy.getDTMNodeNumber();
1218 isOurDOM = (nodeDTM == dtmManager.getDTM(handle));
1221 // invalid node handle, so definitely not our doc
1225 proxyNodes[i] = handle;
[all...]

Completed in 101 milliseconds

<<1112131415