Home
last modified time | relevance | path

Searched defs:before (Results 1 – 25 of 166) sorted by relevance

1234567

/external/guava/guava-gwt/test-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/
DAtomicLongMapTest.java58 long before = map.get(key); in testIncrementAndGet() local
91 long before = map.get(key); in testGetAndIncrement() local
124 long before = map.get(key); in testDecrementAndGet() local
157 long before = map.get(key); in testGetAndDecrement() local
191 long before = map.get(key); in testAddAndGet() local
226 long before = map.get(key); in testGetAndAdd() local
261 long before = map.get(key); in testPut() local
319 long before = map.get(key); in testPutIfAbsent() local
371 long before = map.get(key); in testReplace() local
414 long before = map.get(key); in testRemove() local
[all …]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAtomicLongMapTest.java73 long before = map.get(key); in testIncrementAndGet() local
106 long before = map.get(key); in testGetAndIncrement() local
139 long before = map.get(key); in testDecrementAndGet() local
172 long before = map.get(key); in testGetAndDecrement() local
206 long before = map.get(key); in testAddAndGet() local
241 long before = map.get(key); in testGetAndAdd() local
276 long before = map.get(key); in testPut() local
334 long before = map.get(key); in testPutIfAbsent() local
386 long before = map.get(key); in testReplace() local
429 long before = map.get(key); in testRemove() local
[all …]
/external/curl/tests/libtest/
Dlib1501.c37 static int elapsed(struct timeval *before, in elapsed()
81 struct timeval before; in test() local
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/bytecode/
DClassCacheTest.java37 long before = System.currentTimeMillis(); in fixForCorberturaAndSonarCodeCoverage() local
76 long before = System.currentTimeMillis(); in fixForCorberturaAndSonarCodeCoverageTheOtherWayAround() local
/external/v8/test/promises-aplus/lib/
Dmocha.js33 var before; variable
81 function TestCase(name, before, fn, after, isRegular) { argument
239 before = function(fn) { function
/external/testng/src/test/java/test/thread/
DSample2.java10 public void before(ITestContext ctx) { in before() method in Sample2
/external/libchrome/base/profiler/
Dtracked_time_unittest.cc66 Duration before = now - TrackedTime(ticks_before); in TEST() local
99 Duration before = now - TrackedTime(ticks_before); in TEST() local
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DApiPrompt.java126 public void beforeTextChanged(CharSequence s, int start, int before, int count) { in beforeTextChanged()
130 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/external/testng/src/test/java/test/testng317/
DVerifyTest.java16 public void before() { in before() method in VerifyTest
/external/testng/src/test/java/test/dependent/
DDependsOnProtectedMethodTest.java16 protected void before() { in before() method in DependsOnProtectedMethodTest
/external/testng/src/test/java/test/configuration/
DConfigurationDisabledSampleTest.java12 public void before() { in before() method in ConfigurationDisabledSampleTest
DBeforeMethodTest.java16 public void before(Method m, ITestContext ctx) { in before() method in BeforeMethodTest
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DVibratorTest.java24 public void before() { in before() method in VibratorTest
DPowerManagerTest.java23 public void before() { in before() method in PowerManagerTest
DContentProviderOperationBuilderTest.java26 public void before() { in before() method in ContentProviderOperationBuilderTest
/external/compiler-rt/test/asan/TestCases/
Dmax_redzone.cc17 size_t before = __sanitizer_get_heap_size(); in main() local
/external/testng/src/test/java/test/mannotation/
DMTest1.java47 public void before() {} in before() method in MTest1
/external/pdfium/third_party/freetype/src/base/
Dftutil.c270 FT_ListNode before; in FT_List_Add() local
322 FT_ListNode before, after; in FT_List_Remove() local
349 FT_ListNode before, after; in FT_List_Up() local
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
Dftutil.c270 FT_ListNode before; in FT_List_Add() local
322 FT_ListNode before, after; in FT_List_Remove() local
349 FT_ListNode before, after; in FT_List_Up() local
/external/freetype/src/base/
Dftutil.c270 FT_ListNode before; in FT_List_Add() local
322 FT_ListNode before, after; in FT_List_Remove() local
349 FT_ListNode before, after; in FT_List_Up() local
/external/skia/src/core/
DSkStrokerPriv.cpp56 static bool is_clockwise(const SkVector& before, const SkVector& after) in is_clockwise()
121 SkVector before = beforeUnitNormal; in RoundJoiner() local
157 SkVector before = beforeUnitNormal; in MiterJoiner() local
/external/testng/src/test/java/test/
DReturnValueTest.java19 public void before() { in before() method in ReturnValueTest
/external/testng/src/test/java/test/inject/
DInjectAfterMethodWithTestResultSampleTest.java34 public void before(Method m, ITestResult r) { in before() method in InjectAfterMethodWithTestResultSampleTest
/external/chromium-trace/catapult/dashboard/dashboard/
Dmath_utils.py50 def RelativeChange(before, after): argument
/external/v8/test/unittests/compiler/
Dgraph-reducer-unittest.cc529 size_t before = graph()->NodeCount(); in TEST_F() local
549 size_t before = graph()->NodeCount(); in TEST_F() local
574 size_t before = graph()->NodeCount(); in TEST_F() local
648 size_t before = graph()->NodeCount(); in TEST_F() local
668 size_t before = graph()->NodeCount(); in TEST_F() local
694 size_t before = graph()->NodeCount(); in TEST_F() local
716 size_t before = graph()->NodeCount(); in TEST_F() local
748 size_t before = graph()->NodeCount(); in TEST_F() local
844 size_t before = graph()->NodeCount(); in TEST_F() local

1234567