/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/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/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/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/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/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 193 assert(init1::called == 1); in main() 201 assert(init2::called == 5); in main()
|
/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%
|
D | test_-a_-b.h.gcov | 6 function _ZN1AC1Ev called 2 returned 100% blocks executed 100% 7 function _ZN1AC2Ev called 2 returned 100% blocks executed 100%
|
/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
|
D | mcbreak.stdout.exp | 6 pid .... Thread .... called from level 7 called from level int_und is not zero 8 pid .... Thread .... 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/google-breakpad/src/client/ios/ |
D | BreakpadController.mm | 118 // Since this class is a singleton, this method is not expected to be called. 158 // This method must be called from the breakpad queue. 162 "threadUnsafeSendReportWithConfiguration is called"); 172 @"The controller must be started before setUploadingEnabled is called"); 192 @"The controller must not be started when updateConfiguration is called"); 202 @"The controller must not be started when resetConfiguration is called"); 213 @"The controller must not be started when setUploadingURL is called"); 219 @"The controller must not be started when setUploadInterval is called"); 228 "setParametersToAddAtUploadTime is called"); 235 @"The controller must be started before addUploadParameter is called"); [all …]
|
/external/jetty/src/resources/org/eclipse/jetty/server/session/jmx/ |
D | AbstractSessionManager-mbean.properties | 15 sessionsMax: Maximum number of simultaneous sessions since statsReset() was called 16 …sionTimeMax: Maximum amount of time in seconds session remained valid since statsReset() was called 17 …ionTimeTotal: Total amount of time in seconds sessions remained valid since statsReset() was called 18 …ionTimeMean: Mean amount of time in seconds a session remained valid since statsReset() was called 19 …dard deviation of amount of time in seconds a session remained valid since statsReset() was called
|
/external/libcxx/test/std/utilities/time/time.duration/time.duration.cons/ |
D | convert_overflow.pass.cpp | 22 bool called = false; variable 27 called = true; in f() 35 assert(called); in main()
|
/external/v8/test/mjsunit/regress/ |
D | regress-88591.js | 31 var called = false; variable 32 Object.prototype.__defineSetter__('x', function(x) { called = true; }); 40 assertFalse(called);
|
D | regress-omit-checks.js | 50 var called = false; variable 52 Object.defineProperty(a, "z", {set:function(v) { called = true; }}); 54 assertTrue(called);
|
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/ |
D | deallocate.pass.cpp | 22 int called = 0; variable 33 ++called; in deallocate() 41 assert(called == 1); in main()
|
/external/valgrind/callgrind/ |
D | callgrind_annotate.in | 941 foreach my $called (keys %$tmp2) { 942 if (defined $call_counter{$fn_name,$called}) { 943 print_CC($call_CCs{$fn_name,$called}, $fn_CC_col_widths); 944 print" > $called ("; 945 print $call_counter{$fn_name,$called} . "x)"; 946 if (defined $obj_name{$called}) { 947 print " [$obj_name{$called}]"; 1163 foreach my $called (keys %$tmp) { 1164 if (defined $call_CCs{$func,$called,$.}) { 1165 print_CC($call_CCs{$func,$called,$.}, $CC_col_widths); [all …]
|
/external/valgrind/helgrind/tests/ |
D | tc23_bogus_condwait.stderr.exp-mips32 | 8 Thread #x: pthread_cond_{timed}wait called with invalid mutex 15 Thread #x: pthread_cond_{timed}wait called with un-held mutex 37 Thread #x: pthread_cond_{timed}wait called with mutex of type pthread_rwlock_t* 51 Thread #x: pthread_cond_{timed}wait called with mutex held by a different thread
|
/external/lldb/test/unittest2/ |
D | signals.py | 11 self.called = False 21 if self.called: 23 self.called = True
|
/external/v8/test/webkit/ |
D | for-in-cached-expected.txt | 36 PASS forIn5({get foo() { return 'called getter'} }) is ['foo', 'called getter'] 38 PASS forIn5({get foo() { return 'called getter'}, set foo(v) { }}) is ['foo', 'called getter']
|