Searched refs:called (Results 1 - 25 of 28) sorted by relevance

12

/openjdk7/jdk/test/demo/jvmti/minst/
H A DMinstExample.java30 private static int called = 0; field in class:MinstExample
32 called++;
/openjdk7/jdk/test/java/security/cert/CertPathBuilder/
H A DStubProviderImpl.java34 public boolean called; field in class:StubProviderImpl
37 called = false;
40 called = true;
/openjdk7/jdk/test/java/lang/invoke/remote/
H A DRemoteExample.java37 public final void fin_v0() { MethodHandlesTest.called("Rem/fin_v0", this); }
38 protected void pro_v0() { MethodHandlesTest.called("Rem/pro_v0", this); }
39 protected static void pro_s0() { MethodHandlesTest.called("Rem/pro_s0"); }
/openjdk7/jdk/test/javax/management/remote/mandatory/provider/provider/
H A DJMXConnectorProviderImpl.java36 private static boolean called = false; field in class:JMXConnectorProviderImpl
37 public static boolean called() { method in class:JMXConnectorProviderImpl
38 return called;
45 called = true;
46 System.out.println("JMXConnectorProviderImpl called");
H A DJMXConnectorServerProviderImpl.java40 private static boolean called = false; field in class:JMXConnectorServerProviderImpl
42 public static boolean called() { method in class:JMXConnectorServerProviderImpl
43 return called;
51 called = true;
52 System.out.println("JMXConnectorServerProviderImpl called");
/openjdk7/jdk/test/javax/management/monitor/
H A DStartStopTest.java62 public boolean called = false; field in class:StartStopTest.ObservedObject
76 called = true;
148 if (!monitored[i].called) {
149 echo("KO: At least one attribute was not called");
160 monitored[i].called = false;
164 if (monitored[i].called) {
166 "continued to get called");
H A DThreadPoolTest.java65 private boolean called = false; field in class:ThreadPoolTest.ObservedObject
80 if (!called) {
81 called = true;
86 echo(">>> TASK "+prop+" is called.");
150 echo("Error, not all "+nTasks+" monitor tasks are called after "
160 echo("All "+nTasks+" monitors are called.");
/openjdk7/jdk/test/javax/management/notification/
H A DNotifExecutorTest.java93 private static void check(int notifs, int called) throws Exception { argument
116 if (calledTimes != called) {
117 throw new RuntimeException("The notif executor should be called " +
118 called + " times, but got " + calledTimes);
120 System.out.println(">>> The executor was called as expected: "+calledTimes);
/openjdk7/jdk/test/javax/management/Introspector/
H A DChangingNotifsTest.java48 Integer.toString(++called),
53 private static int called; field in class:ChangingNotifsTest.Base
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/legacy/connection/
H A DREADME.txt29 Connection interceptor (called an ORBSocketFactory):
36 The client side part of the ORBSocketFactory is called on every client
/openjdk7/jdk/test/javax/management/remote/mandatory/provider/
H A DProviderTest.java26 * @summary Tests jar services provider are called
47 * Tests jar services provider are called
61 boolean clientCalled = provider.JMXConnectorProviderImpl.called();
62 boolean serverCalled = provider.JMXConnectorServerProviderImpl.called();
66 System.out.println("Client provider not called");
68 System.out.println("Server provider not called");
74 //be called.
/openjdk7/jdk/test/java/lang/invoke/
H A DMethodHandlesTest.java133 public static Object called(String name, Object... args) { method in class:MethodHandlesTest
365 protected Example(int x) { this(); called("protected <init>", this, x); }
368 public void v0() { called("v0", this); }
369 protected void pro_v0() { called("pro_v0", this); }
370 void pkg_v0() { called("pkg_v0", this); }
371 private void pri_v0() { called("pri_v0", this); }
372 public static void s0() { called("s0"); }
373 protected static void pro_s0() { called("pro_s0"); }
374 static void pkg_s0() { called("pkg_s0"); }
375 private static void pri_s0() { called("pri_s
[all...]
H A DInvokeGenericTest.java119 static Object called(String name, Object... args) { method in class:InvokeGenericTest
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DSAXMessages_es.properties61 start-document-not-called=La propiedad "{0}" debe llamarse despu\u00E9s de que se haya devuelto el evento startDocument
H A DSAXMessages_it.properties61 start-document-not-called=Richiamare la propriet\u00E0 "{0}" dopo l''esecuzione dell''evento startDocument
H A DSAXMessages_pt_BR.properties61 start-document-not-called=A propriedade "{0}" deve ser chamada ap\u00F3s o evento startDocument ser lan\u00E7ado
H A DSAXMessages_sv.properties61 start-document-not-called=Egenskapen "{0}" b\u00F6r anropas efter startDocument-h\u00E4ndelsen utl\u00F6ses
H A DSAXMessages_zh_CN.properties61 start-document-not-called=\u5E94\u5728\u629B\u51FA startDocument \u4E8B\u4EF6\u540E\u8C03\u7528\u5C5E\u6027 "{0}"
H A DSAXMessages_zh_TW.properties61 start-document-not-called=\u767C\u751F startDocument \u4E8B\u4EF6\u4E4B\u5F8C\uFF0C\u61C9\u547C\u53EB\u5C6C\u6027 "{0}"\u3002
H A DSAXMessages_ja.properties61 start-document-not-called=startDocument\u30A4\u30D9\u30F3\u30C8\u304C\u30B9\u30ED\u30FC\u3055\u308C\u305F\u5F8C\u3001\u30D7\u30ED\u30D1\u30C6\u30A3"{0}"\u3092\u547C\u3073\u51FA\u3059\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
H A DSAXMessages_ko.properties61 start-document-not-called="{0}" \uC18D\uC131\uC740 startDocument \uC774\uBCA4\uD2B8\uAC00 \uBC1C\uC0DD\uB41C \uD6C4 \uD638\uCD9C\uD574\uC57C \uD569\uB2C8\uB2E4.
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES3289 This documents the current behavior, where the callback is called after
3429 This problem is present in 1.5.2; if png_set_background is called with
3490 called.
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_64.s33 # NOTE WELL! The _Copy functions are called directly
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_64.s25 # NOTE WELL! The _Copy functions are called directly
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DApplicationDelegate.m455 #pragma mark Helpers called on the main thread from Java

Completed in 379 milliseconds

12