Searched defs:getDate (Results 1 - 25 of 61) sorted by relevance

123

/forgerock/openam-v13/openam-authentication/deviceprint/module/src/test/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DDevicePrintServiceTest.java156 given(userProfileOne.getLastSelectedDate()).willReturn(getDate(10));
157 given(userProfileTwo.getLastSelectedDate()).willReturn(getDate(31));
158 given(userProfileThree.getLastSelectedDate()).willReturn(getDate(29));
179 private Date getDate(int daysAgo) { method in class:DevicePrintServiceTest
220 given(userProfileOne.getLastSelectedDate()).willReturn(getDate(10));
221 given(userProfileTwo.getLastSelectedDate()).willReturn(getDate(31));
222 given(userProfileThree.getLastSelectedDate()).willReturn(getDate(30));
H A DUserProfilesDaoTest.java157 private Date getDate() { method in class:UserProfilesDaoTest
169 UserProfile userProfile = new UserProfile(getDate(), getDate(), 1L);
/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DTimeThread.java228 public static Date getDate() throws IllegalStateException method in class:TimeThread
/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java311 public static String getDate() { method in class:EclReadAndPlay
322 standardOut.println (getDate() + " - " + level + ": " + msg );
H A DPSearchOperations.java139 write("[Thread id: " + threadId + "] \n" + getDate() + connection);
201 public static String getDate() { method in class:PSearchOperations
272 String message = "\n[Thread id: " + threadId + "] " + getDate() + " [BREAK]";
279 String message = "\n[Thread id: " + threadId + "] " + getDate() + "[STOP]";
287 String message = "[Thread id: " + threadId + "] " + getDate() + " [" + controlName(arr[4]) + "]";
305 String message = "\n[Thread id: " + threadId + "] " + getDate() + "[CONNECTION CLOSE]";
/forgerock/opendj2/src/server/org/opends/server/util/
H A DTimeThread.java225 public static Date getDate() throws IllegalStateException method in class:TimeThread
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java310 public static String getDate() { method in class:EclReadAndPlay
321 standardOut.println (getDate() + " - " + level + ": " + msg );
H A DPSearchOperations.java138 write("[Thread id: " + threadId + "] \n" + getDate() + connection);
200 public static String getDate() { method in class:PSearchOperations
271 String message = "\n[Thread id: " + threadId + "] " + getDate() + " [BREAK]";
278 String message = "\n[Thread id: " + threadId + "] " + getDate() + "[STOP]";
286 String message = "[Thread id: " + threadId + "] " + getDate() + " [" + controlName(arr[4]) + "]";
304 String message = "\n[Thread id: " + threadId + "] " + getDate() + "[CONNECTION CLOSE]";
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DTimeThread.java228 public static Date getDate() throws IllegalStateException method in class:TimeThread
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java311 public static String getDate() { method in class:EclReadAndPlay
322 standardOut.println (getDate() + " - " + level + ": " + msg );
H A DPSearchOperations.java139 write("[Thread id: " + threadId + "] \n" + getDate() + connection);
201 public static String getDate() { method in class:PSearchOperations
272 String message = "\n[Thread id: " + threadId + "] " + getDate() + " [BREAK]";
279 String message = "\n[Thread id: " + threadId + "] " + getDate() + "[STOP]";
287 String message = "[Thread id: " + threadId + "] " + getDate() + " [" + controlName(arr[4]) + "]";
305 String message = "\n[Thread id: " + threadId + "] " + getDate() + "[CONNECTION CLOSE]";
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java311 public static String getDate() { method in class:EclReadAndPlay
322 standardOut.println (getDate() + " - " + level + ": " + msg );
H A DPSearchOperations.java139 write("[Thread id: " + threadId + "] \n" + getDate() + connection);
201 public static String getDate() { method in class:PSearchOperations
272 String message = "\n[Thread id: " + threadId + "] " + getDate() + " [BREAK]";
279 String message = "\n[Thread id: " + threadId + "] " + getDate() + "[STOP]";
287 String message = "[Thread id: " + threadId + "] " + getDate() + " [" + controlName(arr[4]) + "]";
305 String message = "\n[Thread id: " + threadId + "] " + getDate() + "[CONNECTION CLOSE]";
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java310 public static String getDate() { method in class:EclReadAndPlay
321 standardOut.println (getDate() + " - " + level + ": " + msg );
H A DPSearchOperations.java138 write("[Thread id: " + threadId + "] \n" + getDate() + connection);
200 public static String getDate() { method in class:PSearchOperations
271 String message = "\n[Thread id: " + threadId + "] " + getDate() + " [BREAK]";
278 String message = "\n[Thread id: " + threadId + "] " + getDate() + "[STOP]";
286 String message = "[Thread id: " + threadId + "] " + getDate() + " [" + controlName(arr[4]) + "]";
304 String message = "\n[Thread id: " + threadId + "] " + getDate() + "[CONNECTION CLOSE]";
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DTimeThread.java228 public static Date getDate() throws IllegalStateException method in class:TimeThread
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DTimeThread.java225 public static Date getDate() throws IllegalStateException method in class:TimeThread
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DTimeThread.java214 public static Date getDate() throws IllegalStateException method in class:TimeThread
/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/cts/adapters/
H A DJavaBeanAdapterTest.java250 public Calendar getDate() { method in class:JavaBeanAdapterTest.DummyBean
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/cts/adapters/
H A DJavaBeanAdapterTest.java250 public Calendar getDate() { method in class:JavaBeanAdapterTest.DummyBean
/forgerock/opendj2/ext/svnkit/lib/
H A Dsvnkit-javahl16-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/apache/ org/ ...
/forgerock/opendj-b2.6/ext/svnkit/
H A Dsvnkit-javahl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/apache/ org/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dsvnkit-javahl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/apache/ org/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dsvnkit-javahl16-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/apache/ org/ ...
/forgerock/opendj2/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...

Completed in 140 milliseconds

123