Home
last modified time | relevance | path

Searched +full:real +full:- +full:time (Results 1 – 25 of 1137) sorted by relevance

12345678910>>...46

/external/rust/crates/gdbstub/src/common/
Dsignal.rs1 /// Cross-platform signal numbers defined by the GDB Remote Serial Protocol.
3 /// Transcribed from <https://github.com/bminor/binutils-gdb/blob/master/include/gdb/signals.def>
35 #[doc = "CPU time limit exceeded"] SIGXCPU = 24,
57 #[doc = "Real-time event 33"] SIG33 = 45,
58 #[doc = "Real-time event 34"] SIG34 = 46,
59 #[doc = "Real-time event 35"] SIG35 = 47,
60 #[doc = "Real-time event 36"] SIG36 = 48,
61 #[doc = "Real-time event 37"] SIG37 = 49,
62 #[doc = "Real-time event 38"] SIG38 = 50,
63 #[doc = "Real-time event 39"] SIG39 = 51,
[all …]
/external/bc/manuals/
Dbenchmarks.md4 optimization at `-O3` with link-time optimization (`-flto`) will result in the
5 best performance. However, using `-march=native` can result in **WORSE**
17 These benchmarks were run with both `bc`'s compiled with the typical `-O2`
18 optimizations and no link-time optimization.
31 real 2.54
39 real 0.88
55 real 2.51
63 real 0.91
79 real 7.15
87 real 2.20
[all …]
/external/python/google-api-python-client/docs/dyn/
Danalytics_v3.data.realtime.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/external/kernel-headers/original/uapi/linux/
Dacct.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 * BSD Process Accounting for Linux - Definitions
8 * BSD-style process accounting. The kernel accounting code and all
9 * user-level programs that try to do something useful with the
12 * Copyright (C) 1995 - 1997 Marco van Wieringen - ELM Consultancy B.V.
25 * comp_t is a 16-bit "floating" point number with a 3-bit base 8
26 * exponent and a 13-bit fraction.
27 * comp2_t is 24-bit with 5-bit base 2 exponent and 20 bit fraction
49 __u16 ac_uid16; /* LSB of Real User ID */
50 __u16 ac_gid16; /* LSB of Real Group ID */
[all …]
/external/libaom/
DCHANGELOG1 2023-02-03 v3.6.0
6 - New Features
7 * New values 20-27 (corresponding to levels 7.0-7.3 and 8.0-8.3) for
13 application of post-processing filters on reconstructed frame in
15 * New encoder option "kf-max-pyr-height": Maximum height of pyramid
16 structure used for the GOP starting with a key frame (-1 to 5).
18 * Rate control improvements to reduce frame-size spikes for screen
20 * RISC-V architecture support with gcc toolchain.
22 - Compression Efficiency Improvements
24 * 0.7% - 2.2% RTC encoding BDrate gains for real time speed 8 to 10.
[all …]
/external/webrtc/common_audio/signal_processing/
Dreal_fft_unittest.cc4 * Use of this source code is governed by a BSD-style license
21 // Lengths for real FFT's time and frequency bufffers.
22 // For N-point FFT, the length requirements from API are N and N+2 respectively.
25 // For complex FFT's time and freq buffer. The implementation requires
26 // 2*N 16-bit words.
28 // Reference data for time signal.
30 11739, 6848, -8688, 31980, -30295, 25242, 27085, 19410,
31 -26299, 15607, -10791, 11778, -23819, 14498, -25772, 10076,
32 1173, 6848, -8688, 31980, -30295, 2522, 27085, 19410,
33 -2629, 5607, -3, 1178, -23819, 1498, -25772, 10076};
[all …]
/external/crcalc/
Dimpl.html3 <TITLE>Constructive Real Calculator and Library Implementation Notes</title>
6 <H1>Constructive Real Calculator and Library Implementation Notes</h1>
8 The calculator is based on the constructive real library consisting
16 significantly complicated the code, and lengthened start-up times for
26 keep down class loading time.
30 will diverge ahead of time, not even in cases in which such a proof is
33 A constructive real number <I>x</i> is represented abstractly as a function
38 |<I>f<SUB>x</sub></i>(<I>n</i>) * 2<SUP><I>n</i></sup> - x| < 2<SUP><I>n</i></sup>
55 constructive real numbers are possible.
69 pi/4 = 4*atan(1/5) - atan(1/239)
[all …]
/external/aac/libFDK/include/
Dqmf_pcm.h1 /* -----------------------------------------------------------------------------
4 © Copyright 1995 - 2019 Fraunhofer-Gesellschaft zur Förderung der angewandten
13 AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient
14 general perceptual audio codecs. AAC-ELD is considered the best-performing
15 full-bandwidth communications codec by independent studies and is widely
29 Commercially-licensed AAC software libraries, including floating-point versions
58 must be replaced by the term "Third-Party Modified Version of the Fraunhofer FDK
65 Fraunhofer provides no warranty of patent non-infringement with respect to this
87 Attention: Audio and Multimedia Departments - FDK AAC LL
92 amm-info@iis.fraunhofer.de
[all …]
/external/toybox/toys/posix/
Dtime.c1 /* time.c - time a simple command
5 * See http://pubs.opengroup.org/onlinepubs/9699919799/utilities/time.html
7 USE_TIME(NEWTOY(time, "<1^pv[-pv]", TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_MAYFORK))
9 config TIME
10 bool "time"
13 usage: time [-pv] COMMAND...
15 Run command line and report real, user, and system time elapsed in seconds.
16 (real = clock on the wall, user = cpu used by command's code,
19 -p POSIX format output
20 -v Verbose
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/
Dlive-streaming.md1 ---
3 ---
5 ExoPlayer plays most adaptive live streams out-of-the-box without any special
9 regular intervals to move with the current real-time. That means the playback
11 current real-time at which the stream is being produced. The difference between
12 the current real-time and the playback position is called the *live offset*.
23 enough available buffer over a longer period of time, the player will move
28 Every time a live window is updated, registered `Player.Listener` instances
33 {% include figure.html url="/images/live-window.png" index="1" caption="Live window" %}
40 not yet ended. Note that this flag is also true for non-live streams in some
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/
Dlive-streaming.md1 ---
3 ---
5 ExoPlayer plays most adaptive live streams out-of-the-box without any special
9 regular intervals to move with the current real-time. That means the playback
11 current real-time at which the stream is being produced. The difference between
12 the current real-time and the playback position is called the *live offset*.
23 enough available buffer over a longer period of time, the player will move
28 Every time a live window is updated, registered `Player.Listener` instances
33 {% include figure.html url="/images/live-window.png" index="1" caption="Live window" %}
40 not yet ended. Note that this flag is also true for non-live streams in some
[all …]
/external/cronet/base/test/
Dscoped_mock_clock_override_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
8 #include "base/time/time.h"
16 TEST(ScopedMockClockOverrideTest, Time) { in TEST() argument
17 // Choose a reference time that we know to be in the past but close to now. in TEST()
18 Time build_time = GetBuildTime(); in TEST()
20 // Override is not active. All Now() methods should return a time greater than in TEST()
21 // the build time. in TEST()
22 EXPECT_LT(build_time, Time::Now()); in TEST()
23 EXPECT_GT(Time::Max(), Time::Now()); in TEST()
24 EXPECT_LT(build_time, Time::NowFromSystemTime()); in TEST()
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/asctime/
D1-1.c2 * Copyright (c) 2002-3, Intel Corporation. All rights reserved.
3 * Created by: salwan.searty REMOVE-THIS AT intel DOT com
8 The asctime() function shall convert the broken-down time in the structure pointed to by timeptr in…
21 #include <time.h>
32 char *real; in main() local
50 real = asctime(&time_ptr); in main()
58 printf("real = %s\n", real); in main()
61 if (strcmp(real, expected) != 0) { in main()
63 printf("Got %s\n", real); in main()
/external/scapy/scapy/contrib/
Dpnio_rtc.py17 # scapy.contrib.description = ProfinetIO Real-Time Cyclic (RTC)
21 PROFINET IO layers for scapy which correspond to Real-Time Cyclic data
44 ## PROFINET Real-Time Data Packets ##
48 """IOCS and IOPS packets for PROFINET Real-Time payload"""
62 """Raw data packets for PROFINET Real-Time payload.
78 defined, the field will always be length-long (padded with b"\\x00" if
106 ## PROFINET Real-Time Fields ##
142 # start: index of a data field from the END of the data buffer (-1, -2, ...)
170 ## PROFINET Real-Time Packet ##
181 cur_index = -len(_pkt)
[all …]
/external/python/cpython2/Tools/iobench/
Diobench.py1 # -*- coding: utf-8 -*-
4 import time
40 return (("%s-%s-%s.txt" % (name, TEXT_ENCODING, NEWLINES), size)
61 """ read one unit at a time """
69 """ read 20 units at a time """
77 """ read 4096 units at a time """
93 """ read one line at a time """
101 """ seek forward one unit at a time """
105 for i in xrange(0, size - 1):
111 """ seek forward 1000 units at a time """
[all …]
/external/webrtc/modules/audio_processing/aecm/
Daecm_core_c.cc4 * Use of this source code is governed by a BSD-style license
75 int16_t shiftFromNearToNoise = kNoiseEstQDomain - aecm->dfaCleanQDomain; in ComfortNoise()
81 if (aecm->noiseEstCtr < 100) { in ComfortNoise()
83 aecm->noiseEstCtr++; in ComfortNoise()
95 if (outLShift32 < aecm->noiseEst[i]) { in ComfortNoise()
97 aecm->noiseEstTooLowCtr[i] = 0; in ComfortNoise()
99 if (aecm->noiseEst[i] < (1 << minTrackShift)) { in ComfortNoise()
103 aecm->noiseEstTooHighCtr[i]++; in ComfortNoise()
104 if (aecm->noiseEstTooHighCtr[i] >= kNoiseEstIncCount) { in ComfortNoise()
105 aecm->noiseEst[i]--; in ComfortNoise()
[all …]
/external/python/cpython3/Tools/iobench/
Diobench.py1 # -*- coding: utf-8 -*-
9 import time
41 return (("%s-%s-%s.txt" % (name, TEXT_ENCODING, NEWLINES), size)
62 """ read one unit at a time """
70 """ read 20 units at a time """
78 """ read 4096 units at a time """
94 """ read one line at a time """
102 """ seek forward one unit at a time """
106 for i in xrange(0, size - 1):
112 """ seek forward 1000 units at a time """
[all …]
/external/ltp/testcases/kernel/syscalls/getresgid/
Dgetresgid01.c17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
24 * Verify that getresgid() will be successful to get the real, effective
28 * getresgid() should return with 0 value and the real/effective/saved
39 * Check return code, if system call failed (return=-1)
44 * Issue Functionality-Pass message.
46 * Issue Functionality-Fail message.
50 * Usage: <for command-line>
51 * getresgid01 [-c n] [-f] [-i n] [-I x] [-P x] [-t]
52 * where, -c n : Run n copies concurrently.
53 * -f : Turn off functionality Testing.
[all …]
/external/autotest/server/site_tests/audio_AudioBasicHotwording/
Daudio_AudioBasicHotwording.py3 # Use of this source code is governed by a BSD-style license that can be
9 import time
47 ' dependency for hot-wording is matching.'
68 time.sleep(self.DELAY_AFTER_BINDING_SECS)
75 time.sleep(self.DELAY_AFTER_START_LISTENING_SECS)
94 suspend_start_time = time.time()
95 time.sleep(self.DELAY_AFTER_SUSPEND_SECS)
107 time.sleep(hotword_file.duration_secs)
112 time.sleep(self.RECORD_SECONDS)
118 real_suspend_time = time.time() - suspend_start_time
[all …]
/external/libvpx/
DCHANGELOG1 2023-01-31 v1.13.0 "Ugly Duckling"
6 - Upgrading:
13 .clang-format is upgraded to clang-format-11.
18 - Enhancement:
23 - Bug fixes:
26 Fix to build system with replacing egrep with grep -E.
30 Fix to -Wimplicit-int (Clang 16).
34 Fix to off-by-one error of max w/h in validate_config.
37 2022-06-17 v1.12.0 "Torrent Duck"
39 real-time rate control library, upgrades GoogleTest to v1.11.0, updates
[all …]
/external/rust/crates/rusqlite/src/types/
Dmod.rs12 //! numbers in SQLite are stored as `INTEGER` (`i64`) or `REAL` (`f64`).
21 //! * `REAL` to integer: always returns an
24 //! * `REAL` to float: casts using `as` operator. Never fails.
28 //! types, so if you store an `i64` in a column with type `REAL` it will be
29 //! stored as an `INTEGER`, not a `REAL`.
31 //! If the `time` feature is enabled, implementations are
32 //! provided for `time::OffsetDateTime` that use the RFC 3339 date/time format,
33 //! `"%Y-%m-%dT%H:%M:%S.%fZ"`, to store time values as strings. These values
38 feature = "time",
47 pub struct DateTimeSql(pub time::OffsetDateTime);
[all …]
/external/perfetto/src/trace_processor/importers/common/
Dclock_converter.h8 * http://www.apache.org/licenses/LICENSE-2.0
41 // Used for conversion to REAL and MONO clocks for provided timestamps. Can only
51 // Converts trace time to REAL clock as string.
59 // Converts trace time to MONO clock time.
69 // Timeline uses Trace Time clock as keys and other clocks time as values.
74 // memory usage. Currently those are MONO and REAL clocks.
77 // Converts trace time to provided clock.
/external/webrtc/modules/audio_device/android/
Daaudio_player.h4 * Use of this source code is governed by a BSD-style license
30 // Implements low-latency 16-bit mono PCM audio output support for Android
36 // are requested on a dedicated high-priority thread owned by AAudio.
39 // to be able to call StartPlayout() again. This is in line with how the Java-
46 // Also supports automatic buffer-size adjustment based on underrun detections
69 int SetSpeakerVolume(uint32_t volume) { return -1; } in SetSpeakerVolume()
70 int SpeakerVolume(uint32_t& volume) const { return -1; } // NOLINT in SpeakerVolume()
71 int MaxSpeakerVolume(uint32_t& maxVolume) const { return -1; } // NOLINT in MaxSpeakerVolume()
72 int MinSpeakerVolume(uint32_t& minVolume) const { return -1; } // NOLINT in MinSpeakerVolume()
79 // Called on a real-time thread owned by AAudio.
[all …]
/external/webrtc/sdk/android/src/jni/audio_device/
Daaudio_player.h4 * Use of this source code is governed by a BSD-style license
34 // Implements low-latency 16-bit mono PCM audio output support for Android
40 // are requested on a dedicated high-priority thread owned by AAudio.
43 // to be able to call StartPlayout() again. This is in line with how the Java-
50 // Also supports automatic buffer-size adjustment based on underrun detections
83 // Called on a real-time thread owned by AAudio.
87 // Called on a real-time thread owned by AAudio.
102 // real-time thread owned by AAudio. Detached during construction of this
111 // real-time thread owned by AAudio. See separate AAudio documentation about
124 // second callback and also cache non-utilized audio.
[all …]
/external/ltp/testcases/kernel/syscalls/getresuid/
Dgetresuid01.c17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
24 * Verify that getresuid() will be successful to get the real, effective
28 * getresuid() should return with 0 value and the real/effective/saved
39 * Check return code, if system call failed (return=-1)
44 * Issue Functionality-Pass message.
46 * Issue Functionality-Fail message.
50 * Usage: <for command-line>
51 * getresuid01 [-c n] [-f] [-i n] [-I x] [-P x] [-t]
52 * where, -c n : Run n copies concurrently.
53 * -f : Turn off functionality Testing.
[all …]

12345678910>>...46