Home
last modified time | relevance | path

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

12345678

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAtomicLongMapTest.java55 long before = map.get(key); in testIncrementAndGet() local
88 long before = map.get(key); in testGetAndIncrement() local
121 long before = map.get(key); in testDecrementAndGet() local
154 long before = map.get(key); in testGetAndDecrement() local
188 long before = map.get(key); in testAddAndGet() local
223 long before = map.get(key); in testGetAndAdd() local
258 long before = map.get(key); in testPut() local
316 long before = map.get(key); in testPutIfAbsent() local
368 long before = map.get(key); in testReplace() local
411 long before = map.get(key); in testRemove() local
[all …]
/external/stlport/test/unit/
Dlexcmp_test.cpp37 bool before = lexicographical_compare(n1, n1 + size, n2, n2 + size); in lexcmp1() local
46 bool before = lexicographical_compare(n1, n1 + size, n2, n2 + size, greater<char>()); in lexcmp2() local
/external/chromium_org/components/enhanced_bookmarks/
Ditem_position_unittest.cc38 ItemPosition before = ItemPosition::CreateInitialPosition(); in TEST_F() local
51 ItemPosition before = ItemPosition::CreateInitialPosition(); in TEST_F() local
64 ItemPosition before = ItemPosition::CreateInitialPosition(); in TEST_F() local
Ditem_position.cc44 PositionVector before(other.begin() + from_index, other.end()); in CreateBeforeImpl() local
113 ItemPosition ItemPosition::CreateBetween(const ItemPosition& before, in CreateBetween()
121 const PositionVector& before, in CreateBetweenImpl()
/external/skia/src/ports/
DSkAtomics_sync.h30 int32_t before, in sk_atomic_cas()
36 void* before, in sk_atomic_cas()
DSkAtomics_win.h39 static inline bool sk_atomic_cas(int32_t* addr, int32_t before, int32_t after) { in sk_atomic_cas()
43 static inline void* sk_atomic_cas(void** addr, void* before, void* after) { in sk_atomic_cas()
/external/chromium_org/third_party/skia/src/ports/
DSkAtomics_sync.h42 int32_t before, in sk_atomic_cas()
48 void* before, in sk_atomic_cas()
DSkAtomics_win.h44 static inline bool sk_atomic_cas(int32_t* addr, int32_t before, int32_t after) { in sk_atomic_cas()
48 static inline void* sk_atomic_cas(void** addr, void* before, void* after) { in sk_atomic_cas()
/external/chromium_org/chrome/browser/extensions/
Dextension_test_notification_observer.cc153 int before = extension_installs_observed_; in WaitForExtensionInstall() local
160 int before = extension_installs_observed_; in WaitForExtensionInstallError() local
177 int before = extension_load_errors_observed_; in WaitForExtensionLoadError() local
198 int before = crx_installers_done_observed_; in WaitForCrxInstallerDone() local
/external/robolectric/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/chromium_org/v8/test/cctest/compiler/
Dtest-graph-reducer.cc247 int before = graph.NodeCount(); in TEST() local
272 int before = graph.NodeCount(); in TEST() local
302 int before = graph.NodeCount(); in TEST() local
388 int before = graph.NodeCount(); in TEST() local
412 int before = graph.NodeCount(); in TEST() local
442 int before = graph.NodeCount(); in TEST() local
469 int before = graph.NodeCount(); in TEST() local
507 int before = graph.NodeCount(); in TEST() local
615 int before = graph.NodeCount(); in TEST() local
655 int before = graph.NodeCount(); in TEST() local
/external/chromium_org/base/profiler/
Dtracked_time_unittest.cc64 Duration before = now - TrackedTime(ticks_before); in TEST() local
100 Duration before = now - TrackedTime(ticks_before); in TEST() local
/external/chromium_org/v8/test/promises-aplus/lib/
Dmocha.js33 var before; variable
90 function TestCase(name, before, fn, after, isRegular) { argument
248 before = function(fn) { function
/external/chromium_org/v8/src/compiler/
Dmachine-type.cc21 bool before = false; in operator <<() local
/external/robolectric/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/chromium_org/third_party/skia/src/core/
DSkStrokerPriv.cpp62 static bool is_clockwise(const SkVector& before, const SkVector& after) in is_clockwise()
127 SkVector before = beforeUnitNormal; in RoundJoiner() local
166 SkVector before = beforeUnitNormal; in MiterJoiner() local
/external/chromium_org/third_party/freetype/src/base/
Dftutil.c267 FT_ListNode before = list->tail; in FT_List_Add() local
309 FT_ListNode before, after; in FT_List_Remove() local
333 FT_ListNode before, after; in FT_List_Up() local
/external/freetype/src/base/
Dftutil.c267 FT_ListNode before = list->tail; in FT_List_Add() local
309 FT_ListNode before, after; in FT_List_Remove() local
333 FT_ListNode before, after; in FT_List_Up() local
/external/skia/src/core/
DSkStrokerPriv.cpp62 static bool is_clockwise(const SkVector& before, const SkVector& after) in is_clockwise()
127 SkVector before = beforeUnitNormal; in RoundJoiner() local
166 SkVector before = beforeUnitNormal; in MiterJoiner() local
/external/pixman/test/
Dradial-perf-test.c24 double before, after; in main() local
/external/chromium_org/third_party/WebKit/Source/platform/
DLengthBox.cpp46 const Length& LengthBox::before(WritingMode writingMode) const in before() function in blink::LengthBox
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
Dopen-syscall-tp-fields.c68 int before = nr_events; in test__syscall_open_tp_fields() local

12345678