/external/slf4j/slf4j-simple/src/test/java/org/slf4j/impl/ |
SimpleLoggerTest.java | 27 import org.junit.After; 43 @After 44 public void after() { method in class:SimpleLoggerTest
|
/external/testng/src/test/java/test/configuration/ |
ConfigurationGroups5SampleTest.java | 44 public void after() { method in class:ConfigurationGroups5SampleTest 45 log("after");
|
ConfigurationGroups6SampleTest.java | 39 public void after() { method in class:ConfigurationGroups6SampleTest 40 log("after");
|
/external/testng/src/test/java/test/inject/ |
InjectAfterMethodWithTestResultSampleTest.java | 39 public void after(Method m, ITestResult r) { method in class:InjectAfterMethodWithTestResultSampleTest
|
InjectBeforeMethodTest.java | 39 public void after(Object[] parameters) { method in class:InjectBeforeMethodTest
|
/external/vboot_reference/firmware/stub/ |
tpm_lite_stub.c | 212 struct timeval before, after; local 217 gettimeofday(&after, NULL); 230 (int) ((after.tv_sec - before.tv_sec) * 1000 + 231 (after.tv_usec - before.tv_usec) / 1000)));
|
/frameworks/base/core/java/android/text/ |
PackedObjectVector.java | 117 int after = mRows - (mRowGapStart + mRowGapLength); local 120 System.arraycopy(mValues, (mRows - after) * mColumns, newvalues, (newsize - after) * mColumns, after * mColumns);
|
/frameworks/base/tests/FeatureSplit/feature2/ |
Android.mk | 35 LOCAL_AAPT_FLAGS += --feature-after $(featureAfterApk)
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/ |
OMANode.java | 192 throw new IOException("Parse error: expected = or + after node name");
|
/frameworks/support/v7/mediarouter/src/android/support/v7/app/ |
MediaRouteDialogHelper.java | 72 * after-list but before-list, which means newly added items. 75 * @param after A list to be compared with {@code before} 77 * comparing {@code after} to {@code before}. 79 public static <E> Set<E> getItemsAdded(List<E> before, List<E> after) { 80 HashSet<E> set = new HashSet<>(after); 87 * before-list but after-list, which means removed items. 90 * @param after A list to be compared with {@code before} 92 * comparing {@code after} to {@code before}. 94 public static <E> Set<E> getItemsRemoved(List<E> before, List<E> after) { 96 set.removeAll(after); [all...] |
/prebuilts/go/darwin-x86/src/go/doc/testdata/ |
d2.go | 21 // CAx constants should appear after CBx constants. 28 // VAx variables should appear after VBx variables.
|
/prebuilts/go/darwin-x86/src/math/ |
nextafter.go | 7 // Nextafter32 returns the next representable float32 value after x towards y. 29 // Nextafter returns the next representable float64 value after x towards y.
|
/prebuilts/go/linux-x86/src/go/doc/testdata/ |
d2.go | 21 // CAx constants should appear after CBx constants. 28 // VAx variables should appear after VBx variables.
|
/prebuilts/go/linux-x86/src/math/ |
nextafter.go | 7 // Nextafter32 returns the next representable float32 value after x towards y. 29 // Nextafter returns the next representable float64 value after x towards y.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
rd-bkw5.s | 38 after: label
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
unwind-3.s | 19 .section .after, "xa"
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/ |
unwind-3.s | 25 .section .after, "xa"
|
/cts/tests/tests/app.usage/src/android/app/usage/cts/ |
UsageStatsTest.java | 213 final UsageStats after = statsMap.get(mTargetPackage); local 214 assertEquals(before.getPackageName(), after.getPackageName()); 216 long diff = before.getFirstTimeStamp() - after.getFirstTimeStamp(); 220 after.getLastTimeStamp() - after.getFirstTimeStamp()); 222 after.getLastTimeUsed() - after.getFirstTimeStamp()); 223 assertEquals(before.getTotalTimeInForeground(), after.getTotalTimeInForeground());
|
/external/avahi/avahi-utils/ |
Android.mk | 28 -Wdeclaration-after-statement \
|
/external/icu/icu4c/source/i18n/unicode/ |
simpletz.h | 65 * TimeMode is used, together with a millisecond offset after 148 * number of milliseconds after midnight. 156 * number of milliseconds after midnight. 189 * number of milliseconds after midnight. 197 * number of milliseconds after midnight. 233 * number of milliseconds after midnight. 243 * number of milliseconds after midnight. 292 * first specified day of the week on or after the specfied day of the month. 293 * (e.g., (15, -SUNDAY) is the first Sunday after the 15th of the month 336 * first specified day of the week on or after the specfied day of the month [all...] |
/external/libdaemon/libdaemon/ |
Android.mk | 20 # -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations
|
/external/llvm/test/MC/Mips/ |
mips-pdr-bad.s | 6 .ent # ASM: :[[@LINE]]:14: error: expected identifier after .ent 7 .ent bar, # ASM: :[[@LINE]]:19: error: expected number after comma 8 .ent foo, bar # AMS: :[[@LINE]]:23: error: expected an absolute expression after comma 36 .end # ASM: :[[@LINE]]:14: error: expected identifier after .end
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ |
Chapter2_5Test.java | 44 assertTrue("Date: " + date1, date1.after(date)); 50 assertTrue("Date: " + date3, date3.after(date1));
|
/external/vixl/tools/ |
make_instruction_doc.pl | 45 my $after = ${^POSTMATCH}; 54 my($p) = $after =~ /(.*?\))/ms;
|
/frameworks/base/native/graphics/jni/ |
Android.mk | 34 # TODO: This is to work around b/24465209. Remove after root cause is fixed
|