/external/libbrillo/brillo/dbus/ |
D | dbus_param_reader_unittest.cc | 22 bool called = false; in TEST() local 23 auto callback = [&called]() { called = true; }; in TEST() 25 EXPECT_TRUE(called); in TEST() 33 bool called = false; in TEST() local 34 auto callback = [&called](int param1) { in TEST() 36 called = true; in TEST() 40 EXPECT_TRUE(called); in TEST() 51 bool called = false; in TEST() local 52 auto callback = [&called](bool p1, int p2, const VariantDictionary& p3) { in TEST() 57 called = true; in TEST() [all …]
|
/external/jetty/src/resources/org/eclipse/jetty/server/handler/jmx/ |
D | StatisticsHandler-mbean.properties | 4 requests: Number of requests since statsReset() called. 5 requestsActive: Number of requests currently active since statsReset() called. 6 requestsActiveMax: Maximum number of active requests since statsReset() called. 7 requestTimeMax: Maximum time in milliseconds of request handling since statsReset() called. 8 requestTimeTotal: Total time in milliseconds of all request handling since statsReset() called. 9 requestTimeMean: Mean of time in milliseconds of request handling since statsReset() called. 10 …meStdDev: Standard deviation of time in milliseconds of request handling since statsReset() called. 11 dispatched: Number of dispatches since statsReset() called. 12 dispatchedActive: Number of dispatches currently active since statsReset() called. 13 dispatchedActiveMax: Maximum number of active dispatches since statsReset() called. [all …]
|
/external/libbrillo/brillo/message_loops/ |
D | message_loop_unittest.cc | 76 bool called = false; in TYPED_TEST() local 78 Bind([&called]() { called = true; })); in TYPED_TEST() 81 EXPECT_TRUE(called); in TYPED_TEST() 86 bool called = false; in TYPED_TEST() local 88 Bind([&called]() { called = true; })); in TYPED_TEST() 91 EXPECT_FALSE(called); in TYPED_TEST() 97 bool called = false; in TYPED_TEST() local 100 Bind([&called]() { called = true; }), in TYPED_TEST() 105 Bind([&called]() { return called; })); in TYPED_TEST() 108 EXPECT_TRUE(called); in TYPED_TEST() [all …]
|
D | glib_message_loop_unittest.cc | 42 int called = 0; in TEST_F() local 45 Bind([&called] { called++; })); in TEST_F() 48 EXPECT_LT(2, called); in TEST_F() 55 int called = 0; in TEST_F() local 58 Bind([&called, fd] { in TEST_F() 59 if (!called) in TEST_F() 61 called++; in TEST_F() 65 EXPECT_LT(2, called); in TEST_F()
|
/external/v8/test/mjsunit/compiler/ |
D | inlined-call.js | 35 called++; 42 called++; 51 called++; 58 called++; 89 var called = 0; variable 102 assertEquals(3, called); 106 called = 0; 118 assertEquals(3, called); 121 called = 0; 133 assertEquals(called, 3); [all …]
|
D | deopt-inlined-from-call.js | 37 var called = 0; 39 function g(x, y, called) { argument 40 return called + 1; 43 function f(deopt, called) { argument 44 return g([].f.call({}), deopt + 1, called); 47 called = f(0, called); 48 called = f(0, called); 50 called = f(0, called); 52 called = f({}, called); 54 assertEquals(4, called);
|
/external/v8/test/mjsunit/harmony/ |
D | proxies-apply.js | 16 var called = false; 18 called = true; 21 assertFalse(called); 23 assertTrue(called); 25 called = false; 27 assertFalse(called); 29 assertTrue(called); 33 var called = false; 35 called = true; 39 assertFalse(called); [all …]
|
/external/google-breakpad/src/testing/test/ |
D | gmock_output_test_golden.txt | 24 Expected to be called twice, but has only 1 WillOnce(). 41 Expected: to be called once 42 Actual: never called - unsatisfied and active 54 Expected: to be called once 55 Actual: never called - unsatisfied and active 59 Mock function called more times than expected - returning default value. 62 Expected: to be called once 63 Actual: called twice - over-saturated and active 67 Mock function called more times than expected - returning directly. 69 Expected: to be called once [all …]
|
/external/gmock/test/ |
D | gmock_output_test_golden.txt | 24 Expected to be called twice, but has only 1 WillOnce(). 41 Expected: to be called once 42 Actual: never called - unsatisfied and active 54 Expected: to be called once 55 Actual: never called - unsatisfied and active 59 Mock function called more times than expected - returning default value. 62 Expected: to be called once 63 Actual: called twice - over-saturated and active 67 Mock function called more times than expected - returning directly. 69 Expected: to be called once [all …]
|
/external/v8/test/mjsunit/es6/ |
D | classes-maps.js | 20 let called = 0; 22 called++; 32 called = 0; 34 assertSame(1, called); 42 let called = 0; 44 called++; 62 called = 0; 64 assertSame(1, called);
|
/external/v8/test/webkit/fast/js/ |
D | array-prototype-properties-expected.txt | 31 …at.call(undefined, []) threw exception TypeError: Array.prototype.concat called on null or undefin… 32 …join.call(undefined, []) threw exception TypeError: Array.prototype.join called on null or undefin… 33 PASS Array.prototype.pop.call(undefined) threw exception TypeError: Array.prototype.pop called on n… 34 …push.call(undefined, {}) threw exception TypeError: Array.prototype.push called on null or undefin… 35 …verse.call(undefined) threw exception TypeError: Array.prototype.reverse called on null or undefin… 36 PASS Array.prototype.shift.call(undefined) threw exception TypeError: Array.prototype.shift called … 37 …e.call(undefined, 0, 1) threw exception TypeError: Array.prototype.slice called on null or undefin… 38 PASS Array.prototype.sort.call(undefined) threw exception TypeError: Array.prototype.sort called on… 39 ….call(undefined, 0, 1) threw exception TypeError: Array.prototype.splice called on null or undefin… 40 …t.call(undefined, {}) threw exception TypeError: Array.prototype.unshift called on null or undefin… [all …]
|
/external/autotest/client/bin/self-test/tests/ |
D | 034-stepper-iterate-out | 2 --STEPTEST-- step_init called 3 --STEPTEST-- step_test called iteration=1 4 --STEPTEST-- step_test called iteration=2 5 --STEPTEST-- step_test called iteration=3 6 --STEPTEST-- step_test called iteration=4 7 --STEPTEST-- step_test called iteration=5
|
D | 044-stepper-boot-iterate-out | 2 --STEPTEST-- step_init called 3 --STEPTEST-- step_test called iteration=1 6 --STEPTEST-- step_test called iteration=2 9 --STEPTEST-- step_test called iteration=3 12 --STEPTEST-- step_test called iteration=4 15 --STEPTEST-- step_test called iteration=5
|
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
D | dependency_manager_unittest.py | 61 self.assertFalse(dep_info.Update.called) 81 self.assertFalse(dep_info1.Update.called) 82 self.assertFalse(dep_info2.Update.called) 107 self.assertFalse(dep_info1.Update.called) 108 self.assertFalse(dep_info2.Update.called) 109 self.assertFalse(dep_info3.Update.called) 154 self.assertFalse(dep_info.Update.called) 155 self.assertFalse(dep_info_a.Update.called) 156 self.assertFalse(dep_info_b.Update.called) 157 self.assertFalse(dep_info_c.Update.called) [all …]
|
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/ |
D | custom_alloc.pass.cpp | 19 int called = 0; variable 24 ++called; in my_alloc() 30 ++called; in my_free() 46 assert(called == 0); in main() 48 assert(called == 1); in main() 50 assert(called == 2); in main()
|
/external/jetty/src/resources/org/eclipse/jetty/server/jmx/ |
D | Connector-mbean.properties | 17 connections: Number of connections accepted by the server since statsReset() called. Undefined if s… 18 connectionsOpen: Number of connections currently open that were opened since statsReset() called. U… 19 connectionsOpenMax: Maximum number of connections opened simultaneously since statsReset() called. … 20 …an: Mean duration in milliseconds of open connections since statsReset() called. Undefined if setS… 21 …ion of duration in milliseconds of an open connection since statsReset() called. Undefined if setS… 22 …aximum duration in milliseconds of an open connection since statsReset() called. Undefined if setS… 23 …Total duration in milliseconds of all open connection since statsReset() called. Undefined if setS… 24 connectionsRequestsMean: Mean number of requests per connection since statsReset() called. Undefine… 25 …andard deviation of number of requests per connection since statsReset() called. Undefined if setS… 26 connectionsRequestsMax: Maximum number of requests per connection since statsReset() called. Undefi… [all …]
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | LocalBroadcastManagerTest.java | 29 final boolean[] called = new boolean[1]; in shouldSendBroadcasts() 33 called[0] = true; in shouldSendBroadcasts() 40 assertFalse(called[0]); in shouldSendBroadcasts() 42 assertTrue(called[0]); in shouldSendBroadcasts() 49 final boolean[] called = new boolean[1]; in shouldUnregisterReceiver() 53 called[0] = true; in shouldUnregisterReceiver() 60 assertFalse(called[0]); in shouldUnregisterReceiver()
|
/external/llvm/test/tools/llvm-cov/Inputs/ |
D | test_-a_-b.cpp.gcov | 15 function _ZN1A1BEv called 8589934592 returned 100% blocks executed 100% 19 function _Z7uselessv called 0 returned 0% blocks executed 0% 23 function _Z12more_uselessv called 0 returned 0% blocks executed 0% 29 function _Z3foov called 2 returned 100% blocks executed 100% 36 function _Z3barv called 0 returned 0% blocks executed 0% 43 function _Z6assignii called 8 returned 100% blocks executed 100% 49 function _Z15initialize_gridv called 2 returned 100% blocks executed 100% 69 function main called 2 returned 100% blocks executed 94%
|
D | test_-a_-b_-u.cpp.gcov | 15 function _ZN1A1BEv called 8589934592 returned 100% blocks executed 100% 20 function _Z7uselessv called 0 returned 0% blocks executed 0% 25 function _Z12more_uselessv called 0 returned 0% blocks executed 0% 32 function _Z3foov called 2 returned 100% blocks executed 100% 40 function _Z3barv called 0 returned 0% blocks executed 0% 48 function _Z6assignii called 8 returned 100% blocks executed 100% 55 function _Z15initialize_gridv called 2 returned 100% blocks executed 100% 82 function main called 2 returned 100% blocks executed 94%
|
D | test_-a_-b_-c_-u.cpp.gcov | 15 function _ZN1A1BEv called 8589934592 returned 100% blocks executed 100% 20 function _Z7uselessv called 0 returned 0% blocks executed 0% 25 function _Z12more_uselessv called 0 returned 0% blocks executed 0% 32 function _Z3foov called 2 returned 100% blocks executed 100% 40 function _Z3barv called 0 returned 0% blocks executed 0% 48 function _Z6assignii called 8 returned 100% blocks executed 100% 55 function _Z15initialize_gridv called 2 returned 100% blocks executed 100% 82 function main called 2 returned 100% blocks executed 94%
|
/external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/ |
D | call_once.pass.cpp | 69 static int called; member 71 void operator()(int i) {called += i;} in operator ()() 74 int init1::called = 0; member in init1 85 static int called; member 87 void operator()(int i, int j) const {called += i + j;} in operator ()() 90 int init2::called = 0; member in init2 222 assert(init1::called == 1); in main() 230 assert(init2::called == 5); in main()
|
/external/valgrind/gdbserver_tests/ |
D | mcmain_pic.stdout.exp | 2 another func called msg called from gdb 4 another func called msg called from main
|
/external/libxml2/python/tests/ |
D | tstxpath.py | 8 called = "" variable 11 global called 18 called = ctxt.function() 52 if called != "foo": 54 print("xpath function: %s" % (called))
|
/external/v8/test/mjsunit/bugs/ |
D | bug-2337.js | 37 var called = 0; variable 41 if (called != 2) { 42 called++; 53 assertTrue(called == 2);
|
/external/curl/tests/data/ |
D | test579 | 79 Progress callback called with UL 0 out of 0 80 Progress callback called with UL 8 out of 0 81 Progress callback called with UL 16 out of 0 82 Progress callback called with UL 26 out of 0 83 Progress callback called with UL 61 out of 0 84 Progress callback called with UL 66 out of 0
|