/external/strace/tests/ |
H A D | clock.gen.test | 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (clock test_trace_expr 'times|fcntl.*' -e/clock); do not edit. 4 test_trace_expr 'times|fcntl.*' -e/clock
|
/external/strace/tests-m32/ |
H A D | clock.gen.test | 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (clock test_trace_expr 'times|fcntl.*' -e/clock); do not edit. 4 test_trace_expr 'times|fcntl.*' -e/clock
|
/external/strace/tests-mx32/ |
H A D | clock.gen.test | 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (clock test_trace_expr 'times|fcntl.*' -e/clock); do not edit. 4 test_trace_expr 'times|fcntl.*' -e/clock
|
/external/webrtc/webrtc/modules/video_coding/ |
H A D | timing_unittest.cc | 21 #include "webrtc/system_wrappers/include/clock.h" 28 SimulatedClock clock(0); 29 VCMTiming timing(&clock); 41 timing.IncomingTimestamp(timeStamp, clock.TimeInMilliseconds()); 47 timing.RenderTimeMs(timeStamp, clock.TimeInMilliseconds()), 48 clock.TimeInMilliseconds()); 55 clock.AdvanceTimeMilliseconds(1000); 59 timing.RenderTimeMs(timeStamp, clock.TimeInMilliseconds()), 60 clock.TimeInMilliseconds()); 65 clock [all...] |
/external/clang/test/Index/ |
H A D | print-bitwidth.c | 4 unsigned clock : 1; 19 // CHECK: FieldDecl=clock:4:12 (Definition) bitwidth=1
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/ |
H A D | 10-1-buildonly.c | 9 clock_t clock(void); 20 dummyvar = clock;
|
/external/tpm2/ |
H A D | ClockSet.c | 15 // TPM_RC_VALUE invalid new clock 28 // current clock 30 || in->newTime < go.clock) 36 clockNow = go.clock; // grab the old value 37 go.clock = in->newTime; // set the new value
|
/external/webrtc/webrtc/system_wrappers/source/ |
H A D | clock_unittest.cc | 11 #include "webrtc/system_wrappers/include/clock.h" 18 Clock* clock = Clock::GetRealTimeClock(); local 21 clock->CurrentNtp(seconds, fractions); 22 int64_t milliseconds = clock->CurrentNtpInMilliseconds();
|
H A D | ntp_time_unittest.cc | 50 SimulatedClock clock(0x0123456789abcdef); 52 NtpTime ntp1(clock); 56 ntp2.SetCurrent(clock); 61 SimulatedClock clock(0x123456789abc); 63 NtpTime ntp(clock); 65 EXPECT_EQ(ntp.ToMs(), clock.CurrentNtpInMilliseconds());
|
/external/autotest/client/site_tests/platform_TraceClockMonotonic/src/ |
H A D | Makefile | 1 EXEC=ftrace-clock-monotonic 8 $(EXEC): ftrace-clock-monotonic.c
|
/external/libmojo/mojo/message_pump/ |
H A D | time_helper.cc | 20 void SetTickClockForTest(base::TickClock* clock) { argument 21 tick_clock = clock;
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock/ |
H A D | 1-1.c | 8 * Test that clock() returns a clock_t containing the processor time 29 c1 = clock(); 34 clock(); 37 c2 = clock();
|
/external/ltp/testcases/kernel/tracing/ftrace_test/ftrace_stress/ |
H A D | ftrace_trace_clock.sh | 18 # In kernel which is older than 2.6.32, we set global clock 30 echo 1 > "$TRACING_PATH"/options/global-clock 31 echo 0 > "$TRACING_PATH"/options/global-clock
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/ |
H A D | bwe_rtp_play.cc | 23 explicit Observer(webrtc::Clock* clock) : clock_(clock) {} argument 45 webrtc::SimulatedClock clock(0); 46 Observer observer(&clock); 47 if (!ParseArgsAndSetupEstimator(argc, argv, &clock, &observer, &reader, 69 if (next_rtp_time_ms <= clock.TimeInMilliseconds()) { 84 rbe->IncomingPacket(clock.TimeInMilliseconds(), 100 next_rtp_time_ms - clock.TimeInMilliseconds()); 101 clock.AdvanceTimeMilliseconds(std::max<int64_t>(time_until_next_event, 0)); 104 clock [all...] |
/external/junit/src/main/java/org/junit/rules/ |
H A D | Stopwatch.java | 80 private final Clock clock; field in class:Stopwatch 88 Stopwatch(Clock clock) { argument 89 this.clock = clock; 132 currentEndNanos = clock.nanoTime(); 139 startNanos = clock.nanoTime(); 144 endNanos = clock.nanoTime();
|
/external/python/cpython2/Demo/turtle/ |
H A D | tdemo_wikipedia.py | 17 from time import clock, sleep namespace 47 at = clock() 49 et = clock() 54 at = clock() 58 et = clock()
|
H A D | tdemo_tree.py | 19 from time import clock namespace 55 a=clock() 57 b=clock()
|
/external/webrtc/webrtc/modules/video_coding/test/ |
H A D | video_rtp_play.cc | 50 webrtc::SimulatedClock clock(0); 52 output_file, &clock, kConfigProtectionEnabled, kConfigProtectionMethod, 55 webrtc::rtpplayer::Create(args.inputFile, &factory, &clock, payload_types, 63 while ((ret = rtp_player->NextPacket(clock.TimeInMilliseconds())) == 0) { 66 clock.TimeInMilliseconds() >= kConfigMaxRuntimeMs)) { 69 clock.AdvanceTimeMilliseconds(1);
|
/external/webrtc/webrtc/test/ |
H A D | frame_generator_capturer.cc | 15 #include "webrtc/system_wrappers/include/clock.h" 28 Clock* clock) { 30 clock, input, FrameGenerator::CreateChromaGenerator(width, height), 46 Clock* clock) { 48 clock, input, 60 FrameGeneratorCapturer::FrameGeneratorCapturer(Clock* clock, argument 65 clock_(clock), 24 Create(VideoCaptureInput* input, size_t width, size_t height, int target_fps, Clock* clock) argument 40 CreateFromYuvFile( VideoCaptureInput* input, const std::string& file_name, size_t width, size_t height, int target_fps, Clock* clock) argument
|
H A D | video_capturer.cc | 36 Clock* clock) { 45 FrameGeneratorCapturer::Create(input, width, height, fps, clock); 32 Create(VideoCaptureInput* input, size_t width, size_t height, int fps, Clock* clock) argument
|
/external/python/cpython2/Lib/test/ |
H A D | reperf.py | 12 t0 = time.clock() 18 t1 = time.clock()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
H A D | time_util.h | 25 // returned by the specified clock. 26 inline uint32_t CurrentRtp(const Clock& clock, uint32_t freq) { argument 27 return NtpToRtp(NtpTime(clock), freq);
|
/external/webrtc/webrtc/voice_engine/ |
H A D | network_predictor.cc | 16 NetworkPredictor::NetworkPredictor(Clock* clock) argument 17 : clock_(clock),
|
/external/boringssl/src/ssl/test/ |
H A D | packeted_bio.h | 31 // blocking datagram socket. It uses the value of |*clock| as the clock. 36 bssl::UniquePtr<BIO> PacketedBioCreate(timeval *clock); 38 // PacketedBioAdvanceClock advances |bio|'s clock and returns true if there is a
|
/external/google-breakpad/src/processor/ |
H A D | logging.cc | 57 time_t clock; local 58 time(&clock); 61 localtime_s(&tm_struct, &clock); 63 localtime_r(&clock, &tm_struct);
|