Home
last modified time | relevance | path

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

12345678910>>...48

/aosp_15_r20/external/rust/android-crates-io/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>
36 #[doc = "CPU time limit exceeded"] pub const SIGXCPU: Self = Self(24);
58 #[doc = "Real-time event 33"] pub const SIG33: Self = Self(45);
59 #[doc = "Real-time event 34"] pub const SIG34: Self = Self(46);
60 #[doc = "Real-time event 35"] pub const SIG35: Self = Self(47);
61 #[doc = "Real-time event 36"] pub const SIG36: Self = Self(48);
62 #[doc = "Real-time event 37"] pub const SIG37: Self = Self(49);
63 #[doc = "Real-time event 38"] pub const SIG38: Self = Self(50);
64 #[doc = "Real-time event 39"] pub const SIG39: Self = Self(51);
[all …]
/aosp_15_r20/external/coreboot/src/arch/x86/
H A Dexception.c1 /* SPDX-License-Identifier: GPL-2.0-only */
55 #define GDB_SIGXCPU 24 /* CPU time limit exceeded */
77 #define GDB_SIG33 45 /* Real-time event 33 */
78 #define GDB_SIG34 46 /* Real-time event 34 */
79 #define GDB_SIG35 47 /* Real-time event 35 */
80 #define GDB_SIG36 48 /* Real-time event 36 */
81 #define GDB_SIG37 49 /* Real-time event 37 */
82 #define GDB_SIG38 50 /* Real-time event 38 */
83 #define GDB_SIG39 51 /* Real-time event 39 */
84 #define GDB_SIG40 52 /* Real-time event 40 */
[all …]
/aosp_15_r20/external/llvm-libc/test/src/string/
H A Dstrsignal_test.cpp1 //===-- Unittests for strsignal -------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
42 "CPU time limit exceeded", in TEST()
55 "Real-time signal 0", "Real-time signal 1", "Real-time signal 2", in TEST()
56 "Real-time signal 3", "Real-time signal 4", "Real-time signal 5", in TEST()
57 "Real-time signal 6", "Real-time signal 7", "Real-time signal 8", in TEST()
58 "Real-time signal 9", "Real-time signal 10", "Real-time signal 11", in TEST()
59 "Real-time signal 12", "Real-time signal 13", "Real-time signal 14", in TEST()
60 "Real-time signal 15", "Real-time signal 16", "Real-time signal 17", in TEST()
[all …]
/aosp_15_r20/external/bc/manuals/
H A 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 …]
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dsignal_solaris.go2 // Use of this source code is governed by a BSD-style
27 /* 19 */ {_SigNotify, "SIGPWR: power-fail restart"},
45 /* 37 */ {_SigNotify, "SIGLOST: resource lost (eg, record-lock lost)"},
51 /* 41 */ {_SigNotify, "real time signal"},
52 /* 42 */ {_SigNotify, "real time signal"},
53 /* 43 */ {_SigNotify, "real time signal"},
54 /* 44 */ {_SigNotify, "real time signal"},
55 /* 45 */ {_SigNotify, "real time signal"},
56 /* 46 */ {_SigNotify, "real time signal"},
57 /* 47 */ {_SigNotify, "real time signal"},
[all …]
/aosp_15_r20/frameworks/av/media/module/libmediatranscoding/tests/
H A DTranscodingSessionController_tests.cpp8 * http://www.apache.org/licenses/LICENSE-2.0
26 #include <android-base/logging.h>
48 constexpr uid_t kInvalidUid = (uid_t)-1;
49 constexpr pid_t kInvalidPid = (pid_t)-1;
77 uidPolicyCb->onTopUidsChanged(mTopUids); in setTop()
182 // Error is sticky, non-error event will not erase it, only getLastError() in append()
260 mOwner->onFinished(mClientId, in_sessionId); in onTranscodingFinished()
265 mOwner->onFailed(mClientId, in_sessionId, in_errorCode); in onTranscodingFailed()
311 mTranscoder->onCreated(); in SetUp()
315 mUidPolicy->setCallback(mController); in SetUp()
[all …]
/aosp_15_r20/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 …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.c29 * - BOs
30 * - Explain BO cache
31 * - main interface to GEM in the kernel
46 #include <time.h>
57 #include "drm-uapi/dma-buf.h"
116 * For debugging purposes, this returns a time in seconds.
209 /** Array of lists of cached gem objects of power-of-two sizes */
212 time_t time; member
259 struct iris_bo *bo = entry ? entry->data : NULL; in find_and_ref_external_bo()
264 assert(!bo->real.reusable); in find_and_ref_external_bo()
[all …]
/aosp_15_r20/system/logging/logd/
H A DLogKlog.cpp8 * http://www.apache.org/licenses/LICENSE-2.0
52 --len; in is_prio()
66 --len; in is_timestamp()
69 --len; in is_timestamp()
73 --len; in is_timestamp()
84 // \(\(<[0-9]\{1,4\}>\)\([[] *[0-9]+[.][0-9]+[]] \)\{0,1\}\|[[]
85 // *[0-9]+[.][0-9]+[]] \)
87 // We allow nuls in content, monitoring the overall length and sub-length of
107 *--s = '<'; in log_strntok_r()
114 *--s = '['; in log_strntok_r()
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/alsa/
Dseq_event.h5 * \author Abramo Bagnara <abramo@alsa-project.org>
7 * \date 1998-2001
24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
65 /** pitchwheel; event data type = #snd_seq_ev_ctrl_t; data is from -8192 to 8191) */
78 /** midi time code quarter frame; event data type = #snd_seq_ev_ctrl_t */
80 /** SMF Time Signature event; event data type = #snd_seq_ev_ctrl_t */
85 /** MIDI Real Time Start message; event data type = #snd_seq_ev_queue_control_t */
87 /** MIDI Real Time Continue message; event data type = #snd_seq_ev_queue_control_t */
89 /** MIDI Real Time Stop message; event data type = #snd_seq_ev_queue_control_t */
93 /** Set real-time queue position; event data type = #snd_seq_ev_queue_control_t */
[all …]
/aosp_15_r20/external/aac/libFDK/include/
H A 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-[email protected]
[all …]
/aosp_15_r20/external/cronet/base/test/
H A Dtest_reg_util_win_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
14 #include "base/time/time.h"
29 // on the system. This fake path will be auto-deleted by other in RegistryOverrideManagerTest()
64 std::wstring FakeOverrideManagerPath(const base::Time& time) { in FakeOverrideManagerPath() argument
66 base::AsWString(base::NumberToString16(time.ToInternalValue())); in FakeOverrideManagerPath()
69 void CreateManager(const base::Time& timestamp) { in CreateManager()
71 manager_->OverrideRegistry(HKEY_CURRENT_USER); in CreateManager()
79 ASSERT_NO_FATAL_FAILURE(CreateManager(base::Time::Now())); in TEST_F()
105 static constexpr base::Time::Exploded kTestTimeExploded = { in TEST_F()
107 base::Time kTestTime; in TEST_F()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/performance/
Dfortran_lorenz.f905 real(dp), dimension(1:3) :: x
7 real(dp) :: t = 0.0_dp
8 real(dp) :: h = 1.0e-10_dp
15 real(dp) :: time variable
16 real(dp) :: min_time = 100.0
23 time = real(time_end - time_begin, dp) / real(count_rate, dp)
24 min_time = min(time, min_time)
25 write (*,*) time, x(1)
30 real(dp), dimension(1:3), intent(in) :: x
31 real(dp), dimension(1:3), intent(out) :: f
[all …]
/aosp_15_r20/external/libaom/
H A DCHANGELOG1 2024-10-24 v3.11.0
7 - Perceptual Quality Improvements
10 * Faster quality ramp-up for static content after scene change
13 - Speedup
17 - Other Improvements
30 - Bug Fixes
31 * aomedia:363016123: rtc: Fix setting of intra-only frame for
34 * b:365088425: rtc: Allow for lower-QP on scene/slide changes
35 * b:367285382: Fix to encoder quality max-out too early for screen
39 * chromium:362123224: rtc-svc: Reset ref_map_idx for references not used
[all …]
/aosp_15_r20/external/pytorch/torch/fft/
H A D__init__.py4 from torch._C import _add_docstr, _fft # type: ignore[attr-defined]
18 fft(input, n=None, dim=-1, norm=None, *, out=None) -> Tensor
23 The Fourier domain representation of any real signal satisfies the
24 Hermitian property: `X[i] = conj(X[-i])`. This function always returns both
25 the positive and negative frequency terms even though, for real inputs, the
27 more compact one-sided representation where only the positive frequencies
36 n (int, optional): Signal length. If given, the input will either be zero-padded
42 * ``"forward"`` - normalize by ``1/n``
43 * ``"backward"`` - no normalization
44 * ``"ortho"`` - normalize by ``1/sqrt(n)`` (making the FFT orthonormal)
[all …]
/aosp_15_r20/external/webrtc/modules/audio_processing/aecm/
H A 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 …]
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/nitz/
DNitzStateMachineImplTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
73 // In tests we disable NITZ signal input filtering. The real NITZ signal filter is tested in setUp()
75 // won't be filtered for reasons like rate-limiting. in setUp()
76 NitzSignalInputFilterPredicate mFakeNitzSignalInputFilter = (oldSignal, newSignal) -> true; in setUp()
78 // In tests a real TimeZoneSuggesterImpl is used with the real TimeZoneLookupHelper and real in setUp()
79 // country time zone data. A fake device state is used (which allows tests to fake the in setUp()
81 // state machine takes the correct action. Picking real examples from the past is easier in setUp()
106 // Capture expected results from the real suggester and confirm we can tell the difference in test_countryThenNitz()
151 // Capture test expectations from the real suggester and confirm we can tell the difference in test_nitzThenCountry()
212 // Capture output from the real suggester and confirm it meets the test's needs / in test_emptyCountryString_countryReceivedFirst()
[all …]
/aosp_15_r20/external/kernel-headers/original/uapi/linux/
H A 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 …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/linux/
Dacct.h2 * BSD Process Accounting for Linux - Definitions
7 * BSD-style process accounting. The kernel accounting code and all
8 * user-level programs that try to do something useful with the
11 * Copyright (C) 1995 - 1997 Marco van Wieringen - ELM Consultancy B.V.
24 * comp_t is a 16-bit "floating" point number with a 3-bit base 8
25 * exponent and a 13-bit fraction.
26 * comp2_t is 24-bit with 5-bit base 2 exponent and 20 bit fraction
48 __u16 ac_uid16; /* LSB of Real User ID */
49 __u16 ac_gid16; /* LSB of Real Group ID */
51 __u32 ac_btime; /* Process Creation Time */
[all …]
/aosp_15_r20/external/libvpx/
H A DCHANGELOG1 2024-10-22 v1.15.0 "Wigeon Duck"
5 - Upgrading:
9 control VP9E_SET_KEY_FRAME_FILTERING, which gives 1+% BD-rate saving with
10 minimal encoder time increase.
12 libwebm is upgraded to libwebm-1.0.0.31-10-g3b63004
14 - Enhancement:
16 1-3% speed up across speed 5 to 10 for RTC
26 changes in SVC when there is no inter-layer prediction
28 - Bug fixes:
30 Fix to Integer-overflow in `resize_multistep`
[all …]
/aosp_15_r20/external/fft2d/src/fft2d/fft2d/
H A Dfftsg2d.f5 ! radix :split-radix, row-column
10 ! rdft2d: Real Discrete Fourier Transform
14 ! fftsg.f : 1D-FFT package
17 ! -------- Complex DFT (Discrete Fourier Transform) --------
20 ! X(k1,k2) = sum_j1=0^n1-1 sum_j2=0^n2-1 x(j1,j2) *
25 ! X(k1,k2) = sum_j1=0^n1-1 sum_j2=0^n2-1 x(j1,j2) *
26 ! exp(-2*pi*i*j1*k1/n1) *
27 ! exp(-2*pi*i*j2*k2/n2),
29 ! (notes: sum_j=0^n-1 is a summation from j=0 to n-1)
32 ! ip(0) = 0 ! first time only
[all …]
/aosp_15_r20/external/scapy/scapy/contrib/
H A 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 …]
/aosp_15_r20/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 …]
/aosp_15_r20/external/python/pyfakefs/pyfakefs/
Dfake_file.py7 # http://www.apache.org/licenses/LICENSE-2.0
71 Fake large files have a size with no real content.
74 def __init__(self, file_path: str) -> None:
82 """Provides the appearance of a real file.
85 * `st_mode`: user-specified, otherwise S_IFREG
86 * `st_ctime`: the time.time() timestamp of the file change time (updated
87 each time a file's attributes is modified).
88 * `st_atime`: the time.time() timestamp when the file was last accessed.
89 * `st_mtime`: the time.time() timestamp when the file was last modified.
92 * `st_ino`: the inode number - a unique number identifying the file
[all …]
/aosp_15_r20/external/pytorch/docs/source/
H A Dtorch.compiler_fake_tensor.rst7 ----------
9 … GPU memory while you are compiling the program). A fake tensor is like a real tensor in all respe…
14 ------------
16 - A meta tensor is a tensor with device='meta'. This is actually a lot of what you want for fake te…
18 - A tensor subclass lets you subclass torch.Tensor and customize their behavior. Fake tensors are i…
20 - Dynamic shapes allow you to create tensors with symbolic sizes rather than only concrete sizes, a…
23 --------------------
25real tensors, the general workflow is you have a bunch of real tensors, you allocate a FakeTensorM…
27-prone parts of fake tensors in the early days: sometimes, fake tensors were too good at lying abo…
31 - Run the meta kernel on the input fake tensors, reinterpreting them as meta tensors. This is done …
[all …]

12345678910>>...48