HomeSort by relevance Sort by last modified time
    Searched refs:before (Results 401 - 425 of 3300) sorted by null

<<11121314151617181920>>

  /art/test/098-ddmc/src/
Main.java 46 Allocations before = new Allocations(DdmVmInternal.getRecentAllocations()); local
47 System.out.println("before > 0=" + (before.numberOfEntries > 0));
55 System.out.println("before < overflowAllocations=" + (before.numberOfEntries < overflowAllocations));
56 System.out.println("after > before=" + (after.numberOfEntries > before.numberOfEntries));
  /cts/tests/autofillservice/src/android/autofillservice/cts/
MultipleTimesTextWatcher.java 55 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /cts/tests/openglperf2/jni/graphics/
PerspectiveMeshNode.cpp 23 void PerspectiveMeshNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) { function in class:PerspectiveMeshNode
  /cts/tests/openglperf2/jni/reference/scene/glowing/
BlurMeshNode.cpp 23 void BlurMeshNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) { function in class:BlurMeshNode
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapRGBAF16Test.java 32 import org.junit.Before;
43 @Before
127 int before = mOpaqueBitmap.getPixel(5, 5); local
130 assertTrue(before != after);
133 before = mTransparentBitmap.getPixel(5, 5);
136 assertTrue(before != after);
  /developers/build/prebuilts/gradle/CardEmulation/Application/src/main/java/com/example/android/cardemulation/
CardEmulationFragment.java 60 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /developers/samples/android/connectivity/nfc/CardEmulation/Application/src/main/java/com/example/android/cardemulation/
CardEmulationFragment.java 60 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/
CardEmulationFragment.java 60 public void onTextChanged(CharSequence s, int start, int before, int count) {
  /external/autotest/site_utils/
deploy_server_local_unittest.py 252 before = {
260 result = dsl.report_changes(before, None)
276 before = {
290 result = dsl.report_changes(before, after)
  /external/jacoco/org.jacoco.cli.test/src/org/jacoco/cli/internal/
CommandTestBase.java 23 import org.junit.Before;
34 @Before
35 public void before() { method in class:CommandTestBase
  /external/llvm/test/MC/ARM/
eh-directive-fnstart-diagnostics.s 24 @ CHECK: error: .fnstart starts before the end of previous one
  /external/ltp/utils/ffsb-6.0-rc2/
ffsb.h 43 struct rusage before; member in struct:results
  /external/mockito/src/test/java/org/mockitousage/annotation/
SpyAnnotationInitializedInBaseClassTest.java 7 import org.junit.Before;
43 @Before
49 @Before
50 public void before() { method in class:SpyAnnotationInitializedInBaseClassTest
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
VibratorTest.java 8 import org.junit.Before;
23 @Before
24 public void before() { method in class:VibratorTest
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/fakes/
RoboVibratorTest.java 6 import org.junit.Before;
17 @Before
18 public void before() { method in class:RoboVibratorTest
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowPreferenceActivityTestWithFragment.java 10 import org.junit.Before;
29 @Before
30 public void before() { method in class:ShadowPreferenceActivityTestWithFragment
  /external/testng/src/test/java/test/
ReturnValueTest.java 19 public void before() { method in class:ReturnValueTest
  /external/testng/src/test/java/test/inject/
InjectBeforeAndAfterMethodsWithTestResultSampleTest.java 19 Assert.assertEquals(m_testResult.getAttribute("before"), 10);
38 public void before(Method m, ITestResult r) { method in class:InjectBeforeAndAfterMethodsWithTestResultSampleTest
40 r.setAttribute("before", 10);
  /external/valgrind/coregrind/m_gdbserver/
target.h 148 /* Inform GDB (if needed) that client is before (or after) syscall sysno.
150 extern void gdbserver_syscall_encountered (Bool before, Int sysno);
155 /* if valgrind_stopped_by_syscall() >= 0, tells if stopped before or after
  /external/valgrind/coregrind/
pub_core_gdbserver.h 43 // before any guest code execution, to e.g. allow the user to set
44 // breakpoints before execution.
102 // To be called by core (m_signals.c) before delivering a signal.
122 // To be called by core before and after a client syscall.
124 // When Before is True, it is a report before the syscall,
126 extern void VG_(gdbserver_report_syscall) (Bool before, UWord sysno,
  /external/valgrind/memcheck/tests/
errs1.stderr.exp 7 Address 0x........ is 1 bytes before a block of size 10 alloc'd
21 Address 0x........ is 1 bytes before a block of size 10 alloc'd
holey_buffer_too_small.stderr.exp 24 Address 0x........ is 1 bytes before a block of size 8 alloc'd
42 Address 0x........ is 1 bytes before a block of size 8 alloc'd
  /external/webrtc/webrtc/base/
timeutils_unittest.cc 134 time_t before = ::time(NULL); local
138 // Assert that 'tm' represents a time between 'before' and 'after'.
140 time_t local_delta = before - ::mktime(::gmtime(&before)); // NOLINT
143 EXPECT_TRUE(before <= t && t <= after);
  /frameworks/base/cmds/statsd/tools/loadtest/src/com/android/statsd/loadtest/
NumericalWatcher.java 60 final public void onTextChanged(CharSequence s, int start, int before, int count) {}
  /frameworks/base/tools/bit/
util.cpp 127 directory_contents_differ(const map<string,FileInfo>& before, const map<string,FileInfo>& after)
129 if (before.size() != after.size()) {
132 map<string,FileInfo>::const_iterator b = before.begin();
134 while (b != before.end() && a != after.end()) {

Completed in 992 milliseconds

<<11121314151617181920>>